Module MaterialFX

Class SupplierProperty<T>

Type Parameters:
T - the supplier's return type
All Implemented Interfaces:
Observable, Property<Supplier<T>>, ReadOnlyProperty<Supplier<T>>, ObservableObjectValue<Supplier<T>>, ObservableValue<Supplier<T>>, WritableObjectValue<Supplier<T>>, WritableValue<Supplier<T>>

public class SupplierProperty<T> extends SimpleObjectProperty<Supplier<T>>
Simply an ObjectProperty that wraps a Supplier.
  • Constructor Details

    • SupplierProperty

      public SupplierProperty()
    • SupplierProperty

      public SupplierProperty(Supplier<T> initialValue)
    • SupplierProperty

      public SupplierProperty(Object bean, String name)
    • SupplierProperty

      public SupplierProperty(Object bean, String name, Supplier<T> initialValue)