public class WpfToggleGUITestObject extends WpfToggleTestObject implements IToggleGUI
ignoreTheObjectState, ref
Constructor and Description |
---|
WpfToggleGUITestObject(SpyMappedTestObject mappedObject)
For internal use.
|
WpfToggleGUITestObject(SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use.
|
WpfToggleGUITestObject(SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use.
|
WpfToggleGUITestObject(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, setState
click, click, doubleClick, doubleClick, drag, drag, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, getChildAtPoint, getScreenPoint, hover, hover, isPointInObject, mouseMove, mouseMove, nClick, nClickDrag, nClickDragToScreenPoint, nClickDragToScreenPoint
GetChildrenAtPoint, GetLogicalChildren, GetLogicalParent, GetVisualChildren, GetVisualParent
canTakeVP, 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
exists, exists, exists, find, find, findAndInvoke, findAndInvokeProxy, getProperty, getTestDataTypes, invoke, invokeProxy, unregister, waitForExistence
compare, 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, isLoggedDuringUnregister, isMappedObject, isSameObject, isScreenTestObject, isTopLevelTestObject, performTest, performTest, performTest, performTest, setIndexer, setIndexer, setLoggedDuringUnregister, setMapProperties, setProperty, toString, updateTestData, waitForExistence
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
deselect, getState, indeterminate, select, setState
click, 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, nClickDragToScreenPoint
public WpfToggleGUITestObject(SpyMappedTestObject mappedObject)
public WpfToggleGUITestObject(SpyMappedTestObject mappedObject, TestObject anchor)
public WpfToggleGUITestObject(SpyMappedTestObject mappedObject, TestObject anchor, long scriptCommandFlags)
public WpfToggleGUITestObject(TestObjectReference ref)
public void clickToState(State state)
clickToState
in interface IToggleGUI
state
- - 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 IToggleGUI
modifiers
- - 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 IToggleGUI
state
- 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 IToggleGUI
modifiers
- - 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}