public class ScrollTestObject extends GuiTestObject implements IScrollable
ignoreTheObjectState, ref| Constructor and Description |
|---|
ScrollTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
For internal use.
|
ScrollTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use.
|
ScrollTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use.
|
ScrollTestObject(TestObject obj)
Constructs one
ScrollTestObject from another TestObject. |
ScrollTestObject(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.
|
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, 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, waitForExistencepublic ScrollTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
public ScrollTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
public ScrollTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
public ScrollTestObject(com.rational.test.ft.object.TestObjectReference ref)
public ScrollTestObject(TestObject obj)
ScrollTestObject from another TestObject. Both are references to the same object.public void hScrollTo(int position)
hScrollTo in interface IScrollableposition - the position of the horizontal scrollbar after
this action is completedvScrollTo(int)public void vScrollTo(int position)
vScrollTo in interface IScrollableposition - the position of the vertical scrollbar after
this action is completedhScrollTo(int)public void scrollPageUp()
scrollPageUp in interface IScrollablepublic void scrollPageDown()
scrollPageDown in interface IScrollablepublic void scrollPageLeft()
scrollPageLeft in interface IScrollablepublic void scrollPageRight()
scrollPageRight in interface IScrollablepublic void scrollLineUp()
scrollLineUp in interface IScrollablepublic void scrollLineDown()
scrollLineDown in interface IScrollablepublic void scrollLineLeft()
scrollLineLeft in interface IScrollablepublic void scrollLineRight()
scrollLineRight in interface IScrollable