Interface EditComponent

    • Field Detail

      • EDITABLE_PROPERTY

        static final java.lang.String EDITABLE_PROPERTY
        The editable bound property.
    • Method Detail

      • isEditable

        boolean isEditable()
        Returns:
        Whether the value is editable and the component will allow the the user to change the value.
      • setEditable

        void setEditable​(boolean newEditable)
        Sets whether the value is editable and the component will allow the the user to change the value. This is a bound property of type Boolean.
        Parameters:
        newEditable - true if the component should allow the user to change the value.
        See Also:
        EDITABLE_PROPERTY