Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 915:89a47098bcbd
Hide geometry layer in floodmap when tab selection changes.
(Issue265)
flys-client/trunk@2778 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 16 Sep 2011 12:56:48 +0000 |
parents | 39a39e9be5af |
children | a1a5dc2b9e34 |
comparison
equal
deleted
inserted
replaced
914:39a39e9be5af | 915:89a47098bcbd |
---|---|
1 2011-09-16 Raimund Renkert <raimund.renkert@intevation.de> | |
2 | |
3 Issue265 | |
4 | |
5 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java, | |
6 src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: | |
7 Added method to be able to register TabSelecedHandler at the | |
8 CollectionView. | |
9 | |
10 * src/main/java/de/intevation/flys/client/client/ui/DigitizePanel.java, | |
11 src/main/java/de/intevation/flys/client/client/ui/map/FloodMap.java: | |
12 Register the panel as TabSelectedHandler to hide or show the barrier | |
13 layer in the FloodMap. | |
14 | |
15 * src/main/java/de/intevation/flys/client/client/ui/UIProvider.java, | |
16 src/main/java/de/intevation/flys/client/client/ui/AbstractUIProvider.java: | |
17 Added setter for ParameterList. | |
18 | |
1 2011-09-16 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 19 2011-09-16 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 20 |
3 Updated implementation to a working (but limited and buggy) | 21 Updated implementation to a working (but limited and buggy) |
4 DatacageTwinPanel. | 22 DatacageTwinPanel. |
5 | 23 |