IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

Uses of Class
com.rational.test.ft.script.Row

Packages that use Row
com.rational.test.ft.script   
com.rational.test.ft.vp   
 

Uses of Row in com.rational.test.ft.script
 

Methods in com.rational.test.ft.script that return Row
static Row SubitemFactory.atRow(Index i)
          Returns a Row subitem.
static Row SubitemFactory.atRow(int i)
          Returns a Row subitem.
static Row SubitemFactory.atRow(java.lang.String headerName)
          Returns a Row subitem.
static Row SubitemFactory.atRow(java.lang.String key, java.lang.Object val)
          Returns a Row subitem.
static Row SubitemFactory.atRow(java.lang.String key1, java.lang.Object val1, java.lang.String key2, java.lang.Object val2)
          Returns a Row subitem.
static Row SubitemFactory.atRow(java.lang.String key1, java.lang.Object val1, java.lang.String key2, java.lang.Object val2, java.lang.String key3, java.lang.Object val3)
          Returns a Row subitem.
static Row SubitemFactory.atRow(Subitem specifier)
          Returns a Row subitem.
 Row Cell.getRow()
          Returns the row specification for the associated cell subitem.
 

Methods in com.rational.test.ft.script with parameters of type Row
static Cell SubitemFactory.atCell(Column c, Row r)
          Returns a Cell subitem.
static Cell SubitemFactory.atCell(Row r, Column c)
          Returns a Cell subitem.
 void Cell.setRow(Row row)
          Defines the row specification for the associated cell subitem.
 

Constructors in com.rational.test.ft.script with parameters of type Row
Cell(Column column, Row row)
           
Cell(Row row, Column column)
           
 

Uses of Row in com.rational.test.ft.vp
 

Methods in com.rational.test.ft.vp that return Row
 Row ITestDataTableRegion.getRow()
          Returns the row associated with a row region.
 

Methods in com.rational.test.ft.vp with parameters of type Row
 int ITestDataTable.getRowIndex(Row row)
          Converts a row specification to a zero-based row index.
static ITestDataTableRegion VpUtil.getTestDataTableRegion(Row row)
          Provides a comparison region that specifies a single row in a table that is to be included in the comparison region.