| Package | fr.kapit.components.treemap.events |
| Class | public class TreeMapEvent |
| Inheritance | TreeMapEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| info : Object [read-only]
The data of the node that caused this event to occur.
| TreeMapEvent | ||
| item : Object [read-only]
The data of the node that caused this event to occur.
| TreeMapEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
TreeMapEvent(item:Object, info:ITreeMapInfo, type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor.
| TreeMapEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| GROUP_CLICK : String = "groupClick" [static]
Dispatched when a group header is clicked.
| TreeMapEvent | ||
| GROUP_DRILL_DOWN : String = "groupDrillDown" [static]
Dispatched after a drill-down on a group.
| TreeMapEvent | ||
| GROUP_DRILL_UP : String = "groupDrillUp" [static]
Dispatched after a drill-up on a group.
| TreeMapEvent | ||
| GROUP_ROLL_OUT : String = "groupRollOut" [static]
Dispatched when the mouse is rolled out of a group header.
| TreeMapEvent | ||
| GROUP_ROLL_OVER : String = "groupRollOver" [static]
Dispatched when the mouse is rolled over a group header.
| TreeMapEvent | ||
| NODE_CLICK : String = "nodeClick" [static]
Dispatched when a node is clicked.
| TreeMapEvent | ||
| NODE_ROLL_OUT : String = "nodeRollOut" [static]
Dispatched when the mouse is rolled out of a node.
| TreeMapEvent | ||
| NODE_ROLL_OVER : String = "nodeRollOver" [static]
Dispatched when the mouse is rolled over a node.
| TreeMapEvent | ||
| info | property |
info:Object [read-only]The data of the node that caused this event to occur.
Implementation public function get info():Object
| item | property |
item:Object [read-only]The data of the node that caused this event to occur.
Implementation public function get item():Object
| TreeMapEvent | () | constructor |
public function TreeMapEvent(item:Object, info:ITreeMapInfo, type:String, bubbles:Boolean = false, cancelable:Boolean = false)Constructor.
Parametersitem:Object |
|
info:ITreeMapInfo |
|
type:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| GROUP_CLICK | constant |
public static const GROUP_CLICK:String = "groupClick"Dispatched when a group header is clicked.
| GROUP_DRILL_DOWN | constant |
public static const GROUP_DRILL_DOWN:String = "groupDrillDown"Dispatched after a drill-down on a group.
| GROUP_DRILL_UP | constant |
public static const GROUP_DRILL_UP:String = "groupDrillUp"Dispatched after a drill-up on a group.
| GROUP_ROLL_OUT | constant |
public static const GROUP_ROLL_OUT:String = "groupRollOut"Dispatched when the mouse is rolled out of a group header.
| GROUP_ROLL_OVER | constant |
public static const GROUP_ROLL_OVER:String = "groupRollOver"Dispatched when the mouse is rolled over a group header.
| NODE_CLICK | constant |
public static const NODE_CLICK:String = "nodeClick"Dispatched when a node is clicked.
| NODE_ROLL_OUT | constant |
public static const NODE_ROLL_OUT:String = "nodeRollOut"Dispatched when the mouse is rolled out of a node.
| NODE_ROLL_OVER | constant |
public static const NODE_ROLL_OVER:String = "nodeRollOver"Dispatched when the mouse is rolled over a node.