Class WizardStep<C,​S extends Enum<S>>

  • Type Parameters:
    C - The context
    S - 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 should not 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 to onShow(Object) this method should be used to implement one-time initialization.