Class AceValueChanged

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

public class AceValueChanged extends com.vaadin.flow.component.ComponentEvent<AceEditor>
Author:
David "F0rce" Dodlek
See Also:
  • Constructor Details

    • AceValueChanged

      public AceValueChanged(AceEditor source, boolean fromClient, String value)
  • Method Details

    • getValue

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