Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 1527:252c22237fe7
Added new Data classes for integer array and integer options.
flys-client/trunk@3725 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 19 Jan 2012 16:59:43 +0000 |
parents | 4a5e65551923 |
children | ff41405a891d |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu Jan 19 08:57:58 2012 +0000 +++ b/flys-client/ChangeLog Thu Jan 19 16:59:43 2012 +0000 @@ -1,3 +1,14 @@ +2012-01-19 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/shared/model/IntegerOptionsData.java, + src/main/java/de/intevation/flys/client/shared/model/IntegerArrayData.java: + New Data types for better handling of options (radio buttons) and integer + arrays. + + * src/main/java/de/intevation/flys/client/server/ArtifactDescriptionFactory.java: + Create new instances of IntegerOptionsData if the type is 'intoptions' and + new instances of IntegerArrayData if type is 'intarray'. + 2012-01-19 Raimund Renkert <raimund.renkert@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java: