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.

    Methods inherited from class com.vaadin.flow.component.ComponentEvent

    getSource, isFromClient, unregisterListener

    Methods inherited from class java.util.EventObject

    toString

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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