public class ScrollGuiSubitemTestObject extends GuiSubitemTestObject implements ISubitem, IGraphicalSubitem, IScrollable
ignoreTheObjectState, ref| Constructor and Description |
|---|
ScrollGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
For internal use.
|
ScrollGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use.
|
ScrollGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use.
|
ScrollGuiSubitemTestObject(TestObject obj)
For internal use.
|
ScrollGuiSubitemTestObject(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.
|
describe, 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, waitsetState, 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, nClickDragToScreenPointpublic ScrollGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
public ScrollGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
public ScrollGuiSubitemTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
public ScrollGuiSubitemTestObject(com.rational.test.ft.object.TestObjectReference ref)
public ScrollGuiSubitemTestObject(TestObject obj)
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