Interface IWizardValidator


public interface IWizardValidator
Validator interface for the ValidatorWizardDialog.
Author:
Christopher Mindus
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    boolean
    Checks if the page is valid.
    void
    Cancels current validation.
    void
    Performs the validation.
  • Method Details Link icon

    • validate Link icon

      void validate()
      Performs the validation.
    • onCancel Link icon

      void onCancel()
      Cancels current validation.
    • isValidationRequired Link icon

      boolean isValidationRequired()
      Checks if the page is valid.