Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 1265:f98bd9b5cedd
#315 Added a new UIProvider for range selection in floodmaps.
flys-client/trunk@2797 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 21 Sep 2011 12:54:27 +0000 |
parents | 0a19a90d40c3 |
children | ff012a9d9d1d |
line wrap: on
line diff
--- a/flys-client/ChangeLog Mon Sep 19 16:51:27 2011 +0000 +++ b/flys-client/ChangeLog Wed Sep 21 12:54:27 2011 +0000 @@ -1,3 +1,26 @@ +2011-09-21 Ingo Weinzierl <ingo@intevation.de> + + flys/issue315 (Überschwemmungsfläche: String bei Streckenauswahl) + + * src/main/java/de/intevation/flys/client/client/ui/DoubleRangePanel.java: + Little modifications to allow subclassing. + + * src/main/java/de/intevation/flys/client/client/ui/DoubleRangeOnlyPanel.java: + New. A subclass of DoubleRangePanel that does NOT display a "step" + field. + + * src/main/java/de/intevation/flys/client/client/ui/DistancePanel.java: + Set correct title for this panel. + + * src/main/java/de/intevation/flys/client/client/ui/DistanceOnlyPanel.java: + New. A subclass of DistancePanel that instantiates a + DoubleRangeOnlyPanel instead of a DoubleRangePanel. So, there are only + "from" and "to" fields visible. In addition, this panel only returns + Data objects for these two fields. + + * src/main/java/de/intevation/flys/client/client/ui/UIProviderFactory.java: + Registered the DistanceOnlyPanel. + 2011-09-19 Hans Plum <hans@intevation.de> * NEWS for V 2.5.0: