|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
| 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.Area
public class Area
Clarifies to the user which area in the image map the HTML area tags are found in.
An area is an independent clickable region within an image tag. The subitem specifies which area in the image map is to be used. For
example, a Text or Href subitem can be used to specify
the appropriate area to be acted upon. In a script, this class appears as an atArea method.
| Field Summary |
|---|
| Fields inherited from class com.rational.test.ft.script.Value |
|---|
debug, value |
| Constructor Summary | |
|---|---|
Area(Subitem area)
Constructor that takes the required Subitem value. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
Compares Area values; returns true if they are equal. |
Subitem |
getArea()
Accesses the Area 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 Area(Subitem area)
Subitem value.
| Method Detail |
|---|
public Subitem getArea()
Area value.
public boolean equals(java.lang.Object other)
Area values; returns true if they are equal.
equals in class Valueother - the right side of the comparisonpublic java.lang.String toString()
toString to the value that this class represents.
toString in class Value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||