public interface I_CmsValidationService
org.opencms.gwt.client.validation.I_CmsValidator
.It contains a method for validating a single field value.
Modifier and Type | Method and Description |
---|---|
CmsValidationResult |
validate(CmsObject cms,
java.lang.String value,
java.lang.String config)
Validates a single form field value.
|
CmsValidationResult validate(CmsObject cms, java.lang.String value, java.lang.String config)
cms
- the CMS contextvalue
- the value to validateconfig
- the configuration string for the validator