public class WizardUi<A extends android.support.v4.app.FragmentActivity & FinishWizardConfirmationDialog.Listener>
extends java.lang.Object
| Constructor and Description |
|---|
WizardUi(A activity,
WizardsAware wizardsAware,
int layoutResId) |
| Modifier and Type | Method and Description |
|---|---|
static void |
continueWizard(Wizards wizards,
java.lang.String name,
android.content.Context context) |
void |
finishWizard() |
void |
finishWizardAbruptly() |
WizardFlow |
getFlow() |
android.view.View |
getNextButton() |
android.view.View |
getPrevButton() |
WizardStep |
getStep() |
Wizard |
getWizard() |
void |
onBackPressed() |
void |
onCreate(android.os.Bundle savedInstanceState) |
void |
onPause() |
void |
onSaveInstanceState(android.os.Bundle out) |
void |
setStep(WizardStep step) |
static void |
startWizard(Wizards wizards,
android.content.Context context) |
static void |
startWizard(Wizards wizards,
java.lang.String name,
android.content.Context context) |
static void |
tryPutStep(android.content.Intent intent,
WizardStep step) |
public WizardUi(@Nonnull
A activity,
@Nonnull
WizardsAware wizardsAware,
int layoutResId)
public void onCreate(@Nullable
android.os.Bundle savedInstanceState)
public void setStep(@Nonnull
WizardStep step)
public void finishWizardAbruptly()
public void finishWizard()
public void onSaveInstanceState(@Nonnull
android.os.Bundle out)
public void onPause()
public void onBackPressed()
public WizardStep getStep()
public WizardFlow getFlow()
public Wizard getWizard()
@Nullable public android.view.View getPrevButton()
public android.view.View getNextButton()
public static void startWizard(@Nonnull
Wizards wizards,
@Nonnull
android.content.Context context)
public static void startWizard(@Nonnull
Wizards wizards,
@Nullable
java.lang.String name,
@Nonnull
android.content.Context context)
public static void continueWizard(@Nonnull
Wizards wizards,
@Nonnull
java.lang.String name,
@Nonnull
android.content.Context context)
public static void tryPutStep(@Nonnull
android.content.Intent intent,
@Nullable
WizardStep step)
Copyright © 2015 se.solovyev. All Rights Reserved.