MetabaseDialogBase.refreshAll

Syntax

refreshAll(clearCache: Boolean);

Parameters

clearCache. Indicates if cache data is cleared before refreshing the dialog. If this parameter is set to True, cache data of the dialog is cleared before the dialog is refreshed. If this parameter is False, data is not cleared.

Description

The refreshAll method refreshes all elements of a base dialog with repository.

Example

The example of use is given in the page with description of the MetabaseDialogBase.changeObjectListMode method.

See also:

MetabaseDialogBase