comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/LinkSelection.java @ 4573:b87073a05f9d

flys-client: Patch to render combobox options as clickable links. The way of passing data arguments to the links and further to the Artifact feeding service is somewhat hacked and should be refactored (later...).
author Christian Lins <christian.lins@intevation.de>
date Tue, 27 Nov 2012 12:50:10 +0100
parents 25a63512233e
children 2aabd9752d5e
comparison
equal deleted inserted replaced
4572:4bd42fe098b4 4573:b87073a05f9d
33 33
34 private static final long serialVersionUID = -7138270638349711024L; 34 private static final long serialVersionUID = -7138270638349711024L;
35 35
36 /** The message class that provides i18n strings.*/ 36 /** The message class that provides i18n strings.*/
37 protected FLYSConstants messages = GWT.create(FLYSConstants.class); 37 protected FLYSConstants messages = GWT.create(FLYSConstants.class);
38
39 /** The combobox.*/
40 protected DynamicForm form;
41 38
42 /** The selected river*/ 39 /** The selected river*/
43 protected Data river; 40 protected Data river;
44 41
45 /** 42 /**
115 112
116 VLayout layout = new VLayout(); 113 VLayout layout = new VLayout();
117 layout.setAlign(VerticalAlignment.TOP); 114 layout.setAlign(VerticalAlignment.TOP);
118 layout.setHeight(25); 115 layout.setHeight(25);
119 116
120
121 form = new DynamicForm();
122 VLayout formLayout = new VLayout(); 117 VLayout formLayout = new VLayout();
123 118
124 formLayout.setLayoutLeftMargin(60); 119 formLayout.setLayoutLeftMargin(60);
125 int size = data.size(); 120 int size = data.size();
126 121

http://dive4elements.wald.intevation.org