| Usage
.alt
The value of the alt attribute an element. This is the
"alternate" text for the element, frequently displayed by
the browser when the mouse hovers over the element.
.bounds
A rectangle representing the bounding rectangle of the
object in screen coordinates.
.checked
This is a boolean value indicating whether a checkboxed is
currently checked (true) or not (false).
.class
This is the test object class name, for example "HtmlTable"
for a <Table> element.
.className
This the value of the class attribute of an element
.defaultChecked
This is a boolean value for the defaultchecked
attribute of the element.
.defaultValue
This is the value of the defaultValue attribute of
the element.
.disabled
The value of the disabled attribute of an element, returned
as a boolean. If true then user input is currently disabled for this
item.
.hasScript
This value is returned as a boolean.
If true then script as been associated with actions on this element.
.id
This is the value of the id attribute of an element.
.indeterminate
This value is returned as a boolean.
If true then the status of the checkbox has been changesd.
.maxLength
For an edit control (Input type=Text or TextArea) this
indicates the maximum number of characters a user may enter.
.name
This is the value of the name attribute (Form elements and
Frames only)
.offsetHeight
The height of the element.
.offsetLeft
The offset of the element from its offset parent in the DOM.
.offsetTop
The offset of the element from its offset parent in the DOM.
.offsetWidth
The width of the element.
.readOnly
The value of the readonly attribute of an
element. A boolean value that when true indicates the form
element is read only.
.screenLeft
Upper left corner of bounding rectangle in screen
coordinates, x component.
.screenTop
Upper left corner of bounding rectangle in screen
coordinates, y component.
.size
The value of the size attribute of an element. For a
Select element this indicates the number of items displayed at once in the
list. If size > 1 then the list appears as listbox, otherwise the
list appears as a Combodropdown.
.src
This is the value of the src attribute for the
element.
CheckboxProxy(HtmlTestDomainImplementation, IChannel, long) - Constructor for class com.rational.test.ft.domain.html.CheckboxProxy
CheckboxProxy - Class in com.rational.test.ft.domain.java.awt
Proxy for AWT Checkbox objects.
CheckboxProxy(Object) - Constructor for class com.rational.test.ft.domain.java.awt.CheckboxProxy
Sets the SUT object
as a member variable for the proxy.
checkForSiebelElement(ProxyTestObject, Long) - Static method in class com.rational.test.ft.domain.html.SiebelHelper
checkForSiebelElement(ProxyTestObject, boolean, Long) - Static method in class com.rational.test.ft.domain.html.SiebelHelper
checkItem(TableItem) - Method in class com.rational.test.ft.domain.java.swt.TableProxy
Sets the checked state of the table item.
checkNode(Object) - Method in class com.rational.test.ft.domain.java.swt.TreeProxy
Sets the checked state of the tree item.
childConstructed(ProxyTestObject) - Method in class com.rational.test.ft.domain.java.awt.ComponentProxy
Inform the parent when child proxies are constructed so additional recognition
properties can be added when needed.
childConstructed(ProxyTestObject) - Method in class com.rational.test.ft.domain.java.JavaProxy
Inform the parent when child proxies are constructed so additional recognition
properties can be added when needed.
childConstructed(ProxyTestObject) - Method in class com.rational.test.ft.domain.java.jfc.JPopupMenuProxy
Inform the parent when child proxies are constructed so additional recognition
properties can be added when needed.
childConstructed(ProxyTestObject) - Method in class com.rational.test.ft.domain.java.jfc.JTabbedPaneProxy
Inform the parent when child proxies are constructed so additional recognition
properties can be added when needed.
childConstructed(ProxyTestObject) - Method in class com.rational.test.ft.domain.java.jfc.JToolBarProxy
Inform the parent when child proxies are constructed so additional recognition
properties can be added when needed.
childConstructed(ProxyTestObject) - Method in class com.rational.test.ft.domain.java.swt.ControlProxy
Inform the parent when child proxies are constructed so additional recognition
properties can be added when needed.
childConstructed(ProxyTestObject) - Method in class com.rational.test.ft.domain.java.swt.CTabFolderProxy
Inform the parent when child proxies are constructed so additional recognition
properties can be added when needed.
childConstructed(ProxyTestObject) - Method in class com.rational.test.ft.domain.java.swt.GroupProxy
Inform the parent when child proxies are constructed so additional recognition
properties can be added when needed.
childConstructed(ProxyTestObject) - Method in class com.rational.test.ft.domain.java.swt.TabFolderProxy
Inform the parent when child proxies are constructed so additional recognition
properties can be added when needed.
childrenEnumerated - Variable in class com.rational.test.ft.domain.java.awt.ComponentProxy
childrenEnumerated - Variable in class com.rational.test.ft.domain.java.swt.ControlProxy
ChoiceProxy - Class in com.rational.test.ft.domain.java.awt
Proxy for the AWT Choice (ComboListBox) objects.
ChoiceProxy(Object) - Constructor for class com.rational.test.ft.domain.java.awt.ChoiceProxy
This sole constructor for all proxy objects sets the SUT object
as a member variable for the proxy.
ChromeNativeEnabled - Variable in class com.rational.test.ft.domain.html.HtmlTestDomainImplementation
circle() - Static method in class com.rational.test.ft.domain.html.AreaShape
CLabelProxy - Class in com.rational.test.ft.domain.java.swt
This is the proxy class for org.eclipse.jface.widgets.CLabel.
CLabelProxy(Object) - Constructor for class com.rational.test.ft.domain.java.swt.CLabelProxy
This sole constructor for all proxy objects sets the SUT object
as a member variable for the proxy.
CLASSINDEX - Static variable in class com.rational.test.ft.domain.html.HtmlProxy
CLASSINDEX - Static variable in class com.rational.test.ft.domain.java.awt.ComponentProxy
CLASSINDEX - Static variable in class com.rational.test.ft.domain.java.awt.MenuComponentProxy
CLASSINDEX - Static variable in class com.rational.test.ft.domain.java.eclipse.Finder
CLASSINDEX - Static variable in class com.rational.test.ft.domain.java.eclipse.gef.EditPartProxy
CLASSINDEX - Static variable in class com.rational.test.ft.domain.java.swt.ControlProxy
CLASSINDEX - Static variable in class com.rational.test.ft.domain.java.swt.MenuItemProxy
CLASSINDEX - Static variable in class com.rational.test.ft.domain.java.swt.WidgetProxy
CLASSINDEXWEIGHT - Static variable in class com.rational.test.ft.domain.java.awt.ComponentProxy
CLASSINDEXWEIGHT - Static variable in class com.rational.test.ft.domain.java.awt.MenuComponentProxy
CLASSINDEXWEIGHT - Static variable in class com.rational.test.ft.domain.java.eclipse.Finder
CLASSINDEXWEIGHT - Static variable in class com.rational.test.ft.domain.java.eclipse.gef.EditPartProxy
CLASSINDEXWEIGHT - Static variable in class com.rational.test.ft.domain.java.swt.ControlProxy
CLASSINDEXWEIGHT - Static variable in class com.rational.test.ft.domain.java.swt.MenuItemProxy
CLASSINDEXWEIGHT - Static variable in class com.rational.test.ft.domain.java.swt.WidgetProxy
CLASSPROPERTY - Static variable in class com.rational.test.ft.domain.html.HtmlProxy
ClearAllMethodSpecs() - Method in class com.rational.test.ft.domain.flex.FlexMethodSpecProvider
clearAllPropsAndFlags() - Method in class com.rational.test.ft.domain.html.HtmlXPathObject
clearAllSubdomains() - Method in class com.rational.test.ft.domain.html.HtmlProxy
clearCustomSubdomains() - Method in class com.rational.test.ft.domain.html.HtmlProxy
clearFlexQueue() - Method in class com.rational.test.ft.domain.flex.FlexTestDomainImplementation
ClearQueue() - Method in class com.rational.test.ft.domain.flex.FlexEventQueue
clearSelection() - Method in class com.rational.test.ft.domain.java.jfc.JTableProxy
Deselects all selected columns and rows.
clearSelection() - Method in class com.rational.test.ft.domain.java.jfc.JTreeProxy
Clears all selections in the treeview
component being evaluated.
clearText() - Method in class com.rational.test.ft.domain.java.swt.DialogProxy
click(Subitem) - Method in class com.rational.test.ft.domain.flex.FlexAdvancedDataGridProxy
click(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.flex.FlexAdvancedDataGridProxy
click() - Method in class com.rational.test.ft.domain.flex.FlexButtonProxy
click(String) - Method in class com.rational.test.ft.domain.flex.FlexChartSeriesProxy
click(Subitem) - Method in class com.rational.test.ft.domain.flex.FlexDataGridProxy
click(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.flex.FlexDataGridProxy
click(Subitem) - Method in class com.rational.test.ft.domain.flex.FlexListProxy
click(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.flex.FlexListProxy
click(Subitem) - Method in class com.rational.test.ft.domain.flex.FlexMenuBarProxy
click(Subitem) - Method in class com.rational.test.ft.domain.flex.FlexMenuProxy
click() - Method in class com.rational.test.ft.domain.flex.FlexObjectProxy
Performs a left-mouse click on the center point of the associated TestObject.
click(MouseModifiers) - Method in class com.rational.test.ft.domain.flex.FlexObjectProxy
Performs a left-mouse click on the specified object, relative
to coordinates within the associated TestObject.
click(Point) - Method in class com.rational.test.ft.domain.flex.FlexObjectProxy
Performs a left-mouse click on the specified coordinates, relative to the
associated TestObject.
click(MouseModifiers, Point) - Method in class com.rational.test.ft.domain.flex.FlexObjectProxy
Performs a left-mouse click on the specified coordinates, relative
to the associated TestObject.
click(Subitem) - Method in class com.rational.test.ft.domain.flex.FlexTabNavigatorProxy
click() - Method in class com.rational.test.ft.domain.flex.FlexTextAreaProxy
click(Point) - Method in class com.rational.test.ft.domain.flex.FlexTextAreaProxy
click(Subitem) - Method in class com.rational.test.ft.domain.flex.FlexTreeProxy
click(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.flex.FlexTreeProxy
click(Subitem) - Method in class com.rational.test.ft.domain.flex.SparkRichEditableTextProxy
click(MouseModifiers) - Method in class com.rational.test.ft.domain.html.AnchorProxy
click(MouseModifiers) - Method in class com.rational.test.ft.domain.html.dojo.DojoComboboxItemProxy
click(MouseModifiers, Point) - Method in class com.rational.test.ft.domain.html.dojo.DojoComboboxProxy
click(Subitem) - Method in class com.rational.test.ft.domain.html.dojo.DojoGridProxy
click(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.html.dojo.DojoGridProxy
click(Subitem) - Method in class com.rational.test.ft.domain.html.dojo.DojoMenuProxy
click(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.html.dojo.DojoMenuProxy
click(MouseModifiers, Point) - Method in class com.rational.test.ft.domain.html.dojo.DojoSpinnerProxy
click(MouseModifiers) - Method in class com.rational.test.ft.domain.html.dojo.DojoTreeNodeProxy
click(MouseModifiers) - Method in class com.rational.test.ft.domain.html.EditboxProxy
click(MouseModifiers) - Method in class com.rational.test.ft.domain.html.FormProxy
click(MouseModifiers, Point) - Method in class com.rational.test.ft.domain.html.FormProxy
click(Subitem) - Method in class com.rational.test.ft.domain.html.FrameProxy
click(Subitem, Point) - Method in class com.rational.test.ft.domain.html.FrameProxy
click(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.html.FrameProxy
click(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.html.FrameProxy
click(MouseModifiers) - Method in class com.rational.test.ft.domain.html.generichtmlsubdomain.GenericComboboxProxy
click(Subitem) - Method in class com.rational.test.ft.domain.html.generichtmlsubdomain.GenericComboboxProxy
click(Subitem) - Method in class com.rational.test.ft.domain.html.generichtmlsubdomain.GenericDropdownMenuProxy
click(Subitem) - Method in class com.rational.test.ft.domain.html.generichtmlsubdomain.GenericItemListBoxProxy
click(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.html.generichtmlsubdomain.GenericItemListBoxProxy
click(MouseModifiers) - Method in class com.rational.test.ft.domain.html.generichtmlsubdomain.GenericOptionProxy
click(Subitem) - Method in class com.rational.test.ft.domain.html.generichtmlsubdomain.GenericTreeProxy
click(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.html.generichtmlsubdomain.GenericTreeProxy
click(Subitem) - Method in class com.rational.test.ft.domain.html.GraphicalSubitem
click(Subitem, Point) - Method in class com.rational.test.ft.domain.html.GraphicalSubitem
click(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.html.GraphicalSubitem
click(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.html.GraphicalSubitem
click(MouseModifiers) - Method in class com.rational.test.ft.domain.html.HtmlDocumentProxy
click(MouseModifiers, Point) - Method in class com.rational.test.ft.domain.html.HtmlDocumentProxy
click(Subitem) - Method in class com.rational.test.ft.domain.html.HtmlDocumentProxy
click() - Method in class com.rational.test.ft.domain.html.HtmlGuiProxy
click(MouseModifiers) - Method in class com.rational.test.ft.domain.html.HtmlGuiProxy
click(MouseModifiers, Point) - Method in class com.rational.test.ft.domain.html.HtmlGuiProxy
click(Point) - Method in class com.rational.test.ft.domain.html.HtmlGuiProxy
click(Subitem) - Method in class com.rational.test.ft.domain.html.ImageProxy
click(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.html.ImageProxy
click(Subitem, Point) - Method in class com.rational.test.ft.domain.html.ImageProxy
click(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.html.ImageProxy
click(MouseModifiers) - Method in class com.rational.test.ft.domain.html.SelectProxy
click(Subitem) - Method in class com.rational.test.ft.domain.html.SelectProxy
click(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.html.SelectProxy
click(Subitem, Point) - Method in class com.rational.test.ft.domain.html.SelectProxy
click(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.html.SelectProxy
click(Subitem) - Method in class com.rational.test.ft.domain.html.TableProxy
click(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.html.TableProxy
click(Subitem, Point) - Method in class com.rational.test.ft.domain.html.TableProxy
click(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.html.TableProxy
click(MouseModifiers) - Method in class com.rational.test.ft.domain.html.TextareaProxy
click() - Method in class com.rational.test.ft.domain.java.awt.ChoiceProxy
click(Subitem) - Method in class com.rational.test.ft.domain.java.awt.ChoiceProxy
Left mouse click on the center point of the associated subitem.
click(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.awt.ChoiceProxy
Perform a mouse click action at the specified object relative
coordinates within the associated TestObject.
click(Subitem, Point) - Method in class com.rational.test.ft.domain.java.awt.ChoiceProxy
Left mouse click on the specified coordinates relative to the
associated TestObject.
click(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.awt.ChoiceProxy
Perform a mouse click action on the specified coordinates relative
to the associated TestObject.
click(Subitem) - Method in class com.rational.test.ft.domain.java.awt.ListProxy
Left mouse click on the center point of the associated subitem.
click(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.awt.ListProxy
Perform a mouse click action at the specified object relative
coordinates within the associated TestObject.
click(Subitem, Point) - Method in class com.rational.test.ft.domain.java.awt.ListProxy
Left mouse click on the specified coordinates relative to the
associated TestObject.
click(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.awt.ListProxy
Perform a mouse click action on the specified coordinates relative
to the associated TestObject.
click(Subitem) - Method in class com.rational.test.ft.domain.java.awt.MenuBarProxy
Left mouse click on the center point of the associated subitem.
click(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.awt.MenuBarProxy
Perform a mouse click action at the specified object relative
coordinates within the associated TestObject.
click(Subitem, Point) - Method in class com.rational.test.ft.domain.java.awt.MenuBarProxy
Left mouse click on the specified coordinates relative to the
associated TestObject.
click(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.awt.MenuBarProxy
Perform a mouse click action on the specified coordinates relative
to the associated TestObject.
click(Subitem) - Method in class com.rational.test.ft.domain.java.eclipse.gef.PaletteProxy
Left mouse click on the center point of the associated subitem.
click(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.eclipse.gef.PaletteProxy
Perform a mouse click action at the specified object relative
coordinates within the associated TestObject.
click(Subitem, Point) - Method in class com.rational.test.ft.domain.java.eclipse.gef.PaletteProxy
Left mouse click on the specified coordinates relative to the
associated TestObject.
click(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.eclipse.gef.PaletteProxy
Perform a mouse click action on the specified coordinates relative
to the associated TestObject.
click() - Method in class com.rational.test.ft.domain.java.JavaGuiProxy
Left mouse click on the center point of the associated TestObject;
is a simple shortcut to the click method with a modifier
parameter (modifier set to MOUSE_LEFT).
click(MouseModifiers) - Method in class com.rational.test.ft.domain.java.JavaGuiProxy
Perform a mouse click action with the specified modifiers
at the center of the associated TestObject.
click(Point) - Method in class com.rational.test.ft.domain.java.JavaGuiProxy
Left mouse click the specified coordinates relative to the
associated TestObject.
click(MouseModifiers, Point) - Method in class com.rational.test.ft.domain.java.JavaGuiProxy
Perform a mouse click action on the specified coordinates relative
to the associated TestObject.
click(MouseModifiers) - Method in class com.rational.test.ft.domain.java.jfc.JComboBoxProxy
Perform a mouse click action at the specified object relative
coordinates within the associated TestObject.
click(Subitem) - Method in class com.rational.test.ft.domain.java.jfc.JfcGraphicalSubitemProxy
Left mouse click on the center point of the associated subitem.
click(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.jfc.JfcGraphicalSubitemProxy
Perform a mouse click action at the specified object relative
coordinates within the associated TestObject.
click(Subitem, Point) - Method in class com.rational.test.ft.domain.java.jfc.JfcGraphicalSubitemProxy
Left mouse click on the specified coordinates relative to the
associated TestObject.
click(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.jfc.JfcGraphicalSubitemProxy
Perform a mouse click action on the specified coordinates relative
to the associated TestObject.
click(Subitem) - Method in class com.rational.test.ft.domain.java.jfc.JScrollPaneProxy
Left mouse click on the center point of the associated subitem.
click(Subitem) - Method in class com.rational.test.ft.domain.java.PopupMenuProxy
Left mouse click on the center point of the associated subitem.
click(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.PopupMenuProxy
Perform a mouse click action at the specified object relative
coordinates within the associated TestObject.
click(Subitem, Point) - Method in class com.rational.test.ft.domain.java.PopupMenuProxy
Left mouse click on the specified coordinates relative to the
associated TestObject.
click(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.PopupMenuProxy
Perform a mouse click action on the specified coordinates relative
to the associated TestObject.
click() - Method in class com.rational.test.ft.domain.java.swt.ComboProxy
Left mouse click on the center point of the associated TestObject;
is a simple shortcut to the click method with a modifier
parameter (modifier set to MOUSE_LEFT).
click(Subitem) - Method in class com.rational.test.ft.domain.java.swt.CTabItemProxy
Click on the close button, if CLOSE_BUTTON is passed as a parameter
click(Subitem) - Method in class com.rational.test.ft.domain.java.swt.MenuProxy
Left mouse click on the center point of the associated subitem.
click(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.swt.MenuProxy
Perform a mouse click action at the specified object relative
coordinates within the associated TestObject.
click(Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.MenuProxy
Left mouse click on the specified coordinates relative to the
associated TestObject.
click(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.MenuProxy
Perform a mouse click action on the specified coordinates relative
to the associated TestObject.
click(Button) - Method in class com.rational.test.ft.domain.java.swt.MessageBoxProxy
click(Subitem) - Method in class com.rational.test.ft.domain.java.swt.SashProxy
Left mouse click on the center point of the associated subitem.
click(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.swt.SashProxy
Perform a mouse click action at the specified object relative
coordinates within the associated TestObject.
click(Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.SashProxy
Left mouse click on the specified coordinates relative to the
associated TestObject.
click(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.SashProxy
Perform a mouse click action on the specified coordinates relative
to the associated TestObject.
click(Subitem) - Method in class com.rational.test.ft.domain.java.swt.ScrollableSwtGraphicalSubitemProxy
Left mouse click on the center point of the associated subitem.
click(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.swt.ScrollableSwtGraphicalSubitemProxy
Perform a mouse click action at the specified object relative
coordinates within the associated TestObject.
click(Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.ScrollableSwtGraphicalSubitemProxy
Left mouse click on the specified coordinates relative to the
associated TestObject.
click(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.ScrollableSwtGraphicalSubitemProxy
Perform a mouse click action on the specified coordinates relative
to the associated TestObject.
click(Subitem) - Method in class com.rational.test.ft.domain.java.swt.SwtGraphicalSubitemProxy
Left mouse click on the center point of the associated subitem.
click(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.swt.SwtGraphicalSubitemProxy
Perform a mouse click action at the specified object relative
coordinates within the associated TestObject.
click(Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.SwtGraphicalSubitemProxy
Left mouse click on the specified coordinates relative to the
associated TestObject.
click(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.SwtGraphicalSubitemProxy
Perform a mouse click action on the specified coordinates relative
to the associated TestObject.
click(Subitem) - Method in class com.rational.test.ft.domain.java.swt.TableTreeProxy
Left mouse click on the center point of the associated subitem.
click(Subitem) - Method in class com.rational.test.ft.domain.java.swt.ToolItemProxy
Left mouse click on the center point of the associated subitem.
click(MouseModifiers, Subitem) - Method in class com.rational.test.ft.domain.java.swt.ToolItemProxy
Perform a mouse click action at the specified object relative
coordinates within the associated TestObject.
click(Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.ToolItemProxy
Left mouse click on the specified coordinates relative to the
associated TestObject.
click(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.domain.java.swt.ToolItemProxy
Perform a mouse click action on the specified coordinates relative
to the associated TestObject.
click(Subitem) - Method in class com.rational.test.ft.domain.java.swt.TreeProxy
clickAccept() - Method in class com.rational.test.ft.domain.java.awt.FileDialogProxy
Clicks on the
button on the file dialog that does the accepting.
clickAccept() - Method in class com.rational.test.ft.domain.java.swt.ColorDialogProxy
clickAccept() - Method in class com.rational.test.ft.domain.java.swt.DirectoryDialogProxy
clickAccept() - Method in class com.rational.test.ft.domain.java.swt.FileDialogProxy
clickArgs - Variable in class com.rational.test.ft.domain.java.swt.ControlProxy
clickAtScreenPoint(MouseModifiers, Point) - Method in class com.rational.test.ft.domain.html.CheckboxProxy
clickAtScreenPoint(MouseModifiers, Point) - Method in class com.rational.test.ft.domain.html.EditboxProxy
Note****
The following method and the TextBoxClicker below has been overridden below to fix: WI 4812
After Just clicking the Textbox if we have to scroll then the Textbox seems to be snatching the focus back.
clickAtScreenPoint(MouseModifiers, Point) - Method in class com.rational.test.ft.domain.html.HtmlGuiProxy
Generate a click at the screen point.
clickCancel() - Method in class com.rational.test.ft.domain.java.awt.FileDialogProxy
Clicks on the cancel button on the file dialog.
clickCancel() - Method in class com.rational.test.ft.domain.java.swt.ColorDialogProxy
clickCancel() - Method in class com.rational.test.ft.domain.java.swt.DirectoryDialogProxy
Clicks on the cancel button on the file dialog.
clickCancel() - Method in class com.rational.test.ft.domain.java.swt.FileDialogProxy
Clicks on the cancel button on the file dialog.
clickDisabled() - Method in class com.rational.test.ft.domain.html.TopLevelWindowProxy
clickDisabled() - Method in class com.rational.test.ft.domain.java.awt.AppletProxy
clickDisabled() - Method in class com.rational.test.ft.domain.java.awt.TopLevelWindowProxy
All actions performed against an inactive window will be recorded as a call to this method.
clickDisabled() - Method in class com.rational.test.ft.domain.java.swt.ShellProxy
clickForComboBox() - Method in class com.rational.test.ft.domain.java.swt.CComboProxy
Perform a mouse n-click action on the specified coordinates relative
to the associated TestObject.
clickForComboBox() - Method in class com.rational.test.ft.domain.java.swt.ComboProxy
Perform a mouse n-click action on the specified coordinates relative
to the associated TestObject.
clickForSetText() - Method in class com.rational.test.ft.domain.java.swt.ComboProxy
clickToState(State) - Method in class com.rational.test.ft.domain.html.CheckboxProxy
clickToState(MouseModifiers, State) - Method in class com.rational.test.ft.domain.html.CheckboxProxy
clickToState(State) - Method in class com.rational.test.ft.domain.java.awt.CheckboxProxy
Performs the necessary mouse actions to attain the
desired state for the associated component.
clickToState(MouseModifiers, State) - Method in class com.rational.test.ft.domain.java.awt.CheckboxProxy
Performs the necessary mouse actions to attain the
desired state for the associated component.
clickToState(State) - Method in class com.rational.test.ft.domain.java.jfc.AbstractButtonProxy
This method performs the necessary mouse actions to attain the
desired state for the associated component.
clickToState(MouseModifiers, State) - Method in class com.rational.test.ft.domain.java.jfc.AbstractButtonProxy
This method performs the necessary mouse actions to attain the
desired state for the associated component.
clickToState(State) - Method in class com.rational.test.ft.domain.java.swt.ButtonProxy
This method performs the necessary mouse actions to attain the
desired state for the associated component.
clickToState(MouseModifiers, State) - Method in class com.rational.test.ft.domain.java.swt.ButtonProxy
This method performs the necessary mouse actions to attain the
desired state for the associated component.
clickWithMouse(MouseModifiers) - Method in class com.rational.test.ft.domain.html.HtmlGuiProxy
clickWithOutMouse() - Method in class com.rational.test.ft.domain.html.HtmlGuiProxy
clickWithOutMouse(long) - Method in class com.rational.test.ft.domain.html.HtmlGuiProxy
clickWithOutMouse(MouseModifiers) - Method in class com.rational.test.ft.domain.html.HtmlGuiProxy
clickWithOutMouse(MouseModifiers, Point) - Method in class com.rational.test.ft.domain.html.HtmlGuiProxy
clickWithOutMouse(MouseModifiers, long) - Method in class com.rational.test.ft.domain.html.HtmlGuiProxy
clickWithOutMouse(MouseModifiers, Point, long) - Method in class com.rational.test.ft.domain.html.HtmlGuiProxy
clickWithOutMouse(long) - Method in class com.rational.test.ft.domain.java.awt.HtmlJsWrapperAppletProxy
clickWithOutMouse(long, int, int, int) - Method in class com.rational.test.ft.domain.java.awt.HtmlJsWrapperAppletProxy
clickWithOutMouseN(long) - Method in class com.rational.test.ft.domain.html.HtmlGuiProxy
CLIENTRECTPROPERTY - Static variable in class com.rational.test.ft.domain.html.HtmlProxy
close() - Method in class com.rational.test.ft.domain.flex.FlexColorPickerProxy
close(String) - Method in class com.rational.test.ft.domain.flex.FlexColorPickerProxy
close() - Method in class com.rational.test.ft.domain.flex.FlexComboBoxProxy
close(String) - Method in class com.rational.test.ft.domain.flex.FlexComboBoxProxy
close() - Method in class com.rational.test.ft.domain.flex.FlexDateChooserProxy
close() - Method in class com.rational.test.ft.domain.flex.FlexPopUpButtonProxy
close(String) - Method in class com.rational.test.ft.domain.flex.FlexPopUpButtonProxy
close() - Method in class com.rational.test.ft.domain.flex.FlexTitleWindowProxy
close() - Method in class com.rational.test.ft.domain.html.BrowserTabProxy
close() - Method in class com.rational.test.ft.domain.html.dojo.DojoDialogProxy
close() - Method in class com.rational.test.ft.domain.html.dojo.DojoFieldsetProxy
close() - Method in class com.rational.test.ft.domain.html.dojo.DojoFloatingPaneProxy
Closes the associated pane.
close(String) - Method in class com.rational.test.ft.domain.html.dojo.DojoTabContainerProxy
Dispatched when user performs right click event on a tab item
close() - Method in class com.rational.test.ft.domain.html.dojo.DojoTitlePaneProxy
close() - Method in class com.rational.test.ft.domain.html.HtmlBrowserProxy
close() - Method in class com.rational.test.ft.domain.html.TopLevelWindowProxy
close() - Method in class com.rational.test.ft.domain.java.awt.AppletProxy
close() - Method in class com.rational.test.ft.domain.java.awt.TopLevelWindowProxy
This method closes the associated window.
close() - Method in class com.rational.test.ft.domain.java.jfc.JDesktopIconProxy
This method closes the associated window.
close() - Method in class com.rational.test.ft.domain.java.jfc.JInternalFrameProxy
This method closes the associated window.
close() - Method in class com.rational.test.ft.domain.java.swt.DialogProxy
close() - Method in class com.rational.test.ft.domain.java.swt.ShellProxy
This method closes the associated window.
CLOSE_METHOD - Static variable in class com.rational.test.ft.domain.java.swt.DialogProxy
CLSIDPROPERTY - Static variable in class com.rational.test.ft.domain.html.AppletProxy
CLSIDPROPERTY - Static variable in class com.rational.test.ft.domain.html.ObjectProxy
collapse(Subitem) - Method in class com.rational.test.ft.domain.flex.FlexAdvancedDataGridProxy
collapse(Subitem) - Method in class com.rational.test.ft.domain.flex.FlexTreeProxy
collapse() - Method in class com.rational.test.ft.domain.html.generichtmlsubdomain.GenericTreeNodeProxy
collapse(Subitem) - Method in class com.rational.test.ft.domain.html.generichtmlsubdomain.GenericTreeProxy
collapseAllNodes() - Method in class com.rational.test.ft.domain.html.generichtmlsubdomain.GenericTreeProxy
collapseNode(Object) - Method in class com.rational.test.ft.domain.java.jfc.JTreeProxy
Set the state of the specified node to be collapsed (such
that the child nodes are not visible).
collapseNode(Object) - Method in class com.rational.test.ft.domain.java.swt.TableTreeProxy
Set the state of the specified node to be collapsed (such
that the child nodes are not visible).
collapseNode(Object) - Method in class com.rational.test.ft.domain.java.swt.TreeProxy
Set the state of the specified node to be collapsed (such
that the child nodes are not visible).
COLON - Static variable in class com.rational.test.ft.domain.html.HtmlGuiProxy
ColorDialogProxy - Class in com.rational.test.ft.domain.java.swt
ColorDialogProxy(Object) - Constructor for class com.rational.test.ft.domain.java.swt.ColorDialogProxy
ColorPropertyConverter - Class in com.rational.test.ft.domain.java.swt
This class is a property converter for SWT colors.
ColorPropertyConverter() - Constructor for class com.rational.test.ft.domain.java.swt.ColorPropertyConverter
COLUMN_SEPARATOR - Static variable in class com.rational.test.ft.domain.flex.FlexObjectProxy
columnAtPoint(Point) - Method in class com.rational.test.ft.domain.java.jfc.JTableHeaderProxy
This method returns the column index for the column at
the specified Point.
columnAtPoint(Point) - Method in class com.rational.test.ft.domain.java.jfc.JTableProxy
This method returns the column index for the column at
the specified Point.
columnAtPoint(Point) - Method in class com.rational.test.ft.domain.java.swt.TableProxy
This method returns the column index for the column at
the specified Point.
columnShift(Subitem, Subitem) - Method in class com.rational.test.ft.domain.flex.FlexAdvancedDataGridProxy
com.rational.test.ft.domain - package com.rational.test.ft.domain
com.rational.test.ft.domain.flex - package com.rational.test.ft.domain.flex
com.rational.test.ft.domain.html - package com.rational.test.ft.domain.html
com.rational.test.ft.domain.html.dojo - package com.rational.test.ft.domain.html.dojo
com.rational.test.ft.domain.html.generichtmlsubdomain - package com.rational.test.ft.domain.html.generichtmlsubdomain
com.rational.test.ft.domain.java - package com.rational.test.ft.domain.java
com.rational.test.ft.domain.java.awt - package com.rational.test.ft.domain.java.awt
com.rational.test.ft.domain.java.eclipse - package com.rational.test.ft.domain.java.eclipse
com.rational.test.ft.domain.java.eclipse.gef - package com.rational.test.ft.domain.java.eclipse.gef
com.rational.test.ft.domain.java.jfc - package com.rational.test.ft.domain.java.jfc
com.rational.test.ft.domain.java.swt - package com.rational.test.ft.domain.java.swt
ComboListboxProxy - Class in com.rational.test.ft.domain.html
Implements the proxy for HTML ComboListbox elements
TestObject Interface:
GuiTestObject
Supported Test Data Types:
| Type | Desciption
list
Selected List Elements
ITestDataList
selected
List Elements
ITestDataList
Default Recognition Properties:
.class
.classIndex
.id
.name
.text
.title
Supported Canonical Properties:
| Property | Usage
.bounds
A rectangle representing the bounding rectangle of the
object in screen coordinates.
.class
This is the test object class name, for example "HtmlTable"
for a <Table> element.
.className
This the value of the class attribute of an element
.disabled
The value of the disabled attribute of an element, returned
as a boolean. If true then user input is currently disabled for this
item.
.hasScript
This value is returned as a boolean.
If true then script as been associated with actions on this element.
.id
This is the value of the id attribute of an element.
.length
The value of the length attribute of an element. For a
Select element this indicates the number of items in the list.
.multiple
The value of the multiple attribute of an element. For
a Select element (Listbox or combo dropdown) this indicates that the list
supports multiple selection, returned as a boolean.
.name
This is the value of the name attribute (Form elements and
Frames only)
.offsetHeight
The height of the element.
.offsetLeft
The offset of the element from its offset parent in the DOM.
.offsetTop
The offset of the element from its offset parent in the DOM.
.offsetWidth
The width of the element.
.selectedIndex
The value of the selectedIndex attribute of an
element. For a single selection Select element, this indicates which
option element is selected. Integer in the range of >=0.
.screenLeft
Upper left corner of bounding rectangle in screen
coordinates, x component.
.screenTop
Upper left corner of bounding rectangle in screen
coordinates, y component.
.size
The value of the size attribute of an element. For a
Select element this indicates the number of items displayed at once in the
list. If size > 1 then the list appears as listbox, otherwise the
list appears as a Combodropdown.
.tag
This is the Html tag for the element
.text
This is the text inside of the HTML tags for bounding the
element. For example, <A>This is an Anchor<IMG src=map.gif></a>
the text property will return "This is an
Anchor. All white space are combined and reduced to a single a
blank character if consecutive white space characters are found.
.title
This is the value of the title attribute of an element.
This is frequently the text displayed when hovering over the element with
the mouse.
.type
This is the value of the Type attribute of an
element. For example, for an Input element this will be text,
password, checkbox, radio, submit, image, reset, button, hidden,orfile.
.value
This is the value of the value attribute of an
element. In Form elements this represents the value which will be
sent when the form is posted.
ComboListboxProxy(HtmlTestDomainImplementation, IChannel, long) - Constructor for class com.rational.test.ft.domain.html.ComboListboxProxy
ComboListBoxProxy - Class in com.rational.test.ft.domain.java
Proxy for the native ComboListBox windows.
ComboListBoxProxy(ComboListBox, ProxyTestObject, Window) - Constructor for class com.rational.test.ft.domain.java.ComboListBoxProxy
This sole constructor for all proxy objects sets the SUT object
as a member variable for the proxy.
ComboListItemProxy - Class in com.rational.test.ft.domain.html
Implements the proxy for HTML ComboListItem objects.
ComboListItemProxy(HtmlTestDomainImplementation, IChannel, long) - Constructor for class com.rational.test.ft.domain.html.ComboListItemProxy
ComboProxy - Class in com.rational.test.ft.domain.java.swt
This is the proxy class for org.eclipse.swt.widgets.Combo.
ComboProxy(Object) - Constructor for class com.rational.test.ft.domain.java.swt.ComboProxy
This sole constructor for all proxy objects sets the SUT object
as a member variable for the proxy.
COMMA - Static variable in class com.rational.test.ft.domain.html.HtmlGuiProxy
ComponentProxy - Class in com.rational.test.ft.domain.java.awt
A proxy for java.awt.Component.
ComponentProxy(Object) - Constructor for class com.rational.test.ft.domain.java.awt.ComponentProxy
Sets the SUT object
as a member variable for the proxy.
ComponentProxy.ChildEnumerator - Class in com.rational.test.ft.domain.java.awt
ComponentProxy.ChildEnumerator(Object[]) - Constructor for class com.rational.test.ft.domain.java.awt.ComponentProxy.ChildEnumerator
ComponentProxy.ImmediateChildEnumerator - Class in com.rational.test.ft.domain.java.awt
ComponentProxy.ImmediateChildEnumerator(Object[]) - Constructor for class com.rational.test.ft.domain.java.awt.ComponentProxy.ImmediateChildEnumerator
CompositeProxy - Class in com.rational.test.ft.domain.java.swt
The proxy class for org.eclipse.swt.widgets.Composite.
CompositeProxy(Object) - Constructor for class com.rational.test.ft.domain.java.swt.CompositeProxy
This sole constructor for all proxy objects sets the SUT object
as a member variable for the proxy.
constructPath(Object[]) - Method in class com.rational.test.ft.domain.java.jfc.JTreeProxy
constructPath(Object) - Method in class com.rational.test.ft.domain.java.jfc.JTreeProxy
containsControls() - Method in class com.rational.test.ft.domain.html.FormProxy
contextHelp() - Method in class com.rational.test.ft.domain.html.TopLevelWindowProxy
contextHelp() - Method in class com.rational.test.ft.domain.java.awt.AppletProxy
contextHelp() - Method in class com.rational.test.ft.domain.java.awt.FileDialogProxy
contextHelp() - Method in class com.rational.test.ft.domain.java.awt.TopLevelWindowProxy
contextHelp() - Method in class com.rational.test.ft.domain.java.jfc.JInternalFrameProxy
contextHelp() - Method in class com.rational.test.ft.domain.java.swt.ShellProxy
ControlProxy - Class in com.rational.test.ft.domain.html
Implements the proxy for HTML control elements.
ControlProxy(HtmlTestDomainImplementation, IChannel, long) - Constructor for class com.rational.test.ft.domain.html.ControlProxy
ControlProxy - Class in com.rational.test.ft.domain.java.swt
This is the proxy class for org.eclipse.swt.widgets.Control.
ControlProxy(Object) - Constructor for class com.rational.test.ft.domain.java.swt.ControlProxy
This sole constructor for all proxy objects sets the SUT object
as a member variable for the proxy.
ControlProxy.ChildEnumerator - Class in com.rational.test.ft.domain.java.swt
ControlProxy.ChildEnumerator(Object[]) - Constructor for class com.rational.test.ft.domain.java.swt.ControlProxy.ChildEnumerator
ControlProxy.ImmediateChildEnumerator - Class in com.rational.test.ft.domain.java.swt
ControlProxy.ImmediateChildEnumerator(Object[]) - Constructor for class com.rational.test.ft.domain.java.swt.ControlProxy.ImmediateChildEnumerator
convert(Object) - Method in class com.rational.test.ft.domain.java.swt.ColorPropertyConverter
Convert from the source class to the target class
convertFromScreenToOffset(Point) - Method in class com.rational.test.ft.domain.html.HtmlGuiProxy
convertProperty(String, String) - Static method in class com.rational.test.ft.domain.flex.FlexUtil
CoolBarProxy - Class in com.rational.test.ft.domain.java.swt
This is the proxy class for org.eclipse.swt.widgets.CoolBar.
CoolBarProxy(Object) - Constructor for class com.rational.test.ft.domain.java.swt.CoolBarProxy
This sole constructor for all proxy objects sets the SUT object
as a member variable for the proxy.
CoolItemProxy - Class in com.rational.test.ft.domain.java.swt
This is the proxy class for org.eclipse.swt.widgets.CoolItem.
CoolItemProxy(Object) - Constructor for class com.rational.test.ft.domain.java.swt.CoolItemProxy
This sole constructor for all proxy objects sets the SUT object
as a member variable for the proxy.
createAndRunWorkbench(Display, WorkbenchAdvisor) - Static method in class com.rational.test.ft.domain.java.eclipse.PlatformUIWrapper
createDefaultTableModel(TableModel) - Method in class com.rational.test.ft.domain.java.jfc.SiebelTableProxy
This method takes a given tableModel (regardless of its specific class)
and returns a DefaultTableModel containing the same data as the given
one. Implementation note: this method is required to cope with the
problem present in SiebelTableModel which inspects the calling stack
trace (looking for the 6th caller in the stack) to find a kind of
javax.swing.plaf.ComponentUI instance.
createDisplay() - Static method in class com.rational.test.ft.domain.java.eclipse.PlatformUIWrapper
CreateMethodSpec(String, String, String) - Method in class com.rational.test.ft.domain.flex.FlexTestDomainImplementation
createTestContext() - Method in class com.rational.test.ft.domain.html.HtmlTestDomainImplementation
CTabFolderProxy - Class in com.rational.test.ft.domain.java.swt
This is the proxy class for org.eclipse.swt.custom.CTabFolder.
CTabFolderProxy(Object) - Constructor for class com.rational.test.ft.domain.java.swt.CTabFolderProxy
This sole constructor for all proxy objects sets the SUT object
as a member variable for the proxy.
CTabItemProxy - Class in com.rational.test.ft.domain.java.swt
CTabItemProxy(Object) - Constructor for class com.rational.test.ft.domain.java.swt.CTabItemProxy
currentMethod - Variable in class com.rational.test.ft.domain.html.HtmlGuiProxy
currentMethod - Variable in class com.rational.test.ft.domain.java.swt.ControlProxy
A B C D E F G H I J L M N O P R S T U V W X
| | |