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.
com.vaadin.flow.data.provider.hierarchy.
Interface BackEndHierarchicalDataProvider<T,F>
Type Parameters:
T
- data provider data type
F
- data provider filter type
All Superinterfaces:
BackEndDataProvider<T,
, DataProvider<T,
, HierarchicalDataProvider<T,
, Serializable
All Known Implementing Classes:
public interface BackEndHierarchicalDataProvider<T,F>
extends HierarchicalDataProvider<T,F>, BackEndDataProvider<T,F>
A data provider that lazy loads items from a back end containing hierarchical data.
Since:
1.2
Author:
Vaadin Ltd
-
Method Summary
Methods inherited from interface com.vaadin.flow.data.provider.BackEndDataProvider
isInMemory, setSortOrder, setSortOrders, setSortOrders
Methods inherited from interface com.vaadin.flow.data.provider.DataProvider
addDataProviderListener, getId, refreshAll, refreshItem, refreshItem
Methods inherited from interface com.vaadin.flow.data.provider.hierarchy.HierarchicalDataProvider
fetch, fetchChildren, getChildCount, hasChildren, size, withConfigurableFilter, withConfigurableFilter, withConvertedFilter