TreeListBase.updateMappers

Syntax

updateMappers();

Description

The updateMappers method refreshes data mapping objects.

Example

Executing the example requires the SimpleTreeList component with the Tree identifier (see Example of Creating the SimpleTreeList Component).

// Refresh data mapping objects
Tree.updateMappers();

After executing the example data mapping objects are refreshed.

See also:

TreeListBase