Package | Description |
---|---|
com.vaadin.flow.component.grid | |
com.vaadin.flow.component.treegrid |
Modifier and Type | Method and Description |
---|---|
GridLazyDataView<T> |
Grid.getLazyDataView()
Gets the lazy data view for the grid.
|
GridLazyDataView<T> |
Grid.setItems(BackEndDataProvider<T,Void> dataProvider) |
Modifier and Type | Method and Description |
---|---|
GridLazyDataView<T> |
TreeGrid.getLazyDataView()
Deprecated.
not supported
|
GridLazyDataView<T> |
TreeGrid.setItems(BackEndDataProvider<T,Void> dataProvider)
|
GridLazyDataView<T> |
TreeGrid.setItems(CallbackDataProvider.FetchCallback<T,Void> fetchCallback)
|
Copyright © 2021. All rights reserved.