element <decoratorMapping>
Namespace:
http://schema.caplin.com/CaplinTrader/gridDefinitions
XML Representation Summary
<decoratorMapping
   
 = 
xs:string
 = 
xs:string
/>
Parent elements (1):
Description
For each grid decorator (see <decoratorMappings>), this maps the concrete name of the grid decorator class to a logical name. Only the logical names of grid decorators are serialized, not the concrete class names. This allows the class implementing a grid decorator to be swapped for a different one, without affecting the ability to restore previously saved grids that use this decorator.
Attribute Detail
className
Type:
xs:string, predefined
Use:
required
The class that will be constructed each time the corresponding logical name is referred to.

id
Type:
xs:string, predefined
Use:
required
The logical name of the grid decorator. This is the name that is used for the decorator mapping tag embedded in the <decorators> tag.