Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 3370:08b2472111aa
New implementation of OverviewOutputTab which has a minimalistic chart toolbar and no chart theme panel. The overview image is fetched as single image from server.
flys-client/trunk@5078 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 20 Jul 2012 07:40:55 +0000 |
parents | 20688790f0c0 |
children | b6575b8c8db0 |
comparison
equal
deleted
inserted
replaced
3369:20688790f0c0 | 3370:08b2472111aa |
---|---|
1 2012-07-20 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: | |
4 Made getChartOutputTab() protected. | |
5 | |
6 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: | |
7 Moved creation of a ChartToolbar and a ChartThemePanel from constructor to | |
8 own methods which enables subclasses to override those. | |
9 | |
10 * src/main/java/de/intevation/flys/client/client/ui/chart/OverviewOutputTab.java: | |
11 Override createThemePanel() and createChartToolbar() of parent class. Both | |
12 methods return instances of minimalistic implementations of a | |
13 ChartThemePanel and ChartToolbar. In addition, the overview chart is | |
14 fetched as single image. | |
15 | |
1 2012-07-19 Ingo Weinzierl <ingo@intevation.de> | 16 2012-07-19 Ingo Weinzierl <ingo@intevation.de> |
2 | 17 |
3 * src/main/java/de/intevation/flys/client/client/ui/DoubleInputPanel.java: | 18 * src/main/java/de/intevation/flys/client/client/ui/DoubleInputPanel.java: |
4 Read default value from Data item; set textfield to this value of a | 19 Read default value from Data item; set textfield to this value of a |
5 default value is existing. | 20 default value is existing. |