Uses of Class
org.vaadin.firitin.components.RichText
-
Packages that use RichText Package Description org.vaadin.firitin.components -
-
Uses of RichText in org.vaadin.firitin.components
Methods in org.vaadin.firitin.components that return RichText Modifier and Type Method Description RichTextRichText. setRichText(String text)RichTextRichText. setWhitelist(org.jsoup.safety.Whitelist whitelist)Deprecated.Whitelist is not serializable.RichTextRichText. withContent(String content)RichTextRichText. withMarkDown(InputStream markdown)RichTextRichText. withMarkDown(String markdown)RichTextRichText. withMarkDownResource(String resourceName)RichTextRichText. withNewLines(String text)Only replaces all new line characters with <br />, but no Markdown processing.RichTextRichText. withSafeHtml(InputStream markdown)RichTextRichText. withSafeHtml(String html)RichTextRichText. withSafeHtmlResource(String resourceName)
-