comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java @ 58:d018995fbee7

The 'old' items in the parameter panel have a button to step back to a previous state (NOTE: just the UI stuff is implemented now). flys-client/trunk@1517 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 18 Mar 2011 12:01:55 +0000
parents 246af33f621c
children a3d235c63195
comparison
equal deleted inserted replaced
57:246af33f621c 58:d018995fbee7
155 155
156 String text = mode[0].getStringValue().equals(FIELD_WQ_W) 156 String text = mode[0].getStringValue().equals(FIELD_WQ_W)
157 ? createWString(from[0], to[0], step[0]) 157 ? createWString(from[0], to[0], step[0])
158 : createQString(from[0], to[0], step[0]); 158 : createQString(from[0], to[0], step[0]);
159 159
160 Canvas back = getBackButton(dataList.getState());
161
160 layout.addMember(label); 162 layout.addMember(label);
161 layout.addMember(new Label(text)); 163 layout.addMember(new Label(text));
164 layout.addMember(back);
162 165
163 return layout; 166 return layout;
164 } 167 }
165 168
166 169

http://dive4elements.wald.intevation.org