| Package | Description |
|---|---|
| com.vaadin.flow.data.provider |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemCountChangeListener.itemCountChanged(ItemCountChangeEvent event)
Invoked for changes in the data size.
|
| Modifier and Type | Method and Description |
|---|---|
Registration |
DataView.addItemCountChangeListener(ComponentEventListener<ItemCountChangeEvent<?>> listener)
Add an item count change listener that is fired when the item count
changes.
|
Registration |
AbstractDataView.addItemCountChangeListener(ComponentEventListener<ItemCountChangeEvent<?>> listener) |
Copyright © 2000–2022 Vaadin Ltd. All rights reserved.