| Package | com.flextoolbox.controls.treeMapClasses |
| Class | public class TreeMapHeader |
| Inheritance | TreeMapHeader mx.controls.Button |
| Implements | mx.core.IDataRenderer |
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
| Property | Defined by | ||
|---|---|---|---|
| data : Object
Stores a reference to the content associated with the header.
| TreeMapHeader | ||
| Method | Defined by | ||
|---|---|---|---|
|
Constructor.
| TreeMapHeader | ||
| data | property |
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
| TreeMapHeader | () | constructor |
public function TreeMapHeader()Constructor.