comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/wq/QDTable.java @ 6666:3c4c0ea52bbb

issue1259: in WQAdaptedInputPanel (vollmer w/q-input) allow click selection of W values, analogously to Q values.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 26 Jul 2013 08:59:55 +0200
parents 19459037b3c7
children 84107f13167c
comparison
equal deleted inserted replaced
6665:b7945db8a43b 6666:3c4c0ea52bbb
20 20
21 import org.dive4elements.river.client.client.FLYSConstants; 21 import org.dive4elements.river.client.client.FLYSConstants;
22 22
23 23
24 /** 24 /**
25 * Table showing Q and D main values, allowing for selection. 25 * Table showing Q and D main values, allowing for selection, if
26 * showSelect is called. In that case, a CellClickHandler should
27 * be registered.
28 *
29 * TODO becomes very similiar to WTable. Probably mergeable.
30 *
26 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 31 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
27 */ 32 */
28 public class QDTable extends ListGrid { 33 public class QDTable extends ListGrid {
29 34
30 /** The message class that provides i18n strings.*/ 35 /** The message class that provides i18n strings.*/
117 showField("select"); 122 showField("select");
118 hideField("max"); 123 hideField("max");
119 hideField("min"); 124 hideField("min");
120 } 125 }
121 126
127 /** Whether or not can be clicked on. */
122 public boolean isLocked() { 128 public boolean isLocked() {
123 return lockClick; 129 return lockClick;
124 } 130 }
125 131
126 /** 132 /**

http://dive4elements.wald.intevation.org