Class VFXTableStateProperty<T>
java.lang.Object
javafx.beans.binding.ObjectExpression<VFXTableState<T>>
javafx.beans.property.ReadOnlyObjectProperty<VFXTableState<T>>
javafx.beans.property.ObjectProperty<VFXTableState<T>>
javafx.beans.property.ObjectPropertyBase<VFXTableState<T>>
javafx.beans.property.SimpleObjectProperty<VFXTableState<T>>
javafx.beans.property.ReadOnlyObjectWrapper<VFXTableState<T>>
io.github.palexdev.virtualizedfx.properties.VFXTableStateProperty<T>
- All Implemented Interfaces:
Observable,Property<VFXTableState<T>>,ReadOnlyProperty<VFXTableState<T>>,ObservableObjectValue<VFXTableState<T>>,ObservableValue<VFXTableState<T>>,WritableObjectValue<VFXTableState<T>>,WritableValue<VFXTableState<T>>
Convenience property that extends
ReadOnlyObjectWrapper for VFXTableState.-
Constructor Summary
ConstructorsConstructorDescriptionVFXTableStateProperty(VFXTableState<T> initialValue) VFXTableStateProperty(Object bean, String name) VFXTableStateProperty(Object bean, String name, VFXTableState<T> initialValue) -
Method Summary
Methods inherited from class javafx.beans.property.ReadOnlyObjectWrapper
fireValueChangedEvent, getReadOnlyPropertyMethods inherited from class javafx.beans.property.SimpleObjectProperty
getBean, getNameMethods inherited from class javafx.beans.property.ObjectPropertyBase
addListener, addListener, bind, 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.Observable
subscribeMethods inherited from interface javafx.beans.value.ObservableValue
flatMap, getValue, map, orElse, subscribe, subscribe, whenMethods inherited from interface javafx.beans.value.WritableValue
getValue
-
Constructor Details
-
VFXTableStateProperty
public VFXTableStateProperty() -
VFXTableStateProperty
-
VFXTableStateProperty
-
VFXTableStateProperty
-