public interface IWizard
| Modifier and Type | Method and Description |
|---|---|
List<WizardCard> |
getCards() |
WizardCard |
getCurrentCard() |
int |
getCurrentWizardStepNumber() |
int |
getTotalWizardStepsNumber() |
WizardCard |
goToNextCard() |
WizardCard |
goToPreviousCard() |
boolean |
isOnFirstCard() |
boolean |
isOnLastCard() |
void |
setCards(List<WizardCard> cards) |
WizardCard getCurrentCard()
WizardCard goToNextCard() throws Exception
ExceptionWizardCard goToPreviousCard() throws Exception
Exceptionboolean isOnFirstCard()
boolean isOnLastCard()
List<WizardCard> getCards()
void setCards(List<WizardCard> cards) throws Exception
Exceptionint getCurrentWizardStepNumber()
int getTotalWizardStepsNumber()
Copyright © 2014. All Rights Reserved.