Package de.f0rce.ace.events
Class AceForceSyncDomEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<AceEditor>
de.f0rce.ace.events.AceForceSyncDomEvent
- All Implemented Interfaces:
Serializable
@DomEvent("force-sync")
public class AceForceSyncDomEvent
extends com.vaadin.flow.component.ComponentEvent<AceEditor>
- Author:
- David "F0rce" Dodlek
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionAceForceSyncDomEvent(AceEditor source, boolean fromClient, String value, elemental.json.JsonObject selectionObject, elemental.json.JsonObject cursorObject) -
Method Summary
Modifier and TypeMethodDescriptionReturns the current cursor position of the editor.Returns the current selection of the editor.getValue()Returns the current value of the editor.Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
AceForceSyncDomEvent
-
-
Method Details
-
getValue
Returns the current value of the editor.- Returns:
String
-
getSelection
Returns the current selection of the editor.- Returns:
AceSelection
-
getCursorPosition
Returns the current cursor position of the editor.- Returns:
AceCursorPosition
-