comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/WQAdaptedInputPanel.java @ 5640:4bd444837cdd

Doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 10 Apr 2013 09:28:58 +0200
parents cda844f8d126
children cdc47534a970
comparison
equal deleted inserted replaced
5639:db4e7ff0b987 5640:4bd444837cdd
83 public static final String FIELD_MODE = "mode"; 83 public static final String FIELD_MODE = "mode";
84 84
85 /** The constant field value for range input mode. */ 85 /** The constant field value for range input mode. */
86 public static final String FIELD_MODE_RANGE = "range"; 86 public static final String FIELD_MODE_RANGE = "range";
87 87
88 /** Service to fetch W/Q MainValues. */
88 protected WQInfoServiceAsync wqInfoService = 89 protected WQInfoServiceAsync wqInfoService =
89 GWT.create(WQInfoService.class); 90 GWT.create(WQInfoService.class);
90 91
91 /** The message class that provides i18n strings. */ 92 /** The message class that provides i18n strings. */
92 protected FLYSConstants MSG = GWT.create(FLYSConstants.class); 93 protected FLYSConstants MSG = GWT.create(FLYSConstants.class);

http://dive4elements.wald.intevation.org