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(com.vaadin.flow.data.provider.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(com.vaadin.flow.data.provider.ListDataProvider<T> dataProvider)Deprecated.useTreeGrid.setDataProvider(HierarchicalDataProvider),HasHierarchicalDataProvider.setItems(Collection, ValueProvider),HasHierarchicalDataProvider.setItems(Stream, ValueProvider)orHasHierarchicalDataProvider.setTreeData(TreeData)instead.GridListDataView<T>TreeGrid. setItems(Collection<T> items)Deprecated.useTreeGrid.setDataProvider(HierarchicalDataProvider),HasHierarchicalDataProvider.setItems(Collection, ValueProvider),HasHierarchicalDataProvider.setItems(Stream, ValueProvider)orHasHierarchicalDataProvider.setTreeData(TreeData)instead.GridListDataView<T>TreeGrid. setItems(T... items)Deprecated.useTreeGrid.setDataProvider(HierarchicalDataProvider),HasHierarchicalDataProvider.setItems(Collection, ValueProvider),HasHierarchicalDataProvider.setItems(Stream, ValueProvider)orHasHierarchicalDataProvider.setTreeData(TreeData)instead.
-