Interface ProvisionalItem

All Known Implementing Classes:
DefaultProvisionalItem, ProvisionalListItem

public interface ProvisionalItem
  • Property Summary

    Properties
    Type
    Property
    Description
    javafx.beans.property.ReadOnlyBooleanProperty
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    javafx.beans.property.ReadOnlyBooleanProperty
     
    default void
     
    default boolean
    True if pending updates exist.
    void
     
  • Property Details

  • Method Details

    • dirtyProperty

      javafx.beans.property.ReadOnlyBooleanProperty dirtyProperty()
      Returns:
      the dirty property
      See Also:
    • isDirty

      default boolean isDirty()
      True if pending updates exist.
    • commit

      void commit()
    • revert

      void revert()
    • dispose

      default void dispose()