org.eclipse.birt.report.engine.api.script.instance
Interface ITableInstance

All Superinterfaces:
IReportElementInstance, IReportItemInstance

public interface ITableInstance
extends IReportItemInstance


Method Summary
 java.lang.String getCaption()
          Get the caption.
 java.lang.String getCaptionKey()
          Get the caption key
 boolean getRepeatHeader()
          Get repeat header
 void setCaption(java.lang.String caption)
          Set the caption
 void setCaptionKey(java.lang.String captionKey)
          Set the caption key
 void setRepeatHeader(boolean repeat)
          Set repeat header
 
Methods inherited from interface org.eclipse.birt.report.engine.api.script.instance.IReportItemInstance
getHelpText, getHyperlink, getName, setHelpText, setName
 
Methods inherited from interface org.eclipse.birt.report.engine.api.script.instance.IReportElementInstance
getHeight, getHorizontalPosition, getNamedExpressionValue, getParent, getRowData, getStyle, getUserPropertyValue, getVerticalPosition, getWidth, setHeight, setHorizontalPosition, setUserPropertyValue, setVerticalPosition, setWidth
 

Method Detail

getCaption

public java.lang.String getCaption()
Get the caption.


setCaption

public void setCaption(java.lang.String caption)
Set the caption


getCaptionKey

public java.lang.String getCaptionKey()
Get the caption key


setCaptionKey

public void setCaptionKey(java.lang.String captionKey)
Set the caption key


getRepeatHeader

public boolean getRepeatHeader()
Get repeat header


setRepeatHeader

public void setRepeatHeader(boolean repeat)
Set repeat header

Parameters:
repeat -


Copyright © 2005 Actuate Corp. All rights reserved.