Packagecom.flextoolbox.controls.treeMapClasses
Interfacepublic interface ITreeMapItemRenderer extends mx.core.IDataRenderer, mx.core.IUIComponent, flash.events.IEventDispatcher, mx.core.IFlexDisplayObject, mx.styles.IStyleClient, mx.core.IInvalidating
SubinterfacesITreeMapBranchRenderer, ITreeMapLeafRenderer

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

See also

com.flextoolbox.controls.TreeMap


Public Properties
 PropertyDefined by
  selected : Boolean
Indicates if the item is selected or not.
ITreeMapItemRenderer
Property detail
selectedproperty
selected:Boolean  [read-write]

Indicates if the item is selected or not.

Implementation
    public function get selected():Boolean
    public function set selected(value:Boolean):void