diff 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
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java	Fri Sep 07 11:58:11 2012 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java	Fri Sep 07 13:02:46 2012 +0000
@@ -329,6 +329,7 @@
     }
 
 
+    /** Disables input, grey out, show spinning wheel of joy. */
     public void lockUI() {
         if (lockScreen == null) {
             lockScreen = new VLayout();
@@ -357,6 +358,7 @@
     }
 
 
+    /** Enable input, remove grey, remove spinning wheel of joy. */
     public void unlockUI() {
         layout.removeChild(lockScreen);
     }

http://dive4elements.wald.intevation.org