Class ConfigurationStep
- java.lang.Object
-
- org.jboss.hal.ballroom.wizard.WizardStep<org.jboss.hal.client.shared.sslwizard.EnableSSLContext,EnableSSLState>
-
- org.jboss.hal.client.shared.sslwizard.AbstractConfiguration
-
- org.jboss.hal.client.shared.sslwizard.ConfigurationStep
-
- All Implemented Interfaces:
org.jboss.elemento.IsElement
public class ConfigurationStep extends AbstractConfiguration
-
-
Field Summary
-
Fields inherited from class org.jboss.hal.client.shared.sslwizard.AbstractConfiguration
SOCKET_BINDING_GROUP_TEMPLATE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreset(org.jboss.hal.client.shared.sslwizard.EnableSSLContext context)Subclasses should reset their state using this method.-
Methods inherited from class org.jboss.hal.client.shared.sslwizard.AbstractConfiguration
element
-
-
-
-
Method Detail
-
reset
public void reset(org.jboss.hal.client.shared.sslwizard.EnableSSLContext context)
Description copied from class:WizardStepSubclasses should reset their state using this method. This method is called just before the wizard is opened. Opposed toWizardStep.onShow(Object)this method should be used to implement one-time initialization.- Overrides:
resetin classWizardStep<org.jboss.hal.client.shared.sslwizard.EnableSSLContext,EnableSSLState>
-
-