Package | com.adobe.portfolio.skins |
Class | public class DetailsCardListSkin |
Inheritance | DetailsCardListSkin ![]() |
Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
Default MXML PropertymxmlContent
See also
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
Constructor. | DetailsCardListSkin |
background | property |
public var background:Rect
Defines the background appearance of the list-based component.
This property can be used as the source for data binding.
bgFill | property |
public var bgFill:SolidColor
This property can be used as the source for data binding.
border | property |
public var border:Rect
This property can be used as the source for data binding.
borderStroke | property |
public var borderStroke:SolidColorStroke
This property can be used as the source for data binding.
dataGroup | property |
public var dataGroup:NavContainerDataGroup
This property can be used as the source for data binding.
hostComponent | property |
public var hostComponent:DetailsCardList
This property can be used as the source for data binding.
scroller | property |
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.
DetailsCardListSkin | () | Constructor |
public function DetailsCardListSkin()
Constructor.