public final class ListWizardFlow extends Object implements WizardFlow
| Constructor and Description |
|---|
ListWizardFlow(List<WizardStep> steps) |
| Modifier and Type | Method and Description |
|---|---|
WizardStep |
getFirstStep() |
WizardStep |
getNextStep(WizardStep step) |
WizardStep |
getPrevStep(WizardStep step) |
WizardStep |
getStepByName(String name) |
public ListWizardFlow(@Nonnull List<WizardStep> steps)
@Nullable public WizardStep getStepByName(@Nonnull String name)
getStepByName in interface WizardFlow@Nullable public WizardStep getNextStep(@Nonnull WizardStep step)
getNextStep in interface WizardFlow@Nullable public WizardStep getPrevStep(@Nonnull WizardStep step)
getPrevStep in interface WizardFlow@Nonnull public WizardStep getFirstStep()
getFirstStep in interface WizardFlowCopyright © 2014 se.solovyev. All Rights Reserved.