Index

A B C G I M O S 
All Classes and Interfaces|All Packages|Serialized Form

A

appendContent(String) - Method in class com.vaadin.flow.component.markdown.Markdown
Appends the markdown content.

B

bindContent(Signal<String>) - Method in class com.vaadin.flow.component.markdown.Markdown
Binds the markdown content to the given signal.
bindLineBreaks(Signal<Boolean>) - Method in class com.vaadin.flow.component.markdown.Markdown
Binds the line breaks state to the given signal.

C

com.vaadin.flow.component.markdown - package com.vaadin.flow.component.markdown
 

G

getContent() - Method in class com.vaadin.flow.component.markdown.Markdown
Gets the markdown content.

I

isLineBreaks() - Method in class com.vaadin.flow.component.markdown.Markdown
Gets whether single line breaks ("soft breaks") within a paragraph are rendered as line breaks.

M

Markdown - Class in com.vaadin.flow.component.markdown
Markdown is a component for rendering Markdown content.
Markdown() - Constructor for class com.vaadin.flow.component.markdown.Markdown
Default constructor.
Markdown(Signal<String>) - Constructor for class com.vaadin.flow.component.markdown.Markdown
Creates a Markdown with content bound to a signal.
Markdown(String) - Constructor for class com.vaadin.flow.component.markdown.Markdown
Creates a Markdown with content.

O

onAttach(AttachEvent) - Method in class com.vaadin.flow.component.markdown.Markdown
 

S

setContent(String) - Method in class com.vaadin.flow.component.markdown.Markdown
Sets the markdown content.
setLineBreaks(boolean) - Method in class com.vaadin.flow.component.markdown.Markdown
Sets whether single line breaks ("soft breaks") within a paragraph are rendered as line breaks, the same way chat and message-style Markdown behaves.
A B C G I M O S 
All Classes and Interfaces|All Packages|Serialized Form