Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 3353:08f8524a81ad
Lock the screen when the parameterization of a Collection's master Artifact changes.
flys-client/trunk@5036 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 18 Jul 2012 12:12:46 +0000 |
parents | 2f533220af1c |
children | 22f39c2d7a72 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Wed Jul 18 09:57:21 2012 +0000 +++ b/flys-client/ChangeLog Wed Jul 18 12:12:46 2012 +0000 @@ -1,3 +1,15 @@ +2012-07-18 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: + Added public methods to lock and unlock the CollectionView. Locking the + view means, a semi transparent layer prevents the user to use the + control elements in the CollectionView. In addition to the semi + transparent layer, a progress image is displayed. + + * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: + Lock the CollectionView when StepBack and StepForward events are fired. + Unlock the screen on success or failure. + 2012-07-18 Felix Wolfsteller <felix.wolfsteller@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java: