Interface | Description |
---|---|
BaseCollectionLoader |
Root interface of collection loaders.
|
CollectionContainer<E extends Entity> |
Container that holds a collection of entity instances.
|
CollectionLoader<E extends Entity> |
Loader of entity collections.
|
CollectionPropertyContainer<E extends Entity> |
Container that holds a collection of entity instances which is a collection property of another entity.
|
DataContext |
Interface for tracking changes in entities loaded to the client tier.
|
DataLoader |
The root interface in the data loaders hierarchy.
|
HasLoader |
Interface to be implemented by containers that can be loaded by loaders.
|
InstanceContainer<E extends Entity> |
The root interface in the data containers hierarchy.
|
InstanceLoader<E extends Entity> |
Loader of a single entity instance.
|
InstancePropertyContainer<E extends Entity> |
Container that holds a single instance which is loaded as a property of another entity.
|
KeyValueCollectionContainer |
Container for a collection of
KeyValueEntity instances. |
KeyValueCollectionLoader |
Loader of
KeyValueEntity collections. |
KeyValueContainer |
Container for a single
KeyValueEntity instance. |
KeyValueInstanceLoader |
Loads a single instance of
KeyValueEntity . |
Nested |
Interface to be implemented by containers that work with entities that are properties of other entities.
|
ScreenData |
Interface defining methods for interacting with data API elements of a screen.
|
Sorter |
Interface for sorting data in
CollectionContainer s. |
Class | Description |
---|---|
CollectionContainer.CollectionChangeEvent<T extends Entity> |
Event sent on changes in the container items collection - adding, removing, replacing elements.
|
DataComponents |
Factory bean for data API components.
|
DataContext.ChangeEvent |
Event sent when the context detects changes in an entity, a new instance is merged or an entity is removed.
|
DataContext.PostCommitEvent |
Event sent after committing changes.
|
DataContext.PreCommitEvent |
Event sent before committing changes.
|
InstanceContainer.ItemChangeEvent<T extends Entity> |
Event sent when the entity instance selected in the container is replaced with another instance or null.
|
InstanceContainer.ItemPropertyChangeEvent<T extends Entity> |
Event sent on changing a property value of the contained entity instance.
|
Enum | Description |
---|---|
CollectionChangeType |
Type of a collection change event.
|
CollectionContainer.UnmuteEventsMode |