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(BootstrapText bootstrapText)
bootstrapText - the BootstrapTextBootstrapText getBootstrapText()
void setMarkdownText(java.lang.String text)
text - the markdown text