EventButtonEvent
| Kind of class: | class |
|---|---|
| Inherits from: | Event |
| Dispatched by: | |
| Classpath: | org.asapframework.ui.buttons.EventButtonEvent |
| File last modified: | Thursday, 13 July 2006, 09:33:58 |
Summary
Constructor
Class properties
Constructor
EventButtonEvent
function EventButtonEvent (
inType:String,
inSource:EventButton,
inBtnName:String)
Class properties
ON_PRESS
static ON_PRESS:String = "onEventButtonPress"
(read,write)
ON_RELEASE
static ON_RELEASE:String = "onEventButtonRelease"
(read,write)
ON_ROLLOUT
static ON_ROLLOUT:String = "onEventButtonRollOut"
(read,write)
ON_ROLLOVER
static ON_ROLLOVER:String = "onEventButtonRollOver"
(read,write)
Instance properties
buttonName
buttonName:String
(read,write)