Uses of Class
com.vaadin.flow.data.provider.ItemCountChangeEvent
-
Packages that use ItemCountChangeEvent Package Description com.vaadin.flow.component.combobox.dataview com.vaadin.flow.data.provider -
-
Uses of ItemCountChangeEvent in com.vaadin.flow.component.combobox.dataview
Method parameters in com.vaadin.flow.component.combobox.dataview with type arguments of type ItemCountChangeEvent Modifier and Type Method Description RegistrationComboBoxDataView. addItemCountChangeListener(ComponentEventListener<ItemCountChangeEvent<?>> listener)Add an item count change listener that is fired when the item count changes.RegistrationComboBoxLazyDataView. addItemCountChangeListener(ComponentEventListener<ItemCountChangeEvent<?>> listener)Add an item count change listener that is fired when the item count changes.RegistrationComboBoxListDataView. 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 ItemCountChangeEvent Modifier and Type Method Description voidItemCountChangeListener. itemCountChanged(ItemCountChangeEvent event)Invoked for changes in the data size.Method parameters in com.vaadin.flow.data.provider with type arguments of type ItemCountChangeEvent Modifier and Type Method Description RegistrationAbstractDataView. addItemCountChangeListener(ComponentEventListener<ItemCountChangeEvent<?>> listener)RegistrationDataView. addItemCountChangeListener(ComponentEventListener<ItemCountChangeEvent<?>> listener)Add an item count change listener that is fired when the item count changes.
-