Class GridDataView<T>
java.lang.Object
com.vaadin.flow.data.provider.AbstractDataView<T>
io.jmix.groupgridflowui.kit.vaadin.grid.dataview.GridDataView<T>
- Type Parameters:
T- the item type
- All Implemented Interfaces:
com.vaadin.flow.data.provider.DataView<T>,Serializable
public class GridDataView<T>
extends com.vaadin.flow.data.provider.AbstractDataView<T>
Implementation of generic data view for grid.
- Since:
- See Also:
-
Field Summary
Fields inherited from class com.vaadin.flow.data.provider.AbstractDataView
component, dataProviderSupplier, NULL_IDENTIFIER_ERROR_MESSAGE, NULL_ITEM_ERROR_MESSAGE -
Constructor Summary
ConstructorsConstructorDescriptionGridDataView(com.vaadin.flow.data.provider.DataCommunicator<T> dataCommunicator, Grid<T> grid) -
Method Summary
Modifier and TypeMethodDescriptiongetItem(int index) getItems()protected Class<?>voidsetIdentifierProvider(com.vaadin.flow.data.provider.IdentifierProvider<T> identifierProvider) Methods inherited from class com.vaadin.flow.data.provider.AbstractDataView
addIdentifierProviderChangeListener, addItemCountChangeListener, equals, getIdentifierProvider, getItemIndex, getItemIndex, refreshAll, refreshItem, verifyDataProviderType, verifyDataProviderType
-
Constructor Details
-
GridDataView
-
-
Method Details