removeFocus();
The removeFocus method removes the current focus.
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: