public static class AbstractField.ReadOnlyStatusChangeEvent extends Component.Event implements Property.ReadOnlyStatusChangeEvent, Serializable
Event
object specifying the Property whose read-only
status has changed.source
Constructor and Description |
---|
ReadOnlyStatusChangeEvent(AbstractField source)
New instance of text change event.
|
Modifier and Type | Method and Description |
---|---|
Property |
getProperty()
Property where the event occurred.
|
getComponent
getConnector
getSource, toString
public ReadOnlyStatusChangeEvent(AbstractField source)
source
- the Source of the event.public Property getProperty()
getProperty
in interface Property.ReadOnlyStatusChangeEvent
Copyright © 2021 Vaadin Ltd. All rights reserved.