|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.rational.test.ft.script.Subitem com.rational.test.ft.script.Cell
public class Cell
A container class that enforces a semantic definition to a cell in a table or to a grid-type control in the software under test. A cell is the
combination of a Column
and a Row
specification.
Column
,
Row
Constructor Summary | |
---|---|
Cell(Column column, Row row)
|
|
Cell(Row row, Column column)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
Indicates that two cells are considered equal. |
Column |
getColumn()
Returns the column specification for the associated cell subitem. |
Row |
getRow()
Returns the row specification for the associated cell subitem. |
void |
setColumn(Column column)
Defines the column specification for the
associated cell subitem. |
void |
setRow(Row row)
Defines the row specification for the associated cell subitem. |
java.lang.String |
toString()
Returns a String representing this object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Cell(Column column, Row row)
public Cell(Row row, Column column)
Method Detail |
---|
public void setColumn(Column column)
column
specification for the
associated cell subitem.
column
- The new column specification to usegetColumn()
public Column getColumn()
column
specification for the associated cell subitem.
setColumn(Column)
public void setRow(Row row)
row
specification for the associated cell subitem.
row
- the new row specificationgetRow()
public Row getRow()
row
specification for the associated cell subitem.
setRow(Row)
public java.lang.String toString()
String
representing this object.
toString
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
cell
- the cell specification to compare to True
if the row and column specifications are equal
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |