Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Mon Aug 08 15:54:59 2011 +0000 +++ b/flys-client/ChangeLog Mon Aug 08 16:19:00 2011 +0000 @@ -1,3 +1,14 @@ +2011-08-08 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * src/main/java/de/intevation/flys/client/client/widgets/tree/AttributedTreeNode.java: + New. Subclassed TreeNode to carry the attribute data from + the meta data service. + + * src/main/java/de/intevation/flys/client/client/ui/DatacageWindow.java: + Create AttributedTreeNodes instead of TreeNodes to have the + relevant information at hand if a listener wants to access + the data. + 2011-08-08 Sascha L. Teichmann <sascha.teichmann@intevation.de> * src/main/java/de/intevation/flys/client/shared/model/AttrList.java: