Class MarkdownMessage

java.lang.Object
com.vaadin.flow.component.Component
org.vaadin.firitin.components.messagelist.MarkdownMessage
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasStyle, Serializable

@Tag("vaadin-message") public class MarkdownMessage extends com.vaadin.flow.component.Component
See Also:
  • Constructor Details

  • Method Details

    • setAvatarColor

      public void setAvatarColor(MarkdownMessage.Color color)
    • setUserColorIndex

      public void setUserColorIndex(int index)
    • getMdRenderer

      protected com.vladsch.flexmark.html.HtmlRenderer getMdRenderer()
    • getMdParser

      protected com.vladsch.flexmark.parser.Parser getMdParser()
    • onAttach

      protected void onAttach(com.vaadin.flow.component.AttachEvent attachEvent)
      Overrides:
      onAttach in class com.vaadin.flow.component.Component
    • getUi

      public com.vaadin.flow.component.UI getUi()
    • appendMarkdown

      public void appendMarkdown(String markdownSnippet)
    • appendMarkdownAsync

      public void appendMarkdownAsync(String markdownSnippet)
    • appendMarkdown

      protected void appendMarkdown(String markdownSnippet, boolean uiAccess)
    • isAutoScroll

      public boolean isAutoScroll()
    • setAutoScroll

      public void setAutoScroll(boolean autoScroll)
    • doAutoScroll

      protected void doAutoScroll()
    • appendText

      public void appendText(String text)