NavigatorBox.getCurrentModeControl

Syntax

getCurrentModeControl();

Description

The getCurrentModeControl method returns navigator object view class.

Comments

The object view is returned by one of the classes:

Example

To execute the example, place the NavigatorBox component named mb on the HTML page (see Example of Creating the NavigatorBox Component). Get the navigator object view class:

navbox.getCurrentModeControl();

After executing the example the browser console displays the MetabaseObjectsListView class.

See also:

NavigatorBox