Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 541:ed29599e06e5
Added the ChartOutputTab as ZoomHandler for the ZoomboxControl - no zooming is done yet.
flys-client/trunk@2041 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 01 Jun 2011 14:13:29 +0000 |
parents | a866cdf1ca40 |
children | 7c57149e8715 |
comparison
equal
deleted
inserted
replaced
540:a866cdf1ca40 | 541:ed29599e06e5 |
---|---|
1 2011-06-01 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: | |
4 Implements the ZoomHandler interface now. Currently, the values are just | |
5 received from ZoomboxControl. We still need to refresh the chart with | |
6 those zoom values. | |
7 | |
8 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: | |
9 Registered the ChartOutputTab as ZoomHandler at the ZoomboxControl. | |
10 | |
11 * src/main/java/de/intevation/flys/client/client/ui/chart/ZoomboxControl.java: | |
12 Bugfix: fire the ZoomEvent when mouse up events occur. The events was | |
13 not fired anytime. | |
14 | |
1 2011-06-01 Ingo Weinzierl <ingo@intevation.de> | 15 2011-06-01 Ingo Weinzierl <ingo@intevation.de> |
2 | 16 |
3 * src/main/java/de/intevation/flys/client/client/event/HasZoomHandlers.java, | 17 * src/main/java/de/intevation/flys/client/client/event/HasZoomHandlers.java, |
4 src/main/java/de/intevation/flys/client/client/event/ZoomHandler.java, | 18 src/main/java/de/intevation/flys/client/client/event/ZoomHandler.java, |
5 src/main/java/de/intevation/flys/client/client/event/ZoomEvent.java: | 19 src/main/java/de/intevation/flys/client/client/event/ZoomEvent.java: |