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.PropertySetChangeEvent
-
All Superinterfaces:
All Known Implementing Classes:
Enclosing interface:
public static interface Container.PropertySetChangeEvent extends Serializable
An
Event
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 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.
-
-