Interface StepInitHandler


public interface StepInitHandler
An interface implementing wizard step initialization.
Since:
4.0
Author:
JBStrap
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The method is called if the wizard step is to be initialized.
  • Method Details

    • onInit

      void onInit(WizardStep step)
      The method is called if the wizard step is to be initialized. The step is not yet visible when the method is called. This method enables you to specify the default settings of the step’s components.
      Parameters:
      step - Wizard step instance to be initialized