Uses of Interface
com.vaadin.flow.data.provider.LazyDataView
-
Packages that use LazyDataView Package Description com.vaadin.flow.component.combobox.dataview com.vaadin.flow.component.grid.dataview com.vaadin.flow.data.provider -
-
Uses of LazyDataView in com.vaadin.flow.component.combobox.dataview
Classes in com.vaadin.flow.component.combobox.dataview that implement LazyDataView Modifier and Type Class Description classComboBoxLazyDataView<T>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 LazyDataView Modifier and Type Class Description classGridLazyDataView<T>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 LazyDataView Modifier and Type Interface Description interfaceHasLazyDataView<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 LazyDataView Modifier and Type Class Description classAbstractLazyDataView<T>Abstract lazy data view implementation which handles the interaction with a data communicator.
-