Interface IWizardValidator


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

      • validate

        void validate()
        Performs the validation.
      • onCancel

        void onCancel()
        Cancels current validation.
      • isValidationRequired

        boolean isValidationRequired()
        Checks if the page is valid.