Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
1499:0372797fc9cf | 1500:2a8b5dcbe8ca |
---|---|
1 2012-01-09 Raimund Renkert <raimund.renkert@intevation.de> | |
2 | |
3 Issue 358. Validation. | |
4 | |
5 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartPropertiesEditor.java: | |
6 Added validator to integer and double field items. | |
7 | |
8 * src/main/java/de/intevation/flys/client/client/utils/Validator.java: | |
9 New. Validator for SmartGWT FormItems. Currently validates integer and | |
10 double values. | |
11 | |
1 2012-01-06 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 12 2012-01-06 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 13 |
3 * src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java: | 14 * src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java: |
4 Survive if no style for given Facet exists, notify user. | 15 Survive if no style for given Facet exists, notify user. |
5 | 16 |