Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 786:06457f0dbad9
Commit forgotten ChangeLog.
flys-client/trunk@2283 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 05 Jul 2011 16:13:08 +0000 |
parents | 3fa64c796ffc |
children | 4e0b73b7113b |
comparison
equal
deleted
inserted
replaced
785:3ae0facd4cab | 786:06457f0dbad9 |
---|---|
1 2011-07-05 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/event/AdvanceHandler.java: | |
4 New. This interface describes a handler that listens to events in order | |
5 to advance to a next step. | |
6 | |
7 * src/main/java/de/intevation/flys/client/client/ui/ContinuePanel.java: | |
8 New. This panel doesn't allow users to enter data. It only displays a | |
9 link that lets users step forward to a next state. | |
10 | |
11 * src/main/java/de/intevation/flys/client/client/ui/ParameterList.java: | |
12 The ParameterList needs to take care on states that do not require user | |
13 input but that aren't the final state of an artifact. In such case, the | |
14 UI provider should be the ContinuePanel only! It allows users to step to | |
15 the next state. In order to provide such functionality - step forward | |
16 without feeding the artifact - the ParameterList now implements the | |
17 AdvanceHandler. | |
18 | |
19 * src/main/java/de/intevation/flys/client/client/ui/UIProviderFactory.java: | |
20 If the uiprovider attribute is 'continue', the ContinuePanel is | |
21 returned. | |
22 | |
23 * src/main/java/de/intevation/flys/client/client/ui/SelectProvider.java: | |
24 Adapted the width of the label field. | |
25 | |
26 * src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, | |
27 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, | |
28 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, | |
29 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: Added | |
30 strings for new states. | |
31 | |
1 2011-07-04 Ingo Weinzierl <ingo@intevation.de> | 32 2011-07-04 Ingo Weinzierl <ingo@intevation.de> |
2 | 33 |
3 * src/main/java/de/intevation/flys/client/client/ui/DistancePanel.java: | 34 * src/main/java/de/intevation/flys/client/client/ui/DistancePanel.java: |
4 Added the missing "back"-button. | 35 Added the missing "back"-button. |
5 | 36 |