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:
java.io.Serializable
@DomEvent("html-generated") public class AceHTMLGeneratedEvent extends com.vaadin.flow.component.ComponentEvent<AceEditor>
- Author:
- David "F0rce" Dodlek
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AceHTMLGeneratedEvent(AceEditor source, boolean fromClient, java.lang.String html)
-
Method Summary
Modifier and Type Method Description java.lang.String
getHTML()
Returns a fully functional static HTML-String with the current value of the editor, which can be used to print for example.
-
Constructor Details
-
AceHTMLGeneratedEvent
public AceHTMLGeneratedEvent(AceEditor source, boolean fromClient, @EventData("event.detail.html") java.lang.String html)
-
-
Method Details
-
getHTML
public java.lang.String 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
-