public interface BootstrapTextView
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
KEY |
Modifier and Type | Method and Description |
---|---|
BootstrapText |
getBootstrapText() |
void |
setBootstrapText(BootstrapText bootstrapText)
Sets the view to display the given BootstrapText
|
void |
setMarkdownText(java.lang.String text)
Sets the view to display the given markdown text, by constructing a BootstrapText.
|
static final java.lang.String KEY
void setBootstrapText(@Nullable BootstrapText bootstrapText)
bootstrapText
- the BootstrapText@Nullable BootstrapText getBootstrapText()
void setMarkdownText(@Nullable java.lang.String text)
text
- the markdown text