Interface ITableContent

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

public interface ITableContent extends IContainerContent
Provides the interfaces for the Table Content
  • Method Details

    • getColumnCount

      int getColumnCount()
    • getColumn

      IColumn getColumn(int index)
    • addColumn

      void addColumn(IColumn column)
    • getCaption

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

      void setCaption(String caption)
    • getCaptionKey

      String getCaptionKey()
    • setCaptionKey

      void setCaptionKey(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

      List getColumns()
    • setSummary

      void setSummary(String summary)
    • getSummary

      String getSummary()