public class FlexDateChooserTestObject extends FlexObjectTestObject
ignoreTheObjectState, ref
Constructor and Description |
---|
FlexDateChooserTestObject(SpyMappedTestObject mappedObject) |
FlexDateChooserTestObject(SpyMappedTestObject mappedObject,
TestObject anchor) |
FlexDateChooserTestObject(SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags) |
FlexDateChooserTestObject(TestObjectReference ref) |
Modifier and Type | Method and Description |
---|---|
void |
change(java.lang.String itemName)
Dispatched when a date is selected or changed
|
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 |
scroll(java.lang.String dateScrollDetails)
Dispatched when the month or year changes due to user interaction.
|
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.
|
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 FlexDateChooserTestObject(SpyMappedTestObject mappedObject)
public FlexDateChooserTestObject(SpyMappedTestObject mappedObject, TestObject anchor)
public FlexDateChooserTestObject(SpyMappedTestObject mappedObject, TestObject anchor, long scriptCommandFlags)
public FlexDateChooserTestObject(TestObjectReference ref)
public void change(java.lang.String itemName)
itemName
- The new selected date of the CalendarLayoutpublic void scroll(java.lang.String dateScrollDetails)
dateScrollDetails
- Provides the details of the scroll activity as month or year scrollpublic 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.