Packagecom.adobe.portfolio.skins
Classpublic class FreeFormListSkin
InheritanceFreeFormListSkin Inheritance spark.skins.SparkSkin
Implements mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  background : Rect
Defines the background appearance of the list-based component.
FreeFormListSkin
  bgFill : SolidColor
Defines the color of the background.
FreeFormListSkin
  border : Rect
FreeFormListSkin
  borderStroke : SolidColorStroke
FreeFormListSkin
  dataGroup : DataGroup
The container for the data items.
FreeFormListSkin
  dropIndicator : ClassFactory
Defines the appearance of the the List's drop indicator.
FreeFormListSkin
  hostComponent : FreeFormList
FreeFormListSkin
  marqueeSelection : MarqueeSelection
FreeFormListSkin
Public Methods
 MethodDefined By
  
Constructor.
FreeFormListSkin
Protected Methods
 MethodDefined By
  
_creationCompleteHandler(event:FlexEvent):void
FreeFormListSkin
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.

dropIndicatorproperty 
public var dropIndicator:ClassFactory

Defines the appearance of the the List's drop indicator. To customize the drop indicator appearance, create a custom ListSkin class. The List's layout takes care to size and position the dropIndicator. The size of the dropIndicator is typically set to the size of the gaps between the items. The minimum and maximum settings are typically respected only in the direction along the major axis (the gap axis). For example a VerticalLayout ignores the minWidth and maxWidth settings, but respect minHeight and maxHeight.

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

hostComponentproperty 
public var hostComponent:FreeFormList

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.

Constructor Detail
FreeFormListSkin()Constructor
public function FreeFormListSkin()

Constructor.

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

Parameters

event:FlexEvent