Package com.vaadin.v7.data
Interface Item.PropertySetChangeEvent
-
- All Superinterfaces:
java.io.Serializable
- Enclosing interface:
- Item
@Deprecated public static interface Item.PropertySetChangeEvent extends java.io.Serializable
Deprecated.AnEvent
object specifying the Item whose contents has been changed through theProperty
interface.Note: The values stored in the Properties may change without triggering this event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Item
getItem()
Deprecated.Retrieves the Item whose contents has been modified.
-
-
-
Method Detail
-
getItem
Item getItem()
Deprecated.Retrieves the Item whose contents has been modified.- Returns:
- source Item of the event
-
-