Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 781:6653cf54b45d
The distance panel got two tables for locations and ranges. Both do not load any data until now.
flys-client/trunk@2271 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 30 Jun 2011 11:59:02 +0000 |
parents | a39c2f531755 |
children | 4a7ece57f44c |
comparison
equal
deleted
inserted
replaced
780:a39c2f531755 | 781:6653cf54b45d |
---|---|
1 2011-06-30 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/ui/range/LocationsTable.java, | |
4 src/main/java/de/intevation/flys/client/client/ui/range/RangeTable.java: | |
5 New. These two tables are used to support the user to select from/to | |
6 values in the distance panel. | |
7 | |
8 * src/main/java/de/intevation/flys/client/client/ui/DistancePanel.java: | |
9 Added LocationsTable and RangeTable that currently load no data. | |
10 | |
1 2011-06-30 Ingo Weinzierl <ingo@intevation.de> | 11 2011-06-30 Ingo Weinzierl <ingo@intevation.de> |
2 | 12 |
3 * src/main/java/de/intevation/flys/client/client/ui/DistancePanel.java: | 13 * src/main/java/de/intevation/flys/client/client/ui/DistancePanel.java: |
4 New. This panel is used to insert kilometer ranges. There is no input | 14 New. This panel is used to insert kilometer ranges. There is no input |
5 mode for locations as it is in LocationDistancePanel. | 15 mode for locations as it is in LocationDistancePanel. |