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.ItemCountChangeEvent
Packages that use ItemCountChangeEvent
-
Uses of ItemCountChangeEvent in com.vaadin.flow.component.combobox.dataview
Method parameters in com.vaadin.flow.component.combobox.dataview with type arguments of type ItemCountChangeEventModifier and TypeMethodDescriptionComboBoxDataView.addItemCountChangeListener
(ComponentEventListener<ItemCountChangeEvent<?>> listener) Add an item count change listener that is fired when the item count changes.
ComboBoxLazyDataView.addItemCountChangeListener
(ComponentEventListener<ItemCountChangeEvent<?>> listener) Add an item count change listener that is fired when the item count changes.
ComboBoxListDataView.addItemCountChangeListener
(ComponentEventListener<ItemCountChangeEvent<?>> listener) Add an item count change listener that is fired when the item count changes.
-
Uses of ItemCountChangeEvent in com.vaadin.flow.data.provider
Methods in com.vaadin.flow.data.provider with parameters of type ItemCountChangeEventModifier and TypeMethodDescriptionvoid
ItemCountChangeListener.itemCountChanged
(ItemCountChangeEvent event) Invoked for changes in the data size.
Method parameters in com.vaadin.flow.data.provider with type arguments of type ItemCountChangeEventModifier and TypeMethodDescriptionAbstractDataView.addItemCountChangeListener
(ComponentEventListener<ItemCountChangeEvent<?>> listener) DataView.addItemCountChangeListener
(ComponentEventListener<ItemCountChangeEvent<?>> listener) Add an item count change listener that is fired when the item count changes.