Defines an interface for nodes that appear inside a
TreeMap component.
zeuslabs.visualization.treemaps.TreeMap
selected:Boolean [read-write]Implementation
public function get selected():Boolean
public function set selected(value:Boolean):void
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.
Copyright 2007 Josh Tynjala