Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 805:f43d06d6a4a2
Refactored code of theme panel and added a MapThemePanel.
flys-client/trunk@2366 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 20 Jul 2011 07:52:19 +0000 |
parents | 374712890b94 |
children | e50da1f74e58 |
comparison
equal
deleted
inserted
replaced
804:374712890b94 | 805:f43d06d6a4a2 |
---|---|
1 2011-07-20 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/ui/chart/ThemeNavigationPanel.java, | |
4 src/main/java/de/intevation/flys/client/client/ui/ThemeNavigationPanel.java: | |
5 Moved the panel a package level higher. | |
6 | |
7 * src/main/java/de/intevation/flys/client/client/ui/ThemePanel.java: New. | |
8 Abstract class that consists basically of the code that was removed from | |
9 ChartThemePanel. | |
10 | |
11 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java: | |
12 Sourced code base out to ThemePanel, so that's possible to reuse the | |
13 code for a MapThemePanel. | |
14 | |
15 * src/main/java/de/intevation/flys/client/client/ui/map/MapThemePanel.java: | |
16 New. A theme panel for the map widget. | |
17 | |
1 2011-07-19 Ingo Weinzierl <ingo@intevation.de> | 18 2011-07-19 Ingo Weinzierl <ingo@intevation.de> |
2 | 19 |
3 * src/main/java/de/intevation/flys/client/shared/model/AttributedTheme.java: | 20 * src/main/java/de/intevation/flys/client/shared/model/AttributedTheme.java: |
4 New. This theme stores all its attributes in a map. The intent of this | 21 New. This theme stores all its attributes in a map. The intent of this |
5 theme is to save all the facet's values contained in the DESCRIBE of the | 22 theme is to save all the facet's values contained in the DESCRIBE of the |