Class VFXListStateProperty<T,C extends VFXCell<T>>
java.lang.Object
javafx.beans.binding.ObjectExpression<VFXListState<T,C>>
javafx.beans.property.ReadOnlyObjectProperty<VFXListState<T,C>>
javafx.beans.property.ObjectProperty<VFXListState<T,C>>
javafx.beans.property.ObjectPropertyBase<VFXListState<T,C>>
javafx.beans.property.SimpleObjectProperty<VFXListState<T,C>>
javafx.beans.property.ReadOnlyObjectWrapper<VFXListState<T,C>>
io.github.palexdev.virtualizedfx.properties.VFXListStateProperty<T,C>
- All Implemented Interfaces:
javafx.beans.Observable,javafx.beans.property.Property<VFXListState<T,,C>> javafx.beans.property.ReadOnlyProperty<VFXListState<T,,C>> javafx.beans.value.ObservableObjectValue<VFXListState<T,,C>> javafx.beans.value.ObservableValue<VFXListState<T,,C>> javafx.beans.value.WritableObjectValue<VFXListState<T,,C>> javafx.beans.value.WritableValue<VFXListState<T,C>>
public class VFXListStateProperty<T,C extends VFXCell<T>>
extends javafx.beans.property.ReadOnlyObjectWrapper<VFXListState<T,C>>
Convenience property that extends
ReadOnlyObjectWrapper for VFXListState.-
Constructor Summary
ConstructorsConstructorDescriptionVFXListStateProperty(VFXListState<T, C> initialValue) VFXListStateProperty(Object bean, String name) VFXListStateProperty(Object bean, String name, VFXListState<T, C> 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
-
VFXListStateProperty
public VFXListStateProperty() -
VFXListStateProperty
-
VFXListStateProperty
-
VFXListStateProperty
-