| BaseDescriptor |
Base class for various live data configuration descriptors.
|
| LiveData |
The live data to display.
|
| LiveDataActionDescriptor |
Describes a live data action.
|
| LiveDataConfiguration |
Describes the live data configuration.
|
| LiveDataEntryDescriptor |
Describes a live data entry.
|
| LiveDataEntryStore |
The interface used to store and retrieve live data entries.
|
| LiveDataException |
Exception related to live data processing.
|
| LiveDataLayoutDescriptor |
Holds the layout configuration.
|
| LiveDataMeta |
Describes the configuration used to display the live data.
|
| LiveDataPaginationConfiguration |
Describes the live data pagination configuration.
|
| LiveDataPropertyDescriptor |
Describes how the user interacts with a given property.
|
| LiveDataPropertyDescriptor.DisplayerDescriptor |
Holds the displayer configuration.
|
| LiveDataPropertyDescriptor.FilterDescriptor |
Holds the filter configuration.
|
| LiveDataPropertyDescriptor.OperatorDescriptor |
An operator to use when filtering the live data.
|
| LiveDataPropertyDescriptorStore |
The interface used to store and retrieve the property descriptors.
|
| LiveDataQuery |
The query used to get the live data.
|
| LiveDataQuery.Constraint |
A constraint to apply to a property value.
|
| LiveDataQuery.Filter |
A set of constraints to apply to a given property.
|
| LiveDataQuery.SortEntry |
A sort entry.
|
| LiveDataQuery.Source |
Specifies where to take the data from.
|
| LiveDataSelectionConfiguration |
Describes the live data selection configuration.
|
| LiveDataSource |
The component that provides the live data entries and their meta data.
|
| WithParameters |
Base class for components and POJOs that can have unknown parameters.
|