程序包 | 说明 |
---|---|
org.opencms.gwt.client.property | |
org.opencms.gwt.client.ui.input |
GWT input widget classes for form input widgets.
|
org.opencms.gwt.client.ui.input.form |
GWT input widget classes for forms.
|
org.opencms.gwt.client.validation |
This package contains interfaces and classes for form field validation.
|
类和说明 |
---|
I_CmsValidationController
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. |
I_CmsValidator
This interface is used to tell an object that it should either validate a form
field or request an asynchronous validation from a
I_CmsValidationController . |
类和说明 |
---|
I_CmsValidationController
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. |
I_CmsValidator
This interface is used to tell an object that it should either validate a form
field or request an asynchronous validation from a
I_CmsValidationController . |
类和说明 |
---|
I_CmsValidator
This interface is used to tell an object that it should either validate a form
field or request an asynchronous validation from a
I_CmsValidationController . |
类和说明 |
---|
CmsValidationController
This class is responsible for coordinating the synchronous and asynchronous validation for
a set of form fields.
|
CmsValidationScheduler
This is a helper class for scheduling form validations.
|
I_CmsValidationController
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. |
I_CmsValidationHandler
This interface is used to receive notifications about the status of the validation.
|