public class DefaultWizardModel extends AbstractWizardModel
| Constructor and Description |
|---|
DefaultWizardModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPage(WizardPage page) |
WizardPage |
currentPage() |
WizardPage |
getPage(String name) |
List |
getPages() |
void |
gotoPage(WizardPage page) |
boolean |
hasNextPage() |
boolean |
hasPreviousPage() |
WizardPage |
nextPage() |
WizardPage |
previousPage() |
addWizardModelListener, firePageAdded, firePageChanged, firePageRemoved, removeWizardModelListenerpublic void addPage(WizardPage page)
public WizardPage currentPage()
public List getPages()
public void gotoPage(WizardPage page)
public boolean hasNextPage()
public boolean hasPreviousPage()
public WizardPage nextPage() throws WizardPageValidateException
WizardPageValidateExceptionpublic WizardPage previousPage()
public WizardPage getPage(String name)
Copyright © 2021. All rights reserved.