SliderEvent
| Kind of class: | class |
|---|---|
| Inherits from: | Event |
| Dispatched by: | |
| Classpath: | org.asapframework.ui.slider.SliderEvent |
| File last modified: | Tuesday, 03 October 2006, 00:52:15 |
Used by the Slider to send events about the state of a slider.
Summary
Constructor
- SliderEvent (inType:String, inSource:Slider, inMin:Number, inValue:Number, inMax:Number)
Class properties
- ON_SLIDE : String
- ON_SLIDE_DONE : String
Constructor
SliderEvent
Class properties
ON_SLIDE
static ON_SLIDE:String = "onSliderMoved"
(read)
ON_SLIDE_DONE
static ON_SLIDE_DONE:String = "onSliderMoveDone"
(read)
Instance properties
max
max:Number
(read)
min
min:Number
(read)
percentage
percentage:Number
(read)
value
value:Number
(read)