public class SiebPageTabsTestObject extends SiebTestObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASSNAME |
ignoreTheObjectState, ref| Constructor and Description |
|---|
SiebPageTabsTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
For internal use.
|
SiebPageTabsTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use.
|
SiebPageTabsTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use.
|
SiebPageTabsTestObject(TestObject obj)
Constructs one
TestObject from another. |
SiebPageTabsTestObject(com.rational.test.ft.object.TestObjectReference ref)
For internal use.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRepositoryName(java.lang.String uIName,
java.lang.String origin)
Returns the
RepositoryName of the object. |
java.lang.String |
getRepositoryNameByIndex(int index,
java.lang.String origin)
Returns the
RepositoryName of the object. |
java.lang.String |
getUIName(java.lang.String repositoryName,
java.lang.String origin)
Returns the name of the object as it is appears in the user interface.
|
void |
goTo(java.lang.String screen)
Navigates to a specified
PageTab. |
void |
gotoScreen(java.lang.String screen)
Navigates to a specified
PageTab. |
void |
gotoView(java.lang.String view)
Navigates to the specified View.
|
boolean |
isExists(java.lang.String repositoryName,
java.lang.String origin)
Returns a Boolean value indicating whether or not the specified object exists.
|
atChild, atChild, atDescendant, atDescendant, getChildOfName, getChildOfName, getChildOfNameAndType, getChildOfNameAndType, getChildOfUIName, getChildOfUIName, getChildOfUINameAndType, getChildOfUINameAndType, getChildren, getChildren, getChildrenOfType, getChildrenOfType, getDescendantsOfName, getDescendantsOfName, getDescendantsOfNameAndType, getDescendantsOfNameAndType, getDescendantsOfType, getDescendantsOfType, getDescendantsOfUIName, getDescendantsOfUIName, getDescendantsOfUINameAndType, getDescendantsOfUINameAndType, submit, submit, submit, submit, submit, submitcanTakeVP, 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, 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 static final java.lang.String CLASSNAME
public SiebPageTabsTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
public SiebPageTabsTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
public SiebPageTabsTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
public SiebPageTabsTestObject(com.rational.test.ft.object.TestObjectReference ref)
public SiebPageTabsTestObject(TestObject obj)
TestObject from another. Both are references to the same object.public void goTo(java.lang.String screen)
PageTab.screen - the RepositoryName of the PageTab objectpublic void gotoScreen(java.lang.String screen)
PageTab.
ScreenName is a String that specifies the RepositoryName of the PageTab object.screen - the RepositoryName of the PageTab objectpublic void gotoView(java.lang.String view)
ViewName is a String that specifies the RepositoryName
of the View object, represented by an Aggregate Category link.view - the RepositoryName of the View object, represented
by an Aggregate Category linkpublic java.lang.String getRepositoryName(java.lang.String uIName,
java.lang.String origin)
RepositoryName of the object.uIName - the object's display name in the user interfaceorigin - the name of the origin, set either
to "Screen" or "View". When set to "Screen", pass the
display name of the PageTab
object to the UIName argument. When set to "View", pass
the display name of the View,
represented by the AggregateCategory link, to UIName.public java.lang.String getRepositoryNameByIndex(int index,
java.lang.String origin)
RepositoryName of the object.index - the index (starting at zero) of the object in the
ScreenCount or ViewCount propertyorigin - the name of the origin, set either
to "Screen" or "View". When set to "Screen", pass the
display name of the PageTab
object to the UIName argument. When set to "View", pass
the display name of the View
represented by the AggregateCategory link to UIName.public java.lang.String getUIName(java.lang.String repositoryName,
java.lang.String origin)
repositoryName - the repository name of the objectorigin - the name of the origin, set either
to "Screen" or "View". When set to "Screen", pass the
display name of the PageTab
object to the UIName argument. When set to "View", pass
the display name of the View,
represented by the AggregateCategory link, to UIName.public boolean isExists(java.lang.String repositoryName,
java.lang.String origin)
true if the specified object exists or falseotherwiserepositoryName - the repository name of the objectorigin - the name of the origin, set either
to "Screen" or "View". When set to "Screen", pass the
display name of the PageTab
object to the UIName argument. When set to "View", pass
the display name of the View
represented by the AggregateCategory link to UIName.trueif the specified object exists or false otherwise