Packagecom.adobe.portfolio.skins
Classpublic class CardSliderSkin
InheritanceCardSliderSkin 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 Portfolio CardSlider component. The thumb and track skins are defined by the CardSliderThumbSkin and CardSliderTrackSkin classes, respectively.

Default MXML PropertymxmlContent

See also

com.adobe.portfolio.components.CardSlider
spark.skins.spark.HSliderThumbSkin
spark.skins.spark.HSliderTrackSkin


Public Properties
 PropertyDefined By
  dataTip : ClassFactory
The tooltip used in the mx.controls.Slider control.
CardSliderSkin
  hostComponent : CardSlider
CardSliderSkin
  thumb : Button
The default skin class is HSliderThumbSkin.
CardSliderSkin
  track : Button
The default skin class is HSliderTrackSkin.
CardSliderSkin
Public Methods
 MethodDefined By
  
Constructor.
CardSliderSkin
Protected Methods
 MethodDefined By
  
measure():void
[override]
CardSliderSkin
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.

hostComponentproperty 
public var hostComponent:CardSlider

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
CardSliderSkin()Constructor
public function CardSliderSkin()

Constructor.

Method Detail
measure()method
override protected function measure():void