protected static class AbstractProperty.ReadOnlyStatusChangeEvent extends EventObject implements Property.ReadOnlyStatusChangeEvent
Event object specifying the Property whose read-only
status has been changed.source| Modifier | Constructor and Description |
|---|---|
protected |
ReadOnlyStatusChangeEvent(Property source)
Constructs a new read-only status change event for this object.
|
| Modifier and Type | Method and Description |
|---|---|
Property |
getProperty()
Gets the Property whose read-only state has changed.
|
getSource, toStringprotected ReadOnlyStatusChangeEvent(Property source)
source - source object of the event.public Property getProperty()
getProperty in interface Property.ReadOnlyStatusChangeEventCopyright © 2017 Vaadin Ltd. All rights reserved.