Package org.jboss.hal.ballroom.wizard
-
Interface Summary Interface Description AsyncStep<C> Mixin interface for wizard steps which need an asynchronous implementation for the cancel, back and next workflow.Wizard.BackFunction<C,S extends Enum<S>> Wizard.CancelCallback<C> A callback executed whenever the user cancels the wizard.Wizard.CloseAction<C> An action executed when the user clicks on the close button of the success page.Wizard.FinishCallback<C,S extends Enum<S>> A callback executed when the user finishes last step.Wizard.NextFunction<C,S extends Enum<S>> Wizard.SuccessAction<C> An action executed when the user clicks on the success button of the success page.WorkflowCallback -
Class Summary Class Description Wizard<C,S extends Enum<S>> General purpose wizard relying on a context for the common data and an enum representing the states of the different steps.Wizard.Builder<C,S extends Enum<S>> WizardStep<C,S extends Enum<S>> A step in a wizard.