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
void
FormValidator.validate
(FormDataProvider data, Form form) void
void
void
-
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) -
Uses of ValidationException in org.nuxeo.ecm.webengine.ui.wizard
Fields in org.nuxeo.ecm.webengine.ui.wizard declared as ValidationExceptionModifier and TypeFieldDescriptionprotected ValidationException
Wizard.error
protected ValidationException
WizardSession.error
Methods in org.nuxeo.ecm.webengine.ui.wizard that return ValidationExceptionMethods in org.nuxeo.ecm.webengine.ui.wizard with parameters of type ValidationExceptionModifier and TypeMethodDescriptionprotected Object
Wizard.handleValidationError
(ValidationException e) void
WizardSession.setError
(ValidationException e) Methods in org.nuxeo.ecm.webengine.ui.wizard that throw ValidationExceptionModifier and TypeMethodDescriptionprotected abstract void
Wizard.performOk()
<T extends Form>
TWizard.validate
(WizardPage page)