MetabaseDialogBase.refreshAll

Syntax

refreshAll(clearCache: Boolean);

Parameters

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

Description

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

Example

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

See also:

MetabaseDialogBase