public interface Dirtyable
IsDirtyable annotation tracked by an instance of ChangeWatcher.| Type | Property and Description |
|---|---|
javafx.beans.property.BooleanProperty |
dirty
A
BooleanProperty that observes the changes made to the Dirtyable instance |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUp()
Clear the dirty status of the
Dirtyable instance |
javafx.beans.property.BooleanProperty |
dirtyProperty()
A
BooleanProperty that observes the changes made to the Dirtyable instance |
java.lang.Boolean |
isDirty()
Returns true if the
Dirtyable instance needs to be persisted, false otherwise |
java.lang.Boolean isDirty()
Dirtyable instance needs to be persisted, false otherwiseDirtyable instance needs to be persisted, false otherwisejavafx.beans.property.BooleanProperty dirtyProperty()
BooleanProperty that observes the changes made to the Dirtyable instanceisDirty()void cleanUp()
Dirtyable instanceCopyright © 2018 Frederic Thevenet. All rights reserved.