We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.data.
Interface Container.ItemSetChangeListener
All Superinterfaces:
All Known Implementing Classes:
AbstractSelect, ComboBox, ListSelect, NativeSelect, OptionGroup, Select, Table, Tree, TreeTable, TwinColSelect
Enclosing interface:
- extends Serializable
public static interface Container.ItemSetChangeListener
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.
Method Summary | |
---|---|
void |
containerItemSetChange(Container.ItemSetChangeEvent event)
Lets the listener know a Containers visible (filtered and/or sorted, if applicable) Item set has changed. |
Method Detail |
---|
containerItemSetChange
void containerItemSetChange(Container.ItemSetChangeEvent event)
- Parameters:
event
- change event text
Lets the listener know a Containers visible (filtered and/or sorted, if applicable) Item set has changed.