| Package | com.asfusion.controls.ratingclasses |
| Class | public class RatingEvent |
| Inheritance | RatingEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| selectedValue : uint | RatingEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
RatingEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
| RatingEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| SELECTION_CHANGE : String = "selectionChange" [static]
| RatingEvent | ||
| selectedValue | property |
public var selectedValue:uint
| RatingEvent | () | constructor |
public function RatingEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| SELECTION_CHANGE | constant |
public static const SELECTION_CHANGE:String = "selectionChange"