Packagecom.adobe.portfolio.skins
Classpublic class DetailsCardListSkin
InheritanceDetailsCardListSkin Inheritance spark.skins.SparkSkin
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 DetailsCardList component.

Default MXML PropertymxmlContent

See also

spark.components.List


Public Properties
 PropertyDefined By
  background : Rect
Defines the background appearance of the list-based component.
DetailsCardListSkin
  bgFill : SolidColor
DetailsCardListSkin
  border : Rect
DetailsCardListSkin
  borderStroke : SolidColorStroke
DetailsCardListSkin
  dataGroup : NavContainerDataGroup
DetailsCardListSkin
  hostComponent : DetailsCardList
DetailsCardListSkin
  scroller : NavScroller
The Scroller component to add scroll bars to the list.
DetailsCardListSkin
Public Methods
 MethodDefined By
  
Constructor.
DetailsCardListSkin
Property Detail
backgroundproperty
public var background:Rect

Defines the background appearance of the list-based component.

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

bgFillproperty 
public var bgFill:SolidColor

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

borderproperty 
public var border:Rect

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

borderStrokeproperty 
public var borderStroke:SolidColorStroke

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

dataGroupproperty 
public var dataGroup:NavContainerDataGroup

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

hostComponentproperty 
public var hostComponent:DetailsCardList

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

scrollerproperty 
public var scroller:NavScroller

The Scroller component to add scroll bars to the list.

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

Constructor Detail
DetailsCardListSkin()Constructor
public function DetailsCardListSkin()

Constructor.