| 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 |
| Modifier and Type | Method and Description |
|---|---|
<T extends Form> |
SimpleFormDataProvider.validate(Class<T> type) |
<T extends Form> |
FormData.validate(Class<T> type) |
| Modifier and Type | Class and Description |
|---|---|
class |
FormManager |
| Modifier and Type | Field and Description |
|---|---|
protected Form |
ValidationException.form |
| Modifier and Type | Method and Description |
|---|---|
Form |
ValidationException.getForm() |
| 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 |
ValidationException.setForm(Form form) |
void |
FormValidator.validate(FormDataProvider data,
Form form) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MyForm |
| Modifier and Type | Method and Description |
|---|---|
void |
MyFormValidator.validate(FormDataProvider data,
Form form) |
| Modifier and Type | Field and Description |
|---|---|
protected Form |
WizardPage.form |
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends Form> |
WizardPage.formType |
| Modifier and Type | Method and Description |
|---|---|
<T extends Form> |
WizardSession.getForm(Class<T> formType) |
<T extends Form> |
Wizard.getForm(Class<T> formType) |
<T extends Form> |
WizardPage.getNextPage(Wizard wizard,
T form) |
<T extends Form> |
Wizard.validate(WizardPage page) |
| Modifier and Type | Method and Description |
|---|---|
Form |
WizardPage.getForm() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Form> |
WizardPage.getFormType() |
| Modifier and Type | Method and Description |
|---|---|
void |
WizardPage.setForm(Form form) |
| Constructor and 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) |
Copyright © 2019 Nuxeo. All rights reserved.