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 DimTree component named dimTree (see Example of Creating the DimensionTree Component):

dimTree.getDimTreeCtrl().getView()

 

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

See also:

BaseCtrl