public class DojoTreeTestObject extends GuiTestObject
ignoreTheObjectState, ref
Constructor and Description |
---|
DojoTreeTestObject(SpyMappedTestObject mappedObject) |
DojoTreeTestObject(SpyMappedTestObject mappedObject,
TestObject anchor) |
DojoTreeTestObject(SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags) |
DojoTreeTestObject(TestObjectReference ref) |
Modifier and Type | Method and Description |
---|---|
void |
click(MouseModifiers modifiers,
Subitem path)
Dispatched when a user presses and releases the right 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 |
collapse(Subitem path)
Dispatched when a tree node is collapsed by clicking
|
void |
doubleClick(MouseModifiers modifiers,
Subitem path)
Dispatched when a user presses and releases the right button of the user's pointing device over the same InteractiveObject quickly twice (double clicks)
|
void |
doubleClick(Subitem path)
Dispatched when a user presses and releases the main button of the user's pointing device over the same InteractiveObject quickly twice (double clicks)
|
void |
expand(Subitem path)
Dispatched when a tree node is expanded
|
void |
nClick(int clickCount,
MouseModifiers modifiers,
Subitem path)
Dispatched when a user presses and releases the right button of the user's pointing device over the same InteractiveObject quickly multiple times (nclicks)
|
void |
nClick(int clickCount,
Subitem path)
Dispatched when a user presses and releases the main button of the user's pointing device over the same InteractiveObject quickly multiple times (nclicks)
|
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
public DojoTreeTestObject(SpyMappedTestObject mappedObject)
public DojoTreeTestObject(SpyMappedTestObject mappedObject, TestObject anchor)
public DojoTreeTestObject(SpyMappedTestObject mappedObject, TestObject anchor, long scriptCommandFlags)
public DojoTreeTestObject(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)
path
- subitem indicating the value of the item selected with its hierarchypublic void expand(Subitem path)
path
- subitem indicating the path of the item clicked with its hierarchy from root nodepublic void collapse(Subitem path)
path
- subitem indictaing the node closedpublic void doubleClick(Subitem path)
path
- subitem indicating the value of the item selected with its hierarchypublic void doubleClick(MouseModifiers modifiers, Subitem path)
path
- subitem indicating the value of the item selected with its hierarchypublic void nClick(int clickCount, Subitem path)
clickCount
- integer indicating the number of times user clickspath
- subitem indicating the value of the item selected with its hierarchypublic void nClick(int clickCount, MouseModifiers modifiers, Subitem path)
clickCount
- integer indicating the number of times user clicksmodifiers
- modifier indicating type of mouse clickpath
- subitem indicating the value of the item selected with its hierarchy