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 Interface
com.vaadin.flow.data.provider.ItemIndexProvider
Packages that use ItemIndexProvider
-
Uses of ItemIndexProvider in com.vaadin.flow.data.provider
Methods in com.vaadin.flow.data.provider that return ItemIndexProviderModifier and TypeMethodDescriptionprotected ItemIndexProvider<T,
?> AbstractLazyDataView.getItemIndexProvider()
Gets the item index provider for this data view's component.
Methods in com.vaadin.flow.data.provider with parameters of type ItemIndexProviderModifier and TypeMethodDescriptionvoid
AbstractLazyDataView.setItemIndexProvider
(ItemIndexProvider<T, ?> itemIndexProvider) void
LazyDataView.setItemIndexProvider
(ItemIndexProvider<T, ?> itemIndexProvider) Sets the item index provider for this lazy data view.