comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/BedHeightsDatacagePanel.java @ 9580:839b2aa84dd0

minuend/subtrahend-UI-switch
author gernotbelger
date Tue, 08 Jan 2019 17:01:09 +0100
parents e3c2ae1887e8
children
comparison
equal deleted inserted replaced
9579:67a42c9c46a7 9580:839b2aa84dd0
38 38
39 public BedHeightsDatacagePanel(final User user) { 39 public BedHeightsDatacagePanel(final User user) {
40 // FIXME: This will lead to a bad error message in English (i.e. contains something about waterlevels), for 40 // FIXME: This will lead to a bad error message in English (i.e. contains something about waterlevels), for
41 // M-Info/Bed-Differences calculation 41 // M-Info/Bed-Differences calculation
42 // BUT: this is the behavior of 3.2.1 (because of sloppy derivation), so we do not change it now 42 // BUT: this is the behavior of 3.2.1 (because of sloppy derivation), so we do not change it now
43 super(user, new WaterlevelTwinPanelValidator(), INFO, INFO); 43 super(user, new WaterlevelTwinPanelValidator(), INFO, INFO,false);
44 } 44 }
45 45
46 @Override 46 @Override
47 protected Canvas createChooserWidgets(final Canvas widget, final DataList dataList, final User user, final ListGrid differencesList) { 47 protected Canvas createChooserWidgets(final Canvas widget, final DataList dataList, final User user, final ListGrid differencesList) {
48 GWT.log("createData()"); 48 GWT.log("createData()");

http://dive4elements.wald.intevation.org