T
- the type of value in this itempublic class FlushableProperty<T>
extends javafx.beans.property.SimpleObjectProperty<T>
Property
that can be flushed.Constructor and Description |
---|
FlushableProperty(javafx.beans.property.Property<T> property)
Create a new FlushableProperty.
|
Modifier and Type | Method and Description |
---|---|
void |
flush() |
boolean |
isChanged() |
addListener, addListener, bind, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, set, toString, unbind
bindBidirectional, setValue, unbindBidirectional
asString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpression
public FlushableProperty(javafx.beans.property.Property<T> property)
property
- The property to flush to