Uses of Class
com.vaadin.flow.data.provider.ListDataProvider
Packages that use ListDataProvider
Package
Description
-
Uses of ListDataProvider in com.vaadin.flow.component.checkbox
Methods in com.vaadin.flow.component.checkbox with parameters of type ListDataProvider -
Uses of ListDataProvider in com.vaadin.flow.component.combobox
Methods in com.vaadin.flow.component.combobox with parameters of type ListDataProviderModifier and TypeMethodDescriptionComboBoxBase.setItems(ComboBox.ItemFilter<TItem> itemFilter, ListDataProvider<TItem> listDataProvider) Sets a ListDataProvider for this combo box and a filtering function for defining which items are displayed when user types into the combo box.ComboBoxBase.setItems(ListDataProvider<TItem> dataProvider) -
Uses of ListDataProvider in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid with parameters of type ListDataProviderConstructors in com.vaadin.flow.component.grid with parameters of type ListDataProviderModifierConstructorDescriptionGrid(ListDataProvider<T> dataProvider) Creates a new grid using the givenListDataProvider. -
Uses of ListDataProvider in com.vaadin.flow.component.listbox
Methods in com.vaadin.flow.component.listbox with parameters of type ListDataProviderModifier and TypeMethodDescriptionListBoxBase.setItems(ListDataProvider<ITEM> listDataProvider) Sets a ListDataProvider for the ListBox to use and returns aListDataViewthat provides information and allows operations on the items. -
Uses of ListDataProvider in com.vaadin.flow.component.radiobutton
Methods in com.vaadin.flow.component.radiobutton with parameters of type ListDataProvider -
Uses of ListDataProvider in com.vaadin.flow.component.select
Methods in com.vaadin.flow.component.select with parameters of type ListDataProvider -
Uses of ListDataProvider in com.vaadin.flow.component.treegrid
Methods in com.vaadin.flow.component.treegrid with parameters of type ListDataProviderModifier and TypeMethodDescriptionTreeGrid.setItems(ListDataProvider<T> dataProvider) Deprecated. -
Uses of ListDataProvider in com.vaadin.flow.data.provider
Subclasses of ListDataProvider in com.vaadin.flow.data.providerModifier and TypeClassDescriptionstatic final classIn-memory data provider with no items.Methods in com.vaadin.flow.data.provider that return ListDataProviderModifier and TypeMethodDescriptionstatic <T> ListDataProvider<T> DataProvider.fromStream(Stream<T> items) Creates a new data provider from the given stream.protected ListDataProvider<T> AbstractListDataView.getDataProvider()static <T> ListDataProvider<T> DataProvider.ofCollection(Collection<T> items) Creates a new data provider backed by a collection.static <T> ListDataProvider<T> DataProvider.ofItems(T... items) Creates a new data provider from the given items.Methods in com.vaadin.flow.data.provider with parameters of type ListDataProviderModifier and TypeMethodDescriptionHasListDataView.setItems(ListDataProvider<T> dataProvider) Sets a ListDataProvider for the component to use and returns aListDataViewthat provides information and allows operations on the items.
TreeGrid.setDataProvider(HierarchicalDataProvider),HasHierarchicalDataProvider.setItems(Collection, ValueProvider),HasHierarchicalDataProvider.setItems(Stream, ValueProvider)orHasHierarchicalDataProvider.setTreeData(TreeData)instead.