|
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 IToggle
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 |
|---|
void setState(State state)
StateState getState()
Statevoid select()
selected. The UnableToPerformActionException exception is thrown if
this action cannot be performed.
void deselect()
notSelected. The UnableToPerformActionException exception is thrown if
this action cannot be performed.
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 | |||||||||