Package com.vaadin.data
Interface Property.ReadOnlyStatusChangeEvent
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractField.ReadOnlyStatusChangeEvent,AbstractProperty.ReadOnlyStatusChangeEvent
public static interface Property.ReadOnlyStatusChangeEvent extends Serializable
AnEventobject specifying the Property whose read-only status has been changed.- Since:
- 3.0
- Author:
- Vaadin Ltd.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertygetProperty()Property whose read-only state has changed.
-
-
-
Method Detail
-
getProperty
Property getProperty()
Property whose read-only state has changed.- Returns:
- source Property of the event.
-
-