public class WpfSelectGuiSubitemTestObject extends WpfGuiSubitemTestObject implements IText, ISelect
ignoreTheObjectState, ref
Constructor and Description |
---|
WpfSelectGuiSubitemTestObject(SpyMappedTestObject mappedObject)
For internal use.
|
WpfSelectGuiSubitemTestObject(SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use.
|
WpfSelectGuiSubitemTestObject(SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use.
|
WpfSelectGuiSubitemTestObject(TestObjectReference ref)
For internal use.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSelectedText()
Allows direct access to the selected text property on the control.
|
java.lang.String |
getText()
Allows direct access to the text property on the control.
|
void |
select(int index)
Selects the subitem corresponding to the specified index
|
void |
select(java.lang.String item)
Selects the subitem corresponding to the specified text
|
void |
setText(java.lang.String text)
Directly modifies the text on the control.
|
setState, setState, setState
click, click, click, click, click, click, doubleClick, doubleClick, doubleClick, doubleClick, doubleClick, doubleClick, drag, drag, drag, drag, drag, drag, drag, drag, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, getScreenPoint, getScreenPoint, getScreenPoint, getScreenRectangle, getSubitem, hover, hover, hover, hover, hover, hover, mouseMove, mouseMove, mouseMove, mouseMove, mouseMove, mouseMove, nClick, nClick, nClickDrag, nClickDrag, nClickDrag, nClickDragToScreenPoint, nClickDragToScreenPoint, nClickDragToScreenPoint, nClickDragToScreenPoint
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
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 WpfSelectGuiSubitemTestObject(SpyMappedTestObject mappedObject)
public WpfSelectGuiSubitemTestObject(SpyMappedTestObject mappedObject, TestObject anchor)
public WpfSelectGuiSubitemTestObject(SpyMappedTestObject mappedObject, TestObject anchor, long scriptCommandFlags)
public WpfSelectGuiSubitemTestObject(TestObjectReference ref)
public java.lang.String getSelectedText()
getSelectedText
in interface ISelect
String
- The selected text in the controlpublic java.lang.String getText()
public void select(java.lang.String item)
select
in interface ISelect
item
- - String - the item to update the control withSubitemNotFoundException
is thrown.select(int)
public void select(int index)
select
in interface ISelect
index
- - the index of the item to update the control withSubitemNotFoundException
is thrown.select(String)
public void setText(java.lang.String text)