|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents the design of a Table in the scripting environment
Method Summary | |
java.lang.String |
getCaption()
Returns the caption text of this table. |
java.lang.String |
getCaptionKey()
Returns the resource key of the caption. |
IColumn |
getColumn(int index)
Gets column. |
int |
getColumnCount()
Returns the number of columns in the table. |
boolean |
repeatHeader()
Tests whether to repeat the headings at the top of each page. |
void |
setCaption(java.lang.String caption)
Sets the caption text of this table. |
void |
setCaptionKey(java.lang.String captionKey)
Sets the resource key of the caption. |
void |
setRepeatHeader(boolean value)
Sets whether to repeat the headings at the top of each page. |
Methods inherited from interface org.eclipse.birt.report.engine.api.script.element.IListing |
addFilterCondition, addSortCondition, getFilterConditions, getSortConditions, removeFilterCondition, removeFilterConditions, removeSortCondition, removeSortConditions |
Methods inherited from interface org.eclipse.birt.report.engine.api.script.element.IReportItem |
addDataBinding, addHideRule, addHighlightRule, getBookmark, getDataBinding, getDataBindings, getHeight, getHideRules, getHighlightRules, getTocExpression, getWidth, getX, getY, removeDataBinding, removeDataBindings, removeHideRule, removeHideRules, removeHighlightRule, removeHighlightRules, setBookmark, setHeight, setHeight, setTocExpression, setWidth, setWidth, setX, setX, setY, setY |
Methods inherited from interface org.eclipse.birt.report.engine.api.script.element.IReportElement |
getComments, getCustomXml, getDisplayName, getDisplayNameKey, getName, setComments, setCustomXml, setDisplayName, setDisplayNameKey, setName |
Methods inherited from interface org.eclipse.birt.report.engine.api.script.element.IDesignElement |
getNamedExpression, getParent, getQualifiedName, getStyle, getUserProperty, setNamedExpression, setUserProperty, setUserProperty |
Method Detail |
public int getColumnCount()
public boolean repeatHeader()
true
if repeat the headings, otherwise
false
.public void setRepeatHeader(boolean value) throws ScriptException
value
- true
if repeat the headings, otherwise
false
.
ScriptException
- if the property is locked.public java.lang.String getCaption()
public void setCaption(java.lang.String caption) throws ScriptException
caption
- the caption text
ScriptException
- if the property is locked.public java.lang.String getCaptionKey()
public void setCaptionKey(java.lang.String captionKey) throws ScriptException
captionKey
- the resource key of the caption
ScriptException
- if the caption resource-key property is locked.public IColumn getColumn(int index)
index
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |