We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.data.provider.
Package com.vaadin.flow.data.provider
Class DataCommunicator.EmptyDataProvider<T1>
java.lang.Object
com.vaadin.flow.data.provider.AbstractDataProvider<T,SerializablePredicate<T>>
com.vaadin.flow.data.provider.ListDataProvider<T1>
com.vaadin.flow.data.provider.DataCommunicator.EmptyDataProvider<T1>
Type Parameters:
T1
- item type
All Implemented Interfaces:
ConfigurableFilterDataProvider<T1,
, DataProvider<T1,
, InMemoryDataProvider<T1>
, Serializable
Enclosing class:
In-memory data provider with no items.
Data Communicator is initialised with this data provider by default until
a new data provider is assigned with
DataCommunicator.setDataProvider(DataProvider, Object)
.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate in-memory data provider instance with no items in the backed collection.
-
Method Summary
Methods inherited from class com.vaadin.flow.data.provider.ListDataProvider
fetch, getFilter, getItems, getSortComparator, setFilter, setSortComparator, size
Methods inherited from class com.vaadin.flow.data.provider.AbstractDataProvider
addDataProviderListener, addListener, fireEvent, refreshAll, 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, refreshAll, 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
-
Constructor Details
-
EmptyDataProvider
public EmptyDataProvider()Create in-memory data provider instance with no items in the backed collection.
-