org.eclipse.birt.report.engine.content
Interface ITableContent

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

public interface ITableContent
extends IContent

Provides the interfaces for the Table Content

Version:
$Revision: 1.5 $ $Date: 2005/11/11 06:26:46 $

Field Summary
 
Fields inherited from interface org.eclipse.birt.report.engine.content.IContent
CELL_CONTENT, CONTAINER_CONTENT, DATA_CONTENT, FOREIGN_CONTENT, IMAGE_CONTENT, LABEL_CONTENT, PAGE_CONTENT, ROW_CONTENT, SERIALIZE_CONTENT, TABLE_BAND_CONTENT, TABLE_CONTENT, TEXT_CONTENT
 
Method Summary
 void addColumn(IColumn column)
           
 ITableBandContent getBody()
           
 java.lang.String getCaption()
           
 IColumn getColumn(int index)
           
 int getColumnCount()
           
 ITableBandContent getFooter()
           
 ITableBandContent getHeader()
           
 boolean isHeaderRepeat()
           
 
Methods inherited from interface org.eclipse.birt.report.engine.content.IContent
accept, getBookmark, getBounds, getContentType, getGenerateBy, getHeight, getHelpText, getHyperlinkAction, getInlineStyle, getInstanceID, getName, getReportContent, getStyleClass, getTOC, getWidth, getX, getY, readContent, setBookmark, setBounds, setGenerateBy, setHeight, setHelpText, setHyperlinkAction, setInlineStyle, setInstanceID, setName, setReportContent, setStyleClass, setTOC, setWidth, setX, setY, writeContent
 
Methods inherited from interface org.eclipse.birt.report.engine.content.IElement
getChildren, getParent, setParent
 
Methods inherited from interface org.eclipse.birt.report.engine.css.engine.CSSStylableElement
getComputedStyle, getCSSEngine, getStyle
 

Method Detail

getColumnCount

public int getColumnCount()

getColumn

public IColumn getColumn(int index)

addColumn

public void addColumn(IColumn column)

getCaption

public java.lang.String getCaption()
Returns:
Returns the caption.

isHeaderRepeat

public boolean isHeaderRepeat()
Returns:

getHeader

public ITableBandContent getHeader()

getBody

public ITableBandContent getBody()

getFooter

public ITableBandContent getFooter()


Copyright © 2005 Actuate Corp. All rights reserved.