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