public class FlexContainerTestObject extends FlexObjectTestObject
ignoreTheObjectState, ref| Constructor and Description |
|---|
FlexContainerTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject) |
FlexContainerTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor) |
FlexContainerTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags) |
FlexContainerTestObject(TestObject obj) |
FlexContainerTestObject(com.rational.test.ft.object.TestObjectReference ref) |
| Modifier and Type | Method and Description |
|---|---|
void |
dragCancel()
Dispatched when the user cancels the drag operation
|
void |
dragCancel(java.lang.String keyModifier)
Dispatched when the user cancels the drag operation
|
void |
dragDrop()
Dispatched by the drop target when the user releases the mouse over it.
|
void |
dragDrop(java.lang.String dragAction)
Dispatched by the drop target when the user releases the mouse over it.
|
void |
dragDrop(java.lang.String dragAction,
java.lang.String draggedItem)
Dispatched by the drop target when the user releases the mouse over it.
|
void |
dragDrop(java.lang.String dragAction,
java.lang.String draggedItem,
java.lang.String keyModifier)
Dispatched by the drop target when the user releases the mouse over it.
|
void |
dragStart()
Dispatched when the drag starts
|
void |
dragStart(java.lang.String draggedItem)
Dispatched when the drag starts
|
void |
dragStart(java.lang.String draggedItem,
java.lang.String keyModifier)
Dispatched when the Drag starts
|
void |
mouseScroll(int delta)
Dispatched when a mouse wheel is spun over an InteractiveObject instance.
|
void |
scroll(Subitem subitem,
java.lang.String scrollDirection)
Dispatched when the user manually scrolls the container.
|
void |
scroll(Subitem subitem,
java.lang.String scrollDirection,
java.lang.String scrollDetails)
Dispatched when the user manually scrolls the container.
|
changeFocus, 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, nClickDragToScreenPoint, switchToexists, 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, isHtmlWebui, isLoggedDuringUnregister, isMappedObject, isSameObject, isScreenTestObject, isTopLevelTestObject, performTest, performTest, performTest, setIndexer, setIndexer, setLoggedDuringUnregister, setMapProperties, setProperty, toString, updateTestData, waitForExistencepublic FlexContainerTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
public FlexContainerTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
public FlexContainerTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
public FlexContainerTestObject(com.rational.test.ft.object.TestObjectReference ref)
public FlexContainerTestObject(TestObject obj)
public void dragCancel()
public void dragCancel(java.lang.String keyModifier)
keyModifier - A constant that indicates which key or key combination, if any, was pressed while this operation took place.public void dragDrop()
public void dragDrop(java.lang.String dragAction)
dragAction - The requested action. One of DragManager.COPY, DragManager.LINK, DragManager.MOVE, DragManager.NONE.public void dragDrop(java.lang.String dragAction,
java.lang.String draggedItem)
dragAction - The requested action. One of DragManager.COPY, DragManager.LINK, DragManager.MOVE, DragManager.NONE.draggedItem - The object being dragged.public void dragDrop(java.lang.String dragAction,
java.lang.String draggedItem,
java.lang.String keyModifier)
dragAction - dragAction The requested action. One of DragManager.COPY, DragManager.LINK, DragManager.MOVE, DragManager.NONE.draggedItem - draggedItem The object being dragged.keyModifier - A constant that indicates which key or key combination, if any, was pressed while this operation took placepublic void dragStart()
public void dragStart(java.lang.String draggedItem)
draggedItem - The item being draggedpublic void dragStart(java.lang.String draggedItem,
java.lang.String keyModifier)
draggedItem - The item being draggedkeyModifier - A constant that indicates which key or key combination, if any, was pressed while this operation took placepublic void mouseScroll(int delta)
delta - the amount of scrollpublic void scroll(Subitem subitem, java.lang.String scrollDirection)
subitem - the subitem indicating the new scroll positionscrollDirection - The direction of motion: ScrollEventDirection.VERTICAL or ScrollEventDirection.HORIZONTAL.public void scroll(Subitem subitem, java.lang.String scrollDirection, java.lang.String scrollDetails)
subitem - the subitem indicating the new scroll positionscrollDirection - The direction of motion: ScrollEventDirection.VERTICAL or ScrollEventDirection.HORIZONTAL.scrollDetails - Provides the details of the scroll activity. For most scroll activities the value is one of the listed constants,
such as THUMB_TRACK. If the event indicates that the scrollbar has moved up, down, left, or right, the value is the string concatenation
of the amount of motion (such as "Line" or "Page") and the constant that indicates the direction, such as LEFT.