BaseCtrl.View

Syntax

View: PP.Control

Description

The View property determines visual component used by BI tool.

Example

To execute the example the HTML page must contain the DimensionTree component named dimTree (see Example of Creating the DimensionTree Component):

dimTree.getDimTreeCtrl().getView()

 

The getView method returns an instance of the PP.Mb.Ui.DimensionTree class.

See also:

BaseCtrl