| Package | Description |
|---|---|
| org.nuxeo.ecm.webengine.ui.wizard |
| Modifier and Type | Class and Description |
|---|---|
class |
WebPage |
| Modifier and Type | Field and Description |
|---|---|
protected WizardPage |
WizardSession.lastPage |
protected WizardPage[] |
WizardSession.orderedPages |
protected WizardPage |
Wizard.page |
protected WizardPage |
WizardPage.prev |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,WizardPage> |
WizardSession.pages |
| Modifier and Type | Method and Description |
|---|---|
abstract WizardPage |
WebForm.createPage() |
protected abstract WizardPage[] |
Wizard.createPages() |
protected WizardPage[] |
WebForm.createPages() |
WizardPage |
WizardSession.getPage() |
WizardPage |
Wizard.getPage() |
WizardPage |
WizardSession.getPage(String id) |
WizardPage |
WizardSession.popPage() |
WizardPage |
WizardSession.pushPage(String pageId) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Form> |
Wizard.validate(WizardPage page) |
| Constructor and Description |
|---|
WizardSession(String wizardId,
WizardPage[] pages) |
Copyright © 2019 Nuxeo. All rights reserved.