Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 524:ba238f917b94
The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
flys-client/trunk@2003 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 25 May 2011 13:42:04 +0000 |
parents | 0785a8ba5e6d |
children | fc994da131f9 |
comparison
equal
deleted
inserted
replaced
523:0785a8ba5e6d | 524:ba238f917b94 |
---|---|
1 2011-05-25 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/server/DescribeCollectionServiceImpl.java: | |
4 Parse the theme lists - contained in the attribute of the collection - | |
5 and add those lists to the collection. The lists are retrievable using | |
6 the method getThemeList(String outName). | |
7 | |
8 * src/main/java/de/intevation/flys/client/shared/model/Theme.java, | |
9 src/main/java/de/intevation/flys/client/shared/model/DefaultTheme.java: | |
10 The interface and its default implementation of a theme. A theme | |
11 represents a curve in a chart or a layer in a map. The default | |
12 implementation knows about the facet, the position, the status and the | |
13 artifact this theme belongs to. | |
14 | |
15 * src/main/java/de/intevation/flys/client/shared/model/ThemeList.java: | |
16 New. A ThemeList is a wrapper for themes and should provide some | |
17 functions to process regularly used operations on a list of themes. | |
18 | |
19 * src/main/java/de/intevation/flys/client/shared/model/DefaultCollection.java, | |
20 src/main/java/de/intevation/flys/client/shared/model/Collection.java: | |
21 Added a new constructor that takes a ThemeList as well and a method to | |
22 retrieve a ThemeList based on the name of the output. | |
23 | |
24 * src/main/java/de/intevation/flys/client/shared/model/FacetRecord.java: | |
25 This record no longer stores facets but themes. | |
26 | |
27 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java: | |
28 Modified the process of adding new themes to the theme grid. | |
29 | |
1 2011-05-25 Ingo Weinzierl <ingo@intevation.de> | 30 2011-05-25 Ingo Weinzierl <ingo@intevation.de> |
2 | 31 |
3 * src/main/java/de/intevation/flys/client/shared/model/FacetRecord.java: | 32 * src/main/java/de/intevation/flys/client/shared/model/FacetRecord.java: |
4 New. This ListRecord is used to display facets in grids. | 33 New. This ListRecord is used to display facets in grids. |
5 | 34 |