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.
protected var autoListen:AutoListen
protected var autoWatch:AutoWatch
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
protected var mouseDown:Boolean
public function CardSlider()
Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 10.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
Constructor.
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
.
protected function dataTipFormat(value:Number):Object
Parameters
Returns protected function onChange(e:Event):void
Parameters
protected function onChangeEnd(e:Event):void
Parameters
protected function onMouseDown(e:MouseEvent):void
Parameters
protected function onMouseUp(e:MouseEvent):void
Parameters
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.
override protected function system_mouseWheelHandler(event:MouseEvent):void
Parameters
override protected function thumb_mouseDownHandler(event:MouseEvent):void
Parameters
Mon Apr 25 2011, 05:54 PM -07:00