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 classWebPageFields in org.nuxeo.ecm.webengine.ui.wizard declared as WizardPage Modifier and Type Field Description protected WizardPageWizardSession. lastPageprotected WizardPage[]WizardSession. orderedPagesprotected WizardPageWizard. pageprotected WizardPageWizardPage. prevFields in org.nuxeo.ecm.webengine.ui.wizard with type parameters of type WizardPage Modifier and Type Field Description protected Map<String,WizardPage>WizardSession. pagesMethods in org.nuxeo.ecm.webengine.ui.wizard that return WizardPage Modifier and Type Method Description abstract WizardPageWebForm. createPage()protected WizardPage[]WebForm. createPages()protected abstract WizardPage[]Wizard. createPages()WizardPageWizard. getPage()WizardPageWizardSession. getPage()WizardPageWizardSession. getPage(String id)WizardPageWizardSession. popPage()WizardPageWizardSession. 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)
-