Class ReviewStep
- 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.ReviewStep
-
- All Implemented Interfaces:
org.jboss.elemento.IsElement,AsyncStep<org.jboss.hal.client.shared.sslwizard.EnableSSLContext>
public class ReviewStep extends AbstractConfiguration implements AsyncStep<org.jboss.hal.client.shared.sslwizard.EnableSSLContext>
-
-
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 elemental2.dom.HTMLElementelement()voidonNext(org.jboss.hal.client.shared.sslwizard.EnableSSLContext context, WorkflowCallback callback)Called before the next step is shown.-
Methods inherited from class org.jboss.hal.ballroom.wizard.WizardStep
reset
-
-
-
-
Method Detail
-
onNext
public void onNext(org.jboss.hal.client.shared.sslwizard.EnableSSLContext context, WorkflowCallback callback)Description copied from interface:AsyncStepCalled before the next step is shown. The method is called no matter if there's a next step!The default implementation calls
WorkflowCallback.proceed().- Specified by:
onNextin interfaceAsyncStep<org.jboss.hal.client.shared.sslwizard.EnableSSLContext>- Parameters:
context- the current contextcallback- callWorkflowCallback.proceed()if we can navigate to the next step, do nothing otherwise
-
element
public elemental2.dom.HTMLElement element()
- Specified by:
elementin interfaceorg.jboss.elemento.IsElement- Overrides:
elementin classAbstractConfiguration
-
-