| Package | fr.kapit.ringchart.events |
| Class | public class RingEvent |
| Inheritance | RingEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| item : Object [read-only]
The node that caused this event to occur.
| RingEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
RingEvent(item:Object, type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor.
| RingEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| ITEM_CLICK : String = "wedgeClick" [static]
Dispatched when an item ( wedge or legend) is clicked.
| RingEvent | ||
| ITEM_ROLL_OUT : String = "itemRollOut" [static]
Dispatched when the mouse is rolled out of an item that can be a wedge or a legend.
| RingEvent | ||
| ITEM_ROLL_OVER : String = "itemRollOver" [static]
Dispatched when the mouse is rolled over an Item that can be a wedge or a legend.
| RingEvent | ||
| item | property |
item:Object [read-only]The node that caused this event to occur.
Implementation public function get item():Object
| RingEvent | () | constructor |
public function RingEvent(item:Object, type:String, bubbles:Boolean = false, cancelable:Boolean = false)Constructor.
Parametersitem:Object |
|
type:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| ITEM_CLICK | constant |
public static const ITEM_CLICK:String = "wedgeClick"Dispatched when an item ( wedge or legend) is clicked.
| ITEM_ROLL_OUT | constant |
public static const ITEM_ROLL_OUT:String = "itemRollOut"Dispatched when the mouse is rolled out of an item that can be a wedge or a legend.
| ITEM_ROLL_OVER | constant |
public static const ITEM_ROLL_OVER:String = "itemRollOver"Dispatched when the mouse is rolled over an Item that can be a wedge or a legend.