public static interface Container.PropertySetChangeEvent extends Serializable
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.
Modifier and Type | Method and Description |
---|---|
Container |
getContainer()
Retrieves the Container whose contents have been modified.
|
Container getContainer()
Copyright © 2022 Vaadin Ltd. All rights reserved.