public static interface Container.ItemSetChangeListener extends Serializable
An item set change refers to addition, removal or reordering of items in the container. A simple property value change is not an item set change.
Modifier and Type | Method and Description |
---|---|
void |
containerItemSetChange(Container.ItemSetChangeEvent event)
Lets the listener know a Containers visible (filtered and/or sorted,
if applicable) Item set has changed.
|
void containerItemSetChange(Container.ItemSetChangeEvent event)
event
- change event textCopyright © 2022 Vaadin Ltd. All rights reserved.