| Package | Description |
|---|---|
| org.nuxeo.ecm.webengine.forms | |
| org.nuxeo.ecm.webengine.forms.validation | |
| org.nuxeo.ecm.webengine.forms.validation.test |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FormInstance |
| Modifier and Type | Class and Description |
|---|---|
class |
FormData |
class |
SimpleFormDataProvider |
| Modifier and Type | Method and Description |
|---|---|
void |
FormManager.load(FormDataProvider data,
Form proxy) |
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 |
FormValidator.validate(FormDataProvider data,
Form form) |
| Modifier and Type | Method and Description |
|---|---|
void |
MyFormValidator.validate(FormDataProvider data,
Form form) |
Copyright © 2019 Nuxeo. All rights reserved.