Packagecom.adobe.portfolio.skins
Classpublic class ScrollPadSkin
InheritanceScrollPadSkin Inheritance spark.components.supportClasses.Skin
Implements mx.binding.IBindingClient, 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 a Portfolio ScrollPad container.

Default MXML PropertymxmlContent

See also

com.adobe.portfolio.components.ScrollPad


Public Properties
 PropertyDefined By
  buttonScroll : Animate
ScrollPadSkin
  easeOut : Sine
ScrollPadSkin
  hostComponent : ScrollPad
ScrollPadSkin
  imageDisplay : DataGroup
ScrollPadSkin
  nextBtn : Button
ScrollPadSkin
  prevBtn : Button
ScrollPadSkin
  touchPad : Group
ScrollPadSkin
  vertLayout : VerticalLayout
ScrollPadSkin
Public Methods
 MethodDefined By
  
Constructor.
ScrollPadSkin
Protected Methods
 MethodDefined By
  
creationCompleteHandler(event:FlexEvent):void
ScrollPadSkin
Property Detail
buttonScrollproperty
public var buttonScroll:Animate

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

easeOutproperty 
public var easeOut:Sine

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

hostComponentproperty 
public var hostComponent:ScrollPad

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

imageDisplayproperty 
public var imageDisplay:DataGroup

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

nextBtnproperty 
public var nextBtn:Button

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

prevBtnproperty 
public var prevBtn:Button

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

touchPadproperty 
public var touchPad:Group

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

vertLayoutproperty 
public var vertLayout:VerticalLayout

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

Constructor Detail
ScrollPadSkin()Constructor
public function ScrollPadSkin()

Constructor.

Method Detail
creationCompleteHandler()method
protected function creationCompleteHandler(event:FlexEvent):void

Parameters

event:FlexEvent