public interface HasHtmlCaption extends Component.HasCaption
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCaptionAsHtml() |
void |
setCaptionAsHtml(boolean captionAsHtml)
Sets whether the caption is rendered as HTML.
|
getCaption, setCaptiongetDescription, setDescriptionboolean isCaptionAsHtml()
true if the caption is rendered as HTML,
false if rendered as plain text@StudioProperty(defaultValue="false") void setCaptionAsHtml(boolean captionAsHtml)
captionAsHtml - true if the caption is rendered as HTML,
false if rendered as plain textComponent.HasCaption.setCaption(String)