diff flys-client/src/main/java/de/intevation/flys/client/client/ui/DoubleArrayPanel.java @ 563:469528551b78

Introduced an input validation for the location panels. flys-client/trunk@2104 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 14 Jun 2011 10:42:34 +0000
parents ccba1a0b743e
children 6ebe845a9d37
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/DoubleArrayPanel.java	Thu Jun 09 14:06:10 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/DoubleArrayPanel.java	Tue Jun 14 10:42:34 2011 +0000
@@ -119,6 +119,11 @@
     }
 
 
+    protected boolean validateForm() {
+        return validateForm(ti);
+    }
+
+
     /**
      * This method validates the entered text in the location input field. If
      * there are values that doesn't represent a valid location, an error is

http://dive4elements.wald.intevation.org