|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Subitem in com.rational.test.ft |
---|
Constructors in com.rational.test.ft with parameters of type Subitem | |
---|---|
SubitemNotFoundException(Subitem subitem)
|
|
UnsupportedSubitemException(Subitem subitem)
|
Uses of Subitem in com.rational.test.ft.object.interfaces |
---|
Methods in com.rational.test.ft.object.interfaces with parameters of type Subitem | |
---|---|
void |
StatelessGuiSubitemTestObject.click(MouseModifiers modifiers,
Subitem subitem)
Performs a left-mouse click on the specified object-relative coordinates within the associated TestObject . |
void |
IGraphicalSubitem.click(MouseModifiers modifiers,
Subitem subitem)
Performs a left-mouse click on the specified object-relative coordinates within the associated TestObject . |
void |
StatelessGuiSubitemTestObject.click(MouseModifiers modifiers,
Subitem subitem,
java.awt.Point pt)
Performs a left-mouse click on the specified coordinates, relative to the associated TestObject . |
void |
IGraphicalSubitem.click(MouseModifiers modifiers,
Subitem subitem,
java.awt.Point pt)
Performs a left-mouse click on the specified coordinates, relative to the associated TestObject . |
void |
TabitemTestObject.click(Subitem subitem)
Performs a left-mouse click on the center point of the CLOSE_BUTTON. |
void |
StatelessGuiSubitemTestObject.click(Subitem subitem)
Performs a left-mouse click on the center point of the associated subitem. |
void |
IGraphicalSubitem.click(Subitem subitem)
Performs a left-mouse click on the center point of the associated subitem. |
void |
StatelessGuiSubitemTestObject.click(Subitem subitem,
java.awt.Point pt)
Performs a left-mouse click on the specified coordinates, relative to the associated TestObject . |
void |
IGraphicalSubitem.click(Subitem subitem,
java.awt.Point pt)
Performs a left-mouse click on the specified coordinates, relative to the associated TestObject . |
void |
GuiTestObject.clickRadio(Subitem childProperties)
Locate a radiobutton
child with the supplied properties and click on it. |
void |
TrackbarTestObject.clickTo(MouseModifiers modifiers,
Subitem subitem)
|
void |
IClickTo.clickTo(MouseModifiers modifiers,
Subitem subitem)
|
void |
TrackbarTestObject.clickTo(MouseModifiers modifiers,
Subitem subitem,
java.awt.Point pt)
|
void |
IClickTo.clickTo(MouseModifiers modifiers,
Subitem subitem,
java.awt.Point pt)
|
void |
TrackbarTestObject.clickTo(Subitem subitem)
|
void |
IClickTo.clickTo(Subitem subitem)
|
void |
StatelessGuiSubitemTestObject.doubleClick(MouseModifiers modifiers,
Subitem subitem)
Performs a left-mouse double-click on the specified object, relative to coordinates within the associated TestObject . |
void |
IGraphicalSubitem.doubleClick(MouseModifiers modifiers,
Subitem subitem)
Performs a left-mouse double-click on the specified object-relative coordinates within the associated TestObject . |
void |
StatelessGuiSubitemTestObject.doubleClick(MouseModifiers modifiers,
Subitem subitem,
java.awt.Point pt)
Performs a left-mouse double-click action on the specified coordinates, relative to the associated TestObject . |
void |
IGraphicalSubitem.doubleClick(MouseModifiers modifiers,
Subitem subitem,
java.awt.Point pt)
Performs a left-mouse double-click on the specified coordinates, relative to the associated TestObject . |
void |
StatelessGuiSubitemTestObject.doubleClick(Subitem subitem)
Performs a left-mouse double-click on the center point of the associated TestObject . |
void |
IGraphicalSubitem.doubleClick(Subitem subitem)
Performs a left-mouse double-click on the center point of the associated TestObject . |
void |
StatelessGuiSubitemTestObject.doubleClick(Subitem subitem,
java.awt.Point pt)
Performs a left-mouse double-click on the specified coordinates, relative to the associated TestObject . |
void |
IGraphicalSubitem.doubleClick(Subitem subitem,
java.awt.Point pt)
Performs a left-mouse double-click on the specified coordinates, relative to the associated TestObject . |
void |
StatelessGuiSubitemTestObject.drag(MouseModifiers modifiers,
Subitem subitem)
Performs a drag action against the associated TestObject with the
supplied set of mouse modifiers. |
void |
IGraphicalSubitem.drag(MouseModifiers modifiers,
Subitem subitem)
Performs a drag action on the associated TestObject with the
supplied set of mouse modifiers. |
void |
StatelessGuiSubitemTestObject.drag(MouseModifiers modifiers,
Subitem subitem1,
java.awt.Point pt1,
Subitem subitem2,
java.awt.Point pt2)
Performs a drag action against the associated TestObject . |
void |
IGraphicalSubitem.drag(MouseModifiers modifiers,
Subitem subitem1,
java.awt.Point pt1,
Subitem subitem2,
java.awt.Point pt2)
Performs a drag action on the associated TestObject . |
void |
StatelessGuiSubitemTestObject.drag(MouseModifiers modifiers,
Subitem subitem1,
Subitem subitem2)
Performs a drag action against the associated TestObject . |
void |
IGraphicalSubitem.drag(MouseModifiers modifiers,
Subitem subitem1,
Subitem subitem2)
Performs a drag action on the associated TestObject . |
void |
StatelessGuiSubitemTestObject.drag(Subitem subitem)
Performs a MOUSE-LEFT drag action against the associated TestObject . |
void |
IGraphicalSubitem.drag(Subitem subitem)
Performs a MOUSE_LEFT drag action on the associated TestObject . |
void |
StatelessGuiSubitemTestObject.drag(Subitem subitem1,
java.awt.Point pt1,
Subitem subitem2,
java.awt.Point pt2)
Performs a MOUSE-LEFT drag action against the associated TestObject . |
void |
IGraphicalSubitem.drag(Subitem subitem1,
java.awt.Point pt1,
Subitem subitem2,
java.awt.Point pt2)
Performs a MOUSE_LEFT drag action on the associated TestObject . |
void |
StatelessGuiSubitemTestObject.drag(Subitem subitem1,
Subitem subitem2)
Performs a MOUSE-LEFT drag action against the associated TestObject . |
void |
IGraphicalSubitem.drag(Subitem subitem1,
Subitem subitem2)
Performs a MOUSE_LEFT drag action on the associated TestObject . |
void |
StatelessGuiSubitemTestObject.dragToScreenPoint(MouseModifiers modifiers,
Subitem subitem,
java.awt.Point screenPt)
Performs a drag action against the associated TestObject . |
void |
IGraphicalSubitem.dragToScreenPoint(MouseModifiers modifiers,
Subitem subitem,
java.awt.Point screenPt)
Performs a drag action on the associated TestObject . |
void |
StatelessGuiSubitemTestObject.dragToScreenPoint(MouseModifiers modifiers,
Subitem subitem,
java.awt.Point subitemPt,
java.awt.Point screenPt)
Performs a drag action against the associated TestObject . |
void |
IGraphicalSubitem.dragToScreenPoint(MouseModifiers modifiers,
Subitem subitem,
java.awt.Point subitemPt,
java.awt.Point screenPt)
Perform a drag action on the associated TestObject . |
void |
StatelessGuiSubitemTestObject.dragToScreenPoint(Subitem subitem,
java.awt.Point screenPt)
Performs a MOUSE-LEFT drag action against the associated TestObject . |
void |
IGraphicalSubitem.dragToScreenPoint(Subitem subitem,
java.awt.Point screenPt)
Performs a MOUSE_LEFT drag action on the associated TestObject . |
void |
StatelessGuiSubitemTestObject.dragToScreenPoint(Subitem subitem,
java.awt.Point subitemPt,
java.awt.Point screenPt)
Performs a MOUSE-LEFT drag action against the associated TestObject . |
void |
IGraphicalSubitem.dragToScreenPoint(Subitem subitem,
java.awt.Point subitemPt,
java.awt.Point screenPt)
Performs a MOUSE_LEFT drag action on the associated TestObject . |
TestObject[] |
RootTestObject.find(Subitem properties)
Finds all candidates that match given search criteria. |
TestObject[] |
TestObject.find(Subitem properties)
Finds all candidates that match given search criteria starting at this TestObject . |
TestObject[] |
RootTestObject.find(Subitem properties,
boolean mappableOnly)
Finds all candidates that match the given search criteria. |
TestObject[] |
ClientTestObject.find(Subitem properties,
boolean mappableOnly)
Finds all candidates that match given search criteria starting at this TestObject . |
TestObject[] |
TestObject.find(Subitem properties,
boolean mappableOnly)
Finds all candidates that match given search criteria starting at this TestObject . |
java.lang.Object |
TestObject.findAndInvoke(Subitem properties,
java.lang.String methodName)
Finds a TestObject based on TestObject.find(Subitem) and invokes
the supplied method on the TestObject (TestObject.invoke(String) ). |
java.lang.Object |
ClientTestObject.findAndInvoke(Subitem properties,
java.lang.String methodName,
java.lang.String methodSignature,
java.lang.Object[] args,
boolean mappableOnly)
Finds a TestObject based on ClientTestObject.find(Subitem, boolean) and invokes
the supplied method on the TestObject (ClientTestObject.invoke(String, String, Object[]) ). |
java.lang.Object |
TestObject.findAndInvoke(Subitem properties,
java.lang.String methodName,
java.lang.String methodSignature,
java.lang.Object[] args,
boolean mappableOnly)
Finds a TestObject based on TestObject.find(Subitem, boolean) and invokes
the supplied method on the TestObject (TestObject.invoke(String, String, Object[]) ). |
java.lang.Object |
ClientTestObject.findAndInvokeProxy(Subitem properties,
java.lang.String methodName,
java.lang.String methodSignature,
java.lang.Object[] args,
boolean mappableOnly)
Finds a TestObject based on ClientTestObject.find(Subitem, boolean) and invokes
the supplied method on the TestObject's proxy (ClientTestObject.invoke(String, String, Object[]) ). |
java.lang.Object |
TestObject.findAndInvokeProxy(Subitem properties,
java.lang.String methodName,
java.lang.String methodSignature,
java.lang.Object[] args,
boolean mappableOnly)
Finds a TestObject based on TestObject.find(Subitem, boolean) and invokes
the supplied method on the TestObject's proxy (TestObject.invoke(String, String, Object[]) ). |
java.awt.Point |
StatelessGuiSubitemTestObject.getScreenPoint(Subitem subitem)
Returns the screen-relative point to the center of the supplied subitem. |
java.awt.Point |
IGraphicalSubitem.getScreenPoint(Subitem subitem)
Returns the screen-relative point to the center of the supplied subitem. |
java.awt.Point |
StatelessGuiSubitemTestObject.getScreenPoint(Subitem subitem,
java.awt.Point pt)
Returns the screen-relative point, given a subitem and a subitem-relative point. |
java.awt.Point |
IGraphicalSubitem.getScreenPoint(Subitem subitem,
java.awt.Point pt)
Returns the screen-relative point, given a subitem and a subitem relative point. |
java.awt.Rectangle |
TabitemTestObject.getScreenRectangle(Subitem subitem)
Return the screen rectangle of the CLOSE BUTTON, |
java.awt.Rectangle |
StatelessGuiSubitemTestObject.getScreenRectangle(Subitem subitem)
Returns the rectangle containing the component that is evaluated, relative to the top-left corner of the screen. |
java.awt.Rectangle |
IGraphicalSubitem.getScreenRectangle(Subitem subitem)
Returns the rectangle that contains the component under evaluation relative to the top left corner of the screen. |
java.lang.Object |
StatelessGuiSubitemTestObject.getSubitem(Subitem subitem)
Returns an object that represents the specified subitem in the associated TestObject . |
java.lang.Object |
IGraphicalSubitem.getSubitem(Subitem subitem)
Returns an object that represents the specified subitem in the associated TestObject . |
void |
StatelessGuiSubitemTestObject.hover(double secondDelay,
Subitem subitem)
Hovers the mouse over the center of the specified subitem. |
void |
IGraphicalSubitem.hover(double secondDelay,
Subitem subitem)
Hovers the mouse over the center of the specified subitem. |
void |
StatelessGuiSubitemTestObject.hover(double secondDelay,
Subitem subitem,
java.awt.Point pt)
Hovers the mouse over the specified coordinates, relative to the specified subitem. |
void |
IGraphicalSubitem.hover(double secondDelay,
Subitem subitem,
java.awt.Point pt)
Hovers the mouse over the specified coordinates, relative to the specified subitem. |
void |
TabitemTestObject.hover(Subitem subitem)
Hovers over the CLOSE_BUTTON on the tab item. |
void |
StatelessGuiSubitemTestObject.hover(Subitem subitem)
Hovers the mouse over the center of the specified subitem. |
void |
IGraphicalSubitem.hover(Subitem subitem)
Hovers the mouse over the specified subitem. |
void |
StatelessGuiSubitemTestObject.hover(Subitem subitem,
java.awt.Point pt)
Hovers the mouse over the specified coordinates that are relative to the specified subitem. |
void |
IGraphicalSubitem.hover(Subitem subitem,
java.awt.Point pt)
Hovers the mouse over the specified coordinates, relative to the specified subitem. |
void |
StatelessGuiSubitemTestObject.mouseMove(MouseModifiers modifiers,
Subitem subitem)
Performs a move action against the associated TestObject . |
void |
IGraphicalSubitem.mouseMove(MouseModifiers modifiers,
Subitem subitem)
Performs a move action against the associated TestObject . |
void |
StatelessGuiSubitemTestObject.mouseMove(MouseModifiers modifiers,
Subitem subitem,
java.awt.Point pt)
Performs a move action against the associated TestObject . |
void |
IGraphicalSubitem.mouseMove(MouseModifiers modifiers,
Subitem subitem,
java.awt.Point pt)
Performs a move action against the associated TestObject . |
void |
StatelessGuiSubitemTestObject.mouseMove(Subitem subitem)
Performs a MOUSE-LEFT move action against the associated TestObject . |
void |
IGraphicalSubitem.mouseMove(Subitem subitem)
Performs a MOUSE_LEFT move action on the associated TestObject . |
void |
StatelessGuiSubitemTestObject.mouseMove(Subitem subitem,
java.awt.Point subitemPt)
Performs a MOUSE-LEFT move action against the associated TestObject . |
void |
IGraphicalSubitem.mouseMove(Subitem subitem,
java.awt.Point subitemPt)
Performs a MOUSE_LEFT move action on the associated TestObject . |
void |
StatelessGuiSubitemTestObject.nClick(int clickCount,
MouseModifiers modifiers,
Subitem subitem,
java.awt.Point pt)
Performs a mouse n-click action on the specified coordinates, relative to the associated TestObject . |
void |
IGraphicalSubitem.nClick(int clickCount,
MouseModifiers modifiers,
Subitem subitem,
java.awt.Point pt)
Performs a mouse n-click on the specified coordinates, relative to the associated TestObject . |
void |
StatelessGuiSubitemTestObject.nClickDrag(int clickCount,
MouseModifiers modifiers,
Subitem subitem1,
java.awt.Point pt1,
Subitem subitem2,
java.awt.Point pt2)
Performs a mouse n-click drag action on the specified coordinates, relative to the associated TestObject . |
void |
IGraphicalSubitem.nClickDrag(int clickCount,
MouseModifiers modifiers,
Subitem subitem1,
java.awt.Point pt1,
Subitem subitem2,
java.awt.Point pt2)
Performs a mouse n-click drag action on the specified coordinates, relative to the associated TestObject . |
void |
StatelessGuiSubitemTestObject.nClickDrag(int clickCount,
MouseModifiers modifiers,
Subitem subitem1,
Subitem subitem2)
Performs a mouse n-click drag action on the specified coordinates, relative to the associated TestObject . |
void |
IGraphicalSubitem.nClickDrag(int clickCount,
MouseModifiers modifiers,
Subitem subitem1,
Subitem subitem2)
Performs a mouse n-click drag action on the specified coordinates, relative to the associated TestObject . |
void |
StatelessGuiSubitemTestObject.nClickDragToScreenPoint(int clickCount,
MouseModifiers modifiers,
Subitem subitem,
java.awt.Point screenPt)
Performs a mouse n-click drag action on the specified coordinates, relative to the screen-relative screenPt coordinates. |
void |
IGraphicalSubitem.nClickDragToScreenPoint(int clickCount,
MouseModifiers modifiers,
Subitem subitem,
java.awt.Point screenPt)
Performs a mouse n-click drag action on the specified coordinates, relative to the screen-relative screenPt coordinates. |
void |
StatelessGuiSubitemTestObject.nClickDragToScreenPoint(int clickCount,
MouseModifiers modifiers,
Subitem subitem,
java.awt.Point subitemPt,
java.awt.Point screenPt)
Performs a mouse n-click drag action on the specified coordinates, relative to the screen-relative screenPt coordinates. |
void |
IGraphicalSubitem.nClickDragToScreenPoint(int clickCount,
MouseModifiers modifiers,
Subitem subitem,
java.awt.Point subitemPt,
java.awt.Point screenPt)
Performs a mouse n-click drag action on the specified coordinates, relative to the screen-relative screenPt coordinates. |
void |
SubitemTestObject.setState(Action action,
Subitem item)
Modifies the state of the subitem at a specified index. |
void |
GuiSubitemTestObject.setState(Action action,
Subitem item)
Modifies the state of the subitem at a specified index. |
void |
ISubitem.setState(Action action,
Subitem item)
Performs a specific action against the subitem at a specified index. |
void |
SubitemTestObject.setState(Action action,
Subitem start,
Subitem end)
Modifies the state of a range of subitem. |
void |
GuiSubitemTestObject.setState(Action action,
Subitem start,
Subitem end)
Modifies the state of a range of subitems. |
void |
ISubitem.setState(Action action,
Subitem start,
Subitem end)
Performs a specific action against the subitem range defined by the specified subitems. |
Uses of Subitem in com.rational.test.ft.object.interfaces.flex |
---|
Methods in com.rational.test.ft.object.interfaces.flex with parameters of type Subitem | |
---|---|
void |
FlexSliderTestObject.change(Subitem itemName)
Dispatched when the slider changes value due to mouse or keyboard interaction |
void |
FlexSliderTestObject.change(Subitem subitem,
int thumbIndex)
Dispatched when the slider changes value due to mouse or keyboard interaction |
void |
FlexSliderTestObject.change(Subitem subitem,
int thumbIndex,
java.lang.String clickTarget)
Dispatched when the slider changes value due to mouse or keyboard interaction |
void |
FlexSliderTestObject.change(Subitem subitem,
int thumbIndex,
java.lang.String clickTarget,
java.lang.String triggerEvent)
Dispatched when the slider changes value due to mouse or keyboard interaction |
void |
FlexListBaseTestObject.click(MouseModifiers modifiers,
Subitem path)
Dispatched when a user presses and releases the main button of the user's pointing device over the same InteractiveObject |
void |
FlexTabNavigatorTestObject.click(Subitem item)
Dispatched when user clickes over any of the tabs in the tabNavigator |
void |
FlexMenuBarTestObject.click(Subitem path)
Dispatched when the user clicks over an item in the menubar |
void |
FlexListBaseTestObject.click(Subitem path)
Dispatched when a user presses and releases the main button of the user's pointing device over the same InteractiveObject |
void |
FlexTreeTestObject.collapse(Subitem path)
Dispatched when a tree node is collapsed by clicking |
void |
FlexAdvancedDataGridTestObject.collapse(Subitem groupName)
|
void |
FlexAdvancedDataGridTestObject.columnShift(Subitem indexTo,
Subitem indexFrom)
|
void |
FlexAdvancedDataGridTestObject.columnShift(Subitem indexMove,
Subitem indexTo,
Subitem indexFrom)
|
void |
FlexTreeTestObject.expand(Subitem path)
Dispatched when a tree node is expanded |
void |
FlexAdvancedDataGridTestObject.expand(Subitem groupName)
|
void |
FlexDataGridTestObject.headerClick(Subitem index)
Dispatched when the user clicks on one of the headers |
void |
FlexAdvancedDataGridTestObject.headerClick(Subitem index)
Dispatched when the user clicks on one of the headers |
void |
FlexAdvancedDataGridTestObject.headerClick(Subitem colHeader,
java.lang.String keyModifier)
Dispatched when the user clicks on one of the headers |
void |
FlexAdvancedDataGridTestObject.headerClick(Subitem colHeader,
java.lang.String keyModifier,
Subitem headerPart)
Dispatched when the user clicks on one of the headers |
void |
FlexAdvancedDataGridTestObject.headerClick(Subitem colHeader,
java.lang.String keyModifier,
Subitem headerPart,
java.lang.String triggerEvent)
Dispatched when the user clicks on one of the headers |
void |
FlexAdvancedDataGridTestObject.headerClick(Subitem colHeader,
Subitem headerPart)
Dispatched when the user clicks on one of the headers |
void |
FlexDataGridTestObject.headerShift(Subitem newIndex,
Subitem oldIndex)
Dispatched when the user releases the mouse button on a column header after having dragged the column to a new location resulting in shifting the column to a new index |
void |
FlexAdvancedDataGridTestObject.headerShift(Subitem newIndex,
Subitem oldIndex)
Dispatched when the user releases the mouse button on a column header after having dragged the column to a new location resulting in shifting the column to a new index |
void |
FlexListBaseTestObject.inputKeys(java.lang.String keyCode,
Subitem path)
Event is dispatched when keyboard is used to perform an action |
void |
FlexDataGridTestObject.resizeColumns(Subitem index,
Subitem position)
Dispatched when the component is resized. |
void |
FlexAdvancedDataGridTestObject.resizeColumns(Subitem index,
Subitem position)
Dispatched when the component is resized. |
void |
FlexScrollBaseTestObject.scroll(Subitem subitem,
java.lang.String scrollDirection)
|
void |
FlexScrollBarTestObject.scroll(Subitem subitem,
java.lang.String scrollDirection)
|
void |
FlexContainerTestObject.scroll(Subitem subitem,
java.lang.String scrollDirection)
Dispatched when the user manually scrolls the container. |
void |
FlexComboBaseTestObject.scroll(Subitem subitem,
java.lang.String scrollDirection)
Dispatched when the user scrolls the ComboBox control's drop-down list |
void |
FlexScrollBaseTestObject.scroll(Subitem subitem,
java.lang.String scrollDirection,
java.lang.String scrollDetails)
|
void |
FlexScrollBarTestObject.scroll(Subitem subitem,
java.lang.String scrollDirection,
java.lang.String scrollDetails)
|
void |
FlexContainerTestObject.scroll(Subitem subitem,
java.lang.String scrollDirection,
java.lang.String scrollDetails)
Dispatched when the user manually scrolls the container. |
void |
FlexComboBaseTestObject.scroll(Subitem subitem,
java.lang.String scrollDirection,
java.lang.String scrollDetails)
Dispatched when the user scrolls the ComboBox control's drop-down list |
void |
FlexListBaseTestObject.type(java.lang.String keyCode,
Subitem path)
Event is dispatched when keyboard is used to perform an action |
Uses of Subitem in com.rational.test.ft.object.interfaces.SAP |
---|
Methods in com.rational.test.ft.object.interfaces.SAP with parameters of type Subitem | |
---|---|
void |
SAPGuiCtrlTreeTestObject.changeCheckbox(Subitem nodePath,
java.lang.String itemName,
boolean check)
Emulates changing a checkbox state. |
void |
SAPGuiCtrlTreeTestObject.clickLink(Subitem nodePath,
java.lang.String itemName)
Emulates triggering a link. |
void |
SAPGuiCtrlTreeTestObject.collapseNode(Subitem nodePath)
Closes the node with the name nodeName. |
void |
SAPGuiTableControlTestObject.deselectColumn(Subitem subitem)
Deselect the column. |
void |
SAPGuiTableControlTestObject.deselectRow(Subitem subitem)
Deselects the row at the specified row index |
void |
SAPGuiCtrlTreeTestObject.doubleClickItem(Subitem nodePath,
java.lang.String itemName)
Emulates double clicking on a text item. |
void |
SAPGuiCtrlTreeTestObject.doubleClickNode(Subitem nodePath)
Emulates double clicking a node. |
void |
SAPGuiCtrlTreeTestObject.ensureVisibleHorizontalItem(Subitem nodePath,
java.lang.String itemName)
Scrolls the Tree horizontally until the Item is visible. |
void |
SAPGuiCtrlTreeTestObject.expandNode(Subitem nodePath)
Expands the node with the key nodeKey. |
java.lang.Object |
SAPGuiCtrlTreeTestObject.findnodeKeyByPath(Subitem nodePath)
Find the key of the tree node from path |
int |
SAPGuiCtrlTreeTestObject.getCheckBoxState(Subitem nodePath,
java.lang.String itemName)
Retrieves the CheckBox state (1 = Checked, 0 = Unchecked). |
java.lang.String |
SAPGuiCtrlTreeTestObject.getNextNodeKey(Subitem nodePath)
Returns the next node key of the tree node. |
int |
SAPGuiCtrlTreeTestObject.getNodeChildrenCountByPath(Subitem nodePath)
Returns the number of children of the node given by the path parameter. |
java.lang.String |
SAPGuiCtrlTreeTestObject.getNodeKeyByPath(Subitem nodePath)
Return the key of the node specified by the given path description. |
boolean |
SAPGuiCtrlTreeTestObject.IsFolder(Subitem nodePath)
Check if the node with the node name is a folder. |
boolean |
SAPGuiCtrlTreeTestObject.IsFolderExpandable(Subitem nodePath)
Check if the folder node is expandable. |
boolean |
SAPGuiCtrlTreeTestObject.IsFolderExpanded(Subitem nodePath)
Check if the folder is expanded. |
void |
SAPGuiCtrlTreeTestObject.itemContextMenu(Subitem nodePath,
java.lang.String itemName)
Requests a context menu for an item. |
void |
SAPGuiCtrlTreeTestObject.nodeContextMenu(Subitem nodePath)
Requests a context menu for a node. |
void |
SAPGuiCtrlTreeTestObject.pressButton(Subitem nodePath,
java.lang.String itemName)
Emulates pressing a button. |
void |
SAPGuiTableControlTestObject.selectColumn(Subitem subitem)
Select the column. |
void |
SAPGuiCtrlTreeTestObject.selectItem(Subitem nodePath,
java.lang.String itemName)
Emulates the selection of an item. |
void |
SAPGuiMenubarTestObject.selectMenuItem(Subitem menuHierarchy)
Select a descendant menu item within the menu bar. |
void |
SAPGuiCtrlTreeTestObject.selectNode(Subitem nodePath)
The node with the name nodeName is added to the Node Selection. |
void |
SAPGuiTableControlTestObject.selectRow(Subitem subitem)
Selects the row |
java.lang.Object |
SAPGuiCtrlTreeTestObject.setCheckBoxState(Subitem nodePath,
java.lang.String itemName,
int state)
Sets the state of the checkbox. |
void |
SAPGuiTableControlTestObject.setColumnWidth(Subitem subitem,
int width)
Sets the column width. |
void |
SAPGuiTableControlTestObject.setHorizontalScrollBar(Subitem subitem)
Scroll the horizontal scroll bar. |
void |
SAPGuiCtrlTreeTestObject.setSelectedNode(Subitem nodePath)
Set the currently selected node to tree node with nodeName. |
void |
SAPGuiCtrlTreeTestObject.setTopNode(Subitem nodePath)
Sets the top node to the tree node with the name nodeName. |
void |
SAPGuiTableControlTestObject.setVerticalScrollBar(Subitem subitem)
Scroll the vertical scroll bar. |
void |
SAPGuiCtrlTreeTestObject.unselectNode(Subitem nodePath)
|
Uses of Subitem in com.rational.test.ft.object.interfaces.siebel |
---|
Methods in com.rational.test.ft.object.interfaces.siebel with parameters of type Subitem | |
---|---|
void |
SiebTreeTestObject.collapse(Subitem pathOrIndex)
Collapses a node in the tree view. |
void |
SiebTreeTestObject.expand(Subitem pathOrIndex)
Expands a node in the tree view. |
int |
SiebTreeTestObject.getChildCount(Subitem pathOrIndex)
Finds the tree item and returns the number of child nodes of the tree item that are displayed on the current page. |
java.lang.String |
SiebTreeTestObject.getTreeItemName(Subitem pathOrIndex)
Finds the tree item and returns the visible text of the specified tree item. |
boolean |
SiebMenuTestObject.isEnabled(Subitem menuItem)
Returns a Boolean value indicating whether or not the specified object is enabled. |
boolean |
SiebTreeTestObject.isExists(Subitem pathOrIndex)
Returns a Boolean value indicating whether the specified object exists (TRUE) or does not exist (FALSE). |
boolean |
SiebMenuTestObject.isExists(Subitem menuItem)
Returns a Boolean value indicating whether or not the specified object exists. |
boolean |
SiebTreeTestObject.isExpanded(Subitem pathOrIndex)
Returns a Boolean value indicating whether the specified tree node is expanded (TRUE) or collapsed (FALSE). |
boolean |
SiebTreeTestObject.isSelected(Subitem pathOrIndex)
Returns a Boolean value indicating whether the specified tree node is selected (TRUE) or not selected (FALSE). |
void |
SiebTreeTestObject.select(Subitem pathOrIndex)
Selects a node in the tree view. |
void |
SiebMenuTestObject.select(Subitem menuItem)
Selects a menu item from the Siebel application menu. |
Uses of Subitem in com.rational.test.ft.object.interfaces.WPF |
---|
Methods in com.rational.test.ft.object.interfaces.WPF with parameters of type Subitem | |
---|---|
void |
WpfStatelessGuiSubitemTestObject.click(MouseModifiers modifiers,
Subitem subitem)
|
void |
WpfStatelessGuiSubitemTestObject.click(MouseModifiers modifiers,
Subitem subitem,
DPoint pt)
|
void |
IWpfGraphicalSubitem.click(MouseModifiers modifiers,
Subitem subitem,
DPoint pt)
Performs a click on the specified DPoint relative to the associated subitem with a modifier parameter. |
void |
WpfStatelessGuiSubitemTestObject.click(MouseModifiers modifiers,
Subitem subitem,
java.awt.Point pt)
|
void |
WpfStatelessGuiSubitemTestObject.click(Subitem subitem)
|
void |
WpfStatelessGuiSubitemTestObject.click(Subitem subitem,
DPoint pt)
|
void |
IWpfGraphicalSubitem.click(Subitem subitem,
DPoint pt)
Performs a left-mouse click on the specified DPoint relative to the associated subitem. |
void |
WpfStatelessGuiSubitemTestObject.click(Subitem subitem,
java.awt.Point pt)
|
void |
WpfTrackbarTestObject.clickTo(MouseModifiers modifiers,
Subitem subitem)
|
void |
WpfTrackbarTestObject.clickTo(MouseModifiers modifiers,
Subitem subitem,
java.awt.Point pt)
|
void |
WpfTrackbarTestObject.clickTo(Subitem subitem)
|
void |
WpfStatelessGuiSubitemTestObject.doubleClick(MouseModifiers modifiers,
Subitem subitem)
|
void |
WpfStatelessGuiSubitemTestObject.doubleClick(MouseModifiers modifiers,
Subitem subitem,
DPoint pt)
|
void |
IWpfGraphicalSubitem.doubleClick(MouseModifiers modifiers,
Subitem subitem,
DPoint pt)
Performs a double-click action on the specified DPoint relative to the associated subitem with a modifier parameter. |
void |
WpfStatelessGuiSubitemTestObject.doubleClick(MouseModifiers modifiers,
Subitem subitem,
java.awt.Point pt)
|
void |
WpfStatelessGuiSubitemTestObject.doubleClick(Subitem subitem)
|
void |
WpfStatelessGuiSubitemTestObject.doubleClick(Subitem subitem,
DPoint pt)
|
void |
IWpfGraphicalSubitem.doubleClick(Subitem subitem,
DPoint pt)
Performs a left-mouse double-click action on the specified DPoint relative to the associated subitem. |
void |
WpfStatelessGuiSubitemTestObject.doubleClick(Subitem subitem,
java.awt.Point pt)
|
void |
WpfStatelessGuiSubitemTestObject.drag(MouseModifiers modifiers,
Subitem subitem)
|
void |
WpfStatelessGuiSubitemTestObject.drag(MouseModifiers modifiers,
Subitem subitem1,
DPoint pt1,
Subitem subitem2,
DPoint pt2)
|
void |
IWpfGraphicalSubitem.drag(MouseModifiers modifiers,
Subitem subitem1,
DPoint pt1,
Subitem subitem2,
DPoint pt2)
Performs a drag action on the associated subitem with the supplied set of mouse modifiers. |
void |
WpfStatelessGuiSubitemTestObject.drag(MouseModifiers modifiers,
Subitem subitem1,
java.awt.Point pt1,
Subitem subitem2,
java.awt.Point pt2)
|
void |
WpfStatelessGuiSubitemTestObject.drag(MouseModifiers modifiers,
Subitem subitem1,
Subitem subitem2)
|
void |
WpfStatelessGuiSubitemTestObject.drag(Subitem subitem)
|
void |
WpfStatelessGuiSubitemTestObject.drag(Subitem subitem1,
DPoint pt1,
Subitem subitem2,
DPoint pt2)
|
void |
IWpfGraphicalSubitem.drag(Subitem subitem1,
DPoint pt1,
Subitem subitem2,
DPoint pt2)
Performs a (left button) mouse drag action against the associated TestObject. |
void |
WpfStatelessGuiSubitemTestObject.drag(Subitem subitem1,
java.awt.Point pt1,
Subitem subitem2,
java.awt.Point pt2)
|
void |
WpfStatelessGuiSubitemTestObject.drag(Subitem subitem1,
Subitem subitem2)
|
void |
WpfStatelessGuiSubitemTestObject.dragToScreenPoint(MouseModifiers modifiers,
Subitem subitem,
DPoint screenPt)
|
void |
IWpfGraphicalSubitem.dragToScreenPoint(MouseModifiers modifiers,
Subitem subitem,
DPoint screenPt)
Performs a drag action on the associated subitem with the supplied set of mouse modifiers |
void |
WpfStatelessGuiSubitemTestObject.dragToScreenPoint(MouseModifiers modifiers,
Subitem subitem,
DPoint subitemPt,
DPoint screenPt)
|
void |
IWpfGraphicalSubitem.dragToScreenPoint(MouseModifiers modifiers,
Subitem subitem,
DPoint subitemPt,
DPoint screenPt)
Perform a drag action on the associated subitem with the supplied set of mouse modifiers. |
void |
WpfStatelessGuiSubitemTestObject.dragToScreenPoint(MouseModifiers modifiers,
Subitem subitem,
java.awt.Point screenPt)
|
void |
WpfStatelessGuiSubitemTestObject.dragToScreenPoint(MouseModifiers modifiers,
Subitem subitem,
java.awt.Point subitemPt,
java.awt.Point screenPt)
|
void |
WpfStatelessGuiSubitemTestObject.dragToScreenPoint(Subitem subitem,
DPoint screenPt)
|
void |
IWpfGraphicalSubitem.dragToScreenPoint(Subitem subitem,
DPoint screenPt)
Performs a left - mouse drag action on the associated subitem to a screen relative DPoint. |
void |
WpfStatelessGuiSubitemTestObject.dragToScreenPoint(Subitem subitem,
DPoint subitemPt,
DPoint screenPt)
|
void |
IWpfGraphicalSubitem.dragToScreenPoint(Subitem subitem,
DPoint subitemPt,
DPoint screenPt)
Performs a drag from an Subitem point to a screen point |
void |
WpfStatelessGuiSubitemTestObject.dragToScreenPoint(Subitem subitem,
java.awt.Point screenPt)
|
void |
WpfStatelessGuiSubitemTestObject.dragToScreenPoint(Subitem subitem,
java.awt.Point subitemPt,
java.awt.Point screenPt)
|
java.awt.Point |
WpfStatelessGuiSubitemTestObject.getScreenPoint(Subitem subitem)
|
DPoint |
WpfStatelessGuiSubitemTestObject.getScreenPoint(Subitem subitem,
DPoint pt)
|
DPoint |
IWpfGraphicalSubitem.getScreenPoint(Subitem subitem,
DPoint pt)
Returns the screen-relative Point, given an object relative DPoint. |
java.awt.Point |
WpfStatelessGuiSubitemTestObject.getScreenPoint(Subitem subitem,
java.awt.Point pt)
|
java.awt.Rectangle |
WpfStatelessGuiSubitemTestObject.getScreenRectangle(Subitem subitem)
|
java.lang.Object |
WpfStatelessGuiSubitemTestObject.getSubitem(Subitem subitem)
|
void |
WpfStatelessGuiSubitemTestObject.hover(double secondDelay,
Subitem subitem)
|
void |
WpfStatelessGuiSubitemTestObject.hover(double secondDelay,
Subitem subitem,
DPoint pt)
|
void |
IWpfGraphicalSubitem.hover(double secondDelay,
Subitem subitem,
DPoint pt)
Hovers the mouse over the specified DPoint relative to the specified subitem. |
void |
WpfStatelessGuiSubitemTestObject.hover(double secondDelay,
Subitem subitem,
java.awt.Point pt)
|
void |
WpfStatelessGuiSubitemTestObject.hover(Subitem subitem)
|
void |
WpfStatelessGuiSubitemTestObject.hover(Subitem subitem,
DPoint pt)
|
void |
IWpfGraphicalSubitem.hover(Subitem subitem,
DPoint pt)
Hovers the mouse over the specified coordinates relative to the specified subitem. |
void |
WpfStatelessGuiSubitemTestObject.hover(Subitem subitem,
java.awt.Point pt)
|
void |
WpfStatelessGuiSubitemTestObject.mouseMove(MouseModifiers modifiers,
Subitem subitem)
|
void |
WpfStatelessGuiSubitemTestObject.mouseMove(MouseModifiers modifiers,
Subitem subitem,
DPoint pt)
|
void |
IWpfGraphicalSubitem.mouseMove(MouseModifiers modifiers,
Subitem subitem,
DPoint pt)
Performs a move action against the associated subitem with the supplied set of mouse modifiers. |
void |
WpfStatelessGuiSubitemTestObject.mouseMove(MouseModifiers modifiers,
Subitem subitem,
java.awt.Point pt)
|
void |
WpfStatelessGuiSubitemTestObject.mouseMove(Subitem subitem)
|
void |
WpfStatelessGuiSubitemTestObject.mouseMove(Subitem subitem,
DPoint subitemPt)
|
void |
IWpfGraphicalSubitem.mouseMove(Subitem subitem,
DPoint subitemPt)
Performs a MOUSE_LEFT move action on the associated subitem |
void |
WpfStatelessGuiSubitemTestObject.mouseMove(Subitem subitem,
java.awt.Point subitemPt)
|
void |
WpfStatelessGuiSubitemTestObject.nClick(int clickCount,
MouseModifiers modifiers,
Subitem subitem,
DPoint pt)
|
void |
IWpfGraphicalSubitem.nClick(int clickCount,
MouseModifiers modifiers,
Subitem subitem,
DPoint pt)
Performs a mouse n-click action on the specified DPoint relative to the associated subitem with a modifier parameter. |
void |
WpfStatelessGuiSubitemTestObject.nClick(int clickCount,
MouseModifiers modifiers,
Subitem subitem,
java.awt.Point pt)
|
void |
WpfStatelessGuiSubitemTestObject.nClickDrag(int clickCount,
MouseModifiers modifiers,
Subitem subitem1,
DPoint pt1,
Subitem subitem2,
DPoint pt2)
|
void |
IWpfGraphicalSubitem.nClickDrag(int clickCount,
MouseModifiers modifiers,
Subitem subitem1,
DPoint pt1,
Subitem subitem2,
DPoint pt2)
Performs a mouse n-click drag action from and to the specified DPoints, relative to the associated TestObject |
void |
WpfStatelessGuiSubitemTestObject.nClickDrag(int clickCount,
MouseModifiers modifiers,
Subitem subitem1,
java.awt.Point pt1,
Subitem subitem2,
java.awt.Point pt2)
|
void |
WpfStatelessGuiSubitemTestObject.nClickDrag(int clickCount,
MouseModifiers modifiers,
Subitem subitem1,
Subitem subitem2)
|
void |
WpfStatelessGuiSubitemTestObject.nClickDragToScreenPoint(int clickCount,
MouseModifiers modifiers,
Subitem subitem,
DPoint screenPt)
|
void |
IWpfGraphicalSubitem.nClickDragToScreenPoint(int clickCount,
MouseModifiers modifiers,
Subitem subitem,
DPoint screenPt)
Performs a mouse n-click drag action on the associated subitem to the screen-relative DPoint with the supplied set of mouse modifiers. |
void |
WpfStatelessGuiSubitemTestObject.nClickDragToScreenPoint(int clickCount,
MouseModifiers modifiers,
Subitem subitem,
DPoint subitemPt,
DPoint screenPt)
|
void |
IWpfGraphicalSubitem.nClickDragToScreenPoint(int clickCount,
MouseModifiers modifiers,
Subitem subitem,
DPoint subitemPt,
DPoint screenPt)
Performs a mouse n-click drag action from the specified DPoint relative to the associated subitem to the screen-relative DPoint with the supplied set of mouse modifiers. |
void |
WpfStatelessGuiSubitemTestObject.nClickDragToScreenPoint(int clickCount,
MouseModifiers modifiers,
Subitem subitem,
java.awt.Point screenPt)
|
void |
WpfStatelessGuiSubitemTestObject.nClickDragToScreenPoint(int clickCount,
MouseModifiers modifiers,
Subitem subitem,
java.awt.Point subitemPt,
java.awt.Point screenPt)
|
void |
WpfGuiSubitemTestObject.setState(Action action,
Subitem item)
Modifies the state of a subitem. |
void |
WpfGuiSubitemTestObject.setState(Action action,
Subitem start,
Subitem end)
Modifies the state of a range of subitems. |
Uses of Subitem in com.rational.test.ft.script |
---|
Subclasses of Subitem in com.rational.test.ft.script | |
---|---|
class |
Anchor
A container class that indicates whether the inner property set is anchored. |
class |
Area
Clarifies to the user which area in the image map the HTML area tags are found in. |
class |
Button
Adds definition to Button . |
class |
Cell
A container class that enforces a semantic definition to a cell in a table or to a grid-type control in the software under test. |
class |
Column
Container class that enforces a semantic definition to a column in a table or grid-type control in the software under test. |
class |
ColumnHeader
Clarifies which column header is in the table. |
class |
Date
Adds definition to Date . |
class |
DPosition
|
class |
Header
Clarifies which header is in the table. |
class |
Href
A simple container class for an HTML URL attribute associated with a subitem value. |
class |
Id
Encapsulates a programmatically defined identifier associated with a subitem. |
class |
Image
Adds definition to a simple String value. |
class |
Index
Adds definition to a simple int value. |
class |
Link
Adds definition to a simple String value. |
class |
List
Represents a sequence of subitems. |
class |
Location
A container class that adds definition to a subitem within a component. |
class |
Name
Adds definition to a programmatic name associated with a subitem value. |
class |
Position
Adds definition to a simple int value. |
class |
Property
Provides access to name/value property pairs. |
class |
Row
Enforces a semantic definition to a row in a table or grid-type control in the software under test. |
class |
RowColumnIndex
|
class |
RowHeader
Clarifies which row header is in the table. |
class |
Separator
Represents separator controls that may appear in menus or toolbar controls. |
class |
Text
Adds definition to a simple String value. |
class |
TextPosition
Adds definition to a simple String value. |
class |
ToolTipText
Adds definition to a simple String value. |
class |
TopLeftHeader
Clarifies which column header is in the table. |
class |
Value
Acts as a common base class for several other Subitem -based
classes. |
class |
Week
Adds definition to Week . |
class |
WeekDay
Adds definition to WeekDay . |
Methods in com.rational.test.ft.script that return Subitem | |
---|---|
Subitem |
Area.getArea()
Accesses the Area value. |
Subitem |
List.getFirstSubitem()
Returns the first element in the list or null if the list is empty. |
Subitem |
TopLeftHeader.getHeader()
Accesses the text value. |
Subitem |
RowHeader.getHeader()
Accesses the text value. |
Subitem |
Header.getHeader()
Accesses the text value. |
Subitem |
ColumnHeader.getHeader()
Accesses the text value. |
Subitem |
List.getLastSubitem()
Returns the last element in the list or null if the list is empty. |
Subitem |
Row.getSubitem()
Returns the row header subitem descriptor. |
Subitem |
Column.getSubitem()
Returns the column header specification. |
Subitem |
Button.getSubitem()
|
Subitem |
List.getSubitem(int index)
Returns the subitem at the specified index in the list. |
Subitem[] |
List.getSubitems()
Returns an array containing all subitems associated with this list. |
Methods in com.rational.test.ft.script with parameters of type Subitem | |
---|---|
void |
List.append(Subitem subitem)
Appends a subitem to the end of the existing list of subitems. |
void |
List.append(Subitem[] subitems)
Appends an array of subitems to the end of the existing list of subitems. |
static Area |
SubitemFactory.atArea(Subitem area)
Returns an Area subitem. |
static Button |
SubitemFactory.atButton(Subitem item)
Returns an Button subitem. |
static Column |
SubitemFactory.atColumn(Subitem specifier)
Returns a Column subitem. |
static ColumnHeader |
SubitemFactory.atColumnHeader(Subitem header)
Returns an ColumnHeader subitem. |
static Header |
SubitemFactory.atHeader(Subitem header)
Returns an Header subitem. |
static List |
SubitemFactory.atList(Subitem s1)
Returns a List of one subitem. |
static List |
SubitemFactory.atList(Subitem[] subitems)
Returns a List consisting of an array of subitems. |
static List |
SubitemFactory.atList(Subitem s1,
Subitem s2)
Returns a List of two subitems. |
static List |
SubitemFactory.atList(Subitem s1,
Subitem s2,
Subitem s3)
Returns a List of three subitems. |
static List |
SubitemFactory.atList(Subitem s1,
Subitem s2,
Subitem s3,
Subitem s4)
Returns a List of four subitems. |
static Row |
SubitemFactory.atRow(Subitem specifier)
Returns a Row subitem. |
static RowHeader |
SubitemFactory.atRowHeader(Subitem header)
Returns an Header subitem. |
static TopLeftHeader |
SubitemFactory.atTopLeftHeader(Subitem header)
Returns an ColumnHeader subitem. |
static boolean |
List.equals(Subitem[] left,
Subitem[] right)
Compares two arrays of subitem objects. |
static boolean |
List.equals(Subitem[] left,
Subitem[] right)
Compares two arrays of subitem objects. |
static TestObject[] |
RationalTestScript.find(Subitem properties)
Finds all candidates that match given search criteria. |
static TestObject[] |
RationalTestScript.find(Subitem properties,
boolean mappableOnly)
Finds all candidates that match given search criteria. |
Constructors in com.rational.test.ft.script with parameters of type Subitem | |
---|---|
Area(Subitem area)
Constructor that takes the required Subitem value. |
|
Button(Subitem info)
|
|
Column(Subitem columnSpecifier)
|
|
ColumnHeader(Subitem header)
Constructor for ColumnHeader. |
|
Header(Subitem header)
|
|
List(Subitem subitem)
Creates a single element list of subitems. |
|
List(Subitem[] subitems)
Creates a list of subitems from the specified array of subitems. |
|
List(Subitem subitem1,
Subitem subitem2)
Creates a two-element list of subitems. |
|
List(Subitem subitem1,
Subitem subitem2,
Subitem subitem3)
Creates a three-element list of subitems. |
|
List(Subitem subitem1,
Subitem subitem2,
Subitem subitem3,
Subitem subitem4)
Creates a four-element list of subitems. |
|
Row(Subitem rowSpecifier)
|
|
RowHeader(Subitem header)
Constructor for RowHeader. |
|
TopLeftHeader(Subitem header)
Constructor for ColumnHeader. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |