Uses of Class
com.vaadin.flow.component.grid.dataview.GridDataView
-
Packages that use GridDataView Package Description com.vaadin.flow.component.grid com.vaadin.flow.component.treegrid -
-
Uses of GridDataView in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return GridDataView Modifier and Type Method Description GridDataView<T>
Grid. getGenericDataView()
Gets the generic data view for the grid.GridDataView<T>
Grid. setItems(DataProvider<T,Void> dataProvider)
GridDataView<T>
Grid. setItems(InMemoryDataProvider<T> inMemoryDataProvider)
-
Uses of GridDataView in com.vaadin.flow.component.treegrid
Methods in com.vaadin.flow.component.treegrid that return GridDataView Modifier and Type Method Description GridDataView<T>
TreeGrid. getGenericDataView()
Deprecated.not supported
-