Package | ardisia.themes.stockholm.skins |
Class | public class HSliderSkin |
Inheritance | HSliderSkin spark.components.supportClasses.Skin |
Implements | mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
dataTip : ClassFactory | HSliderSkin | ||
thumb : Button | HSliderSkin | ||
track : Button fill space as a mouse dispatcher | HSliderSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | HSliderSkin |
Method | Defined By | ||
---|---|---|---|
eventHandler(event:Event):void | HSliderSkin | ||
measure():void [override] | HSliderSkin |
dataTip | property |
public var dataTip:ClassFactory
This property can be used as the source for data binding.
thumb | property |
public var thumb:Button
This property can be used as the source for data binding.
track | property |
public var track:Button
fill space as a mouse dispatcher
This property can be used as the source for data binding.
HSliderSkin | () | Constructor |
public function HSliderSkin()
Constructor.
eventHandler | () | method |
protected function eventHandler(event:Event):void
Parameters
event:Event |
measure | () | method |
override protected function measure():void