Interface DirtyModel

All Superinterfaces:
org.nield.dirtyfx.tracking.DirtyProperty
All Known Subinterfaces:
DetailModel<E>

public interface DirtyModel extends org.nield.dirtyfx.tracking.DirtyProperty
  • Method Summary

    Modifier and Type
    Method
    Description
    org.nield.dirtyfx.tracking.CompositeDirtyProperty
     
    default boolean
     
    default javafx.beans.value.ObservableValue<Boolean>
     
    default void
     
    default void
     
  • Method Details

    • getComposite

      org.nield.dirtyfx.tracking.CompositeDirtyProperty getComposite()
    • isDirty

      default boolean isDirty()
      Specified by:
      isDirty in interface org.nield.dirtyfx.tracking.DirtyProperty
    • isDirtyProperty

      @NotNull default javafx.beans.value.ObservableValue<Boolean> isDirtyProperty()
      Specified by:
      isDirtyProperty in interface org.nield.dirtyfx.tracking.DirtyProperty
    • rebaseline

      default void rebaseline()
      Specified by:
      rebaseline in interface org.nield.dirtyfx.tracking.DirtyProperty
    • reset

      default void reset()
      Specified by:
      reset in interface org.nield.dirtyfx.tracking.DirtyProperty