org.gcube.portlets.admin.software_upload_wizard.client.wizard
Class ArrayWizard
java.lang.Object
org.gcube.portlets.admin.software_upload_wizard.client.wizard.ArrayWizard
- All Implemented Interfaces:
- IWizard
public class ArrayWizard
- extends Object
- implements IWizard
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayWizard
public ArrayWizard(List<WizardCard> startingCards)
getCurrentCard
public WizardCard getCurrentCard()
- Specified by:
getCurrentCard in interface IWizard
isOnFirstCard
public boolean isOnFirstCard()
- Specified by:
isOnFirstCard in interface IWizard
isOnLastCard
public boolean isOnLastCard()
- Specified by:
isOnLastCard in interface IWizard
getCards
public List<WizardCard> getCards()
- Specified by:
getCards in interface IWizard
setCards
public void setCards(List<WizardCard> cards)
- Specified by:
setCards in interface IWizard
goToNextCard
public WizardCard goToNextCard()
throws Exception
- Specified by:
goToNextCard in interface IWizard
- Throws:
Exception
goToPreviousCard
public WizardCard goToPreviousCard()
throws Exception
- Specified by:
goToPreviousCard in interface IWizard
- Throws:
Exception
getCurrentWizardStepNumber
public int getCurrentWizardStepNumber()
- Specified by:
getCurrentWizardStepNumber in interface IWizard
getTotalWizardStepsNumber
public int getTotalWizardStepsNumber()
- Specified by:
getTotalWizardStepsNumber in interface IWizard
Copyright © 2013. All Rights Reserved.