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:
  • Constructor Details

    • AceHTMLGeneratedEvent

      public AceHTMLGeneratedEvent(AceEditor source, boolean fromClient, @EventData("event.detail.html") String html)
  • Method Details

    • getHTML

      public 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