Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 275:8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
flys-client/trunk@1901 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 11 May 2011 14:29:35 +0000 |
parents | 71a7533555d0 |
children | f4c8ce11df33 |
comparison
equal
deleted
inserted
replaced
274:71a7533555d0 | 275:8264b02091ef |
---|---|
1 2011-05-11 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 ISSUE-56 | |
4 | |
5 * src/main/java/de/intevation/flys/client/shared/model/DefaultOutputMode.java, | |
6 src/main/java/de/intevation/flys/client/shared/model/OutputMode.java: | |
7 Added a further method that returns all available facets. | |
8 | |
9 * src/main/java/de/intevation/flys/client/client/ui/ExportPanel.java: New. | |
10 This panel is used to serve download links for each export mode / type | |
11 of a collection. | |
12 | |
13 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: | |
14 Implements the CollectionChangeHandler interface now. If a Collection | |
15 changes, the available output modes are analyzed. If there are export | |
16 modes available, those modes are displayed in a so called 'ExportPanel'. | |
17 | |
18 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: | |
19 Registered the ParameterList as CollectionChange handler. | |
20 | |
21 * src/main/webapp/FLYS.css: Added a stylesheet for the export panels | |
22 title. | |
23 | |
24 * src/main/webapp/images/save.gif: New. This image is displayed in the | |
25 export panel. | |
26 | |
27 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, | |
28 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, | |
29 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: New | |
30 i18n strings for the export panel. | |
31 | |
1 2011-05-11 Ingo Weinzierl <ingo@intevation.de> | 32 2011-05-11 Ingo Weinzierl <ingo@intevation.de> |
2 | 33 |
3 * src/main/java/de/intevation/flys/client/server/ExportServiceImpl.java: | 34 * src/main/java/de/intevation/flys/client/server/ExportServiceImpl.java: |
4 New. This service is a "proxy servlet" that enables the GUI to add | 35 New. This service is a "proxy servlet" that enables the GUI to add |
5 download buttons for exporting the computed data of the artifact server. | 36 download buttons for exporting the computed data of the artifact server. |