public static class CmsCodeMirror.ValueChangeEvent extends com.vaadin.ui.Component.Event implements com.vaadin.v7.data.Property.ValueChangeEvent
| Constructor and Description |
|---|
ValueChangeEvent(CmsCodeMirror eventSource)
Constructs a new event object with the specified source field object.
|
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.v7.data.Property |
getProperty()
Gets the Property which triggered the event.
|
public ValueChangeEvent(CmsCodeMirror eventSource)
eventSource - the field that caused the event.public com.vaadin.v7.data.Property getProperty()
getProperty in interface com.vaadin.v7.data.Property.ValueChangeEvent