| Package | Description |
|---|---|
| com.vaadin.flow.data.provider |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HasListDataView<T,V extends ListDataView<T,?>>
An interface for components that accept setting items in-memory and returns a
ListDataView that provides information and allows operations on the
items. |
interface |
ListDataView<T,V extends ListDataView<T,?>>
DataView for a in-memory list data that provides information on the data and
allows operations on it.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractListDataView<T>
Abstract list data view implementation which provides common methods for
fetching, filtering and sorting in-memory data to all
ListDataView
subclasses. |
Copyright © 2000–2023 Vaadin Ltd. All rights reserved.