MetabaseObjectsView.clear

Syntax

clear();

Description

The clear method clears a list of all objects.

Example

To execute the example, the page must contain NavigatorBox component named navbox (see Example of Creating the NavigatorBox Component).

// Get object view
view = navbox.getObjectsView();
// Clear list of objects
view.clear();

After executing the example the current list of objects is cleared.

See also:

MetabaseObjectsView