| Package | Description |
|---|---|
| com.vaadin.flow.data.provider |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HasDataView<T,F,V extends DataView<T>>
An interface for components that get items from the generic data provider
types
DataProvider and InMemoryDataProvider. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LazyDataView<T>
DataView for lazy loaded data.
|
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 |
AbstractDataView<T>
Abstract data view implementation which handles parts that apply for any type
of data.
|
class |
AbstractLazyDataView<T>
Abstract lazy data view implementation which handles the interaction with a
data communicator.
|
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.