Package io.jmix.ui.model
@NonNullApi
package io.jmix.ui.model
-
ClassDescriptionRoot interface of collection loaders.Type of a collection change event.Container that holds a collection of entity instances.Event sent on changes in the container items collection - adding, removing, replacing elements.Loader of entity collections.Event sent after successful loading of entities, merging them into
DataContext
and setting to the container.Event sent before loading entities.Container that holds a collection of entity instances which is a collection property of another entity.Factory bean for data API components.Interface for tracking changes in entities loaded to UI.Event sent when the context detects changes in an entity, a new instance is merged or an entity is removed.Event sent after committing changes.Event sent before committing changes.Gives direct access to collections of modified and removed instances inDataContext
.The root interface in the data loaders hierarchy.Interface to be implemented by containers that can be loaded by loaders.The root interface in the data containers hierarchy.Event sent when the entity instance selected in the container is replaced with another instance or null.Event sent on changing a property value of the contained entity instance.Loader of a single entity instance.Event sent after successful loading of an entity instance, merging it intoDataContext
and setting to the container.Event sent before loading an entity instance.Container that holds a single instance which is loaded as a property of another entity.Container for a collection ofKeyValueEntity
instances.Loader ofKeyValueEntity
collections.Event sent after successful loading of entities and setting to the container.Event sent before loading entities.Container for a singleKeyValueEntity
instance.Loads a single instance ofKeyValueEntity
.Event sent after successful loading of a KeyValueEntity instance and setting it to the container.Event sent before loading a KeyValueEntity instance.Defines options of theDataContext.merge(Object, MergeOptions)
operation.Interface to be implemented by containers that work with entities that are properties of other entities.Interface defining methods for interacting with data API elements of a screen.Interface for sorting data inCollectionContainer
s.Factory bean for sorters.