Packagecom.asfusion.controls.ratingclasses
Classpublic class RatingEvent
InheritanceRatingEvent Inheritance flash.events.Event

Event dispatched when user changes rating selected value or when that value is programatically changed



Public Properties
 PropertyDefined by
  selectedValue : uint
RatingEvent
Public Methods
 MethodDefined by
  
RatingEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
RatingEvent
Public Constants
 ConstantDefined by
  SELECTION_CHANGE : String = "selectionChange"
[static]
RatingEvent
Property detail
selectedValueproperty
public var selectedValue:uint
Constructor detail
RatingEvent()constructor
public function RatingEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant detail
SELECTION_CHANGEconstant
public static const SELECTION_CHANGE:String = "selectionChange"