Packagecom.adobe.portfolio.skins
Classpublic class PreviewSkin
InheritancePreviewSkin Inheritance spark.components.supportClasses.Skin
Implements mx.binding.IBindingClient, mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  audio : AudioPreview
PreviewSkin
  currentState : String
[override] [write-only]
PreviewSkin
  hostComponent : IPreview
PreviewSkin
  icon : Image
PreviewSkin
  pageHolder : Group
PreviewSkin
  previewGlow : GlowFilter
PreviewSkin
  scrollPad : ScrollPad
PreviewSkin
  thumbnail : Image
PreviewSkin
  video : VideoPreview
PreviewSkin
Public Methods
 MethodDefined By
  
Constructor.
PreviewSkin
Property Detail
audioproperty
public var audio:AudioPreview

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

currentStateproperty 
currentState:String  [write-only] [override]


Implementation
    public function set currentState(value:String):void
hostComponentproperty 
public var hostComponent:IPreview

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

iconproperty 
public var icon:Image

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

pageHolderproperty 
public var pageHolder:Group

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

previewGlowproperty 
public var previewGlow:GlowFilter

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

scrollPadproperty 
public var scrollPad:ScrollPad

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

thumbnailproperty 
public var thumbnail:Image

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

videoproperty 
public var video:VideoPreview

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

Constructor Detail
PreviewSkin()Constructor
public function PreviewSkin()

Constructor.