Mercurial > dive4elements > gnv-client
comparison 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 |
comparison
equal
deleted
inserted
replaced
607:292fbcd5e9ac | 608:74dfb9346574 |
---|---|
1 2010-02-10 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/state/StateBase.java: Append description | |
4 to InputData objects and use it while creating the describe document. The | |
5 description is displayed in the static GUI part. A nice side effect of | |
6 this is, that the subarea selection re-appears in the static GUI part. | |
7 Even if no subarea has been selected. Furthermore, removed some methods | |
8 which became useless after refactoring the caching and rendering | |
9 mechanism. | |
10 | |
11 * src/main/java/de/intevation/gnv/state/MinMaxState.java: Adapted method | |
12 signature regarding changes in upper class. | |
13 | |
1 2010-02-10 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 14 2010-02-10 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 15 |
3 * src/main/java/de/intevation/gnv/state/State.java: New method 'feed' in | 16 * src/main/java/de/intevation/gnv/state/State.java: New method 'feed' in |
4 this interface. It should be used to feed this state with new data | 17 this interface. It should be used to feed this state with new data |
5 selected by the user. | 18 selected by the user. |