Interface IWizardValidator


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

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

    • validate

      void validate()
      Performs the validation.
    • onCancel

      void onCancel()
      Cancels current validation.
    • isValidationRequired

      boolean isValidationRequired()
      Checks if the page is valid.