Uses of Interface
org.uberfire.ext.widgets.core.client.wizards.WizardPage
-
Packages that use WizardPage Package Description org.uberfire.ext.widgets.core.client.wizards -
-
Uses of WizardPage in org.uberfire.ext.widgets.core.client.wizards
Methods in org.uberfire.ext.widgets.core.client.wizards that return WizardPage Modifier and Type Method Description WizardPageWizardPageStatusChangeEvent. getPage()WizardPageWizardPageSelectedEvent. getSelectedPage()Methods in org.uberfire.ext.widgets.core.client.wizards that return types with arguments of type WizardPage Modifier and Type Method Description List<WizardPage>Wizard. getPages()Provide a list of pagesMethods in org.uberfire.ext.widgets.core.client.wizards with parameters of type WizardPage Modifier and Type Method Description protected WizardPageTitleWizardViewImpl. makeWizardPageTitle(WizardPage page)voidWizardPageTitle. setContent(WizardPage page)Method parameters in org.uberfire.ext.widgets.core.client.wizards with type arguments of type WizardPage Modifier and Type Method Description voidWizardView. setPageTitles(List<WizardPage> pages)The individual page titlesvoidWizardViewImpl. setPageTitles(List<WizardPage> pages)Constructors in org.uberfire.ext.widgets.core.client.wizards with parameters of type WizardPage Constructor Description WizardPageSelectedEvent(WizardPage selectedPage)WizardPageStatusChangeEvent(WizardPage page)
-