Interface ValidatedComponent

    • Field Detail

    • Method Detail

      • validateValue

        void validateValue()
        Perform validation of the current value. Useful when validation depends on another component.
      • getValidationMessages

        java.lang.String getValidationMessages()
        Get the validation result.
        Returns:
        a string describing the validation errors.
      • addValidationListener

        void addValidationListener​(java.beans.PropertyChangeListener listener)
        Add a listener to receive notification when the validation changes.
      • removeValidationListener

        void removeValidationListener​(java.beans.PropertyChangeListener listener)
        Remove a listener that is receiving notification when the validation changes.
      • isVisible

        boolean isVisible()