com.vaadin.data
Interface Container.ItemSetChangeListener
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- AbstractSelect, ComboBox, ListSelect, NativeSelect, OptionGroup, Select, Table, Tree, TreeTable, TwinColSelect
- Enclosing interface:
- Container
public static interface Container.ItemSetChangeListener
- extends java.io.Serializable
Container Item set change listener interface.
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.
containerItemSetChange
void containerItemSetChange(Container.ItemSetChangeEvent event)
- Lets the listener know a Containers visible (filtered and/or sorted,
if applicable) Item set has changed.
- Parameters:
event
- change event text
Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.