comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java @ 3693:b63e6fdd8cd0

Cosmetics, docs. flys-client/trunk@5384 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 07 Sep 2012 13:02:46 +0000
parents 8a16ff3b9a7f
children 1e9e7b7d9f15
comparison
equal deleted inserted replaced
3692:d18e6811e924 3693:b63e6fdd8cd0
327 handler.onOutputModesChange(new OutputModesChangeEvent(outputs)); 327 handler.onOutputModesChange(new OutputModesChangeEvent(outputs));
328 } 328 }
329 } 329 }
330 330
331 331
332 /** Disables input, grey out, show spinning wheel of joy. */
332 public void lockUI() { 333 public void lockUI() {
333 if (lockScreen == null) { 334 if (lockScreen == null) {
334 lockScreen = new VLayout(); 335 lockScreen = new VLayout();
335 lockScreen.setWidth100(); 336 lockScreen.setWidth100();
336 lockScreen.setHeight100(); 337 lockScreen.setHeight100();
355 356
356 layout.addChild(lockScreen); 357 layout.addChild(lockScreen);
357 } 358 }
358 359
359 360
361 /** Enable input, remove grey, remove spinning wheel of joy. */
360 public void unlockUI() { 362 public void unlockUI() {
361 layout.removeChild(lockScreen); 363 layout.removeChild(lockScreen);
362 } 364 }
363 365
364 366

http://dive4elements.wald.intevation.org