Packagecom.flextoolbox.events
Classpublic class TreeMapBranchEvent
InheritanceTreeMapBranchEvent Inheritance flash.events.Event

Event used by branch renderers to indicate certain changes.

See also

com.flextoolbox.controls.treeMapClasses.ITreeMapBranchRenderer


Public Methods
 MethodDefined by
  
TreeMapBranchEvent(type:String)
Constructor.
TreeMapBranchEvent
Public Constants
 ConstantDefined by
  LAYOUT_COMPLETE : String = "layoutComplete"
[static] Dispatched when the branch finishes laying out its children.
TreeMapBranchEvent
  REQUEST_SELECT : String = "requestSelect"
[static] Dispatched when the user interacts when the branch to select it.
TreeMapBranchEvent
  REQUEST_ZOOM : String = "requestZoom"
[static] Dispatched when the user interacts with the branch to zoom it.
TreeMapBranchEvent
Constructor detail
TreeMapBranchEvent()constructor
public function TreeMapBranchEvent(type:String)

Constructor.

Parameters
type:String
Constant detail
LAYOUT_COMPLETEconstant
public static const LAYOUT_COMPLETE:String = "layoutComplete"

Dispatched when the branch finishes laying out its children.

REQUEST_SELECTconstant 
public static const REQUEST_SELECT:String = "requestSelect"

Dispatched when the user interacts when the branch to select it.

REQUEST_ZOOMconstant 
public static const REQUEST_ZOOM:String = "requestZoom"

Dispatched when the user interacts with the branch to zoom it.