Packagecom.adobe.portfolio.components
Classpublic class CardSlider
InheritanceCardSlider Inheritance spark.components.HSlider
Implements IListenAndWatch

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The CardSlider class extends HSlider and displays card thumbnails above the slider thumb.



Public Properties
 PropertyDefined By
  cardProvider : ICardProvider
The ICardProvider that CardSlider uses for displaying the card thumbnail.
CardSlider
Protected Properties
 PropertyDefined By
  autoListen : AutoListen
CardSlider
  autoWatch : AutoWatch
CardSlider
  mouseDown : Boolean
CardSlider
Public Methods
 MethodDefined By
  
Constructor.
CardSlider
  
Adds listeners and watchers that are unwatched and unlistened by removeListenAndWatch.
CardSlider
  
Removes all listeners and watchers.
CardSlider
Protected Methods
 MethodDefined By
  
dataTipFormat(value:Number):Object
CardSlider
  
onChange(e:Event):void
CardSlider
  
onChangeEnd(e:Event):void
CardSlider
  
onMouseDown(e:MouseEvent):void
CardSlider
  
onMouseUp(e:MouseEvent):void
CardSlider
  
system_mouseWheelHandler(event:MouseEvent):void
[override]
CardSlider
  
thumb_mouseDownHandler(event:MouseEvent):void
[override]
CardSlider
Property Detail
autoListenproperty
protected var autoListen:AutoListen

autoWatchproperty 
protected var autoWatch:AutoWatch

cardProviderproperty 
cardProvider:ICardProvider

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The ICardProvider that CardSlider uses for displaying the card thumbnail. Typically set from MXML.

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


Implementation
    public function get cardProvider():ICardProvider
    public function set cardProvider(value:ICardProvider):void
mouseDownproperty 
protected var mouseDown:Boolean

Constructor Detail
CardSlider()Constructor
public function CardSlider()

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Constructor.

Method Detail
addListenAndWatch()method
public function addListenAndWatch():void

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Adds listeners and watchers that are unwatched and unlistened by removeListenAndWatch.

dataTipFormat()method 
protected function dataTipFormat(value:Number):Object

Parameters

value:Number

Returns
Object
onChange()method 
protected function onChange(e:Event):void

Parameters

e:Event

onChangeEnd()method 
protected function onChangeEnd(e:Event):void

Parameters

e:Event

onMouseDown()method 
protected function onMouseDown(e:MouseEvent):void

Parameters

e:MouseEvent

onMouseUp()method 
protected function onMouseUp(e:MouseEvent):void

Parameters

e:MouseEvent

removeListenAndWatch()method 
public function removeListenAndWatch():void

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Removes all listeners and watchers.

system_mouseWheelHandler()method 
override protected function system_mouseWheelHandler(event:MouseEvent):void

Parameters

event:MouseEvent

thumb_mouseDownHandler()method 
override protected function thumb_mouseDownHandler(event:MouseEvent):void

Parameters

event:MouseEvent