|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICell
Represents a the design of a Cell in the scripting environment
Method Summary | |
---|---|
int |
getColumn()
Returns the cell's column property. |
int |
getColumnSpan()
Returns the cell's column span. |
java.lang.String |
getDrop()
Returns the cell's drop property. |
java.lang.String |
getHeight()
Returns the cell's height. |
int |
getRowSpan()
Returns the cell's row span. |
java.lang.String |
getWidth()
Returns the cell's width. |
void |
setColumn(int column)
Sets the cell's column property. |
void |
setDrop(java.lang.String drop)
Sets the cell's drop property. |
Methods inherited from interface org.eclipse.birt.report.model.api.simpleapi.IDesignElement |
---|
getNamedExpression, getParent, getQualifiedName, getReport, getStyle, getUserProperty, setNamedExpression, setUserProperty, setUserProperty |
Method Detail |
---|
int getColumnSpan()
int getRowSpan()
java.lang.String getDrop()
setDrop(String)
void setDrop(java.lang.String drop) throws SemanticException
DesignChoiceConstants
and can be one of:
Note that This property is valid only for cells within a table; but not for cells within a grid.
drop
- the string value of the drop property
SemanticException
- if the property is locked or the input value is not one of
the above.getDrop()
int getColumn()
void setColumn(int column) throws SemanticException
column
- the column index, starting from 1.
SemanticException
- if this property is locked.java.lang.String getHeight()
java.lang.String getWidth()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |