Package com.vaadin.v7.data
Interface Container.ItemSetChangeEvent
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
Container.Indexed.ItemAddEvent,Container.Indexed.ItemRemoveEvent
- All Known Implementing Classes:
AbstractContainer.BaseItemSetChangeEvent,AbstractInMemoryContainer.BaseItemAddEvent,AbstractInMemoryContainer.BaseItemRemoveEvent,GeneratedPropertyContainer.GeneratedItemAddEvent,GeneratedPropertyContainer.GeneratedItemRemoveEvent,IndexedContainer.ItemSetChangeEvent,SQLContainer.ItemSetChangeEvent
- Enclosing interface:
- Container
@Deprecated public static interface Container.ItemSetChangeEvent extends Serializable
Deprecated.AnEventobject 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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ContainergetContainer()Deprecated.Gets the Property where the event occurred.
-
-
-
Method Detail
-
getContainer
Container getContainer()
Deprecated.Gets the Property where the event occurred.- Returns:
- source of the event
-
-