Uses of Class
org.nuxeo.ecm.webengine.ui.wizard.WizardPage
-
Packages that use WizardPage Package Description org.nuxeo.ecm.webengine.ui.wizard -
-
Uses of WizardPage in org.nuxeo.ecm.webengine.ui.wizard
Subclasses of WizardPage in org.nuxeo.ecm.webengine.ui.wizard Modifier and Type Class Description class
WebPage
Fields in org.nuxeo.ecm.webengine.ui.wizard declared as WizardPage Modifier and Type Field Description protected WizardPage
WizardSession. lastPage
protected WizardPage[]
WizardSession. orderedPages
protected WizardPage
Wizard. page
protected WizardPage
WizardPage. prev
Fields in org.nuxeo.ecm.webengine.ui.wizard with type parameters of type WizardPage Modifier and Type Field Description protected Map<String,WizardPage>
WizardSession. pages
Methods in org.nuxeo.ecm.webengine.ui.wizard that return WizardPage Modifier and Type Method Description abstract WizardPage
WebForm. createPage()
protected WizardPage[]
WebForm. createPages()
protected abstract WizardPage[]
Wizard. createPages()
WizardPage
Wizard. getPage()
WizardPage
WizardSession. getPage()
WizardPage
WizardSession. getPage(String id)
WizardPage
WizardSession. popPage()
WizardPage
WizardSession. pushPage(String pageId)
Methods in org.nuxeo.ecm.webengine.ui.wizard with parameters of type WizardPage Modifier and Type Method Description <T extends Form>
TWizard. validate(WizardPage page)
Constructors in org.nuxeo.ecm.webengine.ui.wizard with parameters of type WizardPage Constructor Description WizardSession(String wizardId, WizardPage[] pages)
-