public class FlexListBaseTestObject extends FlexScrollBaseTestObject
ignoreTheObjectState, ref| Constructor and Description |
|---|
FlexListBaseTestObject(SpyMappedTestObject mappedObject) |
FlexListBaseTestObject(SpyMappedTestObject mappedObject,
TestObject anchor) |
FlexListBaseTestObject(SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags) |
FlexListBaseTestObject(TestObjectReference ref) |
| Modifier and Type | Method and Description |
|---|---|
void |
change(java.lang.String objectRelated)
Dispatched when a user clicks on one of the item in the listbase
|
void |
click(MouseModifiers modifiers,
Subitem path)
Dispatched when a user presses and releases the main button of the user's pointing device over the same InteractiveObject
|
void |
click(Subitem path)
Dispatched when a user presses and releases the main button of the user's pointing device over the same InteractiveObject
|
void |
inputKeys(java.lang.String keyCode)
Event is dispatched when keyboard is used to perform an action
|
void |
inputKeys(java.lang.String keyCode,
Subitem path)
Event is dispatched when keyboard is used to perform an action
|
void |
select(java.lang.String textClicked)
Event is dispatched when keyboard is used to perform an action
|
void |
type(java.lang.String keyCode)
Event is dispatched when keyboard is used to perform an action
|
void |
type(java.lang.String keyCode,
Subitem path)
Event is dispatched when keyboard is used to perform an action
|
mouseScroll, scroll, scrollchangeFocus, changeFocus, changeFocus, changeFocus, click, click, click, getAutomationChildAt, invokeProxyWithGuiDelay, invokeProxyWithGuiDelay, performAction, performAction, performAction, performAction, performAction, performAction, performTest, setFocuscanTakeVP, 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, isEnabled, isOpaque, isPointInObject, isShowing, mouseMove, mouseMove, nClick, nClickDrag, nClickDragToScreenPointexists, 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, isLoggedDuringUnregister, isMappedObject, isSameObject, isScreenTestObject, isTopLevelTestObject, performTest, performTest, performTest, setIndexer, setIndexer, setLoggedDuringUnregister, setMapProperties, setProperty, toString, updateTestData, waitForExistencepublic FlexListBaseTestObject(SpyMappedTestObject mappedObject)
public FlexListBaseTestObject(SpyMappedTestObject mappedObject,
TestObject anchor)
public FlexListBaseTestObject(SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
public FlexListBaseTestObject(TestObjectReference ref)
public void click(Subitem path)
path - subitem indicating the value of the item selected with its hierarchypublic void click(MouseModifiers modifiers, Subitem path)
modifiers - A constant that indicates which mousemodifers, if any, was pressed while this operation took place.path - subitem indicating the value of the item selected with its hierarchypublic void inputKeys(java.lang.String keyCode)
keyCode - The key code value of the key pressedpublic void inputKeys(java.lang.String keyCode,
Subitem path)
keyCode - The key code value of the key pressedpath - subitem indicating the item selectedpublic void select(java.lang.String textClicked)
keyCode - The key code value of the key pressedpublic void type(java.lang.String keyCode)
keyCode - The key code value of the key pressedpublic void type(java.lang.String keyCode,
Subitem path)
keyCode - The key code value of the key pressedpath - subitem indicating the item selectedpublic void change(java.lang.String objectRelated)
objectRelated - The object the user actually clicked