Package com.vaadin.data
Interface Container.PropertySetChangeEvent
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractContainer.BasePropertySetChangeEvent
- Enclosing interface:
- Container
public static interface Container.PropertySetChangeEvent extends Serializable
AnEvent
object specifying the Container whose Property set has changed.A property set change means the addition, removal or other structural changes to the properties of a container. Changes concerning the set of items in the container and their property values are not property set changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Container
getContainer()
Retrieves the Container whose contents have been modified.
-
-
-
Method Detail
-
getContainer
Container getContainer()
Retrieves the Container whose contents have been modified.- Returns:
- Source Container of the event.
-
-