comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/WQAdaptedInputPanel.java @ 5196:2a5b15e071d8

Doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 08 Mar 2013 09:18:03 +0100
parents d07abdb7ed7f
children 7876163fc40e
comparison
equal deleted inserted replaced
5195:d07abdb7ed7f 5196:2a5b15e071d8
102 protected Map<String, double[]> wranges; 102 protected Map<String, double[]> wranges;
103 103
104 /** The RadioGroupItem that determines the w/q input mode.*/ 104 /** The RadioGroupItem that determines the w/q input mode.*/
105 protected DynamicForm modes; 105 protected DynamicForm modes;
106 106
107 /** Table holding Q and D values. */
107 protected QDTable qdTable; 108 protected QDTable qdTable;
108 109
110 /** Table holding W values. */
109 protected WTable wTable; 111 protected WTable wTable;
110 112
113 /** Tabs in inputhelper area. */
111 protected TabSet tabs; 114 protected TabSet tabs;
112 115
113 /** The currently focussed Input element. */ 116 /** The currently focussed Input element. */
114 protected DoubleArrayPanel itemWithFocus; 117 protected DoubleArrayPanel itemWithFocus;
115 118

http://dive4elements.wald.intevation.org