Uses of Interface
org.nuxeo.ecm.webengine.forms.validation.Form
Packages that use Form
Package
Description
-
Uses of Form in org.nuxeo.ecm.webengine.forms
Methods in org.nuxeo.ecm.webengine.forms with type parameters of type Form -
Uses of Form in org.nuxeo.ecm.webengine.forms.validation
Classes in org.nuxeo.ecm.webengine.forms.validation that implement FormFields in org.nuxeo.ecm.webengine.forms.validation declared as FormMethods in org.nuxeo.ecm.webengine.forms.validation that return FormMethods in org.nuxeo.ecm.webengine.forms.validation with parameters of type FormModifier and TypeMethodDescriptionvoid
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
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.testMethods in org.nuxeo.ecm.webengine.forms.validation.test with parameters of type FormModifier and TypeMethodDescriptionvoid
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 FormFields in org.nuxeo.ecm.webengine.ui.wizard with type parameters of type FormMethods in org.nuxeo.ecm.webengine.ui.wizard with type parameters of type FormModifier and TypeMethodDescription<T extends Form>
T<T extends Form>
TWizardPage.getNextPage
(Wizard wizard, T form) <T extends Form>
TWizard.validate
(WizardPage page) Methods in org.nuxeo.ecm.webengine.ui.wizard that return FormMethods in org.nuxeo.ecm.webengine.ui.wizard that return types with arguments of type FormMethods in org.nuxeo.ecm.webengine.ui.wizard with parameters of type FormConstructor parameters in org.nuxeo.ecm.webengine.ui.wizard with type arguments of type FormModifierConstructorDescriptionWizardPage
(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)