Packageardisia.themes.london.skins
Classpublic class HSliderSkin
InheritanceHSliderSkin Inheritance spark.components.supportClasses.Skin
Implements mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  dataTip : ClassFactory
HSliderSkin
  thumb : Button
HSliderSkin
  track : Button
HSliderSkin
Public Methods
 MethodDefined By
  
Constructor.
HSliderSkin
Protected Methods
 MethodDefined By
  
eventHandler(event:Event):void
HSliderSkin
  
measure():void
[override]
HSliderSkin
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

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

Constructor Detail
HSliderSkin()Constructor
public function HSliderSkin()

Constructor.

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

Parameters

event:Event

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