Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 251:113b06ab2110
BugFix: The Value of SingleInputFields will now also be shown in the static ui. issue81
gnv-artifacts/trunk@321 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Wed, 11 Nov 2009 12:16:15 +0000 |
parents | 4e8f0fd8ed79 |
children | f1e7ddeef5bc |
comparison
equal
deleted
inserted
replaced
250:4e8f0fd8ed79 | 251:113b06ab2110 |
---|---|
1 2009-11-11 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/transition/describedata/DefaultSingleValueDescribeData.java (setValue): | |
4 * src/main/java/de/intevation/gnv/transition/describedata/SingleValueDescribeData.java: | |
5 Added setValue-Method for setting the Value which was sent back to the Servere | |
6 using the feed-request. issue81 | |
7 * src/main/java/de/intevation/gnv/transition/TransitionBase.java (getDescribeData): | |
8 Added SingleValueDescribeData to the method for storing InputValues for | |
9 Describeoutput issue81 | |
10 | |
1 2009-11-11 Tim Englich <tim.englich@intevation.de> | 11 2009-11-11 Tim Englich <tim.englich@intevation.de> |
2 | 12 |
3 * src/main/java/de/intevation/gnv/transition/describedata/MinMaxDescribeData.java, | 13 * src/main/java/de/intevation/gnv/transition/describedata/MinMaxDescribeData.java, |
4 src/main/java/de/intevation/gnv/transition/describedata/DefaultMinMaxDescribeData.java: | 14 src/main/java/de/intevation/gnv/transition/describedata/DefaultMinMaxDescribeData.java: |
5 Added getName and added Constants for minValue and maxValue Id to | 15 Added getName and added Constants for minValue and maxValue Id to |
6 enable the storage of this Values which would be put using the | 16 enable the storage of this Values which would be put using the |
7 feed command. | 17 feed command. |
8 | 18 |
9 * src/main/java/de/intevation/gnv/transition/TransitionBase.java (describe): | 19 * src/main/java/de/intevation/gnv/transition/TransitionBase.java (describe): |
10 Changed the usage of the Name of the MinMaxTransition from getMinName to getName. | 20 Changed the usage of the Name of the MinMaxTransition from getMinName to getName. |
11 | 21 |
12 * src/main/java/de/intevation/gnv/transition/MinMaxTransition.java (purifyResult): | 22 * src/main/java/de/intevation/gnv/transition/MinMaxTransition.java (purifyResult): |
13 Changed the Constructor of MinMaxTransition according to API-Changes of | 23 Changed the Constructor of MinMaxTransition according to API-Changes of |
14 DefaultMinMaxDescribeData | 24 DefaultMinMaxDescribeData |
15 | 25 |
16 2009-11-11 Tim Englich <tim.englich@intevation.de> | 26 2009-11-11 Tim Englich <tim.englich@intevation.de> |