Class 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>
    • Method Detail

      • onNext

        public void onNext​(org.jboss.hal.client.shared.sslwizard.EnableSSLContext context,
                           WorkflowCallback callback)
        Description copied from interface: AsyncStep
        Called 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:
        onNext in interface AsyncStep<org.jboss.hal.client.shared.sslwizard.EnableSSLContext>
        Parameters:
        context - the current context
        callback - call WorkflowCallback.proceed() if we can navigate to the next step, do nothing otherwise
      • element

        public elemental2.dom.HTMLElement element()
        Specified by:
        element in interface org.jboss.elemento.IsElement
        Overrides:
        element in class AbstractConfiguration