Package org.zkoss.zul

Interface Constraint

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void validate​(org.zkoss.zk.ui.Component comp, java.lang.Object value)
      Verifies whether the value is acceptable.
    • Method Detail

      • validate

        void validate​(org.zkoss.zk.ui.Component comp,
                      java.lang.Object value)
               throws org.zkoss.zk.ui.WrongValueException
        Verifies whether the value is acceptable.
        Parameters:
        comp - the component being validated
        Throws:
        org.zkoss.zk.ui.WrongValueException