Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 897:2b6efb8b2301
Refactored DatacageWidget to allow reuse in other use-cases.
flys-client/trunk@2743 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 14 Sep 2011 14:18:54 +0000 |
parents | fe23bbf0ea11 |
children | a9dd792444a1 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Wed Sep 14 12:00:22 2011 +0000 +++ b/flys-client/ChangeLog Wed Sep 14 14:18:54 2011 +0000 @@ -1,3 +1,13 @@ +2011-09-14 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Ease access to selected elements of a DatacageWidget. Make button-less + DatacageWidget possible. + + * src/main/java/de/intevation/flys/client/client/ui/DatacageWidget.java: + Refactored to allow for button-less Widget and still be able to + access current selection as ToLoad-objects from "outside"; in coo + with Ingo Weinzierl. + 2011-09-14 Raimund Renkert <raimund.renkert@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/FLYSWorkspace.java,