public interface IGrid extends IReportItem
constants| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getCaption()
Returns the caption text of this grid.
|
java.lang.String |
getCaptionKey()
Returns the resource key of the caption.
|
int |
getColumnCount()
Returns the number of columns in the Grid.
|
java.lang.String |
getSummary()
Gets the summary of this grid.
|
void |
setCaption(java.lang.String caption)
Sets the caption text of this grid.
|
void |
setCaptionKey(java.lang.String captionKey)
Sets the resource key of the caption.
|
void |
setSummary(java.lang.String summary)
Sets the summary of this grid.
|
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, setYgetComments, getCustomXml, getDisplayName, getDisplayNameKey, getName, setComments, setCustomXml, setDisplayName, setDisplayNameKey, setNamegetNamedExpression, getParent, getQualifiedName, getReport, getStyle, getUserProperty, getUserPropertyExpression, setNamedExpression, setUserProperty, setUserPropertyint getColumnCount()
java.lang.String getSummary()
void setSummary(java.lang.String summary)
throws ScriptException
summary - the summaryScriptExceptionjava.lang.String getCaption()
void setCaption(java.lang.String caption)
throws ScriptException
caption - the caption textScriptExceptionjava.lang.String getCaptionKey()
void setCaptionKey(java.lang.String captionKey)
throws ScriptException
captionKey - the resource key of the captionScriptExceptionCopyright © 2008 Actuate Corp. All rights reserved.