| Package | funnel.ui |
| 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 | ||
|---|---|---|---|
| LONG_PRESS : String = "longPress" [static]
| ButtonEvent | ||
| PRESS : String = "press" [static]
| ButtonEvent | ||
| RELEASE : String = "release" [static]
| ButtonEvent | ||
| SUSTAINED_PRESS : String = "sustainedPress" [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) |
| LONG_PRESS | constant |
public static const LONG_PRESS:String = "longPress"
| PRESS | constant |
public static const PRESS:String = "press"
| RELEASE | constant |
public static const RELEASE:String = "release"
| SUSTAINED_PRESS | constant |
public static const SUSTAINED_PRESS:String = "sustainedPress"