| Package | Description |
|---|---|
| com.vaadin.flow.data.provider |
| Modifier and Type | Method and Description |
|---|---|
static <T> ListDataProvider<T> |
DataProvider.fromStream(Stream<T> items)
Creates a new data provider from the given stream.
|
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.
|
Copyright © 2000–2022 Vaadin Ltd. All rights reserved.