Uses of Class
com.vaadin.flow.data.provider.ItemCountChangeEvent
-
Packages that use ItemCountChangeEvent Package Description com.vaadin.flow.data.provider -
-
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.
-