ExtJSTreePanelView Methods

Applies to TestComplete 15.63, last modified on April 23, 2024

The ExtJSTreePanelView object contains the following methods:

Method List   | View

Actions

This category includes methods that simulate user actions on the tested controls.

Name Description
CheckRow Checks or unchecks the specified row.
ClickCell Simulates a click of the left mouse button on the specified cell.
ClickCellR Simulates a click of the right mouse button on the specified cell.
ClickCellRXY Simulates a click of the right mouse button at the point (X, Y) within the specified cell.
ClickCellXY Simulates a click of the left mouse button at the point (X, Y) within the specified cell.
ClickColumnHeader Simulates a click of the left mouse button on the header of the specified column.
ClickColumnHeaderR Simulates a click of the right mouse button on the header of the specified column.
ClickColumnHeaderRXY Simulates a click of the right mouse button at the point (X, Y) within the specified column header.
ClickColumnHeaderXY Simulates a click of the left mouse button at the point (X, Y) within the specified column header.
CollapseRow Collapses the specified row.
DblClickCell Simulates a double-click of the left mouse button on the specified cell.
DblClickCellR Simulates a double-click of the right mouse button on the specified cell.
DblClickCellRXY Simulates a double-click of the right mouse button at the point (X, Y) within the specified cell.
DblClickCellXY Simulates a double-click of the left mouse button at the point (X, Y) within the specified cell.
DblClickColumnHeader Simulates a double-click of the left mouse button on the header of the specified column.
DblClickColumnHeaderR Simulates a double-click of the right mouse button on the header of the specified column.
DblClickColumnHeaderRXY Simulates a double-click of the right mouse button at the point (X, Y) within the specified column header.
DblClickColumnHeaderXY Simulates a double-click of the left mouse button at the point (X, Y) within the specified column header.
ExpandRow Expands the specified row.
FindRow Returns the index of the row holding the specified value within the specified column.
HoverMouseCell Moves the mouse pointer to the specified grid cell.
HoverMouseColumnHeader Moves the mouse pointer to the header of the specified tree panel column.
Other Categories

TestComplete provides access to internal properties and methods of tested web objects. You can view these properties and methods in the Internet Explorer, Firefox, Chrome and other categories (which categories are available depends on the type of the web browser where your tested web application is running). The TestComplete help file does not include a description of these methods and properties. For information on them, please see the DOM model description and the HTML standards for the web browser you use.

See Also

ExtJSTreePanelView Object

Highlight search results