Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 854:67c678903280
Refactored to allow specialized controls within the ChartThemePanel, stubby
first steps towards such a control (bound to FeedService).
flys-client/trunk@2641 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 02 Sep 2011 13:20:06 +0000 |
parents | 3d379e6b9a5f |
children | 2c48d75c4ab7 |
comparison
equal
deleted
inserted
replaced
853:3d379e6b9a5f | 854:67c678903280 |
---|---|
1 2011-09-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Refactored to allow specialized controls within the ChartThemePanel, stubby | |
4 first steps towards such a control (bound to FeedService). | |
5 | |
6 * src/main/java/de/intevation/flys/client/client/ui/ThemePanel.java: | |
7 Minor cosmetics. | |
8 (createGrid): | |
9 Extracted (trivial) to allow more concrete implementations in subclasses. | |
10 | |
11 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java | |
12 (createGrid): | |
13 Implementation, add a spinner that could talk with feedservice. | |
14 (initGrid): | |
15 Added new "actions" field. | |
16 | |
1 2011-09-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 17 2011-09-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 18 |
3 Minor Cosmetics. | 19 Minor Cosmetics. |
4 | 20 |
5 * src/main/java/de/intevation/flys/client/server/FeedServiceImpl.java: | 21 * src/main/java/de/intevation/flys/client/server/FeedServiceImpl.java: |