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


Method Summary
 List<WizardCard> getCards()
           
 WizardCard getCurrentCard()
           
 int getCurrentWizardStepNumber()
           
 int getTotalWizardStepsNumber()
           
 WizardCard goToNextCard()
           
 WizardCard goToPreviousCard()
           
 boolean isOnFirstCard()
           
 boolean isOnLastCard()
           
 void setCards(List<WizardCard> cards)
           
 

Method Detail

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.