Package de.f0rce.ace.events
Class AceChanged
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<AceEditor>
de.f0rce.ace.events.AceChanged
- All Implemented Interfaces:
Serializable
@DomEvent("editor-change")
public class AceChanged
extends com.vaadin.flow.component.ComponentEvent<AceEditor>
- Author:
- Jean-Christophe "jcgueriaud1" Gueriaud
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
AceChanged
-
-
Method Details
-
getValue
Returns the current value of the editor.- Returns:
String
-