| Package | com.afcomponents.umap.events |
| Class | public class ButtonEvent |
| Inheritance | ButtonEvent flash.events.Event |
| Method | Defined by | ||
|---|---|---|---|
|
ButtonEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
| ButtonEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| ACTION : String = "action" [static]
| ButtonEvent | ||
| ButtonEvent | () | constructor |
public function ButtonEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| ACTION | constant |
public static const ACTION:String = "action"