|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A portion of a report representing a row or column in a table.
TableElement
,
CellElement
Method Summary | |
int |
getIndex()
Returns the index of this tier in its parent table. |
CellElement |
getPrototypeCellElement()
Returns the prototypical cell element (or null , if none) for this tier. |
TableElement |
getTableElement()
Returns this tier's parent table. |
int |
getType()
Returns the type of this tier (either ROW or COLUMN ). |
boolean |
isFooter()
Returns true if this tier is a footer tier. |
boolean |
isHeader()
Returns true if this tier is a header tier. |
Methods inherited from interface sos.reports.Element |
getAttributes, getName, getObject, getParentElement, getPrototypeObject, getReport, setParentElement |
Method Detail |
public int getIndex()
public CellElement getPrototypeCellElement()
null
, if none) for this tier.
public TableElement getTableElement()
getParentElement
and casting the result
to TableElement
.
null
)public int getType()
ROW
or COLUMN
).
ROW
if this tier is a row; COLUMN
if it is a columnpublic boolean isHeader()
true
if this tier is a header tier.
true
if this tier is a header tierpublic boolean isFooter()
true
if this tier is a footer tier.
true
if this tier is a footer tier
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |