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

Defines an interface for nodes that appear inside a TreeMap component.

See also

zeuslabs.visualization.treemaps.TreeMap


Public Properties
 PropertyDefined by
  selected : Boolean
ITreeMapNodeRenderer
Events
 EventSummaryDefined by
   Dispatched when the data property changes.ITreeMapNodeRenderer
Property detail
selectedproperty
selected:Boolean  [read-write]Implementation
    public function get selected():Boolean
    public function set selected(value:Boolean):void
Event detail
dataChangeevent 
Event object type: mx.events.FlexEvent

Dispatched when the data property changes.

When you use a component as an node renderer, the data property contains the data to display. You can listen for this event and update the component when the data property changes.