Module MaterialFX
Class SupplierProperty<T>
java.lang.Object
javafx.beans.binding.ObjectExpression<T>
javafx.beans.property.ReadOnlyObjectProperty<T>
javafx.beans.property.ObjectProperty<T>
javafx.beans.property.ObjectPropertyBase<T>
javafx.beans.property.SimpleObjectProperty<Supplier<T>>
io.github.palexdev.materialfx.beans.properties.functional.SupplierProperty<T>
- Type Parameters:
T- the supplier's return type
- All Implemented Interfaces:
Observable,Property<Supplier<T>>,ReadOnlyProperty<Supplier<T>>,ObservableObjectValue<Supplier<T>>,ObservableValue<Supplier<T>>,WritableObjectValue<Supplier<T>>,WritableValue<Supplier<T>>
Simply an
ObjectProperty that wraps a Supplier.-
Constructor Summary
ConstructorsConstructorDescriptionSupplierProperty(Object bean, String name) SupplierProperty(Object bean, String name, Supplier<T> initialValue) SupplierProperty(Supplier<T> initialValue) -
Method Summary
Methods inherited from class javafx.beans.property.SimpleObjectProperty
getBean, getNameMethods inherited from class javafx.beans.property.ObjectPropertyBase
addListener, addListener, bind, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, set, toString, unbindMethods inherited from class javafx.beans.property.ObjectProperty
bindBidirectional, setValue, unbindBidirectionalMethods inherited from class javafx.beans.binding.ObjectExpression
asString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpressionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface javafx.beans.value.ObservableValue
getValueMethods inherited from interface javafx.beans.value.WritableValue
getValue
-
Constructor Details
-
SupplierProperty
public SupplierProperty() -
SupplierProperty
-
SupplierProperty
-
SupplierProperty
-