public interface CompositeWithHtmlDescription extends CompositeWithDescription, HasHtmlDescription
CompositeComponent having a HTML description.
Default implementations delegate their execution to CompositeComponent.getComposition().| Modifier and Type | Method and Description |
|---|---|
default boolean |
isDescriptionAsHtml() |
default void |
setDescriptionAsHtml(boolean descriptionAsHtml)
Sets whether the description is rendered as HTML.
|
getDescription, setDescriptiondefault boolean isDescriptionAsHtml()
isDescriptionAsHtml in interface HasHtmlDescriptiontrue if the description is rendered as HTML,
false if rendered as plain textdefault void setDescriptionAsHtml(boolean descriptionAsHtml)
HasHtmlDescriptionsetDescriptionAsHtml in interface HasHtmlDescriptiondescriptionAsHtml - true if the description is rendered as HTML,
false if rendered as plain textComponent.HasDescription.setDescription(String)