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

Project Version 2.3

com.rational.test.ft.script
Class RowHeader

java.lang.Object   extended by com.rational.test.ft.script.Subitem
      extended by com.rational.test.ft.script.Value
          extended by com.rational.test.ft.script.Header
              extended by com.rational.test.ft.script.RowHeader

public class RowHeader
extends Header

Clarifies which row header is in the table. A row header is an independent clickable region within an table The subitem specifies which row header is used in the table. For example, a Text subitem can be used to specify the appropriate header. In a script, this class appears as an atRowHeader method.

Since:
RFT1.1

Field Summary
 
Fields inherited from class com.rational.test.ft.script.Value
debug, value
 
Constructor Summary
RowHeader(Subitem header)
          Constructor for RowHeader.
 
Method Summary
 boolean equals(java.lang.Object other)
          Compares rowheader values; returns true if they are equal.
 Subitem getHeader()
          Accesses the text value.
 java.lang.String toString()
          Sets toString to the value that this class represents.
 
Methods inherited from class com.rational.test.ft.script.Value
getValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RowHeader

public RowHeader(Subitem header)
Constructor for RowHeader.

Parameters:
header -
Method Detail

getHeader

public Subitem getHeader()
Accesses the text value.

Overrides:
getHeader in class Header
Since:
RFT1.1

equals

public boolean equals(java.lang.Object other)
Compares rowheader values; returns true if they are equal.

Overrides:
equals in class Header
Parameters:
other - the right side of the comparison
Since:
RFT1.1

toString

public java.lang.String toString()
Sets toString to the value that this class represents.

Overrides:
toString in class Header
Since:
RFT1.1