Uses of Class
org.nuxeo.ecm.webengine.forms.validation.ValidationException
Packages that use ValidationException
Package
Description
-
Uses of ValidationException in org.nuxeo.ecm.webengine.forms
Methods in org.nuxeo.ecm.webengine.forms that throw ValidationException -
Uses of ValidationException in org.nuxeo.ecm.webengine.forms.validation
Methods in org.nuxeo.ecm.webengine.forms.validation that return ValidationExceptionModifier and TypeMethodDescriptionValidationException.addInvalidField
(String key) ValidationException.addInvalidField
(String key, String message) ValidationException.addRequiredField
(String key) ValidationException.addRequiredField
(String key, String message) Methods in org.nuxeo.ecm.webengine.forms.validation that throw ValidationExceptionModifier and TypeMethodDescriptionabstract T
void
Form.load
(FormDataProvider data, Form proxy) Before using the form, implementors must ensure this method is called to initialize form data, otherwise NPE will be thrown.void
FormManager.load
(FormDataProvider data, Form proxy) void
void
void
void
protected Object
void
FormValidator.validate
(FormDataProvider data, Form form) void
void
void
protected Object[]
FormDescriptor.Field.validateArray
(String[] values) -
Uses of ValidationException in org.nuxeo.ecm.webengine.forms.validation.test
Methods in org.nuxeo.ecm.webengine.forms.validation.test that throw ValidationExceptionModifier and TypeMethodDescriptionvoid
MyFormValidator.validate
(FormDataProvider data, Form form)