| Package | com.flextoolbox.events |
| Class | public class TreeMapBranchEvent |
| Inheritance | TreeMapBranchEvent flash.events.Event |
See also
| Method | Defined by | ||
|---|---|---|---|
|
TreeMapBranchEvent(type:String)
Constructor.
| TreeMapBranchEvent | ||
| Constant | Defined 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 | ||
| TreeMapBranchEvent | () | constructor |
public function TreeMapBranchEvent(type:String)Constructor.
Parameterstype:String |
| LAYOUT_COMPLETE | constant |
public static const LAYOUT_COMPLETE:String = "layoutComplete"Dispatched when the branch finishes laying out its children.
| REQUEST_SELECT | constant |
public static const REQUEST_SELECT:String = "requestSelect"Dispatched when the user interacts when the branch to select it.
| REQUEST_ZOOM | constant |
public static const REQUEST_ZOOM:String = "requestZoom"Dispatched when the user interacts with the branch to zoom it.