public static interface Item.PropertySetChangeEvent extends Serializable
Event
object specifying the Item whose contents has been
changed through the Property
interface.
Note: The values stored in the Properties may change without triggering this event.
Modifier and Type | Method and Description |
---|---|
Item |
getItem()
Retrieves the Item whose contents has been modified.
|
Item getItem()
Copyright © 2022 Vaadin Ltd. All rights reserved.