comparison 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
comparison
equal deleted inserted replaced
562:9f16ac843dda 563:469528551b78
117 ti.clearValue(); 117 ti.clearValue();
118 ti.setValue(text.toString()); 118 ti.setValue(text.toString());
119 } 119 }
120 120
121 121
122 protected boolean validateForm() {
123 return validateForm(ti);
124 }
125
126
122 /** 127 /**
123 * This method validates the entered text in the location input field. If 128 * This method validates the entered text in the location input field. If
124 * there are values that doesn't represent a valid location, an error is 129 * there are values that doesn't represent a valid location, an error is
125 * displayed. 130 * displayed.
126 * 131 *

http://dive4elements.wald.intevation.org