All Known Implementing Classes:
AbstractGridExportWizardStepComposite, FormatStep, GeneralStep, PreviewStep, WizardStepComposite

public interface WizardStep<S extends WizardState>
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default void
    onEnterStep(S state)
     
    default boolean
    onProgress(S state)
    Called when next is clicked and the current step is exited
    void
     
  • Method Details

    • getStepName

      String getStepName()
    • setWizardState

      void setWizardState(S state)
    • onEnterStep

      default void onEnterStep(S state)
    • onProgress

      default boolean onProgress(S state)
      Called when next is clicked and the current step is exited
      Parameters:
      state - The current state
      Returns:
      false when the exit can't happen due to e.g. validation problems.