Package com.storedobject.ui
Class ListProvider<T>
java.lang.Object
com.vaadin.flow.data.provider.AbstractDataProvider<T,com.vaadin.flow.function.SerializablePredicate<T>>
com.vaadin.flow.data.provider.ListDataProvider<T>
com.storedobject.ui.AbstractListProvider<T>
com.storedobject.ui.ListProvider<T>
- All Implemented Interfaces:
ViewFilterSupport<T>
,com.vaadin.flow.data.provider.ConfigurableFilterDataProvider<T,
,com.vaadin.flow.function.SerializablePredicate<T>, com.vaadin.flow.function.SerializablePredicate<T>> com.vaadin.flow.data.provider.DataProvider<T,
,com.vaadin.flow.function.SerializablePredicate<T>> com.vaadin.flow.data.provider.InMemoryDataProvider<T>
,Serializable
- Direct Known Subclasses:
EditableListProvider
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.storedobject.ui.AbstractListProvider
AbstractListProvider.LoadCallBack
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.storedobject.ui.AbstractListProvider
addDataLoadedListener, clear, close, fetch, filterView, get, getData, getDataProvider, getItems, getObjectClass, getObjectCount, getViewFilter, indexOf, refreshAll, setFilter, setSortComparator, size, streamAll, streamFiltered
Methods inherited from class com.vaadin.flow.data.provider.ListDataProvider
getFilter, getSortComparator
Methods inherited from class com.vaadin.flow.data.provider.AbstractDataProvider
addDataProviderListener, addListener, fireEvent, refreshItem, refreshItem
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.vaadin.flow.data.provider.DataProvider
addDataProviderListener, getId, refreshItem, refreshItem, withConfigurableFilter, withConfigurableFilter, withConvertedFilter
Methods inherited from interface com.vaadin.flow.data.provider.InMemoryDataProvider
addFilter, addFilter, addFilterByValue, addSortComparator, addSortOrder, clearFilters, filteringBy, filteringBy, filteringByEquals, filteringByPrefix, filteringByPrefix, filteringBySubstring, filteringBySubstring, isInMemory, setFilter, setFilterByValue, setSortOrder
Methods inherited from interface com.storedobject.ui.util.ViewFilterSupport
configure, configure, configure, configureMatch
-
Constructor Details
-
ListProvider
-