public interface ITable extends IListing
constants
Modifier and Type | Method and Description |
---|---|
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.
|
java.lang.String |
getSummary()
Gets the summary of this 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.
|
void |
setSummary(java.lang.String summary)
Sets the summary of this table.
|
addFilterCondition, addSortCondition, getFilterConditions, getSortConditions, removeFilterCondition, removeFilterConditions, removeSortCondition, removeSortConditions
addDataBinding, addHideRule, addHighlightRule, getBookmark, getDataBinding, getDataBindings, getHeight, getHideRules, getHighlightRules, getTocExpression, getWidth, getX, getY, removeDataBinding, removeDataBindings, removeHideRule, removeHideRules, removeHighlightRule, removeHighlightRules, setBookmark, setCurrentView, setHeight, setHeight, setTocExpression, setWidth, setWidth, setX, setX, setY, setY
getComments, getCustomXml, getDisplayName, getDisplayNameKey, getName, setComments, setCustomXml, setDisplayName, setDisplayNameKey, setName
getNamedExpression, getParent, getQualifiedName, getReport, getStyle, getUserProperty, getUserPropertyExpression, setNamedExpression, setUserProperty, setUserProperty
int getColumnCount()
boolean repeatHeader()
true
if repeat the headings, otherwise
false
.void setRepeatHeader(boolean value) throws SemanticException
value
- true
if repeat the headings, otherwise
false
.SemanticException
- if the property is locked.java.lang.String getSummary()
void setSummary(java.lang.String summary) throws SemanticException
summary
- the summarySemanticException
- if this property is locked.java.lang.String getCaption()
void setCaption(java.lang.String caption) throws SemanticException
caption
- the caption textSemanticException
- if the property is locked.java.lang.String getCaptionKey()
void setCaptionKey(java.lang.String captionKey) throws SemanticException
captionKey
- the resource key of the captionSemanticException
- if the caption resource-key property is locked.IColumn getColumn(int index)
index
- Copyright © 2008 Actuate Corp. All rights reserved.