Packageat.fhjoanneum.dmt.umj.core.display.sliders.skins
Classpublic class VerticalSliderSkin
InheritanceVerticalSliderSkin Inheritance spark.skins.SparkSkin
Implements mx.core.IStateClient2

Language Version : ActionScript 3.0
Product Version : Flex 4
Runtime Versions : Flash Player 10, AIR 1.5

The default skin class for the whole VerticalSlider UMJ styled component

Default MXML PropertymxmlContent

See also

spark.components.VSlider
spark.skins.spark.VSliderThumbSkin
spark.skins.spark.VSliderTrackSkin


Public Properties
 PropertyDefined By
  dataTip : ClassFactory
The tooltip used in the mx.controls.Slider control.
VerticalSliderSkin
  hostComponent : VerticalSlider
VerticalSliderSkin
  thumb : Button
The default skin class is VSliderThumbSkin.
VerticalSliderSkin
  track : Button
The default skin class is VSliderTrackSkin.
VerticalSliderSkin
Public Methods
 MethodDefined By
  
Constructor.
VerticalSliderSkin
Property Detail
dataTipproperty
public var dataTip:ClassFactory

The tooltip used in the mx.controls.Slider control. To customize the DataTip's appearance, create a custom VSliderSkin class.

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

hostComponentproperty 
public var hostComponent:VerticalSlider

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

thumbproperty 
public var thumb:Button

The default skin class is VSliderThumbSkin.

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

See also

spark.skins.spark.VSliderThumbSkin
trackproperty 
public var track:Button

The default skin class is VSliderTrackSkin.

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

See also

spark.skins.spark.VSliderTrackSkin
Constructor Detail
VerticalSliderSkin()Constructor
public function VerticalSliderSkin()

Constructor.