Uses of Class
org.vaadin.firitin.components.RichText
-
Uses of RichText in org.vaadin.firitin.components
Modifier and TypeMethodDescriptionRichText.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)