Package de.flapdoodle.kfx.bindings
Class LazyProperty
-
- All Implemented Interfaces:
-
javafx.beans.Observable,javafx.beans.property.ReadOnlyProperty,javafx.beans.value.ObservableObjectValue,javafx.beans.value.ObservableValue
public abstract class LazyProperty<T extends Object> extends ReadOnlyObjectProperty<T>
-
-
Constructor Summary
Constructors Constructor Description LazyProperty()
-
Method Summary
Modifier and Type Method Description UnitaddListener(InvalidationListener listener)UnitaddListener(ChangeListener<in T> listener)UnitremoveListener(InvalidationListener listener)UnitremoveListener(ChangeListener<in T> listener)Tget()final Unitinvalidate()-
Methods inherited from class javafx.beans.property.ReadOnlyObjectProperty
toString -
Methods inherited from class javafx.beans.value.ObservableValue
flatMap, map, orElse, subscribe, subscribe, when -
Methods inherited from class javafx.beans.Observable
subscribe -
Methods inherited from class javafx.beans.binding.ObjectExpression
asString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull -
Methods inherited from class javafx.beans.property.ReadOnlyProperty
getBean, getName -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
addListener
Unit addListener(InvalidationListener listener)
-
addListener
Unit addListener(ChangeListener<in T> listener)
-
removeListener
Unit removeListener(InvalidationListener listener)
-
removeListener
Unit removeListener(ChangeListener<in T> listener)
-
invalidate
final Unit invalidate()
-
-
-
-