comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/ParameterList.java @ 3865:436eec3be6ff

Allow to create a discharge curve from a gauge info This is only a draft yet. flys-client/trunk@5639 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Bjoern Ricks <bjoern.ricks@intevation.de>
date Fri, 28 Sep 2012 08:57:48 +0000
parents 6b2ae2ec5b01
children 22cd60315e08
comparison
equal deleted inserted replaced
3864:c434dd2e84cf 3865:436eec3be6ff
210 stack.setVisibilityMode(VisibilityMode.MULTIPLE); 210 stack.setVisibilityMode(VisibilityMode.MULTIPLE);
211 211
212 final SectionStackSection gaugeSection = new SectionStackSection(); 212 final SectionStackSection gaugeSection = new SectionStackSection();
213 gaugeSection.setExpanded(false); 213 gaugeSection.setExpanded(false);
214 gaugeSection.setTitle(MSG.gaugePanelTitle()); 214 gaugeSection.setTitle(MSG.gaugePanelTitle());
215 gaugePanel = new GaugePanel(gaugeSection) { 215 gaugePanel = new GaugePanel(flys, gaugeSection) {
216 public void addMember(Canvas component) { 216 public void addMember(Canvas component) {
217 super.addMember(component); 217 super.addMember(component);
218 gaugeSection.setExpanded(true); 218 gaugeSection.setExpanded(true);
219 } 219 }
220 220

http://dive4elements.wald.intevation.org