| Package | Description |
|---|---|
| com.vaadin.flow.component.combobox.dataview | |
| com.vaadin.flow.component.grid.dataview | |
| com.vaadin.flow.data.provider |
| Modifier and Type | Class and Description |
|---|---|
class |
ComboBoxLazyDataView<T>
Data view implementation for ComboBox with lazy data fetching.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridLazyDataView<T>
Data view implementation for Grid with lazy data fetching.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HasLazyDataView<T,F,V extends LazyDataView<T>>
Interface that defines methods for fetching items lazily from a backend.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLazyDataView<T>
Abstract lazy data view implementation which handles the interaction with a
data communicator.
|
Copyright © 2021. All rights reserved.