comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java @ 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 e8aec81af22b
children 0ba23e6fef0c
comparison
equal deleted inserted replaced
1470:eef55d18f424 1471:e125f889cf2f
136 if (mode.getName().equals("cross_section")) { 136 if (mode.getName().equals("cross_section")) {
137 ctp = new CrossSectionChartThemePanel(collection, mode); 137 ctp = new CrossSectionChartThemePanel(collection, mode);
138 } 138 }
139 else { 139 else {
140 ctp = new ChartThemePanel(collection, mode); 140 ctp = new ChartThemePanel(collection, mode);
141 ctp.setCollectionView(this.view); 141 }
142 } 142 ctp.setCollectionView(this.view);
143 143
144 ctp.addRedrawRequestHandler(this); 144 ctp.addRedrawRequestHandler(this);
145 ctp.addOutputParameterChangeHandler(this); 145 ctp.addOutputParameterChangeHandler(this);
146 146
147 chart = createChartImg(); 147 chart = createChartImg();

http://dive4elements.wald.intevation.org