MetabaseObjectsView.removeFocus

Syntax

removeFocus();

Description

The removeFocus method removes the current focus.

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();
// Unfocus the current object
view.removeFocus();

After executing the example the current object is unfocused.

See also:

MetabaseObjectsView