Packagecom.adobe.portfolio.skins
Classpublic class TileContainerSkin
InheritanceTileContainerSkin Inheritance spark.skins.SparkSkin
Implements mx.binding.IBindingClient, mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  background : Rect
Defines the background appearance of the list-based component.
TileContainerSkin
  bgFill : SolidColor
Defines the color of the background.
TileContainerSkin
  border : Rect
TileContainerSkin
  borderStroke : SolidColorStroke
TileContainerSkin
  dataGroup : DataGroup
The container for the data items.
TileContainerSkin
  hostComponent : CardContainer
TileContainerSkin
  marqueeSelection : MarqueeSelection
TileContainerSkin
  scroller : NavScroller
The Scroller component to add scroll bars to the list.
TileContainerSkin
  tileLayout : BasicTileLayout
TileContainerSkin
Public Methods
 MethodDefined By
  
Constructor.
TileContainerSkin
Protected Methods
 MethodDefined By
  
_creationCompleteHandler(event:FlexEvent):void
TileContainerSkin
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

Defines the color of the background. The default color is 0xFFFFFF.

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

The container for the data items.

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

hostComponentproperty 
public var hostComponent:CardContainer

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

marqueeSelectionproperty 
public var marqueeSelection:MarqueeSelection

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.

tileLayoutproperty 
public var tileLayout:BasicTileLayout

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

Constructor Detail
TileContainerSkin()Constructor
public function TileContainerSkin()

Constructor.

Method Detail
_creationCompleteHandler()method
protected function _creationCompleteHandler(event:FlexEvent):void

Parameters

event:FlexEvent