AUI tree information

The Genero BDL API for GGC provides functions for getting information about the Abstract User Interface (AUI) tree.

Table 1. Functions for AUI trees
Function Description
FormSelector(
   name STRING)
   RETURNS STRING
Get the selector for the specified form.
getAuiTree()
    RETURNS xml.DomDocument
Get the AUI tree of the tested application.
getAuiTreePart(
   partSelector STRING)
   RETURNS xml.DomDocument
Get part of the AUI tree of the tested application.
mediaSize(
   msize STRING )
Set the device display area.
WindowSelector(
   name STRING)
   RETURNS STRING
Get the selector for the specified window.
CurrentDialogSelector() RETURNS STRING
Get the current dialog of the tested application.
DialogSelector
   (name STRING)
   RETURNS STRING
Get the selector for the specified dialog.