| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CmsUrlNameValidator
Validator class for the URL name field in the property editor.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CmsNonEmptyValidator
A validator that checks whether a field is not empty.
|
class |
CmsRegexValidator
Basic regular expression validator for widgets of field type string.
|
| 限定符和类型 | 方法和说明 |
|---|---|
I_CmsValidator |
I_CmsFormField.getValidator()
Returns the validator for this form field, or null if the field has no validator.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
I_CmsFormField.setValidator(I_CmsValidator validator)
Sets the validator for this form field.
|
| 限定符和类型 | 方法和说明 |
|---|---|
I_CmsValidator |
CmsBasicFormField.getValidator() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CmsBasicFormField.setValidator(I_CmsValidator validator) |