public interface ITableInstance extends IReportItemInstance
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCaption()
Get the caption.
|
java.lang.String |
getCaptionKey()
Get the caption key
|
IColumnInstance |
getColumn(int index)
Get column according to the index.
|
int |
getColumnCount()
Get column's count on the table.
|
boolean |
getRepeatHeader()
Get repeat header
|
java.lang.String |
getSummary()
Get the summary.
|
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
|
void |
setSummary(java.lang.String summary)
Set the summary
|
getHelpText, getHyperlink, getName, setHelpText, setName
getHeight, getHorizontalPosition, getNamedExpressionValue, getParent, getRowData, getStyle, getUserPropertyValue, getVerticalPosition, getWidth, setHeight, setHorizontalPosition, setUserPropertyValue, setVerticalPosition, setWidth
java.lang.String getCaption()
void setCaption(java.lang.String caption)
java.lang.String getCaptionKey()
void setCaptionKey(java.lang.String captionKey)
boolean getRepeatHeader()
void setRepeatHeader(boolean repeat)
repeat
- java.lang.String getSummary()
void setSummary(java.lang.String summary)
int getColumnCount()
IColumnInstance getColumn(int index)
Copyright © 2008 Actuate Corp. All rights reserved.