Packageardisia.themes.stockholm.skins
Classpublic class VSliderSkin
InheritanceVSliderSkin Inheritance spark.components.supportClasses.Skin
Implements mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  dataTip : ClassFactory
VSliderSkin
  thumb : Button
VSliderSkin
  track : Button
fill space as a mouse dispatcher
VSliderSkin
Public Methods
 MethodDefined By
  
Constructor.
VSliderSkin
Protected Methods
 MethodDefined By
  
eventHandler(event:Event):void
VSliderSkin
  
measure():void
[override]
VSliderSkin
Property Detail
dataTipproperty
public var dataTip:ClassFactory

This property can be used as the source for data binding.

thumbproperty 
public var thumb:Button

This property can be used as the source for data binding.

trackproperty 
public var track:Button

fill space as a mouse dispatcher

This property can be used as the source for data binding.

Constructor Detail
VSliderSkin()Constructor
public function VSliderSkin()

Constructor.

Method Detail
eventHandler()method
protected function eventHandler(event:Event):void

Parameters

event:Event

measure()method 
override protected function measure():void