Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 531:c17c593f8732
The chart in the ChartOutputTab is refreshed when there occur any changes in the chart theme panel.
flys-client/trunk@2020 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 27 May 2011 09:50:57 +0000 |
parents | 26e38b79658d |
children | 0ba7c43e7b62 |
comparison
equal
deleted
inserted
replaced
530:26e38b79658d | 531:c17c593f8732 |
---|---|
1 2011-05-27 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/event/HasOutputParameterChangeHandlers.java, | |
4 src/main/java/de/intevation/flys/client/client/event/OutputParameterChangeHandler.java, | |
5 src/main/java/de/intevation/flys/client/client/event/OutputParameterChangeEvent.java: | |
6 Interface and class to realize a listener mechanism for output parameter | |
7 changes. | |
8 | |
9 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java: | |
10 Implements the OutputParameterChangeHandler interface. After the output | |
11 parameter of the chart have changed, the chart is refreshed. | |
12 | |
13 NOTE: The panel is disabled right before the RPC call to replace the | |
14 collection's attribute is executed. It is enabled after the RPC call has | |
15 finished. | |
16 | |
17 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: | |
18 Implements the HasOutputParameterChangeHanders interface. The event is | |
19 fired if there are changes in the chart theme control panel. | |
20 | |
1 2011-05-27 Ingo Weinzierl <ingo@intevation.de> | 21 2011-05-27 Ingo Weinzierl <ingo@intevation.de> |
2 | 22 |
3 * src/main/java/de/intevation/flys/client/server/CollectionAttributeServiceImpl.java: | 23 * src/main/java/de/intevation/flys/client/server/CollectionAttributeServiceImpl.java: |
4 Connected this service with the artifact server. Modifications of a | 24 Connected this service with the artifact server. Modifications of a |
5 Collection will be stored in the artifact database now. | 25 Collection will be stored in the artifact database now. |