public static class Field.ValueChangeEvent extends Component.Event implements Property.ValueChangeEvent
Event object specifying the Field whose value has been
changed.source| Constructor and Description |
|---|
ValueChangeEvent(Field source)
Constructs a new event object with the specified source field object.
|
| Modifier and Type | Method and Description |
|---|---|
Property |
getProperty()
Gets the Property which triggered the event.
|
getComponentgetConnectorgetSource, toStringpublic ValueChangeEvent(Field source)
source - the field that caused the event.public Property getProperty()
getProperty in interface Property.ValueChangeEventCopyright © 2019 Vaadin Ltd. All rights reserved.