public class Wizard extends Object implements Serializable
| Constructor and Description |
|---|
Wizard() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPage(WizardPage page) |
WizardPage |
getCurrentPage() |
WizardButton |
getNextButton() |
List<WizardPage> |
getPages() |
WizardButton |
getPreviousButton() |
boolean |
isFirstPage() |
boolean |
isLastPage() |
void |
next() |
void |
previous() |
public void addPage(WizardPage page)
public List<WizardPage> getPages()
public WizardPage getCurrentPage()
public boolean isLastPage()
public boolean isFirstPage()
public void next()
public void previous()
public WizardButton getNextButton()
public WizardButton getPreviousButton()
Copyright © 2017. All rights reserved.