comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/fixation/FixLocationPanel.java @ 9584:1a7cfeb1ff89

Punkt 10.8 WQ-Vorschau
author gernotbelger
date Wed, 09 Jan 2019 17:13:25 +0100
parents 6c24c857ccf9
children
comparison
equal deleted inserted replaced
9583:2a67d05a1af0 9584:1a7cfeb1ff89
33 * This UIProvider creates a panel for location or distance input. 33 * This UIProvider creates a panel for location or distance input.
34 * 34 *
35 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> 35 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a>
36 */ 36 */
37 public class FixLocationPanel extends FixationPanel implements BlurHandler { 37 public class FixLocationPanel extends FixationPanel implements BlurHandler {
38 private static final long serialVersionUID = 1L;
39
38 /** The message class that provides i18n strings. */ 40 /** The message class that provides i18n strings. */
39 protected FLYSConstants MESSAGES = GWT.create(FLYSConstants.class); 41 protected FLYSConstants MESSAGES = GWT.create(FLYSConstants.class);
40 42
41 /** The constant name of the input field to enter locations. */ 43 /** The constant name of the input field to enter locations. */
42 public static final String FIELD_VALUE_LOCATION = "location"; 44 public static final String FIELD_VALUE_LOCATION = "location";

http://dive4elements.wald.intevation.org