public interface IDynamicWizardStep extends IWizardStep
Warning: only use these steps with the DynamicWizardModel.
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLastAvailable()
Checks if the last button should be enabled.
|
boolean |
isLastStep()
Gets whether this is the last step in the wizard.
|
boolean |
isNextAvailable()
Gets whether the next button should be enabled.
|
boolean |
isPreviousAvailable()
Gets whether the previous button should be enabled.
|
IDynamicWizardStep |
last()
Gets the next wizard step from here.
|
IDynamicWizardStep |
next()
Gets the next wizard step from here.
|
IDynamicWizardStep |
previous()
Gets the previous wizard step from here.
|
applyState, getHeader, getView, init, isCompleteboolean isLastAvailable()
IWizardModel.isLastVisible()boolean isLastStep()
IWizardModel.isLastStep(IWizardStep)boolean isNextAvailable()
IWizardModel.isNextAvailable()boolean isPreviousAvailable()
IWizardModel.isPreviousAvailable()IDynamicWizardStep last()
DynamicWizardModel.isLastAvailable() returns true.IDynamicWizardStep next()
isNextAvailable()
returns true.isLastStep() returns true).IDynamicWizardStep previous()
isPreviousAvailable() returns true.Copyright © 2006–2015 Apache Software Foundation. All rights reserved.