| Package | com.flextoolbox.events |
| Class | public class TreeMapEvent |
| Inheritance | TreeMapEvent flash.events.Event |
TreeMap control.
See also
| Property | Defined by | ||
|---|---|---|---|
| itemRenderer : ITreeMapItemRenderer
The item renderer to which the event is associated.
| TreeMapEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
TreeMapEvent(type:String, itemRenderer:ITreeMapItemRenderer = null, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor.
| TreeMapEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| BRANCH_ZOOM : String = "branchZoom" [static]
Dispatched when the user zooms a branch item in the TreeMap component.
| TreeMapEvent | ||
| LEAF_CLICK : String = "leafClick" [static]
Dispatched when the user clicks on a leaf item in the TreeMap component.
| TreeMapEvent | ||
| LEAF_DOUBLE_CLICK : String = "leafDoubleClick" [static]
Dispatched when the user double clicks on a leaf item in the TreeMap component.
| TreeMapEvent | ||
| LEAF_ROLL_OUT : String = "leafRollOut" [static]
Dispatched when the user rolls out of a leaf item in the TreeMap component.
| TreeMapEvent | ||
| LEAF_ROLL_OVER : String = "leafRollOver" [static]
Dispatched when the user rolls over a leaf item in the TreeMap component.
| TreeMapEvent | ||
| itemRenderer | property |
public var itemRenderer:ITreeMapItemRenderer
The item renderer to which the event is associated. This value may
be null if the event wasn't dispatched as a result of
user interaction.
| TreeMapEvent | () | constructor |
public function TreeMapEvent(type:String, itemRenderer:ITreeMapItemRenderer = null, bubbles:Boolean = false, cancelable:Boolean = false)Constructor.
Parameterstype:String |
|
itemRenderer:ITreeMapItemRenderer (default = null) |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| BRANCH_ZOOM | constant |
public static const BRANCH_ZOOM:String = "branchZoom"Dispatched when the user zooms a branch item in the TreeMap component.
| LEAF_CLICK | constant |
public static const LEAF_CLICK:String = "leafClick"Dispatched when the user clicks on a leaf item in the TreeMap component.
| LEAF_DOUBLE_CLICK | constant |
public static const LEAF_DOUBLE_CLICK:String = "leafDoubleClick"Dispatched when the user double clicks on a leaf item in the TreeMap component.
| LEAF_ROLL_OUT | constant |
public static const LEAF_ROLL_OUT:String = "leafRollOut"Dispatched when the user rolls out of a leaf item in the TreeMap component.
| LEAF_ROLL_OVER | constant |
public static const LEAF_ROLL_OVER:String = "leafRollOver"Dispatched when the user rolls over a leaf item in the TreeMap component.