Uses of Package
com.vaadin.flow.data.provider
Packages that use com.vaadin.flow.data.provider
Package
Description
-
Classes in com.vaadin.flow.data.provider used by com.vaadin.flow.data.binder
-
Classes in com.vaadin.flow.data.provider used by com.vaadin.flow.data.event
-
Classes in com.vaadin.flow.data.provider used by com.vaadin.flow.data.providerClassDescriptionAbstract base class for implementing back end data providers.Abstract data provider implementation which takes care of refreshing data from the underlying data provider.Abstract data view implementation which handles parts that apply for any type of data.Abstract list data view implementation which provides common methods for fetching, filtering and sorting in-memory data to all
ListDataViewsubclasses.Array update strategy aware class.Array updater strategy.A data provider that lazy loads items from a back end.Data provider that uses one callback for fetching items from a back end and another callback for counting the number of available items.Callback interface for counting the number of items in a backend based on a query.Callback interface for fetching a stream of items from a backend based on a query.A data provider that supports programmatically setting a filter that will be applied to all queries.An event fired when the data of aDataProviderchanges.An event fired when a single item of aDataProviderhas been updated.DataProvider base class.Wraps the component's filter object with the meta information whether this filter changing should trigger the item count change event.A data generator forDataCommunicator.DataKeyMapper to map data objects to key strings.A common interface for fetching data from a backend.Data change events listener.Wrapper class for modifying, chaining and replacing filters and sorting in a query.Base view interface for getting information on current data set of a Component.Defines the contract of adding and removing multipleDataGenerators to a given object.A callback interface that is used to provide the identifier of an item.Event notifying the component that its identifier provider has been changed through a data view.A mixin interface for in-memory data providers.Event describing the item count change for a component.A callback interface that is used to provide the index of an item.DataView for lazy loaded data.DataProviderwrapper forCollections.DataView for a in-memory list data that provides information on the data and allows operations on it.Immutable query object used to request data from a backend.Sorting information forQuery.Helper classes with fluent API for constructingQuerySortOrderlists.Describes sorting direction.Sorting information for one field.Base class for helper classes with fluent API for constructing sort order lists. -
Classes in com.vaadin.flow.data.provider used by com.vaadin.flow.data.provider.hierarchyClassDescriptionAbstract data provider implementation which takes care of refreshing data from the underlying data provider.Array update strategy aware class.A data provider that lazy loads items from a back end.A
DataGeneratorthat aggregates multiple DataGenerators and delegates the data generation to them.A data provider that supports programmatically setting a filter that will be applied to all queries.An event fired when a single item of aDataProviderhas been updated.DataProvider base class.A common interface for fetching data from a backend.A mixin interface for in-memory data providers.Immutable query object used to request data from a backend.Sorting information forQuery.