Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Fri Sep 02 13:14:43 2011 +0000 +++ b/flys-client/ChangeLog Fri Sep 02 13:20:06 2011 +0000 @@ -1,3 +1,19 @@ +2011-09-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Refactored to allow specialized controls within the ChartThemePanel, stubby + first steps towards such a control (bound to FeedService). + + * src/main/java/de/intevation/flys/client/client/ui/ThemePanel.java: + Minor cosmetics. + (createGrid): + Extracted (trivial) to allow more concrete implementations in subclasses. + + * src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java + (createGrid): + Implementation, add a spinner that could talk with feedservice. + (initGrid): + Added new "actions" field. + 2011-09-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> Minor Cosmetics.