Uses of Interface
com.vaadin.flow.data.provider.BackEndDataProvider
-
-
Uses of BackEndDataProvider in com.vaadin.flow.component.combobox
Methods in com.vaadin.flow.component.combobox with parameters of type BackEndDataProvider Modifier and Type Method Description ComboBoxLazyDataView<TItem>ComboBoxBase. 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 BackEndDataProvider Modifier and Type Method Description GridLazyDataView<T>Grid. setItems(BackEndDataProvider<T,Void> dataProvider) -
Uses of BackEndDataProvider in com.vaadin.flow.component.treegrid
Methods in com.vaadin.flow.component.treegrid with parameters of type BackEndDataProvider Modifier and Type Method Description GridLazyDataView<T>TreeGrid. setItems(BackEndDataProvider<T,Void> dataProvider) -
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.
-