Uses of Interface
com.vaadin.flow.data.provider.LazyDataView
Packages that use LazyDataView
Package
Description
-
Uses of LazyDataView in com.vaadin.flow.component.combobox.dataview
Classes in com.vaadin.flow.component.combobox.dataview that implement LazyDataViewModifier and TypeClassDescriptionclass
Data view implementation for ComboBox with lazy data fetching. -
Uses of LazyDataView in com.vaadin.flow.component.grid.dataview
Classes in com.vaadin.flow.component.grid.dataview that implement LazyDataViewModifier and TypeClassDescriptionclass
Data view implementation for Grid with lazy data fetching. -
Uses of LazyDataView in com.vaadin.flow.data.provider
Classes in com.vaadin.flow.data.provider with type parameters of type LazyDataViewModifier and TypeInterfaceDescriptioninterface
HasLazyDataView<T,
F, V extends LazyDataView<T>> Interface that defines methods for fetching items lazily from a backend.Classes in com.vaadin.flow.data.provider that implement LazyDataViewModifier and TypeClassDescriptionclass
Abstract lazy data view implementation which handles the interaction with a data communicator.