Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 41:87a44f8e25cc
Added a new widget that enables the user to enter a location or a distance in a single step.
flys-client/trunk@1482 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 16 Mar 2011 09:57:41 +0000 |
parents | 1458bc0a20e2 |
children | ba7df4a24ae0 |
comparison
equal
deleted
inserted
replaced
40:1458bc0a20e2 | 41:87a44f8e25cc |
---|---|
1 2011-03-16 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/FLYSMessages_en.properties, | |
4 src/main/java/de/intevation/flys/client/client/FLYSMessages_de.properties, | |
5 src/main/java/de/intevation/flys/client/client/FLYSMessages.java: Added | |
6 i18n strings used in the LocationDistancePanel. | |
7 | |
8 * src/main/java/de/intevation/flys/client/client/ui/AbstractUIProvider.java: | |
9 New. This abstract class implements the UIProvider and the | |
10 HasStepForwardHandlers interface and its necessary methods. These two | |
11 things are required by each concrete UIProvider, so this class should be | |
12 the base class for further concrete UIProviders. | |
13 | |
14 * src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java: | |
15 New. A UIProvider that enables the user to enter locations or a | |
16 distance. | |
17 | |
18 * src/main/java/de/intevation/flys/client/client/ui/UIProviderFactory.java: | |
19 States with a uiprovider attribute set to 'location_distance_panel' use | |
20 the LocationDistancePanel for user input. | |
21 | |
1 2011-03-15 Ingo Weinzierl <ingo@intevation.de> | 22 2011-03-15 Ingo Weinzierl <ingo@intevation.de> |
2 | 23 |
3 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: | 24 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: |
4 Clear the panel that displays the current input widget before adding a | 25 Clear the panel that displays the current input widget before adding a |
5 new one to this panel. | 26 new one to this panel. |