comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/SelectProvider.java @ 785:3ae0facd4cab

Added a panel that lets users step to a next state without feeding the current artifact with new data. flys-client/trunk@2282 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 05 Jul 2011 16:12:34 +0000
parents 646cf09dabf2
children 915ad25f4bb8
comparison
equal deleted inserted replaced
784:3fa64c796ffc 785:3ae0facd4cab
119 Data d = data.get(i); 119 Data d = data.get(i);
120 120
121 Label label = new Label(d.getDescription()); 121 Label label = new Label(d.getDescription());
122 label.setValign(VerticalAlignment.TOP); 122 label.setValign(VerticalAlignment.TOP);
123 label.setHeight(20); 123 label.setHeight(20);
124 label.setWidth(400);
124 125
125 SelectItem combobox = new SelectItem(d.getLabel()); 126 SelectItem combobox = new SelectItem(d.getLabel());
126 combobox.setWidth(250); 127 combobox.setWidth(250);
127 128
128 LinkedHashMap<String, String> it = new LinkedHashMap<String, String>(); 129 LinkedHashMap<String, String> it = new LinkedHashMap<String, String>();

http://dive4elements.wald.intevation.org