Packagecom.flextoolbox.controls.treeMapClasses
Classpublic class TreeMapHeader
InheritanceTreeMapHeader Inheritance mx.controls.Button
Implementsmx.core.IDataRenderer

The TreeMapHeader class defines the appearance of the header buttons of an TreeMap. You use the getHeaderAt() method of the TreeMap class to get a reference to an individual TreeMapHeader object.

Note: The majority of this comes from the class mx.containers.accordionClasses.AccordionHeader, from the source code provided with the Flex 2 SDK.

See also

com.joshtynjala.controls.TreeMap


Public Properties
 PropertyDefined by
  data : Object
Stores a reference to the content associated with the header.
TreeMapHeader
Public Methods
 MethodDefined by
  
Constructor.
TreeMapHeader
Property detail
dataproperty
data:Object  [read-write]

Stores a reference to the content associated with the header.

Implementation
    public function get data():Object
    public function set data(value:Object):void
Constructor detail
TreeMapHeader()constructor
public function TreeMapHeader()

Constructor.