T
- item typepublic class SelectListDataView<T> extends AbstractListDataView<T>
Select
with in-memory list data.
Provides information on the data and allows operations on it.component, dataProviderSupplier, NULL_IDENTIFIER_ERROR_MESSAGE
Constructor and Description |
---|
SelectListDataView(SerializableSupplier<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, validateItemIndex
addItemCountChangeListener, equals, getIdentifierProvider, getItems, refreshItem, setIdentifierProvider, verifyDataProviderType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addItemCountChangeListener, getItems, refreshItem, setIdentifierProvider
public SelectListDataView(SerializableSupplier<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.