|
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 All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IText
Exposes methods that are explicitly associated with a text
type control. These methods allow for direct access to the text
on the TestObject
.
Method Summary | |
---|---|
java.lang.String |
getText()
Allows direct access to the text property on the control. |
void |
setText(java.lang.String text)
Directly modifies the text on the control. |
Method Detail |
---|
java.lang.String getText()
null
quantityText().getText();
void setText(java.lang.String text)
text
- The text to update the property text of the componentquantityText().setText(new String("2");
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |