| Package | Description |
|---|---|
| com.rational.test.ft.domain.html |
| Modifier and Type | Method and Description |
|---|---|
TableDataCellProxy |
TableProxy.getDataCell(java.awt.Point pt)
Returns a TableDataCellProxy object (proxy for TH and TD HTML elements)
at the specified screen point.
|
TableDataCellProxy |
TableProxy.getDataCell(com.rational.test.ft.script.Subitem subitem)
Get the TableDataCellProxy object (proxy for TH and TD HTML table cell elements)
identified by the Subitem.
|
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.
|
protected TableDataCellProxy |
TableProxy.getDataCellInRowGroup(HtmlGuiProxy parent,
java.awt.Point pt)
Returns a TableDataCellProxy object (proxy for TH and TD HTML table cell elements)
at the specified screen point, within a THEAD, TFOOT, or TBODY element.
|
protected TableDataCellProxy[] |
TableRowProxy.getRowObjectsArray()
Get the TableDataCellProxy array for this row.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TableProxy.addHeader(TableDataCellProxy dataCell) |
boolean |
TableProxy.addHeader(TableDataCellProxy dataCell,
boolean isForColHeader)
Adds a header to the headerList (maintained by this object)
|
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 void |
TableRowProxy.setHeader(TableProxy callingTable,
TableDataCellProxy cell,
boolean isForCSLabel)
Determines if cell represents a header.
|