| Package | Description |
|---|---|
| com.vaadin.flow.data.provider |
| Modifier and Type | Class and Description |
|---|---|
static class |
DataCommunicator.EmptyDataProvider<T1>
In-memory data provider with no items.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ListDataProvider<T> |
DataProvider.fromStream(Stream<T> items)
Creates a new data provider from the given stream.
|
protected ListDataProvider<T> |
AbstractListDataView.getDataProvider() |
static <T> ListDataProvider<T> |
DataProvider.ofCollection(Collection<T> items)
Creates a new data provider backed by a collection.
|
static <T> ListDataProvider<T> |
DataProvider.ofItems(T... items)
Creates a new data provider from the given items.
|
| Modifier and Type | Method and Description |
|---|---|
V |
HasListDataView.setItems(ListDataProvider<T> dataProvider)
Sets a ListDataProvider for the component to use and returns a
ListDataView that provides information and allows operations on
the items. |
Copyright © 2000–2022 Vaadin Ltd. All rights reserved.