Packagecom.adobe.portfolio.skins
Classpublic class FolderCardSkin
InheritanceFolderCardSkin Inheritance spark.components.supportClasses.Skin
Implements IBasicCardSkin, mx.binding.IBindingClient, mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  backgroundGroup : Group
FolderCardSkin
  borderColor : SolidColor
FolderCardSkin
  borderShape : Rect
FolderCardSkin
  closeButton : Button
FolderCardSkin
  contentGroup : Group
FolderCardSkin
  extractOrDeleteButton : IconButton
FolderCardSkin
  folderIcon : Image
FolderCardSkin
  folderImage : FlashContainer
FolderCardSkin
  foregroundShape : Rect
FolderCardSkin
  hostComponent : SimpleCard
FolderCardSkin
  hoverArea : Rect
FolderCardSkin
  infoButton : IconButton
FolderCardSkin
  infoCloseButton : Button
FolderCardSkin
  infoFields : InfoFields
FolderCardSkin
  metaLabels : Group
FolderCardSkin
  rotationDuration : int
FolderCardSkin
  selectedBG : Rect
FolderCardSkin
  selectedGlow : Rect
FolderCardSkin
  selectedGlowFilter : Array
FolderCardSkin
  sineEaseIn : Power
FolderCardSkin
  sineEaseOut : Power
FolderCardSkin
  titleBar : Group
FolderCardSkin
  toInfoTransition : Sequence
FolderCardSkin
  toThumbTransition : Sequence
FolderCardSkin
  txtDS : Array
FolderCardSkin
  whiteTxtDropShadow : Array
FolderCardSkin
  xBlur : BlurFilter
FolderCardSkin
  zoomLarge : Scale3D
FolderCardSkin
  zoomLargeEffect : IEffect
[read-only]
FolderCardSkin
  zoomNormal : Scale3D
FolderCardSkin
  zoomNormalEffect : IEffect
[read-only]
FolderCardSkin
Public Methods
 MethodDefined By
  
Constructor.
FolderCardSkin
Protected Constants
 ConstantDefined By
  collectionManager : CollectionManager
[static]
FolderCardSkin
Property Detail
backgroundGroupproperty
public var backgroundGroup:Group

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

borderColorproperty 
public var borderColor:SolidColor

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

borderShapeproperty 
public var borderShape:Rect

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

closeButtonproperty 
public var closeButton:Button

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

contentGroupproperty 
public var contentGroup:Group

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

extractOrDeleteButtonproperty 
public var extractOrDeleteButton:IconButton

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

folderIconproperty 
public var folderIcon:Image

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

folderImageproperty 
public var folderImage:FlashContainer

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

foregroundShapeproperty 
public var foregroundShape:Rect

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

hostComponentproperty 
public var hostComponent:SimpleCard

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

hoverAreaproperty 
public var hoverArea:Rect

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

infoButtonproperty 
public var infoButton:IconButton

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

infoCloseButtonproperty 
public var infoCloseButton:Button

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

infoFieldsproperty 
public var infoFields:InfoFields

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

metaLabelsproperty 
public var metaLabels:Group

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

rotationDurationproperty 
public var rotationDuration:int

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

selectedBGproperty 
public var selectedBG:Rect

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

selectedGlowproperty 
public var selectedGlow:Rect

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

selectedGlowFilterproperty 
public var selectedGlowFilter:Array

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

sineEaseInproperty 
public var sineEaseIn:Power

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

sineEaseOutproperty 
public var sineEaseOut:Power

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

titleBarproperty 
public var titleBar:Group

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

toInfoTransitionproperty 
public var toInfoTransition:Sequence

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

toThumbTransitionproperty 
public var toThumbTransition:Sequence

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

txtDSproperty 
public var txtDS:Array

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

whiteTxtDropShadowproperty 
public var whiteTxtDropShadow:Array

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

xBlurproperty 
public var xBlur:BlurFilter

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

zoomLargeproperty 
public var zoomLarge:Scale3D

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

zoomLargeEffectproperty 
zoomLargeEffect:IEffect  [read-only]


Implementation
    public function get zoomLargeEffect():IEffect
zoomNormalproperty 
public var zoomNormal:Scale3D

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

zoomNormalEffectproperty 
zoomNormalEffect:IEffect  [read-only]


Implementation
    public function get zoomNormalEffect():IEffect
Constructor Detail
FolderCardSkin()Constructor
public function FolderCardSkin()

Constructor.

Constant Detail
collectionManagerConstant
protected static const collectionManager:CollectionManager