Package io.jmix.ui.component
Interface CompositeWithHtmlCaption
- All Superinterfaces:
Component.HasCaption
,Component.HasDescription
,CompositeWithCaption
,CompositeWithDescription
,HasHtmlCaption
- All Known Subinterfaces:
GroupFilter
- All Known Implementing Classes:
AbstractSingleFilterComponent
,FilterImpl
,FullTextFilterImpl
,GroupFilterImpl
,JpqlFilterImpl
,PropertyFilterImpl
CompositeComponent
having a HTML caption.
Default implementations delegate their execution to CompositeComponent.getComposition()
.-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
default void
setCaptionAsHtml
(boolean captionAsHtml) Sets whether the caption is rendered as HTML.Methods inherited from interface io.jmix.ui.component.CompositeWithCaption
getCaption, setCaption
Methods inherited from interface io.jmix.ui.component.CompositeWithDescription
getDescription, setDescription
-
Method Details
-
isCaptionAsHtml
default boolean isCaptionAsHtml()- Specified by:
isCaptionAsHtml
in interfaceHasHtmlCaption
- Returns:
true
if the caption is rendered as HTML,false
if rendered as plain text
-
setCaptionAsHtml
default void setCaptionAsHtml(boolean captionAsHtml) Description copied from interface:HasHtmlCaption
Sets whether the caption is rendered as HTML.- Specified by:
setCaptionAsHtml
in interfaceHasHtmlCaption
- Parameters:
captionAsHtml
-true
if the caption is rendered as HTML,false
if rendered as plain text- See Also:
-