Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 792:696e3404e991
Finished the panel to activate/deactivate optional parameters.
flys-client/trunk@2299 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 07 Jul 2011 12:10:50 +0000 |
parents | 9b1499a65aaa |
children | 4497d19c22fd |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu Jul 07 10:33:29 2011 +0000 +++ b/flys-client/ChangeLog Thu Jul 07 12:10:50 2011 +0000 @@ -1,3 +1,11 @@ +2011-07-07 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/client/ui/BooleanPanel.java: + This panel is a sublcass of TextProvider now. The difference to the + TextProvider is, that there is the option to active/deactivate a + checkbox. So, the valid values returned by this panel are "true" and + "false". + 2011-07-07 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/TextProvider.java: