Interface I_CmsValidator

    • Method Detail

      • validate

        void validate​(I_CmsFormField field,
                      I_CmsValidationController controller)
        If this method is called, the object should either validate the form field and report the result to the validation controller, or request asynchronous validation of the field from the validation controller.

        Parameters:
        field - the form field to be validated
        controller - the validation controller