Module MaterialFX
Class ConsumerProperty<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<Consumer<T>>
io.github.palexdev.materialfx.beans.properties.functional.ConsumerProperty<T>
- Type Parameters:
T- the consumer's input type
- All Implemented Interfaces:
Observable,Property<Consumer<T>>,ReadOnlyProperty<Consumer<T>>,ObservableObjectValue<Consumer<T>>,ObservableValue<Consumer<T>>,WritableObjectValue<Consumer<T>>,WritableValue<Consumer<T>>
Simply an
ObjectProperty that wraps a Consumer.-
Constructor Summary
ConstructorsConstructorDescriptionConsumerProperty(Object bean, String name) ConsumerProperty(Object bean, String name, Consumer<T> initialValue) ConsumerProperty(Consumer<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
-
ConsumerProperty
public ConsumerProperty() -
ConsumerProperty
-
ConsumerProperty
-
ConsumerProperty
-