Uses of Interface
com.vaadin.flow.data.provider.BackEndDataProvider
-
Packages that use BackEndDataProvider Package Description com.vaadin.flow.data.provider com.vaadin.flow.data.provider.hierarchy -
-
Uses of BackEndDataProvider in com.vaadin.flow.data.provider
Classes in com.vaadin.flow.data.provider that implement BackEndDataProvider Modifier and Type Class Description classAbstractBackEndDataProvider<T,F>Abstract base class for implementing back end data providers.classCallbackDataProvider<T,F>Data provider that uses one callback for fetching items from a back end and another callback for counting the number of available items.Methods in com.vaadin.flow.data.provider with parameters of type BackEndDataProvider Modifier and Type Method Description VHasLazyDataView. setItems(BackEndDataProvider<T,F> dataProvider)Supply items with aBackEndDataProviderthat lazy loads items from a backend. -
Uses of BackEndDataProvider in com.vaadin.flow.data.provider.hierarchy
Subinterfaces of BackEndDataProvider in com.vaadin.flow.data.provider.hierarchy Modifier and Type Interface Description interfaceBackEndHierarchicalDataProvider<T,F>A data provider that lazy loads items from a back end containing hierarchical data.Classes in com.vaadin.flow.data.provider.hierarchy that implement BackEndDataProvider Modifier and Type Class Description classAbstractBackEndHierarchicalDataProvider<T,F>Abstract base class for implementingBackEndHierarchicalDataProviders.
-