程序包 | 说明 |
---|---|
org.opencms.gwt.client.property | |
org.opencms.gwt.client.ui.input |
GWT input widget classes for form input widgets.
|
org.opencms.gwt.client.validation |
This package contains interfaces and classes for form field validation.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsUrlNameValidator.validate(I_CmsFormField field,
I_CmsValidationController controller) |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsNonEmptyValidator.validate(I_CmsFormField field,
I_CmsValidationController controller) |
void |
CmsRegexValidator.validate(I_CmsFormField field,
I_CmsValidationController controller) |
限定符和类型 | 类和说明 |
---|---|
class |
CmsValidationController
This class is responsible for coordinating the synchronous and asynchronous validation for
a set of form fields.
|
限定符和类型 | 方法和说明 |
---|---|
void |
I_CmsValidator.validate(I_CmsFormField field,
I_CmsValidationController controller)
If this method is called, the object should either validate the form field and report the result to the
validation controller, or request asynchronous validation of the field from the validation controller.
|