Package de.f0rce.ace.events
Class AceHTMLGeneratedEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<AceEditor>
de.f0rce.ace.events.AceHTMLGeneratedEvent
- All Implemented Interfaces:
Serializable
@DomEvent("html-generated")
public class AceHTMLGeneratedEvent
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
Constructors -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
AceHTMLGeneratedEvent
-
-
Method Details
-
getHTML
Returns a fully functional static HTML-String with the current value of the editor, which can be used to print for example.- Returns:
String
-