T - the item typepublic class GridDataView<T>
extends com.vaadin.flow.data.provider.AbstractDataView<T>
| Constructor and Description |
|---|
GridDataView(com.vaadin.flow.data.provider.DataCommunicator<T> dataCommunicator,
Grid<T> grid) |
| Modifier and Type | Method and Description |
|---|---|
T |
getItem(int index) |
Stream<T> |
getItems() |
protected Class<?> |
getSupportedDataProviderType() |
void |
setIdentifierProvider(com.vaadin.flow.data.provider.IdentifierProvider<T> identifierProvider) |
public T getItem(int index)
protected Class<?> getSupportedDataProviderType()
getSupportedDataProviderType in class com.vaadin.flow.data.provider.AbstractDataView<T>public void setIdentifierProvider(com.vaadin.flow.data.provider.IdentifierProvider<T> identifierProvider)
Copyright © 2023. All rights reserved.