Class CmsCodeMirror.ValueChangeEvent

  • All Implemented Interfaces:
    com.vaadin.v7.data.Property.ValueChangeEvent, java.io.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:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      ValueChangeEvent​(CmsCodeMirror eventSource)
      Constructs a new event object with the specified source field object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.vaadin.v7.data.Property getProperty()
      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 Detail

      • 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 Detail

      • 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.