Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
1526:4a5e65551923 | 1527:252c22237fe7 |
---|---|
1 2012-01-19 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/shared/model/IntegerOptionsData.java, | |
4 src/main/java/de/intevation/flys/client/shared/model/IntegerArrayData.java: | |
5 New Data types for better handling of options (radio buttons) and integer | |
6 arrays. | |
7 | |
8 * src/main/java/de/intevation/flys/client/server/ArtifactDescriptionFactory.java: | |
9 Create new instances of IntegerOptionsData if the type is 'intoptions' and | |
10 new instances of IntegerArrayData if type is 'intarray'. | |
11 | |
1 2012-01-19 Raimund Renkert <raimund.renkert@intevation.de> | 12 2012-01-19 Raimund Renkert <raimund.renkert@intevation.de> |
2 | 13 |
3 * src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java: | 14 * src/main/java/de/intevation/flys/client/client/ui/SingleLocationPanel.java: |
4 Read river from artifact description in state.chart.river to be able | 15 Read river from artifact description in state.chart.river to be able |
5 to load the list of locations. | 16 to load the list of locations. |