MetabaseDialogBase.refreshAll

Syntax

refreshAll(clearCache: Boolean);

Parameters

clearCache. Indicates whether cached data is cleared before refreshing dialog box. If the parameter is set to true, cached data is cleared before refreshing dialog box, if the parameter is set to false, cached 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