|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of State in com.rational.test.ft.object.interfaces |
---|
Methods in com.rational.test.ft.object.interfaces that return State | |
---|---|
State |
ToggleTestObject.getState()
Returns the state of the associated object. |
State |
IToggle.getState()
Returns the state of the associated object. |
Methods in com.rational.test.ft.object.interfaces with parameters of type State | |
---|---|
void |
ToggleGUITestObject.clickToState(MouseModifiers modifiers,
State state)
Performs the necessary mouse actions to attain the desired state for the associated component. |
void |
IToggleGUI.clickToState(MouseModifiers modifiers,
State state)
Performs the necessary mouse actions to attain the desired state for the associated component. |
void |
ToggleGUITestObject.clickToState(State state)
Performs the necessary mouse actions to attain the desired state for the associated component. |
void |
IToggleGUI.clickToState(State state)
Performs the necessary mouse actions to attain the desired state for the associated component. |
void |
ToggleGUITestObject.dragToState(MouseModifiers modifiers,
State state)
Performs the necessary mouse actions to attain the desired state for the associated component. |
void |
IToggleGUI.dragToState(MouseModifiers modifiers,
State state)
Performs the necessary mouse actions to attain the desired state for the associated component. |
void |
ToggleGUITestObject.dragToState(State state)
Performs the necessary mouse actions to attain the desired state for the associated component. |
void |
IToggleGUI.dragToState(State state)
Performs the necessary mouse actions to attain the desired state for the associated component. |
void |
ToggleTestObject.setState(State state)
Sets the state of the associated object. |
void |
IToggle.setState(State state)
Sets the state of the associated object to the specified state. |
Uses of State in com.rational.test.ft.object.interfaces.SAP |
---|
Methods in com.rational.test.ft.object.interfaces.SAP with parameters of type State | |
---|---|
void |
SAPGuiToggleTestObject.setSelected(State select)
Check or uncheck the CheckBox control. |
Uses of State in com.rational.test.ft.object.interfaces.WPF |
---|
Methods in com.rational.test.ft.object.interfaces.WPF that return State | |
---|---|
State |
WpfToggleTestObject.getState()
Returns the state of the associated object. |
Methods in com.rational.test.ft.object.interfaces.WPF with parameters of type State | |
---|---|
void |
WpfToggleGUITestObject.clickToState(MouseModifiers modifiers,
State state)
Performs the necessary mouse actions to attain the desired state for the associated component. |
void |
WpfToggleGUITestObject.clickToState(State state)
Performs the necessary mouse actions to attain the desired state for the associated component. |
void |
WpfToggleGUITestObject.dragToState(MouseModifiers modifiers,
State state)
Performs the necessary mouse actions to attain the desired state for the associated component. |
void |
WpfToggleGUITestObject.dragToState(State state)
Performs the necessary mouse actions to attain the desired state for the associated component. |
void |
WpfToggleTestObject.setState(State state)
Sets the state of the associated object to the specified state. |
Uses of State in com.rational.test.ft.script |
---|
Fields in com.rational.test.ft.script declared as State | |
---|---|
static State |
RationalTestScriptConstants.INDETERMINATE
Shortcut for an INDETERMINATE state specification. |
static State |
RationalTestScriptConstants.NOT_SELECTED
Shortcut for a NOT_SELECTED state specification. |
static State |
RationalTestScriptConstants.SELECTED
Shortcut for a SELECTED state specification. |
Methods in com.rational.test.ft.script that return State | |
---|---|
static State |
State.construct(int state)
Serializes a State object;
should not be used directly. |
static State |
State.indeterminate()
Creates an INDETERMINATE state object. |
static State |
State.notSelected()
Creates a NOT_SELECTED state object. |
static State |
State.selected()
Creates a SELECTED state object. |
Uses of State in com.rational.test.ft.vp |
---|
Methods in com.rational.test.ft.vp that return State | |
---|---|
State |
ITestDataTreeAttributes.getCheckState()
Returns the checked State associated with this VP. |
Methods in com.rational.test.ft.vp with parameters of type State | |
---|---|
void |
ITestDataTreeAttributes.setCheckState(State state)
Sets the checked State associated with this VP. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |