Package de.f0rce.ace.events
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:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionAceBlurChanged(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
-
AceBlurChanged
-
-
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
-