Class ConfigurationStep

  • All Implemented Interfaces:
    org.jboss.elemento.IsElement

    public class ConfigurationStep
    extends AbstractConfiguration
    • Method Detail

      • reset

        public void reset​(org.jboss.hal.client.shared.sslwizard.EnableSSLContext 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<org.jboss.hal.client.shared.sslwizard.EnableSSLContext,​EnableSSLState>