void |
Wizard.showSuccess(String title,
com.google.gwt.safehtml.shared.SafeHtml text,
String successButton,
Wizard.SuccessAction<C> successAction) |
void |
Wizard.showSuccess(String title,
com.google.gwt.safehtml.shared.SafeHtml text,
String successButton,
Wizard.SuccessAction<C> successAction,
boolean lastStep) |
void |
Wizard.showSuccess(String title,
com.google.gwt.safehtml.shared.SafeHtml text,
String successButton,
Wizard.SuccessAction<C> successAction,
Wizard.CloseAction<C> closeAction,
boolean lastStep) |