Packagecom.flextoolbox.controls.treeMapClasses
Interfacepublic interface IDropInTreeMapItemRenderer
ImplementorsBaseTreeMapBranchRenderer, LiteTreeMapLeafRenderer, TreeMapLeafRenderer

The interface that defines functionality required for a TreeMap control's drop-in item renderers.

See also

com.flextoolbox.controls.TreeMap


Public Properties
 PropertyDefined by
  treeMapData : BaseTreeMapData
When a component is used as a drop-in item renderer Flex initializes the treeMapData property of the component with the additional data from the TreeMap control.
IDropInTreeMapItemRenderer
Property detail
treeMapDataproperty
treeMapData:BaseTreeMapData  [read-write]

When a component is used as a drop-in item renderer Flex initializes the treeMapData property of the component with the additional data from the TreeMap control. The component can then use the treeMapData property and the data property to display the appropriate information as a drop-in item renderer.

You do not set this property in MXML or ActionScript; Flex sets it when the component is used as a drop-in item renderer.

Implementation
    public function get treeMapData():BaseTreeMapData
    public function set treeMapData(value:BaseTreeMapData):void