org.solovyev.android.wizard
Interface WizardFlow

All Known Implementing Classes:
ListWizardFlow

public interface WizardFlow


Method Summary
 WizardStep getFirstStep()
           
 WizardStep getNextStep(WizardStep step)
           
 WizardStep getPrevStep(WizardStep step)
           
 WizardStep getStepByName(String name)
           
 

Method Detail

getStepByName

@Nullable
WizardStep getStepByName(@Nonnull
                                  String name)

getNextStep

@Nullable
WizardStep getNextStep(@Nonnull
                                WizardStep step)

getPrevStep

@Nullable
WizardStep getPrevStep(@Nonnull
                                WizardStep step)

getFirstStep

@Nonnull
WizardStep getFirstStep()


Copyright © 2014 se.solovyev. All Rights Reserved.