refresh(restriction)

This is a standard panel method. If the tab refresh policy is refreshOnLoad , the refresh() method refreshes all tab pages. If the tab refresh policy is refreshOnSelect (default in AXVW), the refresh() method refreshes only the currently selected tab page.

If the restriction parameter is specified, the restriction is set as "global" for all tab pages. However, tab pages that have individual restrictions (set using setTabRestriction() method) will ignore the "global" restriction.

Parameters:

  • restriction (object): (optional) Ab.view.Restriction object; global restriction for all tab pages;