Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 270:d01b0d81b92a
Parse the facets of a Collection and distinguish between an ordinary OutputMode and an ExportMode (new).
flys-client/trunk@1895 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 11 May 2011 09:11:40 +0000 |
parents | eb3c16df59db |
children | 65735765643d |
comparison
equal
deleted
inserted
replaced
269:eb3c16df59db | 270:d01b0d81b92a |
---|---|
1 2011-05-11 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/shared/model/ExportMode.java: | |
4 New. A derived OutputMode that is used to mark an OutputMode as an | |
5 export. | |
6 | |
7 * src/main/java/de/intevation/flys/client/shared/model/OutputMode.java, | |
8 src/main/java/de/intevation/flys/client/shared/model/DefaultOutputMode.java: | |
9 Added methods to provide facets in output modes. | |
10 | |
11 * src/main/java/de/intevation/flys/client/server/DescribeCollectionServiceImpl.java: | |
12 Extract facets from DESCRIBE and distinguish between an ordinary | |
13 OutputMode or an ExportMode. | |
14 | |
15 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: | |
16 Replaced the determination of an export mode for creating new | |
17 OutputTabs. Now, we just create new OutputTabs for OutputModes that are | |
18 no instance of ExportMode. Furthermore, the computation output panel | |
19 is now displayed if there is an output mode which: | |
20 - is an ExportMode | |
21 - has a facet which name is "csv" | |
22 | |
1 2011-05-11 Ingo Weinzierl <ingo@intevation.de> | 23 2011-05-11 Ingo Weinzierl <ingo@intevation.de> |
2 | 24 |
3 ISSUE-41 (part1) | 25 ISSUE-41 (part1) |
4 | 26 |
5 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: | 27 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: |