| Constructor and Description |
|---|
BaseWizard(java.lang.String name,
android.content.Context context,
WizardFlow flow) |
| Modifier and Type | Method and Description |
|---|---|
WizardFlow |
getFlow() |
java.lang.String |
getLastSavedStepName() |
java.lang.String |
getName() |
boolean |
isFinished() |
boolean |
isStarted() |
void |
saveFinished(WizardStep step,
boolean forceFinish) |
void |
saveLastStep(WizardStep step) |
public BaseWizard(@Nonnull
java.lang.String name,
@Nonnull
android.content.Context context,
@Nonnull
WizardFlow flow)
public void saveLastStep(@Nonnull
WizardStep step)
saveLastStep in interface Wizardpublic void saveFinished(@Nonnull
WizardStep step,
boolean forceFinish)
saveFinished in interface Wizard@Nullable public java.lang.String getLastSavedStepName()
getLastSavedStepName in interface Wizardpublic boolean isFinished()
isFinished in interface Wizard@Nonnull public WizardFlow getFlow()
Copyright © 2015 se.solovyev. All Rights Reserved.