Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 134:f3dfa188d8b2
Let the states describe the static ui part.
flys-artifacts/trunk@1502 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 17 Mar 2011 16:03:36 +0000 |
parents | d6197a05a87c |
children | 2d6e02787d00 |
comparison
equal
deleted
inserted
replaced
133:d6197a05a87c | 134:f3dfa188d8b2 |
---|---|
1 2011-03-17 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: | |
4 The static UI part is created by the previous states now. This makes it | |
5 possible to group the data objects (which is necessary to group the | |
6 objects in the ui). | |
7 | |
8 * src/main/java/de/intevation/flys/artifacts/states/DefaultState.java: | |
9 Added a describeStatic() method that creates a node that contains the | |
10 data of that state. | |
11 | |
1 2011-03-17 Ingo Weinzierl <ingo@intevation.de> | 12 2011-03-17 Ingo Weinzierl <ingo@intevation.de> |
2 | 13 |
3 * src/main/java/de/intevation/flys/artifacts/services/RiverService.java: | 14 * src/main/java/de/intevation/flys/artifacts/services/RiverService.java: |
4 Removed TODO: the document contains the rivers provided by the backend | 15 Removed TODO: the document contains the rivers provided by the backend |
5 now. | 16 now. |