Java com.vaadin.data.provider DataProvider fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.data.provider DataProvider fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.data.provider DataProvider.

The text is from its open source code.

Implementation

com.vaadin.data.provider.DataProvider has the following implementations.
Click this link to see all its implementation.

Method

CallbackDataProviderfromCallbacks(FetchCallback fetchCallback, CountCallback countCallback)
Creates a new data provider that uses callbacks for fetching and counting items from any backing store.
CallbackDataProviderfromFilteringCallbacks(FetchCallback fetchCallback, CountCallback countCallback)
Creates a new data provider that uses filtering callbacks for fetching and counting items from any backing store.
ListDataProviderofCollection(Collection items)
Creates a new data provider backed by a collection.
ConfigurableFilterDataProviderwithConfigurableFilter()
Wraps this data provider to create a data provider that supports programmatically setting a filter but no filtering through the query.