Interface StepNextHandler


public interface StepNextHandler
Event handler interface for the wizard step’s “next step” event.
Since:
4.0
Author:
JBStrap
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    The method is called if the user navigates to the next step.
  • Method Details

    • onNext

      boolean onNext(WizardStep step)
      The method is called if the user navigates to the next step.
      Parameters:
      step - The wizard step currently completed by the user
      Returns:
      If true is returned, the user can leave the step. If false is returned, the process stops and the user cannot leave the current step.