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