public class FlexNavigationBarTestObject extends FlexContainerTestObject
ignoreTheObjectState, ref
Constructor and Description |
---|
FlexNavigationBarTestObject(SpyMappedTestObject mappedObject) |
FlexNavigationBarTestObject(SpyMappedTestObject mappedObject,
TestObject anchor) |
FlexNavigationBarTestObject(SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags) |
FlexNavigationBarTestObject(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 navigationbar
|
void |
inputKeys(java.lang.String keyCode)
Event is dispatched when keyboard is used to perform an action
|
void |
inputKeys(java.lang.String keyCode,
int keyModifier)
Event is dispathed when a combination of keys are pressed 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,
int keyModifier)
Event is dispathed when a combination of keys are pressed to perform an action.
|
dragCancel, dragCancel, dragDrop, dragDrop, dragDrop, dragDrop, dragStart, dragStart, dragStart, mouseScroll, scroll, scroll
changeFocus, changeFocus, changeFocus, changeFocus, click, click, click, getAutomationChildAt, invokeProxyWithGuiDelay, invokeProxyWithGuiDelay, performAction, performAction, performAction, performAction, performAction, performAction, performTest, setFocus
canTakeVP, 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, 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, setIndexer, setIndexer, setLoggedDuringUnregister, setMapProperties, setProperty, toString, updateTestData, waitForExistence
public FlexNavigationBarTestObject(SpyMappedTestObject mappedObject)
public FlexNavigationBarTestObject(SpyMappedTestObject mappedObject, TestObject anchor)
public FlexNavigationBarTestObject(SpyMappedTestObject mappedObject, TestObject anchor, long scriptCommandFlags)
public FlexNavigationBarTestObject(TestObjectReference ref)
public void change(java.lang.String objectRelated)
objectRelated
- The object the user actually clickedpublic void inputKeys(java.lang.String keyCode)
keyCode
- The key code value of the key pressedpublic void inputKeys(java.lang.String keyCode, int keyModifier)
keyCode
- The key code value of the key pressedkeyModifier
- A constant that indicates which key or key combination, if any, was pressed while this operation took place.
One of: flexAlt, flexControl, flexControlAlt, flexControlShift, flexControlShiftAlt, flexShift, or flexShiftAlt. For example,
if the Shift and Alt keys were pressed, then the value would be flexShiftAlt.public void type(java.lang.String keyCode)
keyCode
- The key code value of the key pressedpublic void type(java.lang.String keyCode, int keyModifier)
keyCode
- The key code value of the key pressedkeyModifier
- A constant that indicates which key or key combination, if any, was pressed while this operation took place.
One of: flexAlt, flexControl, flexControlAlt, flexControlShift, flexControlShiftAlt, flexShift, or flexShiftAlt. For example,
if the Shift and Alt keys were pressed, then the value would be flexShiftAlt.