|
IBM Rational Functional Tester Version 6.1 IBM Rational Functional Tester API Reference Project Version 2.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a region of a corresponding table. A region is
a single cell or a block of cells in the table. Five types of regions
are supported:
A block of cells lies within a rectangular region that is delineated by a top-left cell and a bottom-right cell. All cells that lie within the boundaries of the rectangle are included in the region.
Method Summary | |
Cell |
getBottomRightCell()
Returns the lower right cell associated with a block region. |
Cell |
getCell()
Returns the cell associated with a cell region. |
Column |
getColumn()
Returns the column associated with a column region. |
Row |
getRow()
Returns the row associated with a row region. |
Cell |
getTopLeftCell()
Returns the upper left cell associated with a block region. |
boolean |
isAllCells()
Returns true if all the cells in the table are in the region. |
boolean |
isBlock()
Returns true if the region is a block of cells in the corresponding table. |
boolean |
isCell()
Returns true if the region is a single cell of the corresponding table. |
boolean |
isColumn()
Returns true if the region is a single column of the corresponding table. |
boolean |
isRow()
Returns true if the region is a single row of the corresponding table. |
Method Detail |
public boolean isAllCells()
true
if all the cells in the table are in the region.
public boolean isCell()
true
if the region is a single cell of the corresponding table.
public Cell getCell()
public boolean isColumn()
true
if the region is a single column of the corresponding table.
public Column getColumn()
public boolean isRow()
true
if the region is a single row of the corresponding table.
public Row getRow()
public boolean isBlock()
true
if the region is a block of cells in the corresponding table.
public Cell getTopLeftCell()
public Cell getBottomRightCell()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |