MetabaseTreeList.refresh

Syntax

refresh (objectKey, withCache)

Parameters

objectKey. Key of the object, the node of which is to be refreshed. The whole tree is refreshed if this parameter is not set.

withCache. If the property is set to false (default value), data is loaded from cache during object update. If the property is set to true, cache is cleared and its contents is updated together with the component to get the latest data.

Description

The refresh method refreshes tree node by its key.

Example

The example of use is identical to the example for the MetabaseTreeList.refreshAll method.

See also:

MetabaseTreeList