Mercurial > dive4elements > river
changeset 1471:e125f889cf2f
Introduce ColletionView to all ChartPanel types.
flys-client/trunk@3516 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 22 Dec 2011 07:07:54 +0000 |
parents | eef55d18f424 |
children | a2b0b2af529f |
files | flys-client/ChangeLog flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java |
diffstat | 2 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/ChangeLog Wed Dec 21 12:21:23 2011 +0000 +++ b/flys-client/ChangeLog Thu Dec 22 07:07:54 2011 +0000 @@ -1,11 +1,16 @@ -2011-12-20 Felix Wolfsteller <felix.wolfsteller@intevation.de> +2011-12-22 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: + Introduce CollectionView to all ChartPanel types. + +2011-12-21 Felix Wolfsteller <felix.wolfsteller@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/chart/CrossSectionChartThemePanel.java: Renamed 'Master' to 'CSMaster' to avoid confusion between MasterArtifact of Collection, CrossSection Master and Master of the Universe. -2011-12-20 Felix Wolfsteller <felix.wolfsteller@intevation.de> +2011-12-21 Felix Wolfsteller <felix.wolfsteller@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java: Fix over axis case, added new "over axis" menu item.
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java Wed Dec 21 12:21:23 2011 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java Thu Dec 22 07:07:54 2011 +0000 @@ -138,8 +138,8 @@ } else { ctp = new ChartThemePanel(collection, mode); - ctp.setCollectionView(this.view); } + ctp.setCollectionView(this.view); ctp.addRedrawRequestHandler(this); ctp.addOutputParameterChangeHandler(this);