public class AbstractConfiguration extends WizardStep<org.jboss.hal.client.shared.sslwizard.EnableSSLContext,EnableSSLState>
| Modifier and Type | Field and Description |
|---|---|
protected ResourceDescription |
description |
static AddressTemplate |
SOCKET_BINDING_GROUP_TEMPLATE |
title| Modifier and Type | Method and Description |
|---|---|
elemental2.dom.HTMLElement |
asElement() |
protected boolean |
onBack(org.jboss.hal.client.shared.sslwizard.EnableSSLContext context)
Called before the previous step is shown.
|
protected boolean |
onCancel(org.jboss.hal.client.shared.sslwizard.EnableSSLContext context)
Called when this step is canceled.
|
protected void |
onShow(org.jboss.hal.client.shared.sslwizard.EnableSSLContext context)
Called every time the step is shown.
|
onNext, registerAttachable, reset, wizardpublic static final AddressTemplate SOCKET_BINDING_GROUP_TEMPLATE
protected ResourceDescription description
public elemental2.dom.HTMLElement asElement()
protected void onShow(org.jboss.hal.client.shared.sslwizard.EnableSSLContext context)
WizardSteponShow in class WizardStep<org.jboss.hal.client.shared.sslwizard.EnableSSLContext,EnableSSLState>context - the current contextprotected boolean onBack(org.jboss.hal.client.shared.sslwizard.EnableSSLContext context)
WizardSteponBack in class WizardStep<org.jboss.hal.client.shared.sslwizard.EnableSSLContext,EnableSSLState>context - the current contexttrue if we can navigate to the previous step, false otherwise.protected boolean onCancel(org.jboss.hal.client.shared.sslwizard.EnableSSLContext context)
WizardSteponCancel in class WizardStep<org.jboss.hal.client.shared.sslwizard.EnableSSLContext,EnableSSLState>context - the current contexttrue if we can cancel this step, false otherwise.Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.