Uses of Class
com.vaadin.flow.data.provider.ItemCountChangeEvent
Packages that use ItemCountChangeEvent
-
Uses of ItemCountChangeEvent in com.vaadin.flow.data.provider
Methods in com.vaadin.flow.data.provider with parameters of type ItemCountChangeEventModifier and TypeMethodDescriptionvoidItemCountChangeListener.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 TypeMethodDescriptioncom.vaadin.flow.shared.RegistrationAbstractDataView.addItemCountChangeListener(com.vaadin.flow.component.ComponentEventListener<ItemCountChangeEvent<?>> listener) com.vaadin.flow.shared.RegistrationDataView.addItemCountChangeListener(com.vaadin.flow.component.ComponentEventListener<ItemCountChangeEvent<?>> listener) Add an item count change listener that is fired when the item count changes.