org.gcube.portlets.admin.software_upload_wizard.client.wizard
Interface IWizard
- All Known Implementing Classes:
- AnySoftwareWizard, ArrayWizard, GCubePatchWizard, GCubePluginWizard, GCubeWebServiceDynamicWizard, GCubeWebServiceStaticWizard, LibraryWizard, SoftwareRegistrationWizard, StrategyWizard, WebAppWizard
public interface IWizard
getCurrentCard
WizardCard getCurrentCard()
goToNextCard
WizardCard goToNextCard()
throws Exception
- Throws:
Exception
goToPreviousCard
WizardCard goToPreviousCard()
throws Exception
- Throws:
Exception
isOnFirstCard
boolean isOnFirstCard()
isOnLastCard
boolean isOnLastCard()
getCards
List<WizardCard> getCards()
setCards
void setCards(List<WizardCard> cards)
throws Exception
- Throws:
Exception
getCurrentWizardStepNumber
int getCurrentWizardStepNumber()
getTotalWizardStepsNumber
int getTotalWizardStepsNumber()
Copyright © 2013. All Rights Reserved.