Class AceSelectionChanged

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

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

    • AceSelectionChanged

      public AceSelectionChanged(AceEditor source, boolean fromClient, @EventData("event.detail.selection") elemental.json.JsonObject selectionObject, @EventData("event.detail.cursorPosition") elemental.json.JsonObject cursorObject)
  • Method Details