Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 1500:2a8b5dcbe8ca
Issue 358.
Validate integer and double values in chart properties editor.
flys-client/trunk@3625 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Mon, 09 Jan 2012 09:17:52 +0000 |
parents | 0372797fc9cf |
children | d12cb71965cf |
line wrap: on
line diff
--- a/flys-client/ChangeLog Fri Jan 06 11:53:14 2012 +0000 +++ b/flys-client/ChangeLog Mon Jan 09 09:17:52 2012 +0000 @@ -1,3 +1,14 @@ +2012-01-09 Raimund Renkert <raimund.renkert@intevation.de> + + Issue 358. Validation. + + * src/main/java/de/intevation/flys/client/client/ui/chart/ChartPropertiesEditor.java: + Added validator to integer and double field items. + + * src/main/java/de/intevation/flys/client/client/utils/Validator.java: + New. Validator for SmartGWT FormItems. Currently validates integer and + double values. + 2012-01-06 Felix Wolfsteller <felix.wolfsteller@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java: