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

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  backgroundGroup : Group
PreviewCardSkin
  borderColor : SolidColor
PreviewCardSkin
  borderGlow : Rect
PreviewCardSkin
  borderShape : Rect
PreviewCardSkin
  closeButton : Button
PreviewCardSkin
  fadeDuration : int
PreviewCardSkin
  foregroundShape : Rect
PreviewCardSkin
  hostComponent : PreviewCard
PreviewCardSkin
  info : Group
PreviewCardSkin
  infoCloseButton : Button
PreviewCardSkin
  infoFields : InfoFields
PreviewCardSkin
  infoGlow : Array
PreviewCardSkin
  preview : Preview
PreviewCardSkin
  previewGlow : Array
PreviewCardSkin
  whiteTxtDropShadow : Array
PreviewCardSkin
Public Methods
 MethodDefined By
  
Constructor.
PreviewCardSkin
Protected Constants
 ConstantDefined By
  collectionManager : CollectionManager
[static]
PreviewCardSkin
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.

borderGlowproperty 
public var borderGlow:Rect

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.

fadeDurationproperty 
public var fadeDuration:int

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:PreviewCard

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

infoproperty 
public var info:Group

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.

infoGlowproperty 
public var infoGlow:Array

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

previewproperty 
public var preview:Preview

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

previewGlowproperty 
public var previewGlow: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.

Constructor Detail
PreviewCardSkin()Constructor
public function PreviewCardSkin()

Constructor.

Constant Detail
collectionManagerConstant
protected static const collectionManager:CollectionManager