Uses of Class
com.vaadin.flow.component.grid.dataview.GridListDataView
-
Packages that use GridListDataView Package Description com.vaadin.flow.component.grid com.vaadin.flow.component.treegrid -
-
Uses of GridListDataView in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid that return GridListDataView Modifier and Type Method Description GridListDataView<T>Grid. getListDataView()Gets the list data view for the grid.GridListDataView<T>Grid. setItems(ListDataProvider<T> dataProvider) -
Uses of GridListDataView in com.vaadin.flow.component.treegrid
Methods in com.vaadin.flow.component.treegrid that return GridListDataView Modifier and Type Method Description GridListDataView<T>TreeGrid. getListDataView()Deprecated.not supportedGridListDataView<T>TreeGrid. setItems(ListDataProvider<T> dataProvider)GridListDataView<T>TreeGrid. setItems(Collection<T> items)GridListDataView<T>TreeGrid. setItems(T... items)
-