public class DefineStrategyStep extends WizardStep<org.jboss.hal.client.shared.sslwizard.EnableSSLContext,EnableSSLState>
title| Modifier and Type | Method and Description |
|---|---|
elemental2.dom.HTMLElement |
asElement() |
protected boolean |
onNext(org.jboss.hal.client.shared.sslwizard.EnableSSLContext context)
Called before the next step is shown.
|
void |
reset(org.jboss.hal.client.shared.sslwizard.EnableSSLContext context)
Subclasses should reset their state using this method.
|
onBack, onCancel, onShow, registerAttachable, wizardpublic elemental2.dom.HTMLElement asElement()
public 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 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.