Tree view interaction

The Genero BDL API for GGC provides functions for interacting with tree views.

Important:

All Table interaction functions can be used with tree views. This section deals with tree view only functions.

Table 1. Functions for interacting with tree views
Function Description
collapseTree(
   treeName STRING,
   row INTEGER )
Collapse a node (row) in a tree view.
expandTree(
   treeName STRING,
   row INTEGER )
Expand a node (row) in a tree view.