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 ValidationException
ValidationException. addInvalidField(String key)
ValidationException
ValidationException. addInvalidField(String key, String message)
ValidationException
ValidationException. addRequiredField(String key)
ValidationException
ValidationException. addRequiredField(String key, String message)
Methods in org.nuxeo.ecm.webengine.forms.validation that throw ValidationException Modifier and Type Method Description abstract T
TypeConvertor. convert(String value)
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
CompositeValidator. validate(String value, Object decoded)
void
EnumerationValidator. validate(String value, Object decoded)
void
ExactLengthValidator. validate(String value, Object decoded)
void
FieldValidator. validate(String value, Object decoded)
void
FormValidator. validate(FormDataProvider data, Form form)
void
LengthValidator. validate(String value, Object decoded)
void
RangeValidator. validate(String value, Object decoded)
void
RegexValidator. 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 void
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 ValidationException Modifier and Type Field Description protected ValidationException
Wizard. error
protected ValidationException
WizardSession. error
Methods in org.nuxeo.ecm.webengine.ui.wizard that return ValidationException Modifier and Type Method Description ValidationException
Wizard. getError()
ValidationException
WizardSession. removeError()
Methods in org.nuxeo.ecm.webengine.ui.wizard with parameters of type ValidationException Modifier and Type Method Description protected Object
Wizard. handleValidationError(ValidationException e)
void
WizardSession. setError(ValidationException e)
Methods in org.nuxeo.ecm.webengine.ui.wizard that throw ValidationException Modifier and Type Method Description protected abstract void
Wizard. performOk()
<T extends Form>
TWizard. validate(WizardPage page)
-