Uses of Interface
com.vaadin.flow.data.provider.BackEndDataProvider
Packages that use BackEndDataProvider
Package
Description
-
Uses of BackEndDataProvider in com.vaadin.flow.component.combobox
Methods in com.vaadin.flow.component.combobox with parameters of type BackEndDataProviderModifier and TypeMethodDescriptionComboBoxBase.setItems
(BackEndDataProvider<TItem, String> dataProvider) -
Uses of BackEndDataProvider in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid with parameters of type BackEndDataProviderConstructors in com.vaadin.flow.component.grid with parameters of type BackEndDataProviderModifierConstructorDescriptionGrid
(BackEndDataProvider<T, Void> dataProvider) Creates a new grid using the givenBackEndDataProvider
. -
Uses of BackEndDataProvider in com.vaadin.flow.component.treegrid
Methods in com.vaadin.flow.component.treegrid with parameters of type BackEndDataProviderModifier and TypeMethodDescriptionTreeGrid.setItems
(BackEndDataProvider<T, Void> dataProvider) Deprecated. -
Uses of BackEndDataProvider in com.vaadin.flow.data.provider
Classes in com.vaadin.flow.data.provider that implement BackEndDataProviderModifier and TypeClassDescriptionclass
Abstract base class for implementing back end data providers.class
CallbackDataProvider<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 BackEndDataProviderModifier and TypeMethodDescriptionHasLazyDataView.setItems
(BackEndDataProvider<T, F> dataProvider) Supply items with aBackEndDataProvider
that 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.hierarchyModifier and TypeInterfaceDescriptioninterface
A data provider that lazy loads items from a back end containing hierarchical data.Classes in com.vaadin.flow.data.provider.hierarchy that implement BackEndDataProviderModifier and TypeClassDescriptionclass
Abstract base class for implementingBackEndHierarchicalDataProvider
s.
TreeGrid.setDataProvider(HierarchicalDataProvider)
,HasHierarchicalDataProvider.setItems(Collection, ValueProvider)
,HasHierarchicalDataProvider.setItems(Stream, ValueProvider)
orHasHierarchicalDataProvider.setTreeData(TreeData)
instead.