Uses of Class
org.vaadin.firitin.components.RichText
Packages that use RichText
-
Uses of RichText in org.vaadin.firitin.components
Methods in org.vaadin.firitin.components that return RichTextModifier and TypeMethodDescriptionRichText.appendMarkDown
(String markdownFragment) RichText.appendMarkDownAsync
(String markdownFragment) A shorthand to append markdown snippet to the content from a non-UI thread.RichText.setRichText
(String text) RichText.setRichTextAndSaveReference
(String text) RichText.setSafelist
(org.jsoup.safety.Safelist whitelist) Deprecated.Whitelist is not serializable.RichText.withContent
(String content) RichText.withMarkDown
(InputStream markdown) RichText.withMarkDown
(String markdown) RichText.withMarkDownResource
(String resourceName) RichText.withNewLines
(String text) Only replaces all new line characters with <br />, but no Markdown processing.RichText.withSafeHtml
(InputStream markdown) RichText.withSafeHtml
(String html) RichText.withSafeHtmlResource
(String resourceName) Methods in org.vaadin.firitin.components with parameters of type RichTextModifier and TypeMethodDescriptionvoid
RichText.MarkdownItStrategy.appendMarkdown
(String markdownFragment, RichText component) void
RichText.MarkdownStrategy.appendMarkdown
(String markdownFragment, RichText component) void
RichText.MarkdownItStrategy.setMarkdown
(String markdown, RichText component) void
RichText.MarkdownStrategy.setMarkdown
(String markdown, RichText component)