Interface IListContent

    • Method Detail

      • 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.