Interface ITableContent

    • Method Detail

      • getColumnCount

        int getColumnCount()
      • getColumn

        IColumn getColumn​(int index)
      • addColumn

        void addColumn​(IColumn column)
      • getCaption

        java.lang.String getCaption()
        Returns:
        Returns the caption.
      • setCaption

        void setCaption​(java.lang.String caption)
      • getCaptionKey

        java.lang.String getCaptionKey()
      • setCaptionKey

        void setCaptionKey​(java.lang.String key)
      • isHeaderRepeat

        boolean isHeaderRepeat()
        Returns:
      • setHeaderRepeat

        void setHeaderRepeat​(boolean repeat)
      • getHeader

        ITableBandContent getHeader()
        get the header band. return null if the table has no header.
        Returns:
      • getFooter

        ITableBandContent getFooter()
        get the footer band,return NULL if the table has no footer.
        Returns:
      • getColumns

        java.util.List getColumns()
      • setSummary

        void setSummary​(java.lang.String summary)
      • getSummary

        java.lang.String getSummary()