| Package | ardisia.themes.london.skins |
| Class | public class VSliderSkin |
| Inheritance | VSliderSkin spark.components.supportClasses.Skin |
| Implements | mx.core.IStateClient2 |
Default MXML PropertymxmlContent
| Property | Defined By | ||
|---|---|---|---|
| dataTip : ClassFactory | VSliderSkin | ||
| thumb : Button | VSliderSkin | ||
| track : Button | VSliderSkin | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | VSliderSkin | ||
| Method | Defined By | ||
|---|---|---|---|
eventHandler(event:Event):void | VSliderSkin | ||
measure():void [override] | VSliderSkin | ||
| 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.
| VSliderSkin | () | Constructor |
public function VSliderSkin()Constructor.
| eventHandler | () | method |
protected function eventHandler(event:Event):voidParameters
event:Event |
| measure | () | method |
override protected function measure():void