Uses of Interface
org.nuxeo.ecm.webengine.forms.validation.Form
Package
Description
-
Uses of Form in org.nuxeo.ecm.webengine.forms
-
Uses of Form in org.nuxeo.ecm.webengine.forms.validation
Modifier 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
Modifier and TypeMethodDescriptionvoid
MyFormValidator.validate
(FormDataProvider data, Form form) -
Uses of Form in org.nuxeo.ecm.webengine.ui.wizard
Modifier and TypeMethodDescription<T extends Form>
T<T extends Form>
TWizardPage.getNextPage
(Wizard wizard, T form) <T extends Form>
TWizard.validate
(WizardPage page) ModifierConstructorDescriptionWizardPage
(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)