Package com.vaadin.data
Interface Property.ValueChangeEvent
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
Field.ValueChangeEvent
,Label.ValueChangeEvent
public static interface Property.ValueChangeEvent extends Serializable
AnEvent
object specifying the Property whose value has been changed.- Since:
- 3.0
- Author:
- Vaadin Ltd.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Property
getProperty()
Retrieves the Property that has been modified.
-
-
-
Method Detail
-
getProperty
Property getProperty()
Retrieves the Property that has been modified.- Returns:
- source Property of the event
-
-