Access keys

SliderEvent

Kind of class: class
Inherits from: Event
Dispatched by:
Classpath: org.asapframework.ui.slider.SliderEvent
File last modified: Monday, 02 October 2006, 09:42:00
Used by the Slider to send events about the state of a slider.

Summary

Constructor
Class properties
Instance properties
Instance properties inherited from Event

Constructor

SliderEvent

function SliderEvent (
inType:String, inSource:Slider, inMin:Number, inValue:Number, inMax:Number)

Class properties

ON_SLIDE

static ON_SLIDE:String = "onSliderMoved"
(read,write)

ON_SLIDE_DONE

static ON_SLIDE_DONE:String = "onSliderMoveDone"
(read,write)

Instance properties

max

max:Number
(read,write)

min

min:Number
(read,write)

percentage

percentage:Number
(read,write)

value

value:Number
(read,write)