Interface IListContent

All Superinterfaces:
org.eclipse.birt.report.engine.css.engine.CSSStylableElement, IContainerContent, IContent, IElement, IStyledElement

public interface IListContent extends IContainerContent
Provides interfaces for List Content.
  • Method Details

    • getHeader

      IListBandContent getHeader()
      Get the header of the list.
      Returns:
      the header of the list. Return null if the group does not have a header.
    • isHeaderRepeat

      boolean isHeaderRepeat()
      Return the value if the list header is repeated.
      Returns:
      the value if the list header is repeated.

      true, the list header is repeated. false, the list header is not repeated.

    • setHeaderRepeat

      void setHeaderRepeat(boolean repeat)
      Set the value if the list header is repeated.
      Parameters:
      repeat - if the list header is repeated.