Uses of Interface
org.nuxeo.ecm.webengine.forms.validation.Form
-
Packages that use Form 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 Form in org.nuxeo.ecm.webengine.forms
Methods in org.nuxeo.ecm.webengine.forms with type parameters of type Form Modifier and Type Method Description <T extends Form>
TFormData. validate(Class<T> type)
<T extends Form>
TSimpleFormDataProvider. validate(Class<T> type)
-
Uses of Form in org.nuxeo.ecm.webengine.forms.validation
Classes in org.nuxeo.ecm.webengine.forms.validation that implement Form Modifier and Type Class Description class
FormManager
Fields in org.nuxeo.ecm.webengine.forms.validation declared as Form Modifier and Type Field Description protected Form
ValidationException. form
Methods in org.nuxeo.ecm.webengine.forms.validation that return Form Modifier and Type Method Description Form
ValidationException. getForm()
Methods in org.nuxeo.ecm.webengine.forms.validation with parameters of type Form Modifier and Type Method Description 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
ValidationException. setForm(Form form)
void
FormValidator. validate(FormDataProvider data, Form form)
-
Uses of Form in org.nuxeo.ecm.webengine.forms.validation.test
Subinterfaces of Form in org.nuxeo.ecm.webengine.forms.validation.test Modifier and Type Interface Description interface
MyForm
Methods in org.nuxeo.ecm.webengine.forms.validation.test with parameters of type Form Modifier and Type Method Description void
MyFormValidator. validate(FormDataProvider data, Form form)
-
Uses of Form in org.nuxeo.ecm.webengine.ui.wizard
Fields in org.nuxeo.ecm.webengine.ui.wizard declared as Form Modifier and Type Field Description protected Form
WizardPage. form
Fields in org.nuxeo.ecm.webengine.ui.wizard with type parameters of type Form Modifier and Type Field Description protected Class<? extends Form>
WizardPage. formType
Methods in org.nuxeo.ecm.webengine.ui.wizard with type parameters of type Form Modifier and Type Method Description <T extends Form>
TWizard. getForm(Class<T> formType)
<T extends Form>
TWizardSession. getForm(Class<T> formType)
<T extends Form>
StringWizardPage. getNextPage(Wizard wizard, T form)
<T extends Form>
TWizard. validate(WizardPage page)
Methods in org.nuxeo.ecm.webengine.ui.wizard that return Form Modifier and Type Method Description Form
WizardPage. getForm()
Methods in org.nuxeo.ecm.webengine.ui.wizard that return types with arguments of type Form Modifier and Type Method Description Class<? extends Form>
WizardPage. getFormType()
Methods in org.nuxeo.ecm.webengine.ui.wizard with parameters of type Form Modifier and Type Method Description void
WizardPage. setForm(Form form)
Constructor parameters in org.nuxeo.ecm.webengine.ui.wizard with type arguments of type Form Constructor Description WebPage(Class<? extends Form> formType)
WebPage(Class<? extends Form> formType, int style)
WebPage(String id, Class<? extends Form> formType, int style)
WizardPage(String id, Class<? extends Form> formType)
WizardPage(String id, Class<? extends Form> formType, int style)
WizardPage(String id, Class<? extends Form> formType, String nextPageId)
WizardPage(String id, Class<? extends Form> formType, String nextPageId, int style)
-