Package org.zkoss.zul

Interface CustomConstraint

    • Method Detail

      • showCustomError

        void showCustomError​(Component comp,
                             WrongValueException ex)
        To display the error message in a custom way. Note: this method is called either with a error or not, depending on whether ex is null.
        Parameters:
        comp - the component causing the error.
        ex - the error to display, or null to clear the error message.