Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 23:dc086030e6a3
The CollectionView is able to create new instances of a WINFO artifact and to display the artifact's state.
flys-client/trunk@1337 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 22 Feb 2011 17:39:23 +0000 |
parents | a85bac235069 |
children | 8825ce0a537e |
comparison
equal
deleted
inserted
replaced
22:a85bac235069 | 23:dc086030e6a3 |
---|---|
1 2011-02-22 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: A UI | |
4 widget that stores and displays the data of former states and the current | |
5 data. The widget displaying of the current data is created by the | |
6 UIProvider that is stored in the Data object. | |
7 | |
8 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: We | |
9 are able to create new WINFO artifacts. After the artifact has been | |
10 created, the first 'state' is rendered in a 'WINFO tab' using the | |
11 ParameterList. | |
12 | |
1 2011-02-22 Ingo Weinzierl <ingo@intevation.de> | 13 2011-02-22 Ingo Weinzierl <ingo@intevation.de> |
2 | 14 |
3 * src/main/java/de/intevation/flys/client/server/ArtifactDescriptionFactory.java: | 15 * src/main/java/de/intevation/flys/client/server/ArtifactDescriptionFactory.java: |
4 The 'uiprovider' attribute is parsed from DESCRIBE document and stored at | 16 The 'uiprovider' attribute is parsed from DESCRIBE document and stored at |
5 the Data object. | 17 the Data object. |