Mercurial > dive4elements > gnv-client
diff gnv-artifacts/ChangeLog @ 608:74dfb9346574
Added descriptions to the selected input data and use them for rendering the GUI.
gnv-artifacts/trunk@674 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 10 Feb 2010 15:35:26 +0000 |
parents | 292fbcd5e9ac |
children | 22e65fb4c64a |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Wed Feb 10 11:43:35 2010 +0000 +++ b/gnv-artifacts/ChangeLog Wed Feb 10 15:35:26 2010 +0000 @@ -1,3 +1,16 @@ +2010-02-10 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + * src/main/java/de/intevation/gnv/state/StateBase.java: Append description + to InputData objects and use it while creating the describe document. The + description is displayed in the static GUI part. A nice side effect of + this is, that the subarea selection re-appears in the static GUI part. + Even if no subarea has been selected. Furthermore, removed some methods + which became useless after refactoring the caching and rendering + mechanism. + + * src/main/java/de/intevation/gnv/state/MinMaxState.java: Adapted method + signature regarding changes in upper class. + 2010-02-10 Ingo Weinzierl <ingo.weinzierl@intevation.de> * src/main/java/de/intevation/gnv/state/State.java: New method 'feed' in