com.vaadin.flow.data.provider.

Class ListDataProvider<T>

java.lang.Object
com.vaadin.flow.data.provider.AbstractDataProvider<T,SerializablePredicate<T>>
com.vaadin.flow.data.provider.ListDataProvider<T>

Type Parameters:

T - data type

All Implemented Interfaces:

ConfigurableFilterDataProvider<T,SerializablePredicate<T>,SerializablePredicate<T>>, DataProvider<T,SerializablePredicate<T>>, InMemoryDataProvider<T>, Serializable

Direct Known Subclasses:

DataCommunicator.EmptyDataProvider

public class ListDataProvider<T> extends AbstractDataProvider<T,SerializablePredicate<T>> implements InMemoryDataProvider<T>

DataProvider wrapper for Collections.

Since:

1.0

See Also: