T - item typepublic class SelectListDataView<T>
extends com.vaadin.flow.data.provider.AbstractListDataView<T>
Select with in-memory list data.
Provides information on the data and allows operations on it.| Constructor and Description |
|---|
SelectListDataView(com.vaadin.flow.function.SerializableSupplier<com.vaadin.flow.data.provider.DataProvider<T,?>> dataProviderSupplier,
Select<T> select)
Creates a new in-memory data view for Select and verifies the passed data
provider is compatible with this data view implementation.
|
addFilter, addItem, addItemAfter, addItemBefore, addItems, addItemsAfter, addItemsBefore, addSortComparator, addSortOrder, contains, getDataProvider, getItem, getItemCount, getNextItem, getPreviousItem, getSupportedDataProviderType, removeFilters, removeItem, removeItems, removeSorting, setFilter, setSortComparator, setSortOrder, validateItemIndexaddItemCountChangeListener, equals, getIdentifierProvider, getItems, refreshItem, setIdentifierProvider, verifyDataProviderTypepublic SelectListDataView(com.vaadin.flow.function.SerializableSupplier<com.vaadin.flow.data.provider.DataProvider<T,?>> dataProviderSupplier, Select<T> select)
dataProviderSupplier - supplier from which the DataProvider can be gottenselect - select component that the dataView is bound toCopyright © 2020. All rights reserved.