|
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.SiebListTestObject
Provides script access to SiebList.TestObject class.
Field Summary | |
static java.lang.String |
CLASSNAME
|
Constructor Summary | |
SiebListTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
For internal use. |
|
SiebListTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use. |
|
SiebListTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use. |
|
SiebListTestObject(TestObject obj)
Constructs one TestObject from another. |
|
SiebListTestObject(com.rational.test.ft.object.TestObjectReference ref)
For internal use. |
Method Summary | |
void |
activateRow(int rowId)
ActivateRow (RowNumber) Activates a row in the list. |
void |
ascendSort(java.lang.String columnName)
AscendSort (ColumnRepName) Sorts the list on the column in ascending order. |
void |
clickHier()
ClickHier Toggles the active row between expanded and collapsed (for hierarchical lists). |
void |
descendSort(java.lang.String columnName)
DescendSort (ColumnRepName) Sorts the list on the column in descending order. |
void |
drillDownColumn(java.lang.String columnName,
int rowId)
DrillDownColumn (ColumnRepName, RowNumber) Clicks a drilldown link. |
void |
firstRowSet()
FirstRowSet Navigates to the first set of records in the list. |
java.lang.String |
getCellText(java.lang.String columnName,
int rowNum)
String GetCellText (ColumnRepName, RowNumber) Returns the text of the specified cell. |
java.lang.String |
getColumnRepositoryName(java.lang.String columnName)
String GetColumnRepositoryName (ColumnUIName) Returns the RepositoryName of the specified column. |
java.lang.String |
getColumnRepositoryNameByIndex(int columnName)
String GetColumnRepositoryNameByIndex (ColumnIndex) Returns the RepositoryName of the specified column. |
java.lang.String |
getColumnSort(java.lang.String columnName)
String GetColumnSort (ColumnRepName) Returns a String indicating how the specified column is currently sorted (Ascend or Descend or None). |
java.lang.String |
getColumnType(java.lang.String columnName)
|
java.lang.String |
getColumnUIName(java.lang.String columnName)
String GetColumnUIName (ColumnRepName) Returns the UIName of the specified column. |
java.lang.String |
getTotalsValue(java.lang.String columnName)
String GetTotalsValue (ColumnRepName) Returns a String indicating the value in the totals row for the specified column. |
boolean |
isColumnDrillDown(java.lang.String columnName)
Boolean IsColumnDrilldown (ColumnRepName) Returns TRUE if the specified column is a drilldown column, and FALSE if it is not. |
boolean |
isColumnExists(java.lang.String columnName)
Boolean IsColumnExists (ColumnRepName) Returns a Boolean value indicating whether or not the specified column exists. |
boolean |
isRowExpanded(int rowId)
Boolean IsRowExpanded (RowNumber) Returns a Boolean value indicating whether the row is expanded (TRUE) or collapsed (FALSE). |
void |
lastRowSet()
LastRowSet Navigates to the last set of records in the list. |
void |
nextRow()
NextRow Navigates to the next row in the list. |
void |
nextRowSet()
NextRowSet Navigates to the next set of records in the list. |
void |
previousRow()
PreviousRow Navigates to the previous row in the list. |
void |
previousRowSet()
PrevRowSet Navigates to the previous set of records in the list. |
void |
selectRow(int rowNum,
java.lang.String selectType)
SelectRow (RowNumber, SelectType) Activates a row in conjunction with a multiselect key. |
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 SiebListTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
public SiebListTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject, TestObject anchor)
public SiebListTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject, TestObject anchor, long scriptCommandFlags)
public SiebListTestObject(com.rational.test.ft.object.TestObjectReference ref)
public SiebListTestObject(TestObject obj)
Method Detail |
public void nextRowSet()
public void lastRowSet()
public void nextRow()
public void previousRowSet()
public void firstRowSet()
public void previousRow()
public void clickHier()
public void activateRow(int rowId)
public boolean isRowExpanded(int rowId)
public void drillDownColumn(java.lang.String columnName, int rowId)
public void ascendSort(java.lang.String columnName)
public void descendSort(java.lang.String columnName)
public boolean isColumnExists(java.lang.String columnName)
public boolean isColumnDrillDown(java.lang.String columnName)
public java.lang.String getColumnRepositoryName(java.lang.String columnName)
public java.lang.String getColumnUIName(java.lang.String columnName)
public java.lang.String getColumnType(java.lang.String columnName)
public java.lang.String getColumnRepositoryNameByIndex(int columnName)
public java.lang.String getColumnSort(java.lang.String columnName)
public void selectRow(int rowNum, java.lang.String selectType)
public java.lang.String getCellText(java.lang.String columnName, int rowNum)
public java.lang.String getTotalsValue(java.lang.String columnName)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |