|
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 |
Supports objects with binary state characteristics such as check boxes, radio buttons, and toggle buttons. These actions are performed programmatically and do not use the mouse.
Method Summary | |
void |
deselect()
Sets the state of the associated object to notSelected . |
State |
getState()
Returns the state of the associated object. |
void |
indeterminate()
Sets the state of the associated object to indeterminate . |
void |
select()
Sets the state of the associated object to selected . |
void |
setState(State state)
Sets the state of the associated object to the specified state. |
Method Detail |
public void setState(State state)
State
public State getState()
State
public void select()
selected
. The UnableToPerformActionException
exception is thrown if
this action cannot be performed.
public void deselect()
notSelected
. The UnableToPerformActionException
exception is thrown if
this action cannot be performed.
public void indeterminate()
indeterminate
. The UnableToPerformActionException
exception is thrown if
this action cannot be performed.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |