| 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.
.id
This is the value of the id attribute of an element.
.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.
EditboxProxy(HtmlTestDomainImplementation, IChannel, long) - Constructor for class com.rational.test.ft.domain.html.EditboxProxy
EditPartProxy - Class in com.rational.test.ft.domain.java.eclipse.gef
EditPartProxy(Object) - Constructor for class com.rational.test.ft.domain.java.eclipse.gef.EditPartProxy
elementHandle - Variable in class com.rational.test.ft.domain.html.HtmlTestDomainImplementation.FlexChannelElementInfo
ElementProxy - Class in com.rational.test.ft.domain.html
The base class for proxies for supported HTML element types.
ElementProxy(HtmlTestDomainImplementation, IChannel, long) - Constructor for class com.rational.test.ft.domain.html.ElementProxy
EmbeddedBrowserProxy - Class in com.rational.test.ft.domain.html
EmbeddedBrowserProxy(HtmlTestDomainImplementation, IChannel, long) - Constructor for class com.rational.test.ft.domain.html.EmbeddedBrowserProxy
EmbeddedShellProxy - Class in com.rational.test.ft.domain.java.swt
EmbeddedShellProxy(Object) - Constructor for class com.rational.test.ft.domain.java.swt.EmbeddedShellProxy
EmbeddedShellProxy.EmbeddedShellChildEnumerator - Class in com.rational.test.ft.domain.java.swt
EmbeddedShellProxy.EmbeddedShellChildEnumerator(ProxyTestObject[]) - Constructor for class com.rational.test.ft.domain.java.swt.EmbeddedShellProxy.EmbeddedShellChildEnumerator
enableAllCustomDomains() - Method in class com.rational.test.ft.domain.html.HtmlTestDomainImplementation
enableAllHtmlCustomDomains() - Method in class com.rational.test.ft.domain.html.HtmlDomainProxy
Enable all html custom domain
enableAllHtmlCustomDomains() - Method in class com.rational.test.ft.domain.html.HtmlProxy
Enable all html custom domain
enableCustomDomain(String) - Method in class com.rational.test.ft.domain.html.HtmlTestDomainImplementation
enableCustomDomains(String[]) - Method in class com.rational.test.ft.domain.html.HtmlTestDomainImplementation
enableHtmlCustomDomain(String) - Method in class com.rational.test.ft.domain.html.HtmlDomainProxy
Enable a html custom subdomain
enableHtmlCustomDomain(String) - Method in class com.rational.test.ft.domain.html.HtmlProxy
Enable a html custom subdomain
enableHtmlCustomDomains(String[]) - Method in class com.rational.test.ft.domain.html.HtmlDomainProxy
Enable array of custom domains
enableHtmlCustomDomains(String[]) - Method in class com.rational.test.ft.domain.html.HtmlProxy
Enable array of custom domains
ensureIndexIsVisible(int) - Method in class com.rational.test.ft.domain.java.awt.ListProxy
ensureIndexIsVisible(int) - Method in class com.rational.test.ft.domain.java.jfc.JListProxy
If this JList is being displayed within a JViewport and the specified cell
isn't completely visible, scroll the viewport to make this cell visible.
ensureIndexIsVisible(int) - Method in class com.rational.test.ft.domain.java.swt.ListProxy
If this JList is being displayed within a JViewport and the specified cell
isn't completely visible, scroll the viewport to make this cell visible.
ensureObjectIsVisible() - Method in class com.rational.test.ft.domain.flex.FlexObjectProxy
Ensure the object is visible on the screen
This method is not applicable to Flex objects, since scrolling
operation gets recorded.
ensureObjectIsVisible() - Method in class com.rational.test.ft.domain.html.HtmlGuiProxy
ensureObjectIsVisible() - Method in class com.rational.test.ft.domain.java.JavaGuiProxy
enumerateDialogControls(long) - Static method in class com.rational.test.ft.domain.html.BrowserControlsManager
enumerator - Variable in class com.rational.test.ft.domain.html.HtmlProxy.JSObjectHtmlElementEnumeration
equals(Object) - Method in class com.rational.test.ft.domain.html.ActiveXProxy
Overrides the object-level equals with an equality against the
handles of the underlying test objects.
equals(Object) - Method in class com.rational.test.ft.domain.html.AreaProxy
Compare the option element to the subitem, return true if it
matches the value expressed by the subitem.
equals(Object) - Method in class com.rational.test.ft.domain.html.ComboListItemProxy
compare the option element to the subitem, return true if it
matches the value expressed by the subitem.
equals(Object) - Method in class com.rational.test.ft.domain.html.generichtmlsubdomain.GenericOptionProxy
compare the option element to the subitem, return true if it
matches the value expressed by the subitem.
equals(Object) - Method in class com.rational.test.ft.domain.html.generichtmlsubdomain.HtmlTestSubDomainImplementation
Compares two domains based on name.
equals(Object) - Method in class com.rational.test.ft.domain.html.HtmlProxy
Overrides the object-level equals with an equality against the
handles of the underlying test objects.
equals(Object) - Method in interface com.rational.test.ft.domain.html.IHtmlTestSubDomainImplementation
Compares two domains based on name.
equals(Object) - Method in class com.rational.test.ft.domain.html.OptionProxy
compare the option element to the subitem, return true if it
matches the value expressed by the subitem.
equals(Subitem, String) - Method in class com.rational.test.ft.domain.html.OptionProxy
This method is used to compare the subitem along with the option group.
equals(TableProxy, Subitem) - Method in class com.rational.test.ft.domain.html.TableDataCellProxy
Compare Column object of the Cell object (subitem) to this cell's column identifying information,
and return true if it matches.
equals(TableProxy, Subitem, TableDataCellProxy) - Method in class com.rational.test.ft.domain.html.TableRowProxy
Compare Row object of the Cell object (subitem) to this row's identifying information,
and return true if it matches.
equalsSubitem(Subitem) - Method in class com.rational.test.ft.domain.html.dojo.DojoGridCellProxy
equalsSubitem(Subitem) - Method in class com.rational.test.ft.domain.html.dojo.DojoGridRowProxy
ESC_DBLQUOTE - Static variable in class com.rational.test.ft.domain.html.HtmlGuiProxy
eventDispatched(AWTEvent) - Method in class com.rational.test.ft.domain.java.Java2TestDomainImplementation
Called when events are generated by the
AWTEventListener logic.
EVENTTRIGGER_KEYBOARD - Variable in class com.rational.test.ft.domain.flex.FlexListBaseProxy
EVENTTRIGGER_MOUSE - Variable in class com.rational.test.ft.domain.flex.FlexListBaseProxy
exceeds(Subitem) - Method in class com.rational.test.ft.domain.html.dojo.DojoGridRowProxy
executeAction(String, String, String, boolean) - Method in class com.rational.test.ft.domain.java.awt.HtmlJsWrapperAppletProxy
exists() - Method in class com.rational.test.ft.domain.html.HtmlBrowserProxy
exists() - Method in class com.rational.test.ft.domain.html.HtmlProxy
expand(Subitem) - Method in class com.rational.test.ft.domain.flex.FlexAdvancedDataGridProxy
expand(Subitem) - Method in class com.rational.test.ft.domain.flex.FlexTreeProxy
expand() - Method in class com.rational.test.ft.domain.html.generichtmlsubdomain.GenericTreeNodeProxy
expand(Subitem) - Method in class com.rational.test.ft.domain.html.generichtmlsubdomain.GenericTreeProxy
expandAllNodes() - Method in class com.rational.test.ft.domain.html.generichtmlsubdomain.GenericTreeProxy
expandIfNotAlreadyExpanded() - Method in class com.rational.test.ft.domain.html.generichtmlsubdomain.GenericTreeExpandCollapseNodeProxy
expandIfNotAlreadyExpanded() - Method in class com.rational.test.ft.domain.html.generichtmlsubdomain.GenericTreeNodeProxy
Expand the node only if it is expanded
expandNode(Object) - Method in class com.rational.test.ft.domain.java.jfc.JTreeProxy
Set the state of the specified node to be expanded (such
that the child nodes are visible).
expandNode(Object) - Method in class com.rational.test.ft.domain.java.swt.TableTreeProxy
Set the state of the specified node to be expanded (such
that the child nodes are visible).
expandNode(Object) - Method in class com.rational.test.ft.domain.java.swt.TreeProxy
Set the state of the specified node to be expanded (such
that the child nodes are visible).
extendSelect(int) - Method in class com.rational.test.ft.domain.java.awt.ListProxy
This method extends the current selection to include
a subitem at a specified index.
extendSelect(int) - Method in class com.rational.test.ft.domain.java.jfc.JListProxy
This method extends the current selection to include
a subitem at a specified index.
extendSelect(int) - Method in class com.rational.test.ft.domain.java.swt.CComboProxy
This method extends the current selection to include
a subitem at a specified index.
extendSelect(int) - Method in class com.rational.test.ft.domain.java.swt.ComboProxy
This method extends the current selection to include
a subitem at a specified index.
extendSelect(int) - Method in class com.rational.test.ft.domain.java.swt.ListProxy
This method extends the current selection to include
a subitem at a specified index.
extendSelect(int) - Method in class com.rational.test.ft.domain.java.swt.TableProxy
This method extends the current selection to include
a subitem at a specified index.
extendSelectNode(Object) - Method in class com.rational.test.ft.domain.java.swt.TableTreeProxy
extendSelectNode(Object) - Method in class com.rational.test.ft.domain.java.swt.TreeProxy
A B C D E F G H I J L M N O P R S T U V W X
|