public interface WizardFlow
| Modifier and Type | Method and Description |
|---|---|
WizardStep |
getFirstStep() |
WizardStep |
getNextStep(WizardStep step) |
WizardStep |
getPrevStep(WizardStep step) |
WizardStep |
getStepByName(String name) |
@Nullable WizardStep getStepByName(@Nonnull String name)
@Nullable WizardStep getNextStep(@Nonnull WizardStep step)
@Nullable WizardStep getPrevStep(@Nonnull WizardStep step)
@Nonnull WizardStep getFirstStep()
Copyright © 2014 se.solovyev. All Rights Reserved.