CollapseRow Action (Specific to Ext JS Tree Panel Control)

Applies to TestComplete 15.63, last modified on April 10, 2024
This method is not supported in web tests (including cross-platform web tests) that use XPath expressions and CSS selectors to locate web elements. This method can be only used in tests that locate web objects by using internal identification properties provided by TestComplete.

Description

The CollapseRow action collapses the specified tree panel row. The effect is the same as if you clicked the “-” button of the row.

Declaration

TestObj.CollapseRow(Row)

TestObj A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section
Row [in]    Required    Integer    
Result None

Applies To

The method is applied to the following objects:

View Mode

To view this method in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.

Parameters

The method has the following parameter:

Row

Specifies the zero-based index of the desired data row. The first visible row has the index 0, the second - 1, and so on. The index of the last row is wRowCount - 1.

Result Value

None.

Remarks

If the specified row is not found, CollapseRow fails and posts an error message to the log.

The script recorder recognizes mouse clicks on the “-” buttons within rows, and records the CollapseRow command.

See Also

ExpandRow Action (Specific to Ext JS Tree Panel Control)

Highlight search results