Class CmsCodeMirror.ValueChangeEvent
java.lang.Object
java.util.EventObject
com.vaadin.event.ConnectorEvent
com.vaadin.ui.Component.Event
org.opencms.ui.components.codemirror.CmsCodeMirror.ValueChangeEvent
- All Implemented Interfaces:
com.vaadin.v7.data.Property.ValueChangeEvent
,Serializable
- Enclosing class:
- CmsCodeMirror
public static class CmsCodeMirror.ValueChangeEvent
extends com.vaadin.ui.Component.Event
implements com.vaadin.v7.data.Property.ValueChangeEvent
The code mirror change event.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionValueChangeEvent
(CmsCodeMirror eventSource) Constructs a new event object with the specified source field object. -
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.v7.data.Property
Gets the Property which triggered the event.Methods inherited from class com.vaadin.ui.Component.Event
getComponent
Methods inherited from class com.vaadin.event.ConnectorEvent
getConnector
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
ValueChangeEvent
Constructs a new event object with the specified source field object.- Parameters:
eventSource
- the field that caused the event.
-
-
Method Details
-
getProperty
Gets the Property which triggered the event.- Specified by:
getProperty
in interfacecom.vaadin.v7.data.Property.ValueChangeEvent
- Returns:
- the Source Property of the event.
-