You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
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,F>, DataProvider<T,F>, HierarchicalDataProvider<T,F>, Serializable

All Known Implementing Classes:

AbstractBackEndHierarchicalDataProvider

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