|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGrid
Represents a the design of a Grid in the scripting environment
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.eclipse.birt.report.model.api.simpleapi.IReportItem |
|---|
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 |
| Methods inherited from interface org.eclipse.birt.report.model.api.simpleapi.IReportElement |
|---|
getComments, getCustomXml, getDisplayName, getDisplayNameKey, getName, setComments, setCustomXml, setDisplayName, setDisplayNameKey, setName |
| Methods inherited from interface org.eclipse.birt.report.model.api.simpleapi.IDesignElement |
|---|
getNamedExpression, getParent, getQualifiedName, getReport, getStyle, getUserProperty, setNamedExpression, setUserProperty, setUserProperty |
| Method Detail |
|---|
int getColumnCount()
java.lang.String getSummary()
void setSummary(java.lang.String summary)
throws SemanticException
summary - the summary
SemanticException - if this property is locked.java.lang.String getCaption()
void setCaption(java.lang.String caption)
throws SemanticException
caption - the caption text
SemanticException - if the property is locked.java.lang.String getCaptionKey()
void setCaptionKey(java.lang.String captionKey)
throws SemanticException
captionKey - the resource key of the caption
SemanticException - if the caption resource-key property is locked.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||