getCurrentModeControl();
The getCurrentModeControl method returns navigator object view class.
The object view is returned by one of the classes:
MetabaseObjectsIconView. Objects are presented as icons.
MetabaseObjectsListView. Objects are presented as a table.
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: