Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 4:89976499e013
Implemented a ProjectList and added a mockup that displays two collections in that list.
flys-client/trunk@1312 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 10 Feb 2011 14:52:49 +0000 |
parents | 9cf5a40b62c7 |
children | 14bf7895a2ec |
comparison
equal
deleted
inserted
replaced
3:9cf5a40b62c7 | 4:89976499e013 |
---|---|
1 2011-02-10 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: The | |
4 ProjectList stores a reference to the current user and provides a list | |
5 with his existing projects. | |
6 | |
7 NOTE: There are created two Collections and two CollectionRecords for the | |
8 mockup. This code needs to be removed after a service to fetch the user | |
9 collections has been implemented. | |
10 | |
11 * src/main/java/de/intevation/flys/client/client/ui/CollectionGrid.java: | |
12 This grid will show a list of collections with its last modification date, | |
13 their uuid and two buttons to publish and delete the collection. | |
14 | |
15 NOTE: The buttons have no effect yet. | |
16 | |
17 * src/main/java/de/intevation/flys/client/client/FLYS.java: The FLYS class | |
18 has a reference to the ProjectList. If a logged in user was found, the | |
19 ProjectList is initialized and added to the FLYSView. | |
20 | |
21 * src/main/java/de/intevation/flys/client/client/ui/FLYSView.java: There is | |
22 a new method to set the ProjectList. Furthermore, all UI components are | |
23 put into a HLayout now. On this way, we are able to open/close the | |
24 ProjectList. | |
25 | |
26 * src/main/java/de/intevation/flys/client/client/FLYSMessages.java, | |
27 src/main/java/de/intevation/flys/client/client/FLYSMessages_en.properties, | |
28 src/main/java/de/intevation/flys/client/client/FLYSMessages_de.properties: | |
29 Added strings for the project list. | |
30 | |
1 2011-02-10 Ingo Weinzierl <ingo@intevation.de> | 31 2011-02-10 Ingo Weinzierl <ingo@intevation.de> |
2 | 32 |
3 * src/main/java/de/intevation/flys/client/shared/model/DefaultCollection.java, | 33 * src/main/java/de/intevation/flys/client/shared/model/DefaultCollection.java, |
4 src/main/java/de/intevation/flys/client/shared/model/Collection.java: The | 34 src/main/java/de/intevation/flys/client/shared/model/Collection.java: The |
5 interface and its default implementation of a Collection. | 35 interface and its default implementation of a Collection. |