Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 858:9f07f67f60a5
Subclassed ChartThemePanel, trigger redraws of Chart when interaction with
"Action" widgets in ThemePanel occured (but will still crash).
flys-client/trunk@2651 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 06 Sep 2011 11:09:13 +0000 |
parents | fa8efe5b8aee |
children | 6b047887855b |
comparison
equal
deleted
inserted
replaced
857:fa8efe5b8aee | 858:9f07f67f60a5 |
---|---|
1 2011-09-06 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Subclassed ChartThemePanel, trigger redraws of Chart when interaction with | |
4 "Action" widgets in ThemePanel occured (but will still crash). | |
5 | |
6 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java: | |
7 Extracted CrossSection-specific stuff to own subclass. | |
8 | |
9 * src/main/java/de/intevation/flys/client/client/ui/chart/CrossSectionChartThemePanel.java: | |
10 New, contains specific parts that were extracted from ChartThemePanel. | |
11 After interaction via the "Actions" Widgets (currently only a spinner), | |
12 request a chart redraw. | |
13 | |
14 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: | |
15 Depending on the outputmode, create a CrossSectionChartThemePanel, register | |
16 as redrawRequestHandler. | |
17 | |
18 * src/main/java/de/intevation/flys/client/client/ui/ThemePanel.java: | |
19 Implement HasRedrawRequestHandlers interface. | |
20 | |
1 2011-09-06 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 21 2011-09-06 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 22 |
3 Added concept of a RedrawRequestHandler to allow e.g. ChartThemePanel to | 23 Added concept of a RedrawRequestHandler to allow e.g. ChartThemePanel to |
4 trigger a redraw of a Chart. | 24 trigger a redraw of a Chart. |
5 | 25 |