Uses of Interface
com.vaadin.flow.data.provider.LazyDataView
-
Packages that use LazyDataView Package Description com.vaadin.flow.data.provider -
-
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.
-