public class WpfToggleGUITestObject extends WpfToggleTestObject implements IToggleGUI
ignoreTheObjectState, ref| Constructor and Description |
|---|
WpfToggleGUITestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
For internal use.
|
WpfToggleGUITestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use.
|
WpfToggleGUITestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use.
|
WpfToggleGUITestObject(TestObject obj)
Constructs one
WpfToggleGUITestObject from another TestObject. |
WpfToggleGUITestObject(com.rational.test.ft.object.TestObjectReference ref)
For internal use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clickToState(MouseModifiers modifiers,
State state)
Performs the necessary mouse actions to attain the desired state for the associated component.
|
void |
clickToState(State state)
Performs the necessary mouse actions to attain the desired state for the associated component.
|
void |
dragToState(MouseModifiers modifiers,
State state)
Performs the necessary mouse actions to attain the desired state for the associated component.
|
void |
dragToState(State state)
Performs the necessary mouse actions to attain the desired state for the associated component.
|
deselect, getState, indeterminate, select, setStateclick, click, doubleClick, doubleClick, drag, drag, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, getChildAtPoint, getScreenPoint, hover, hover, isPointInObject, mouseMove, mouseMove, nClick, nClickDrag, nClickDragToScreenPoint, nClickDragToScreenPointGetChildrenAtPoint, GetLogicalChildren, GetLogicalParent, GetVisualChildren, GetVisualParentcanTakeVP, click, click, click, click, clickRadio, doubleClick, doubleClick, doubleClick, doubleClick, drag, drag, drag, drag, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, ensureObjectIsVisible, getChildAtPoint, getClippedScreenRectangle, getImage, getImage, getIWindow, getRole, getScreenPoint, getScreenPoint, getScreenRectangle, getScreenSnapshot, getVisibleArea, hasFocus, hover, hover, hover, hover, invokeProxyWithGuiDelay, invokeProxyWithGuiDelay, isEnabled, isOpaque, isPointInObject, isShowing, mouseMove, mouseMove, nClick, nClickDrag, nClickDragToScreenPoint, switchToexists, exists, exists, find, find, findAndInvoke, findAndInvokeProxy, getProperty, getTestDataTypes, invoke, invokeProxy, unregister, waitForExistencecompare, compare, compareAndLog, compareAndLog, equals, find, findAndInvoke, getActualData, getChildren, getDescribedObject, getDescribedObjects, getDescriptiveName, getDomain, getField, getIndexer, getIndexer, getIndexers, getMappableChildren, getMappableParent, getMapProperties, getMethods, getNameInScript, getNonValueProperties, getObjectClassName, getObjectCustomClassName, getObjectReference, getOwnedObjects, getOwner, getParent, getProcess, getProperties, getPropertyFromMap, getRecognitionProperties, getRecognitionPropertyWeight, getScriptCommandFlags, getStandardProperties, getTestData, getTopMappableParent, getTopParent, hashCode, invoke, invoke, invoke, invokeProxy, invokeProxy, isHtmlWebui, isLoggedDuringUnregister, isMappedObject, isSameObject, isScreenTestObject, isTopLevelTestObject, performTest, performTest, performTest, performTest, setIndexer, setIndexer, setLoggedDuringUnregister, setMapProperties, setProperty, toString, updateTestData, waitForExistenceclone, finalize, getClass, notify, notifyAll, wait, wait, waitdeselect, getState, indeterminate, select, setStateclick, click, click, click, doubleClick, doubleClick, doubleClick, doubleClick, drag, drag, drag, drag, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, getChildAtPoint, getClippedScreenRectangle, getScreenPoint, getScreenPoint, getScreenRectangle, hasFocus, hover, hover, hover, hover, isEnabled, isOpaque, isPointInObject, isShowing, mouseMove, mouseMove, nClick, nClickDrag, nClickDragToScreenPointpublic WpfToggleGUITestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
public WpfToggleGUITestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
public WpfToggleGUITestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
public WpfToggleGUITestObject(com.rational.test.ft.object.TestObjectReference ref)
public WpfToggleGUITestObject(TestObject obj)
WpfToggleGUITestObject from another TestObject.
Both are references to the same object.TestObject - public void clickToState(State state)
clickToState in interface IToggleGUIstate - - the desired target state for the associated componentcom.rational.test.ft.object.interfaces.IToggleGUI#clickToState(State)},
com.rational.test.ft.script.State}public void clickToState(MouseModifiers modifiers, State state)
clickToState in interface IToggleGUImodifiers - - the MouseModifiers for attaining the desired statestate - - the target state for the associated componentcom.rational.test.ft.object.interfaces.IToggleGUI#clickToState(MouseModifiers, State)},
com.rational.test.ft.script.MouseModifiers},
com.rational.test.ft.script.State}public void dragToState(State state)
dragToState in interface IToggleGUIstate - the target state for the associated componentcom.rational.test.ft.object.interfaces.IToggleGUI#dragToState(State)},
com.rational.test.ft.script.State}public void dragToState(MouseModifiers modifiers, State state)
dragToState in interface IToggleGUImodifiers - - the mouse modifiers to be used to attain the desired statestate - - the target state for the associated componentcom.rational.test.ft.object.interfaces.IToggleGUI#dragToState(MouseModifiers, State)},
com.rational.test.ft.script.State},
com.rational.test.ft.script.MouseModifiers}