Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 814:6db4839e0ba1
Datacage: Added a subclass of TreeNode to carry the informations needed by the loading listeners.
flys-client/trunk@2470 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 08 Aug 2011 16:19:00 +0000 |
parents | 57ea5af8a967 |
children | 112f95d7b286 |
comparison
equal
deleted
inserted
replaced
813:57ea5af8a967 | 814:6db4839e0ba1 |
---|---|
1 2011-08-08 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/widgets/tree/AttributedTreeNode.java: | |
4 New. Subclassed TreeNode to carry the attribute data from | |
5 the meta data service. | |
6 | |
7 * src/main/java/de/intevation/flys/client/client/ui/DatacageWindow.java: | |
8 Create AttributedTreeNodes instead of TreeNodes to have the | |
9 relevant information at hand if a listener wants to access | |
10 the data. | |
11 | |
1 2011-08-08 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 12 2011-08-08 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 13 |
3 * src/main/java/de/intevation/flys/client/shared/model/AttrList.java: | 14 * src/main/java/de/intevation/flys/client/shared/model/AttrList.java: |
4 New. List of attributes for each DataCageNode. | 15 New. List of attributes for each DataCageNode. |
5 | 16 |