Packageat.fhjoanneum.dmt.umj.core.display.sliders.skins
Classpublic class HorizontalSliderSkin
InheritanceHorizontalSliderSkin 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 HorizontalSlider UMJ styled component

Default MXML PropertymxmlContent

See also

spark.components.HSlider
spark.skins.spark.HSliderThumbSkin
spark.skins.spark.HSliderTrackSkin


Public Properties
 PropertyDefined By
  dataTip : ClassFactory
The tooltip used in the mx.controls.Slider control.
HorizontalSliderSkin
  thumb : Button
The default skin class is HSliderThumbSkin.
HorizontalSliderSkin
  track : Button
The default skin class is HSliderTrackSkin.
HorizontalSliderSkin
Public Methods
 MethodDefined By
  
Constructor.
HorizontalSliderSkin
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 HSliderSkin class.

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

thumbproperty 
public var thumb:Button

The default skin class is HSliderThumbSkin.

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

See also

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

The default skin class is HSliderTrackSkin.

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

See also

spark.skins.spark.HSliderTrackSkin
Constructor Detail
HorizontalSliderSkin()Constructor
public function HorizontalSliderSkin()

Constructor.