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

    Constructors
    Constructor
    Description
    Constructs a new event object with the specified source field object.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ValueChangeEvent

      public ValueChangeEvent(CmsCodeMirror eventSource)
      Constructs a new event object with the specified source field object.
      Parameters:
      eventSource - the field that caused the event.
  • Method Details

    • getProperty

      public com.vaadin.v7.data.Property getProperty()
      Gets the Property which triggered the event.
      Specified by:
      getProperty in interface com.vaadin.v7.data.Property.ValueChangeEvent
      Returns:
      the Source Property of the event.