Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 1524:487c3ff7e838
Improved the code of IntegerRangePanel: it now returns the inserted values as IntegerRangeData object.
flys-client/trunk@3709 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 18 Jan 2012 15:04:30 +0000 |
parents | 07b532f9e057 |
children | 27a2a065a963 |
comparison
equal
deleted
inserted
replaced
1523:07b532f9e057 | 1524:487c3ff7e838 |
---|---|
1 2012-01-18 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/shared/model/IntegerRangeData.java: | |
4 Modified getItems(): it will now return a single DataItem which value | |
5 consists of the min and max value seperated by a ';'. | |
6 | |
7 * src/main/java/de/intevation/flys/client/client/ui/TimerangePanel.java: | |
8 Removed, because there is no time relevant code here. All code has moved | |
9 to IntegerRangePanel. | |
10 | |
11 * src/main/java/de/intevation/flys/client/client/ui/IntegerRangePanel.java: | |
12 Added new methods getLowerAsInt() and getUpperAsInt() and setMaxLower() | |
13 and setMaxUpper() from TimerangePanel. Furthermore, the still missing | |
14 getData() method has been implemented. It returns a single | |
15 IntegerRangeData object. | |
16 | |
17 * src/main/java/de/intevation/flys/client/client/ui/UIProviderFactory.java: | |
18 Create new instances of IntegerRangePanel if the ui provider is set to | |
19 'intrange'. | |
20 | |
21 * src/main/java/de/intevation/flys/client/client/ui/RangePanel.java: The | |
22 range panel stores the data name now and has new methods that return the | |
23 lower and upper value. | |
24 | |
1 2012-01-18 Ingo Weinzierl <ingo@intevation.de> | 25 2012-01-18 Ingo Weinzierl <ingo@intevation.de> |
2 | 26 |
3 * src/main/java/de/intevation/flys/client/client/ui/RangePanel.java: New. | 27 * src/main/java/de/intevation/flys/client/client/ui/RangePanel.java: New. |
4 This panel allows inserting two values (min and max) for ranges. It is | 28 This panel allows inserting two values (min and max) for ranges. It is |
5 abstract, so concrete subclasses are required. | 29 abstract, so concrete subclasses are required. |