Interface Modifiable

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String MODIFIED_PROPERTY
      The name of the modified property, if it is bound in any modifiable object.
    • Field Detail

      • MODIFIED_PROPERTY

        static final java.lang.String MODIFIED_PROPERTY
        The name of the modified property, if it is bound in any modifiable object.
    • Method Detail

      • isModified

        boolean isModified()
        Returns:
        Whether the object has been modified.
      • setModified

        void setModified​(boolean newModified)
        Sets whether the object has been modified.
        Parameters:
        newModified - The new modification status.