| Package | ardisia.themes.london.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 | HSliderSkin | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | HSliderSkin | ||
| Method | Defined By | ||
|---|---|---|---|
eventHandler(event:Event):void | HSliderSkin | ||
measure():void [override] | HSliderSkin | ||
| dataTip | property |
public var dataTip:ClassFactoryThis property can be used as the source for data binding.
| thumb | property |
public var thumb:ButtonThis property can be used as the source for data binding.
| track | property |
public var track:ButtonThis property can be used as the source for data binding.
| HSliderSkin | () | Constructor |
public function HSliderSkin()Constructor.
| eventHandler | () | method |
protected function eventHandler(event:Event):voidParameters
event:Event |
| measure | () | method |
override protected function measure():void