| Modifier and Type | Class and Description |
|---|---|
static interface |
Wizard.BackFunction<C,S extends Enum<S>> |
static class |
Wizard.Builder<C,S extends Enum<S>> |
static interface |
Wizard.CancelCallback<C>
A callback executed whenever the user cancels the wizard.
|
static interface |
Wizard.CloseAction<C>
An action executed when the user clicks on the close button of the success page.
|
static interface |
Wizard.FinishCallback<C,S extends Enum<S>>
A callback executed when the user finishes last step.
|
static interface |
Wizard.NextFunction<C,S extends Enum<S>> |
static interface |
Wizard.SuccessAction<C>
An action executed when the user clicks on the success button of the success page.
|
| Modifier and Type | Method and Description |
|---|---|
C |
getContext() |
static boolean |
isOpen() |
void |
show()
Opens the wizard and reset the state, context and UI.
|
void |
showError(String title,
com.google.gwt.safehtml.shared.SafeHtml text) |
void |
showError(String title,
com.google.gwt.safehtml.shared.SafeHtml text,
boolean lastStep) |
void |
showError(String title,
com.google.gwt.safehtml.shared.SafeHtml text,
String error) |
void |
showError(String title,
com.google.gwt.safehtml.shared.SafeHtml text,
String error,
boolean lastStep) |
void |
showProgress(String title,
com.google.gwt.safehtml.shared.SafeHtml text) |
void |
showSuccess(String title,
com.google.gwt.safehtml.shared.SafeHtml text) |
void |
showSuccess(String title,
com.google.gwt.safehtml.shared.SafeHtml text,
boolean lastStep) |
void |
showSuccess(String title,
com.google.gwt.safehtml.shared.SafeHtml text,
String successButton,
Wizard.SuccessAction<C> successAction) |
void |
showSuccess(String title,
com.google.gwt.safehtml.shared.SafeHtml text,
String successButton,
Wizard.SuccessAction<C> successAction,
boolean lastStep) |
void |
showSuccess(String title,
com.google.gwt.safehtml.shared.SafeHtml text,
String successButton,
Wizard.SuccessAction<C> successAction,
Wizard.CloseAction<C> closeAction,
boolean lastStep) |
void |
showSuccess(String title,
com.google.gwt.safehtml.shared.SafeHtml text,
Wizard.CloseAction<C> closeAction,
boolean lastStep) |
public static boolean isOpen()
public void show()
super.show() before you access or modify the context.public void showProgress(String title, com.google.gwt.safehtml.shared.SafeHtml text)
public void showSuccess(String title, com.google.gwt.safehtml.shared.SafeHtml text)
public void showSuccess(String title, com.google.gwt.safehtml.shared.SafeHtml text, boolean lastStep)
public void showSuccess(String title, com.google.gwt.safehtml.shared.SafeHtml text, Wizard.CloseAction<C> closeAction, boolean lastStep)
public void showSuccess(String title, com.google.gwt.safehtml.shared.SafeHtml text, String successButton, Wizard.SuccessAction<C> successAction)
public void showSuccess(String title, com.google.gwt.safehtml.shared.SafeHtml text, String successButton, Wizard.SuccessAction<C> successAction, boolean lastStep)
public void showSuccess(String title, com.google.gwt.safehtml.shared.SafeHtml text, String successButton, Wizard.SuccessAction<C> successAction, Wizard.CloseAction<C> closeAction, boolean lastStep)
public void showError(String title, com.google.gwt.safehtml.shared.SafeHtml text)
public void showError(String title, com.google.gwt.safehtml.shared.SafeHtml text, boolean lastStep)
public void showError(String title, com.google.gwt.safehtml.shared.SafeHtml text, String error)
public void showError(String title, com.google.gwt.safehtml.shared.SafeHtml text, String error, boolean lastStep)
public C getContext()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.