Package org.jboss.hal.ballroom.wizard
Class WizardStep<C,S extends Enum<S>>
- java.lang.Object
-
- org.jboss.hal.ballroom.wizard.WizardStep<C,S>
-
- Type Parameters:
C- The contextS- The state enum
- All Implemented Interfaces:
org.jboss.elemento.IsElement
public abstract class WizardStep<C,S extends Enum<S>> extends Object implements org.jboss.elemento.IsElement
A step in a wizard. The UI for the step shouldnot contain a header. The header is part of the wizard and will show this step's title.
-
-
Method Detail
-
reset
public void reset(C context)
Subclasses should reset their state using this method. This method is called just before the wizard is opened. Opposed toonShow(Object)this method should be used to implement one-time initialization.
-
-