comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/sinfo/FlowDepthTwinPanel.java @ 8993:0adc6d04de95

SInfo - FlowDepthMinMax: choosing bed heights, not bed height min and max separately
author gernotbelger
date Wed, 11 Apr 2018 14:09:13 +0200
parents 8d1df8639563
children af73fdd96920
comparison
equal deleted inserted replaced
8981:2e27061d9a93 8993:0adc6d04de95
1 /** Copyright (C) 2017 by Bundesanstalt für Gewässerkunde 1 /** Copyright (C) 2017 by Bundesanstalt für Gewässerkunde
2 * Software engineering by 2 * Software engineering by
3 * Björnsen Beratende Ingenieure GmbH 3 * Björnsen Beratende Ingenieure GmbH
4 * Dr. Schumacher Ingenieurbüro für Wasser und Umwelt 4 * Dr. Schumacher Ingenieurbüro für Wasser und Umwelt
5 * 5 *
6 * This file is Free Software under the GNU AGPL (>=v3) 6 * This file is Free Software under the GNU AGPL (>=v3)
7 * and comes with ABSOLUTELY NO WARRANTY! Check out the 7 * and comes with ABSOLUTELY NO WARRANTY! Check out the
8 * documentation coming with Dive4Elements River for details. 8 * documentation coming with Dive4Elements River for details.
15 import org.dive4elements.river.client.shared.model.User; 15 import org.dive4elements.river.client.shared.model.User;
16 16
17 /** 17 /**
18 * @author Gernot Belger 18 * @author Gernot Belger
19 */ 19 */
20 public class FlowDepthTwinPanel 20 public final class FlowDepthTwinPanel extends DatacageTwinPanel {
21 extends DatacageTwinPanel { 21 public FlowDepthTwinPanel(final User user) {
22 public FlowDepthTwinPanel(final User user) { 22 super(user, new FlowDepthTwinPanelValidator(), new NilDatacageTwinPanelInfo("sinfo_flowdepth_waterlevels"),
23 super(user, new FlowDepthTwinPanelValidator(), new NilDatacageTwinPanelInfo("sinfo_flowdepth_waterlevels"), new DefaultDatacageTwinPanelInfo("bedheight", "sinfo_flowdepth_minfo_heights") ); 23 new DefaultDatacageTwinPanelInfo("bedheight", "sinfo_flowdepth_minfo_heights"));
24 } 24 }
25 } 25 }

http://dive4elements.wald.intevation.org