Class AceChanged

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<AceEditor>
de.f0rce.ace.events.AceChanged
All Implemented Interfaces:
java.io.Serializable

@DomEvent("editor-change")
public class AceChanged
extends com.vaadin.flow.component.ComponentEvent<AceEditor>
Author:
Jean-Christophe "jcgueriaud1" Gueriaud
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    AceChanged​(AceEditor source, boolean fromClient, java.lang.String value)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getValue()
    Returns the current value of the editor.

    Methods inherited from class com.vaadin.flow.component.ComponentEvent

    getSource, isFromClient, unregisterListener

    Methods inherited from class java.util.EventObject

    toString

    Methods inherited from class java.lang.Object

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

    • AceChanged

      public AceChanged​(AceEditor source, boolean fromClient, @EventData("event.detail.value") java.lang.String value)
  • Method Details

    • getValue

      public java.lang.String getValue()
      Returns the current value of the editor.
      Returns:
      String