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 TvoidForm.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.voidFormManager.load(FormDataProvider data, Form proxy) voidvoidvoidvoidprotected ObjectvoidFormValidator.validate(FormDataProvider data, Form form) voidvoidvoidprotected 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 TypeMethodDescriptionvoidMyFormValidator.validate(FormDataProvider data, Form form)