| Package | Description |
|---|---|
| com.rational.test.ft.domain.html |
| Modifier and Type | Method and Description |
|---|---|
protected int |
TableRowProxy.buildHeaderList(TableProxy callingTable)
Builds column and row header lists for the entire table (used during playback when no
column or row header exists).
|
protected int |
TableRowProxy.buildHeaderList(TableProxy callingTable,
boolean isForCSLabelGeneration)
Builds column and row header lists for the entire table (used during playback when no
column or row header exists).
|
boolean |
TableDataCellProxy.equals(TableProxy table,
com.rational.test.ft.script.Subitem subitem)
Compare Column object of the Cell object (subitem) to this cell's column identifying information,
and return true if it matches.
|
boolean |
TableRowProxy.equals(TableProxy callingTable,
com.rational.test.ft.script.Subitem subitem,
TableDataCellProxy cell)
Compare Row object of the Cell object (subitem) to this row's identifying information,
and return true if it matches.
|
protected TableDataCellProxy |
TableRowProxy.getDataCell(TableProxy callingTable,
com.rational.test.ft.script.Subitem subitem)
Get the TableDataCellProxy object in this row (proxy for TH and TD HTML table cell elements)
identified by the specified subitem (Cell object).
|
protected TableDataCellProxy |
TableRowProxy.getDataCellAtPoint(TableProxy callingTable,
java.awt.Point pt)
Get the TableDataCellProxy object in this row (proxy for TH and TD HTML table cell elements)
identified by the specified screen point.
|
com.rational.test.ft.script.Subitem |
TableDataCellProxy.getSubitem(TableProxy callingTable)
Returns the Cell object as the Subitem
|
protected void |
TableRowProxy.setHeader(TableProxy callingTable,
TableDataCellProxy cell,
boolean isForCSLabel)
Determines if cell represents a header.
|