Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 791:9b1499a65aaa
Finished the panel that allows integers and the string 'auto'.
flys-client/trunk@2298 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 07 Jul 2011 10:33:29 +0000 |
parents | 3fa8583434b2 |
children | 696e3404e991 |
comparison
equal
deleted
inserted
replaced
790:3fa8583434b2 | 791:9b1499a65aaa |
---|---|
1 2011-07-07 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/ui/TextProvider.java: | |
4 Made methods in this class much smaller to override them easily in | |
5 subclasses. In addition, the TextItem has been replaced with a | |
6 DataSourceField which seems to be more easily to change in subclasses. | |
7 | |
8 * src/main/java/de/intevation/flys/client/client/ui/AutoIntegerPanel.java: | |
9 Override required methods of TextProvider. This panel now accepts | |
10 integer values and the string "auto". An inner class | |
11 AutoIntegerValidator is used to validate the user input. | |
12 | |
13 * src/main/webapp/FLYS.css: Set style for html label elements. Those label | |
14 elements are used in forms to label items. | |
15 | |
1 2011-07-06 Ingo Weinzierl <ingo@intevation.de> | 16 2011-07-06 Ingo Weinzierl <ingo@intevation.de> |
2 | 17 |
3 * src/main/java/de/intevation/flys/client/client/event/ParameterChangeEvent.java: | 18 * src/main/java/de/intevation/flys/client/client/event/ParameterChangeEvent.java: |
4 This event now supports a further member variable "type". Type is an | 19 This event now supports a further member variable "type". Type is an |
5 enum and can be FORWARD or BACK which reflects to stepping forward or | 20 enum and can be FORWARD or BACK which reflects to stepping forward or |