Mercurial > dive4elements > river
changeset 5635:cda844f8d126
WQAdaptedInputPanel: cosmetics in docs.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 03 Apr 2013 16:17:04 +0200 |
parents | b56422246f3a |
children | f7208c190e4a |
files | flys-client/src/main/java/de/intevation/flys/client/client/ui/WQAdaptedInputPanel.java |
diffstat | 1 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/WQAdaptedInputPanel.java Tue Apr 02 10:28:52 2013 +0200 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/WQAdaptedInputPanel.java Wed Apr 03 16:17:04 2013 +0200 @@ -61,7 +61,7 @@ { private static final long serialVersionUID = -3218827566805476423L; - /** The message class that provides i18n strings.*/ + /** The message class that provides i18n strings. */ protected FLYSConstants MESSAGE = GWT.create(FLYSConstants.class); public static final String FIELD_WQ_MODE = "wq_isq"; @@ -76,22 +76,22 @@ public static final int ROW_HEIGHT = 20; - /** The constant field name for choosing w or q mode.*/ + /** The constant field name for choosing w or q mode. */ public static final String FIELD_WQ = "wq"; - /** The constant field name for choosing single values or range.*/ + /** The constant field name for choosing single values or range. */ public static final String FIELD_MODE = "mode"; - /** The constant field value for range input mode.*/ + /** The constant field value for range input mode. */ public static final String FIELD_MODE_RANGE = "range"; protected WQInfoServiceAsync wqInfoService = GWT.create(WQInfoService.class); - /** The message class that provides i18n strings.*/ + /** The message class that provides i18n strings. */ protected FLYSConstants MSG = GWT.create(FLYSConstants.class); - /** Stores the input panels related to their keys.*/ + /** Stores the input panels related to their keys. */ protected Map<String, DoubleArrayPanel> wqranges; /** List of doubleArrayPanels shown. */ @@ -100,10 +100,10 @@ /** Stores the min/max values for each q range.*/ protected Map<String, double[]> qranges; - /** Stores the min/max values for each w range.*/ + /** Stores the min/max values for each w range. */ protected Map<String, double[]> wranges; - /** The RadioGroupItem that determines the w/q input mode.*/ + /** The RadioGroupItem that determines the w/q input mode. */ protected DynamicForm modes; /** Table holding Q and D values. */