Adobe Flex 2 Language Reference - collected by Jimbob | Back to MY RESOURCES


Packagemx.events
Classpublic final class SliderEventClickTarget
InheritanceSliderEventClickTarget Inheritance Object

The SliderEventClickTarget class defines the constants for the values of the clickTarget property of the SliderEvent class.

See also

mx.events.SliderEvent


Public Properties
 PropertyDefined by
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined by
 Inherited
setPropertyIsEnumerable(name:String, isEnum:Boolean = true):void
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined by
  THUMB : String = "thumb"
[static] Specifies that the Slider's thumb was clicked.
SliderEventClickTarget
  TRACK : String = "track"
[static] Specifies that the Slider's track was clicked.
SliderEventClickTarget
Constant detail
THUMBconstant
public static const THUMB:String = "thumb"

Specifies that the Slider's thumb was clicked.

TRACKconstant 
public static const TRACK:String = "track"

Specifies that the Slider's track was clicked.






collected by Jimbob 2007.05