Packagefr.kapit.components.treemap.events
Classpublic class TreeMapEvent
InheritanceTreeMapEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
TreeMapEvent(item:Object, info:ITreeMapInfo, type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor.
TreeMapEvent
Public Constants
 ConstantDefined 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
Property detail
infoproperty
info:Object  [read-only]

The data of the node that caused this event to occur.

Implementation
    public function get info():Object
itemproperty 
item:Object  [read-only]

The data of the node that caused this event to occur.

Implementation
    public function get item():Object
Constructor detail
TreeMapEvent()constructor
public function TreeMapEvent(item:Object, info:ITreeMapInfo, type:String, bubbles:Boolean = false, cancelable:Boolean = false)

Constructor.

Parameters
item:Object
 
info:ITreeMapInfo
 
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant detail
GROUP_CLICKconstant
public static const GROUP_CLICK:String = "groupClick"

Dispatched when a group header is clicked.

GROUP_DRILL_DOWNconstant 
public static const GROUP_DRILL_DOWN:String = "groupDrillDown"

Dispatched after a drill-down on a group.

GROUP_DRILL_UPconstant 
public static const GROUP_DRILL_UP:String = "groupDrillUp"

Dispatched after a drill-up on a group.

GROUP_ROLL_OUTconstant 
public static const GROUP_ROLL_OUT:String = "groupRollOut"

Dispatched when the mouse is rolled out of a group header.

GROUP_ROLL_OVERconstant 
public static const GROUP_ROLL_OVER:String = "groupRollOver"

Dispatched when the mouse is rolled over a group header.

NODE_CLICKconstant 
public static const NODE_CLICK:String = "nodeClick"

Dispatched when a node is clicked.

NODE_ROLL_OUTconstant 
public static const NODE_ROLL_OUT:String = "nodeRollOut"

Dispatched when the mouse is rolled out of a node.

NODE_ROLL_OVERconstant 
public static const NODE_ROLL_OVER:String = "nodeRollOver"

Dispatched when the mouse is rolled over a node.