Package | com.adobe.portfolio.skins |
Class | public class CardContainerSkin |
Inheritance | CardContainerSkin ![]() |
Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
background : Rect Defines the background appearance of the list-based component. | CardContainerSkin | ||
bgFill : SolidColor Defines the color of the background. | CardContainerSkin | ||
border : Rect | CardContainerSkin | ||
borderStroke : SolidColorStroke | CardContainerSkin | ||
dataGroup : DataGroup The container for the data items. | CardContainerSkin | ||
hostComponent : CardContainer | CardContainerSkin | ||
marqueeSelection : MarqueeSelection | CardContainerSkin | ||
scroller : NavScroller The Scroller component to add scroll bars to the list. | CardContainerSkin | ||
tileLayout : BasicTileLayout | CardContainerSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | CardContainerSkin |
Method | Defined By | ||
---|---|---|---|
_creationCompleteHandler(event:FlexEvent):void | CardContainerSkin |
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
Defines the color of the background. The default color is 0xFFFFFF.
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:DataGroup
The container for the data items.
This property can be used as the source for data binding.
hostComponent | property |
public var hostComponent:CardContainer
This property can be used as the source for data binding.
marqueeSelection | property |
public var marqueeSelection:MarqueeSelection
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.
tileLayout | property |
public var tileLayout:BasicTileLayout
This property can be used as the source for data binding.
CardContainerSkin | () | Constructor |
public function CardContainerSkin()
Constructor.
_creationCompleteHandler | () | method |
protected function _creationCompleteHandler(event:FlexEvent):void
Parameters
event:FlexEvent |