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)