We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 given
BackEndDataProvider
. -
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 a
BackEndDataProvider
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 implementing
BackEndHierarchicalDataProvider
s.
TreeGrid.setDataProvider(HierarchicalDataProvider)
,HasHierarchicalDataProvider.setItems(Collection, ValueProvider)
,HasHierarchicalDataProvider.setItems(Stream, ValueProvider)
orHasHierarchicalDataProvider.setTreeData(TreeData)
instead.