public class FlexDataGridTestObject extends FlexListBaseTestObject
ignoreTheObjectState, ref
Constructor and Description |
---|
FlexDataGridTestObject(SpyMappedTestObject mappedObject) |
FlexDataGridTestObject(SpyMappedTestObject mappedObject,
TestObject anchor) |
FlexDataGridTestObject(SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags) |
FlexDataGridTestObject(TestObjectReference ref) |
Modifier and Type | Method and Description |
---|---|
void |
changeFocus()
Dispatched when the focus changes from the datagrid to some other control.
|
void |
columnStretch(int index,
int position)
Dispatched when a user changes the width of a column, indicating that the amount of data displayed in that column may have changed
|
void |
doubleClick(Subitem path)
Dispatched when a user presses and releases the main button of the user's pointing device over the same InteractiveObject
|
void |
headerClick(Subitem index)
Dispatched when the user clicks on one of the headers
|
void |
headerShift(Subitem newIndex,
Subitem oldIndex)
Dispatched when the user releases the mouse button on a column header after having dragged the column to a new location resulting
in shifting the column to a new index
|
void |
resizeColumns(Subitem index,
Subitem position)
Dispatched when the component is resized.
|
change, click, click, inputKeys, inputKeys, select, type, type
mouseScroll, scroll, scroll
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 FlexDataGridTestObject(SpyMappedTestObject mappedObject)
public FlexDataGridTestObject(SpyMappedTestObject mappedObject, TestObject anchor)
public FlexDataGridTestObject(SpyMappedTestObject mappedObject, TestObject anchor, long scriptCommandFlags)
public FlexDataGridTestObject(TestObjectReference ref)
public void headerClick(Subitem index)
index
- the position of the header clickedpublic void headerShift(Subitem newIndex, Subitem oldIndex)
newIndex
- the new index of the header shiftedoldIndex
- the old index of the header being shiftedpublic void resizeColumns(Subitem index, Subitem position)
index
- index of the column being resizedposition
- position to which the column has been resizedpublic void columnStretch(int index, int position)
index
- Index of the column being stretchedposition
- the position upto which the column has been stretchedpublic void changeFocus()
changeFocus
in class FlexObjectTestObject
public void doubleClick(Subitem path)
path
- subitem indicating the value of the item selected with its hierarchy