Class VFXTableStateProperty<T>

All Implemented Interfaces:
Observable, Property<VFXTableState<T>>, ReadOnlyProperty<VFXTableState<T>>, ObservableObjectValue<VFXTableState<T>>, ObservableValue<VFXTableState<T>>, WritableObjectValue<VFXTableState<T>>, WritableValue<VFXTableState<T>>

public class VFXTableStateProperty<T> extends ReadOnlyObjectWrapper<VFXTableState<T>>
Convenience property that extends ReadOnlyObjectWrapper for VFXTableState.
  • Constructor Details

    • VFXTableStateProperty

      public VFXTableStateProperty()
    • VFXTableStateProperty

      public VFXTableStateProperty(VFXTableState<T> initialValue)
    • VFXTableStateProperty

      public VFXTableStateProperty(Object bean, String name)
    • VFXTableStateProperty

      public VFXTableStateProperty(Object bean, String name, VFXTableState<T> initialValue)