Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 2528:33e2a1e23ae8
Implemented ParameterMatrixPanel.createOld() and added a real 'description' to Data instances in DataFactory.
flys-client/trunk@4421 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 16 May 2012 10:45:57 +0000 |
parents | c8413741339f |
children | b07c36e47970 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Wed May 16 08:16:13 2012 +0000 +++ b/flys-client/ChangeLog Wed May 16 10:45:57 2012 +0000 @@ -1,3 +1,14 @@ +2012-05-16 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/server/DataFactory.java: Extract + the 'label' attribute of a <data> element and set this label as + description of new Data instances. If no 'label' attribute is + provided, the 'name' attribute (which is required) is used as + description. + + * src/main/java/de/intevation/flys/client/client/ui/ParameterMatrixPanel.java: + Implemented the createOld() method to display the user specified values. + 2012-05-16 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties,