Uses of Interface
com.vaadin.flow.component.combobox.ComboBoxBase.SpringData.CountCallback
Packages that use ComboBoxBase.SpringData.CountCallback
-
Uses of ComboBoxBase.SpringData.CountCallback in com.vaadin.flow.component.combobox
Methods in com.vaadin.flow.component.combobox with parameters of type ComboBoxBase.SpringData.CountCallbackModifier and TypeMethodDescriptionComboBoxBase.setItemsPageable
(ComboBoxBase.SpringData.FetchCallback<org.springframework.data.domain.Pageable, TItem> fetchCallback, ComboBoxBase.SpringData.CountCallback<org.springframework.data.domain.Pageable> countCallback) Supply items lazily with callbacks: the first one fetches a list of items from a backend based on a Spring Data Pageable, the second provides the exact count of items in the backend.