|
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 |
public interface ISubitem
Defines the methods that must be
supported for access to subitems. These actions are
programmatically performed, not by mouse or keyboard actions. Use of the IGraphicalSubitem
interface enables access to actions replayed by the mouse or keyboard.
IGraphicalSubitem}
Method Summary | |
---|---|
void |
setState(Action action)
Performs a specific action. |
void |
setState(Action action, Subitem item)
Performs a specific action against the subitem at a specified index. |
void |
setState(Action action, Subitem start, Subitem end)
Performs a specific action against the subitem range defined by the specified subitems. |
Method Detail |
---|
void setState(Action action, Subitem item)
item
- the subitem to act uponaction
- the action that should be performedsetState(Action.select(),atText("Bill Wu")
void setState(Action action)
action
- the action that should be performednameCombo.setState(Action.expand())
void setState(Action action, Subitem start, Subitem end)
start
- the first subitem to act uponend
- the last subitem to act uponaction
- the action that should be performedsetState(Action.select(),atText("John Barrie",atText("Bill Wu")
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |