Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 575:5277f46a63c2
The description of a facet is now displayed in the ChartThemePanel.
flys-client/trunk@2141 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 17 Jun 2011 09:57:23 +0000 |
parents | 3629d36f0e5d |
children | a0884f486711 |
comparison
equal
deleted
inserted
replaced
574:3629d36f0e5d | 575:5277f46a63c2 |
---|---|
1 2011-06-17 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/server/DescribeCollectionServiceImpl.java: | |
4 Read "index" and "description" of facets from collection's describe | |
5 document. In addition, I replaced the expensive XPath search for | |
6 attributes with DOM methods. | |
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 src/main/java/de/intevation/flys/client/shared/model/DefaultFacet.java: | |
11 Themes and facets have now indices and descriptions. | |
12 | |
13 * src/main/java/de/intevation/flys/client/shared/model/FacetRecord.java: | |
14 Display the description of a theme in the theme panel instead of the | |
15 name (which represents the facet type). | |
16 | |
1 2011-06-16 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 17 2011-06-16 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 18 |
3 * src/main/java/de/intevation/flys/client/client/ui/DatacageWindow.java: | 19 * src/main/java/de/intevation/flys/client/client/ui/DatacageWindow.java: |
4 Alloc TreeNode array with the right size because its known. | 20 Alloc TreeNode array with the right size because its known. |
5 | 21 |