|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.solovyev.android.wizard.WizardUi<A>
public class WizardUi<A extends FragmentActivity & FinishWizardConfirmationDialog.Listener>
| Constructor Summary | |
|---|---|
WizardUi(A activity,
WizardsAware wizardsAware,
int layoutResId)
|
|
| Method Summary | |
|---|---|
static void |
continueWizard(Wizards wizards,
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,
String name,
android.content.Context context)
|
static void |
tryPutStep(android.content.Intent intent,
WizardStep step)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WizardUi(@Nonnull
A activity,
@Nonnull
WizardsAware wizardsAware,
int layoutResId)
| Method Detail |
|---|
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
String name,
@Nonnull
android.content.Context context)
public static void continueWizard(@Nonnull
Wizards wizards,
@Nonnull
String name,
@Nonnull
android.content.Context context)
public static void tryPutStep(@Nonnull
android.content.Intent intent,
@Nullable
WizardStep step)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||