Interface | Description |
---|---|
ListProperty<T> |
Represents a property whose type is a
List of elements of type ListProperty . |
Property<T> |
A
Provider representation for capturing the state of a property. |
PropertyState<T> | Deprecated.
Use
Property instead. |
Provider<T> |
A container object that provides a value of a specific type.
|
ProviderFactory |
A factory for creating instances of
Provider and PropertyState . |