public class ConfigurationStep extends AbstractConfiguration
description, SOCKET_BINDING_GROUP_TEMPLATEtitle| Modifier and Type | Method and Description |
|---|---|
protected boolean |
onNext(org.jboss.hal.client.shared.sslwizard.EnableSSLContext context)
Called before the next step is shown.
|
protected void |
onShow(org.jboss.hal.client.shared.sslwizard.EnableSSLContext context)
Called every time the step is shown.
|
void |
reset(org.jboss.hal.client.shared.sslwizard.EnableSSLContext context)
Subclasses should reset their state using this method.
|
asElement, onBack, onCancelregisterAttachable, wizardpublic void reset(org.jboss.hal.client.shared.sslwizard.EnableSSLContext context)
WizardStepWizardStep.onShow(Object) this method should be used to implement one-time
initialization.reset in class WizardStep<org.jboss.hal.client.shared.sslwizard.EnableSSLContext,EnableSSLState>protected void onShow(org.jboss.hal.client.shared.sslwizard.EnableSSLContext context)
WizardSteponShow in class AbstractConfigurationcontext - the current contextprotected boolean onNext(org.jboss.hal.client.shared.sslwizard.EnableSSLContext context)
WizardSteponNext in class WizardStep<org.jboss.hal.client.shared.sslwizard.EnableSSLContext,EnableSSLState>context - the current contexttrue if we can navigate to the next step, false otherwise.Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.