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

public interface CompositeWithHtmlCaption extends CompositeWithCaption, HasHtmlCaption
CompositeComponent having a HTML caption. Default implementations delegate their execution to CompositeComponent.getComposition().
  • Method Details

    • isCaptionAsHtml

      default boolean isCaptionAsHtml()
      Specified by:
      isCaptionAsHtml in interface HasHtmlCaption
      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 interface HasHtmlCaption
      Parameters:
      captionAsHtml - true if the caption is rendered as HTML, false if rendered as plain text
      See Also: