Testing Siebel Business Applications > Functional Test Object Reference > SiebTree Methods >

IsExpanded Method


The IsExpanded method returns a Boolean value indicating whether or not the specified tree node is expanded.

Syntax

IsExpanded (Position)

Argument
Description

Position

A String that indicates the position of the node in the tree. It is in the format
   first-level-position.second-level-position.third-level-position
where each position is in relation to its current context within the preceding level. For example, 1.3.2 represents the second node within the third node of the first root node.

Returns

A Boolean value indicating whether the specified tree node is expanded (TRUE) or collapsed (FALSE).

Testing Siebel Business Applications Copyright © 2006, Oracle. All rights reserved.