comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java @ 523:0785a8ba5e6d

Implemented the first step of a theme control panel for charts. flys-client/trunk@2002 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 25 May 2011 11:34:34 +0000
parents fc60822e9c89
children 902609b5cc79
comparison
equal deleted inserted replaced
522:2e02db03e576 523:0785a8ba5e6d
82 82
83 hLayout.addMember(left); 83 hLayout.addMember(left);
84 hLayout.addMember(right); 84 hLayout.addMember(right);
85 85
86 right.addChild(createChartPanel()); 86 right.addChild(createChartPanel());
87 left.addChild(createThemeControlPanel()); 87 left.addChild(new ChartThemePanel(collection, mode));
88 tbarPanel.addChild( 88 tbarPanel.addChild(
89 createTBarPanel(collectionView)); 89 createTBarPanel(collectionView));
90 90
91 vLayout.addMember(tbarPanel); 91 vLayout.addMember(tbarPanel);
92 vLayout.addMember(hLayout); 92 vLayout.addMember(hLayout);

http://dive4elements.wald.intevation.org