Package org.opencms.gwt.client.validation
package org.opencms.gwt.client.validation
-
ClassDescriptionThis class is responsible for coordinating the synchronous and asynchronous validation for a set of form fields.This is a helper class for scheduling form validations.This is the interface which an
I_CmsValidator
object uses to either synchronously report the result of a validation or to request an asynchronous validation from the server.This interface is used to receive notifications about the status of the validation.This interface is used to tell an object that it should either validate a form field or request an asynchronous validation from aI_CmsValidationController
.