Class ConfigurationStep

    • Method Detail

      • element

        public elemental2.dom.HTMLElement element()
      • reset

        public void reset​(PatchContext context)
        Description copied from class: WizardStep
        Subclasses should reset their state using this method. This method is called just before the wizard is opened. Opposed to WizardStep.onShow(Object) this method should be used to implement one-time initialization.
        Overrides:
        reset in class WizardStep<PatchContext,​PatchState>