Packagefr.kapit.ringchart.events
Classpublic class RingEvent
InheritanceRingEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  item : Object
[read-only] The node that caused this event to occur.
RingEvent
Public Methods
 MethodDefined by
  
RingEvent(item:Object, type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor.
RingEvent
Public Constants
 ConstantDefined 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
Property detail
itemproperty
item:Object  [read-only]

The node that caused this event to occur.

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

Constructor.

Parameters
item:Object
 
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant detail
ITEM_CLICKconstant
public static const ITEM_CLICK:String = "wedgeClick"

Dispatched when an item ( wedge or legend) is clicked.

ITEM_ROLL_OUTconstant 
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_OVERconstant 
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.