Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 782:4a7ece57f44c
#159 The tables in the WQ panel for calculation 4 are now filled with data.
flys-client/trunk@2273 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 01 Jul 2011 08:44:24 +0000 |
parents | 6653cf54b45d |
children | 8ebaad41285b |
comparison
equal
deleted
inserted
replaced
781:6653cf54b45d | 782:4a7ece57f44c |
---|---|
1 2011-07-01 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/server/DistanceInfoXML.java: | |
4 New. This service - which is no GWT RPC Service - returns the distance | |
5 info document as XML. The content of the document is not modified, | |
6 parsed but only copied through. | |
7 | |
8 * src/main/java/de/intevation/flys/client/client/ui/range/DistanceInfoDataSource.java: | |
9 New. This data source is used to fill the LocationsTable and RangeTable. | |
10 It uses the DistanceInfoXML service to query the required data | |
11 automatically using a "locations" or "distances" filter to reduce the | |
12 size of the data document. | |
13 | |
14 * src/main/java/de/intevation/flys/client/client/ui/DistancePanel.java: | |
15 Use the DistanceInfoDataSource to fill the locations and distances tables. | |
16 | |
17 * src/main/webapp/WEB-INF/web.xml: Registered the new service. | |
18 | |
1 2011-06-30 Ingo Weinzierl <ingo@intevation.de> | 19 2011-06-30 Ingo Weinzierl <ingo@intevation.de> |
2 | 20 |
3 * src/main/java/de/intevation/flys/client/client/ui/range/LocationsTable.java, | 21 * 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: | 22 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 | 23 New. These two tables are used to support the user to select from/to |