Uses of Interface
org.jboss.hal.ballroom.wizard.Wizard.SuccessAction
-
Packages that use Wizard.SuccessAction Package Description org.jboss.hal.ballroom.wizard -
-
Uses of Wizard.SuccessAction in org.jboss.hal.ballroom.wizard
Methods in org.jboss.hal.ballroom.wizard with parameters of type Wizard.SuccessAction Modifier and Type Method Description voidWizard. showSuccess(String title, com.google.gwt.safehtml.shared.SafeHtml text, String successButton, Wizard.SuccessAction<C> successAction)voidWizard. showSuccess(String title, com.google.gwt.safehtml.shared.SafeHtml text, String successButton, Wizard.SuccessAction<C> successAction, boolean lastStep)voidWizard. showSuccess(String title, com.google.gwt.safehtml.shared.SafeHtml text, String successButton, Wizard.SuccessAction<C> successAction, Wizard.CloseAction<C> closeAction, boolean lastStep)voidWizard. showWarning(String title, com.google.gwt.safehtml.shared.SafeHtml text, String okButton, Wizard.SuccessAction<C> okAction, boolean lastStep)
-