comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/map/FloodMap.java @ 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 d3b4010d2c89
children cf0f906921de
comparison
equal deleted inserted replaced
914:39a39e9be5af 915:89a47098bcbd
156 156
157 public void setSize(String width, String height) { 157 public void setSize(String width, String height) {
158 mapWidget.setWidth(width); 158 mapWidget.setWidth(width);
159 mapWidget.setHeight(height); 159 mapWidget.setHeight(height);
160 } 160 }
161
162
163 public void hideBarrierLayer () {
164 if (barrierLayer != null) {
165 barrierLayer.setIsVisible(false);
166 }
167 }
168
169 public void showBarrierLayer () {
170 if (barrierLayer != null) {
171 barrierLayer.setIsVisible(true);
172 }
173 }
161 } 174 }
162 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 175 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org