Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 20:c128d675386b
Added UIProviders that are used to create widgets for entering data.
flys-client/trunk@1334 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 22 Feb 2011 17:17:12 +0000 |
parents | f48b2cb2e219 |
children | e98a25b5c95a |
line wrap: on
line diff
--- a/flys-client/ChangeLog Mon Feb 21 07:03:13 2011 +0000 +++ b/flys-client/ChangeLog Tue Feb 22 17:17:12 2011 +0000 @@ -1,3 +1,16 @@ +2011-02-22 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/client/ui/UIProvider.java, + src/main/java/de/intevation/flys/client/client/ui/MapSelection.java, + src/main/java/de/intevation/flys/client/client/ui/SelectProvider.java: The + interface description and two implementations of a UIProvider. A + UIProvider is used to create widgets for the user input. The UIProvider + that is used in the current state depends on the data type in the describe + document and a 'uiprovider' flag that might be configured there. + + * src/main/java/de/intevation/flys/client/client/ui/UIProviderFactory.java: + The factory that is used to create new instances of UIProvider. + 2011-02-21 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: