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.
Uses of Class
com.vaadin.flow.data.provider.CallbackDataProvider
Packages that use CallbackDataProvider
-
Uses of CallbackDataProvider in com.vaadin.flow.data.provider
Methods in com.vaadin.flow.data.provider that return CallbackDataProviderModifier and TypeMethodDescriptionstatic <T> CallbackDataProvider<T,
Void> DataProvider.fromCallbacks
(CallbackDataProvider.FetchCallback<T, Void> fetchCallback, CallbackDataProvider.CountCallback<T, Void> countCallback) Creates a new data provider that uses callbacks for fetching and counting items from any backing store.
static <T,
F> CallbackDataProvider<T, F> DataProvider.fromFilteringCallbacks
(CallbackDataProvider.FetchCallback<T, F> fetchCallback, CallbackDataProvider.CountCallback<T, F> countCallback) Creates a new data provider that uses filtering callbacks for fetching and counting items from any backing store.