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

    Constructors
    Constructor
    Description
     
     
     
    VFXListStateProperty(Object bean, String name, VFXListState<T,C> initialValue)
     
  • Method Summary

    Methods inherited from class javafx.beans.property.ReadOnlyObjectWrapper

    fireValueChangedEvent, getReadOnlyProperty

    Methods inherited from class javafx.beans.property.SimpleObjectProperty

    getBean, getName

    Methods inherited from class javafx.beans.property.ObjectPropertyBase

    addListener, addListener, bind, get, invalidated, isBound, removeListener, removeListener, set, toString, unbind

    Methods inherited from class javafx.beans.property.ObjectProperty

    bindBidirectional, setValue, unbindBidirectional

    Methods inherited from class javafx.beans.binding.ObjectExpression

    asString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpression

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface javafx.beans.Observable

    subscribe

    Methods inherited from interface javafx.beans.value.ObservableValue

    flatMap, getValue, map, orElse, subscribe, subscribe, when

    Methods inherited from interface javafx.beans.value.WritableValue

    getValue
  • Constructor Details

    • VFXListStateProperty

      public VFXListStateProperty()
    • VFXListStateProperty

      public VFXListStateProperty(VFXListState<T,C> initialValue)
    • VFXListStateProperty

      public VFXListStateProperty(Object bean, String name)
    • VFXListStateProperty

      public VFXListStateProperty(Object bean, String name, VFXListState<T,C> initialValue)