Uses of Class
org.nuxeo.ecm.webengine.forms.validation.ValidationException
-
Packages that use ValidationException Package Description org.nuxeo.ecm.webengine.forms org.nuxeo.ecm.webengine.forms.validation org.nuxeo.ecm.webengine.forms.validation.test org.nuxeo.ecm.webengine.ui.wizard -
-
Uses of ValidationException in org.nuxeo.ecm.webengine.forms
Methods in org.nuxeo.ecm.webengine.forms that throw ValidationException Modifier and Type Method Description <T extends Form>
TFormData. validate(Class<T> type)<T extends Form>
TSimpleFormDataProvider. validate(Class<T> type) -
Uses of ValidationException in org.nuxeo.ecm.webengine.forms.validation
Methods in org.nuxeo.ecm.webengine.forms.validation that return ValidationException Modifier and Type Method Description ValidationExceptionValidationException. addInvalidField(String key)ValidationExceptionValidationException. addInvalidField(String key, String message)ValidationExceptionValidationException. addRequiredField(String key)ValidationExceptionValidationException. addRequiredField(String key, String message)Methods in org.nuxeo.ecm.webengine.forms.validation that throw ValidationException Modifier and Type Method Description abstract TTypeConvertor. convert(String value)voidForm. 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)voidCompositeValidator. validate(String value, Object decoded)voidEnumerationValidator. validate(String value, Object decoded)voidExactLengthValidator. validate(String value, Object decoded)voidFieldValidator. validate(String value, Object decoded)voidFormValidator. validate(FormDataProvider data, Form form)voidLengthValidator. validate(String value, Object decoded)voidRangeValidator. validate(String value, Object decoded)voidRegexValidator. validate(String value, Object decoded) -
Uses of ValidationException in org.nuxeo.ecm.webengine.forms.validation.test
Methods in org.nuxeo.ecm.webengine.forms.validation.test that throw ValidationException Modifier and Type Method Description voidMyFormValidator. 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 ValidationException Modifier and Type Field Description protected ValidationExceptionWizard. errorprotected ValidationExceptionWizardSession. errorMethods in org.nuxeo.ecm.webengine.ui.wizard that return ValidationException Modifier and Type Method Description ValidationExceptionWizard. getError()ValidationExceptionWizardSession. removeError()Methods in org.nuxeo.ecm.webengine.ui.wizard with parameters of type ValidationException Modifier and Type Method Description protected ObjectWizard. handleValidationError(ValidationException e)voidWizardSession. setError(ValidationException e)Methods in org.nuxeo.ecm.webengine.ui.wizard that throw ValidationException Modifier and Type Method Description protected abstract voidWizard. performOk()<T extends Form>
TWizard. validate(WizardPage page)
-