|
IBM Rational Functional Tester Version 6.1 IBM Rational Functional Tester API Reference Project Version 2.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rational.test.ft.object.interfaces.TestObject
com.rational.test.ft.object.interfaces.GuiTestObject
com.rational.test.ft.object.interfaces.siebel.SiebTestObject
com.rational.test.ft.object.interfaces.siebel.SiebTreeTestObject
Provides script access to SiebTree.TestObject class.
Field Summary | |
static java.lang.String |
CLASSNAME
|
Constructor Summary | |
SiebTreeTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
For internal use. |
|
SiebTreeTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebTreeTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebTreeTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebTreeTestObject(com.rational.test.ft.object.TestObjectReference ref)
For internal use. |
Method Summary | |
void |
collapse(Subitem pathOrIndex)
Collapse (Position) Collapses a node in the tree view. |
void |
expand(Subitem pathOrIndex)
Expand (Position) Expands a node in the tree view. |
int |
getChildCount(Subitem pathOrIndex)
Integer GetChildCount (Position) Returns the number of child nodes of the tree item that are displayed on the current page. |
java.lang.String |
getTreeItemName(Subitem pathOrIndex)
String GetTreeItemName (Position) Returns the visible text of the specified tree item. |
boolean |
isExists(Subitem pathOrIndex)
Boolean IsExists (Position) Returns a Boolean value indicating whether the specified object exists (TRUE) or does not exist (FALSE). |
boolean |
isExpanded(Subitem pathOrIndex)
Boolean IsExpanded (Position) |
boolean |
isSelected(Subitem pathOrIndex)
Boolean IsSelected (Position) |
void |
nextPage()
NextPage Scrolls the tree view to the next page. |
void |
previousPage()
PreviousPage Scrolls the tree view to the previous page. |
void |
select(java.lang.String position)
Select (Position) Selects a node in the tree view. |
void |
select(Subitem pathOrIndex)
Select (Position) Selects a node in the tree view. |
Methods inherited from class com.rational.test.ft.object.interfaces.siebel.SiebTestObject |
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, submit |
Methods inherited from class com.rational.test.ft.object.interfaces.GuiTestObject |
click, click, click, click, clickRadio, doubleClick, doubleClick, doubleClick, doubleClick, drag, drag, drag, drag, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, getChildAtPoint, getClippedScreenRectangle, getScreenPoint, getScreenPoint, getScreenRectangle, getScreenSnapshot, hasFocus, hover, hover, hover, hover, invokeProxyWithGuiDelay, invokeProxyWithGuiDelay, isEnabled, isOpaque, isPointInObject, isShowing, mouseMove, mouseMove, nClick, nClickDrag, nClickDragToScreenPoint |
Methods inherited from class com.rational.test.ft.object.interfaces.TestObject |
equals, exists, find, find, find, findAndInvoke, findAndInvoke, findAndInvokeProxy, getDescribedObject, getDescribedObjects, getDomain, getField, getIndexer, getIndexer, getIndexers, getMappableChildren, getMappableParent, getMethods, getNameInScript, getNonValueProperties, getObjectClassName, getObjectReference, getOwnedObjects, getOwner, getParent, getProcess, getProperties, getProperty, getPropertyFromMap, getRecognitionProperties, getRecognitionPropertyWeight, getScriptCommandFlags, getStandardProperties, getTestData, getTestDataTypes, getTopMappableParent, getTopParent, invoke, invoke, invokeProxy, invokeProxy, isMappedObject, isSameObject, setIndexer, setIndexer, setProperty, toString, unregister, updateTestData, waitForExistence, waitForExistence |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String CLASSNAME
Constructor Detail |
public SiebTreeTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
public SiebTreeTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject, TestObject anchor)
public SiebTreeTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject, TestObject anchor, long scriptCommandFlags)
public SiebTreeTestObject(com.rational.test.ft.object.TestObjectReference ref)
public SiebTreeTestObject(TestObject obj)
Method Detail |
public int getChildCount(Subitem pathOrIndex)
public java.lang.String getTreeItemName(Subitem pathOrIndex)
public void nextPage()
public void previousPage()
public void expand(Subitem pathOrIndex)
public void collapse(Subitem pathOrIndex)
public void select(java.lang.String position)
public void select(Subitem pathOrIndex)
public boolean isExpanded(Subitem pathOrIndex)
pathOrIndex
- = A Subitem (either atPath() or atList()) that indicates the position of the node in the tree * @since RFT1.0public boolean isSelected(Subitem pathOrIndex)
pathOrIndex
- = A Subitem (either atPath() or atList()) that indicates the position of the node in the tree * @since RFT1.0public boolean isExists(Subitem pathOrIndex)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |