|
IBM Rational Functional Tester Version 6.1 IBM Rational Functional Tester API Reference Project Version 2.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rational.test.ft.script.Subitem
com.rational.test.ft.script.Value
com.rational.test.ft.script.Header
com.rational.test.ft.script.RowHeader
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.
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 |
public RowHeader(Subitem header)
header
- Method Detail |
public Subitem getHeader()
getHeader
in class Header
public boolean equals(java.lang.Object other)
rowheader
values; returns true
if they are equal.
equals
in class Header
public java.lang.String toString()
toString
to the value that this class represents.
toString
in class Header
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |