Class AceBlurChanged

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

@DomEvent("editor-blur") public class AceBlurChanged extends com.vaadin.flow.component.ComponentEvent<AceEditor>
Author:
David "F0rce" Dodlek
See Also:
  • Constructor Details

    • AceBlurChanged

      public AceBlurChanged(AceEditor source, boolean fromClient, @EventData("event.detail.value") String value, @EventData("event.detail.selection") tools.jackson.databind.JsonNode selectionObject, @EventData("event.detail.cursorPosition") tools.jackson.databind.JsonNode cursorObject)
  • Method Details

    • getValue

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

      public AceSelection getSelection()
      Returns the current selection of the editor.
      Returns:
      AceSelection
    • getCursorPosition

      public AceCursorPosition getCursorPosition()
      Returns the current cursor position of the editor.
      Returns:
      AceCursorPosition