Uses of Class
net.anotheria.anosite.wizard.api.exception.WizardAPIException
-
Packages that use WizardAPIException Package Description net.anotheria.anosite.wizard.api WizardAPI interface, implementation and utils.net.anotheria.anosite.wizard.api.exception WizardAPI Exceptions declarations. -
-
Uses of WizardAPIException in net.anotheria.anosite.wizard.api
Methods in net.anotheria.anosite.wizard.api that throw WizardAPIException Modifier and Type Method Description WizardStepAOBaseWizardAPIImpl. adjustToNextStep(String wizardId)WizardStepAOWizardAPI. adjustToNextStep(String wizardId)Adjusting to next step.WizardStepAOBaseWizardAPIImpl. adjustToPreviousStep(String wizardId)WizardStepAOWizardAPI. adjustToPreviousStep(String wizardId)Adjusting to previous step.WizardStepAOBaseWizardAPIImpl. adjustToStep(String wizardId, int stepIndex)WizardStepAOWizardAPI. adjustToStep(String wizardId, int stepIndex)Adjusting to step.booleanBaseWizardAPIImpl. cancelWizard(WizardAO wizard)booleanWizardAPI. cancelWizard(WizardAO wizard)Cancel wizard.booleanBaseWizardAPIImpl. finishWizard(WizardAO wizard)booleanWizardAPI. finishWizard(WizardAO wizard)Finish wizard.List<WizardStepAO>BaseWizardAPIImpl. getCompletedSteps(String wizardId)List<WizardStepAO>WizardAPI. getCompletedSteps(String wizardId)Returns collection off steps which were already completed (passed).WizardStepAOBaseWizardAPIImpl. getCurrentStep(String wizardId)WizardStepAOWizardAPI. getCurrentStep(String wizardId)Returns current step for wizard.StringBaseWizardAPIImpl. getCurrentStepPageId(String wizardId)StringWizardAPI. getCurrentStepPageId(String wizardId)Return id of current step page.WizardAOBaseWizardAPIImpl. getWizard(String wizardId)WizardAOWizardAPI. getWizard(String wizardId)Returns wizard with selected id.WizardAOBaseWizardAPIImpl. getWizardByName(String wizardName)WizardAOWizardAPI. getWizardByName(String wizardName)Returns wizard with selected name. -
Uses of WizardAPIException in net.anotheria.anosite.wizard.api.exception
Subclasses of WizardAPIException in net.anotheria.anosite.wizard.api.exception Modifier and Type Class Description classWizardAPIFirstStepExceptionWizardAPIFirstStepException is thrown when on previous step adjust, if current page is FIRST.classWizardAPILastStepExceptionWizardAPILastStepException is thrown when on next step adjust, when current page is LAST.classWizardNotFoundExceptionWizardNotFoundException as WizardAPIException.
-