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.ItemSetChangeEvent
All Superinterfaces:
All Known Implementing Classes:
AbstractContainer.BaseItemSetChangeEvent, IndexedContainer.ItemSetChangeEvent, SQLContainer.ItemSetChangeEvent
Enclosing interface:
- extends Serializable
public static interface Container.ItemSetChangeEvent
An Event
object specifying the Container whose Item set has
changed (items added, removed or reordered).
A simple property value change is not an item set change.
Method Summary | |
---|---|
Container |
getContainer()
Gets the Property where the event occurred. |
Method Detail |
---|
getContainer
Container getContainer()
- Returns:
- source of the event
Gets the Property where the event occurred.