public class Wizard extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Wizard.WizardEvent |
| Modifier and Type | Field and Description |
|---|---|
protected WizardPage |
currentPage |
static String |
DO_BACK_ON_FIRST_PAGE |
protected Window |
frameComponent |
protected Stack<String> |
history |
protected List<Message> |
messages |
| Constructor and Description |
|---|
Wizard() |
public static final String DO_BACK_ON_FIRST_PAGE
protected WizardPage currentPage
protected Window frameComponent
public static void show(String beanID)
beanID - - current beanIDpublic static void show(String beanID, WizardContext context)
beanID - - current beanIDcontext - the wizard contextpublic WizardPage getPage(String id)
public void show()
protected void checkShowBackOnFirstPage()
protected Window createFrameComponent(String uri)
public void close()
public WizardPage getCurrentPage()
protected void setCurrentPage(WizardPage currentPage)
public WizardPageController getCurrentController()
public String getComponentURI()
public void setComponentURI(String componentURI)
public boolean isShowNext()
public void setShowNext(boolean showNext)
public boolean isShowBack()
public void setShowBack(boolean showBack)
public boolean isShowDone()
public void setShowDone(boolean showDone)
public List<WizardPage> getPages()
public void setPages(List<WizardPage> pages)
public WizardPageController getDefaultController()
public void setDefaultController(WizardPageController defaultController)
public Window getFrameComponent()
public String getWidth()
public void setWidth(String width)
public String getHeight()
public void setHeight(String height)
public boolean isShowCancel()
public void setShowCancel(boolean showCancel)
public String getTitle()
public void setTitle(String i3key)
i3key - the i3 key for the titleprotected Component getPageContainer()
protected void setWizardTitle(String title)
protected void updateView()
protected Component createPageComponent(Component parent,
WizardPage page,
WizardPageController controller)
public void refreshButtons()
public void doNext()
protected void cleanupHistory()
public void doBack()
public void doCancel()
public void doDone()
public void addMessage(Message msg)
public WizardPage getPreviousPage()
protected void setPreviousPage(WizardPage previousPage)
public void resize()
public WizardContext getWizardContext()
public void setWizardContext(WizardContext context)
public String getContextClass()
public void setContextClass(String contextClass)
public boolean isForceHideDone()
public void setForceHideDone(boolean forceHideDone)
public String getPageRoot()
public void setPageRoot(String pageRoot)
public boolean isForceShowNext()
public void setForceShowNext(boolean forceShowNext)
Copyright © 2017 SAP SE. All Rights Reserved.