public class SelectScrollGuiSubitemTestObject extends SelectGuiSubitemTestObject implements ISelect, IScrollable
ignoreTheObjectState, ref| Constructor and Description |
|---|
SelectScrollGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
For internal use.
|
SelectScrollGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use.
|
SelectScrollGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use.
|
SelectScrollGuiSubitemTestObject(TestObject obj)
Constructs one
GuiSubitemTestObject from another TestObject. |
SelectScrollGuiSubitemTestObject(com.rational.test.ft.object.TestObjectReference ref)
For internal use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
hScrollTo(int position)
Moves a horizontal scrollbar to a specified position.
|
void |
scrollLineDown()
Moves a vertical scrollbar one line (also called
a unit) down in position.
|
void |
scrollLineLeft()
Moves a horizontal scrollbar one line (also called
a unit) left in position.
|
void |
scrollLineRight()
Moves a horizontal scrollbar one line (also called
a unit) right in position.
|
void |
scrollLineUp()
Moves a vertical scrollbar one line (also called
a unit) up in position.
|
void |
scrollPageDown()
Moves a vertical scrollbar one page (also called
a block) down in position.
|
void |
scrollPageLeft()
Moves a horizontal scrollbar one page (also called
a block) left in position.
|
void |
scrollPageRight()
Moves a horizontal scrollbar one page (also called
a block) right in position.
|
void |
scrollPageUp()
Moves a vertical scrollbar one page (also called
a block) up in position.
|
void |
vScrollTo(int position)
Moves a vertical scrollbar to a specified position.
|
getSelectedText, getText, select, selectdescribe, setState, setState, setStateclick, click, click, click, doubleClick, doubleClick, doubleClick, doubleClick, drag, drag, drag, drag, drag, drag, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, getScreenPoint, getScreenPoint, getScreenRectangle, getSubitem, hover, hover, hover, hover, mouseMove, mouseMove, mouseMove, mouseMove, nClick, nClickDrag, nClickDrag, nClickDragToScreenPoint, nClickDragToScreenPointcanTakeVP, 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, 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, performTest, setIndexer, setIndexer, setLoggedDuringUnregister, setMapProperties, setProperty, toString, updateTestData, waitForExistenceclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSelectedText, getText, select, selectclick, click, click, click, doubleClick, doubleClick, doubleClick, doubleClick, drag, drag, drag, drag, drag, drag, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, getScreenPoint, getScreenPoint, getScreenRectangle, getSubitem, hover, hover, hover, hover, mouseMove, mouseMove, mouseMove, mouseMove, nClick, nClickDrag, nClickDrag, nClickDragToScreenPoint, nClickDragToScreenPointpublic SelectScrollGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
public SelectScrollGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
public SelectScrollGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
public SelectScrollGuiSubitemTestObject(com.rational.test.ft.object.TestObjectReference ref)
public SelectScrollGuiSubitemTestObject(TestObject obj)
GuiSubitemTestObject from another TestObject.
Both are references to the same object. public void hScrollTo(int position)
IScrollablehScrollTo in interface IScrollableposition - the position of the horizontal scrollbar after
this action is completedIScrollable.vScrollTo(int)public void vScrollTo(int position)
IScrollablevScrollTo in interface IScrollableposition - the position of the vertical scrollbar after
this action is completedIScrollable.hScrollTo(int)public void scrollPageUp()
IScrollablescrollPageUp in interface IScrollablepublic void scrollPageDown()
IScrollablescrollPageDown in interface IScrollablepublic void scrollPageLeft()
IScrollablescrollPageLeft in interface IScrollablepublic void scrollPageRight()
IScrollablescrollPageRight in interface IScrollablepublic void scrollLineUp()
IScrollablescrollLineUp in interface IScrollablepublic void scrollLineDown()
IScrollablescrollLineDown in interface IScrollablepublic void scrollLineLeft()
IScrollablescrollLineLeft in interface IScrollablepublic void scrollLineRight()
IScrollablescrollLineRight in interface IScrollable