Class ContainerDataGridItems<T>

java.lang.Object
com.vaadin.flow.data.provider.AbstractDataProvider<T,Void>
io.jmix.flowui.data.grid.ContainerDataGridItems<T>
Type Parameters:
T - the type of entity contained in the associated CollectionContainer
All Implemented Interfaces:
com.vaadin.flow.data.provider.DataProvider<T,Void>, ContainerDataUnit<T>, DataUnit, EntityDataUnit, DataGridItems<T>, DataGridItems.Sortable<T>, EntityDataGridItems<T>, HasType<T>, Serializable
Direct Known Subclasses:
ContainerGroupDataGridItems, ContainerTreeDataGridItems

public class ContainerDataGridItems<T> extends com.vaadin.flow.data.provider.AbstractDataProvider<T,Void> implements ContainerDataUnit<T>, EntityDataGridItems<T>, DataGridItems.Sortable<T>
Implementation of DataProvider that connects a CollectionContainer to a DataGrid. This class allows seamless synchronization between the container and the grid, supporting selection, sorting, and event listeners.
See Also: