|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A portion of a report representing a rectangular region inside a table. The cell element always contains another report element. The content's parent element is always the enclosing cell element, and the cell element's parent element is always the enclosing table element.
TableElement
Method Summary | |
Element |
getContent()
Returns the contents of this cell element. |
TierElement |
getFirstTier(int tierType)
Returns the first row or column of this cell element. |
TierElement |
getLastTier(int tierType)
Returns the last row or column of this cell element. |
TableElement |
getTableElement()
Returns the table element to which this cell belongs. |
Methods inherited from interface sos.reports.Element |
getAttributes, getName, getObject, getParentElement, getPrototypeObject, getReport, setParentElement |
Method Detail |
public Element getContent()
public TierElement getLastTier(int tierType) throws java.lang.IllegalArgumentException
ROW
, the ending row is returned;
if COLUMN
, the ending column is returned.
tierType
- type of tier (either ROW
or COLUMN
)
ROW
) or column (if COLUMN
) at which
this cell element ends (may not be null
)
java.lang.IllegalArgumentException
- if tierType
is not
ROW
or COLUMN
getFirstTier(int)
public TierElement getFirstTier(int tierType) throws java.lang.IllegalArgumentException
ROW
, the starting row is returned;
if COLUMN
, the starting column is returned.
tierType
- type of tier (either ROW
or COLUMN
)
ROW
) or column (if COLUMN
) at which
this cell element starts (may not be null
)
java.lang.IllegalArgumentException
- if tierType
is not
ROW
or COLUMN
getLastTier(int)
public TableElement getTableElement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |