|
IBM Rational Functional Tester Version 8.2.1 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 | |||||||||
public interface ISelect
Provides meta-actions for selectable subitems in a control.
| Method Summary | |
|---|---|
java.lang.String |
getSelectedText()
Allows direct access to the selected text property on the control. |
java.lang.String |
getText()
Allows direct access to the text property on the control. |
void |
select(int index)
Directly modifies subitem selected in the control. |
void |
select(java.lang.String item)
Directly modifies subitem selected in the control. |
| Method Detail |
|---|
java.lang.String getSelectedText()
java.lang.String getText()
void select(java.lang.String item)
SubitemNotFoundException
is thrown.
item - the item to update the control withselect(int)void select(int index)
SubitemNotFoundException
is thrown.
index - the index of the item to update the control withselect(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||