PropertyMapper.Getter

Syntax

Getter: function(item){ };

Description

The Getter property determines get value function.

Comments

Use JSON or the setGetter method to set the property value and the getGetter method to get the property value.

Example

The example of constructor use is given in the Example of Creating the SimpleTreeList Component with Drag-and-Drop Mode page.

See also:

PropertryMapper