Packagecom.adobe.portfolio.skins
Classpublic class LinearListSkin
InheritanceLinearListSkin 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 LinearList component.

Default MXML PropertymxmlContent

See also

com.adobe.portfolio.components.LinearList


Public Properties
 PropertyDefined By
  dataGroup : DataGroup
LinearListSkin
  dropIndicator : ClassFactory
Defines the appearance of the the List's drop indicator.
LinearListSkin
  guideCard : GuideCard
LinearListSkin
  hostComponent : LinearList
LinearListSkin
  metaLabels : VGroup
LinearListSkin
  nextButton : FileNavigationButton
LinearListSkin
  prevButton : FileNavigationButton
LinearListSkin
Public Methods
 MethodDefined By
  
Constructor.
LinearListSkin
Property Detail
dataGroupproperty
public var dataGroup:DataGroup

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.

guideCardproperty 
public var guideCard:GuideCard

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

hostComponentproperty 
public var hostComponent:LinearList

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

metaLabelsproperty 
public var metaLabels:VGroup

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

nextButtonproperty 
public var nextButton:FileNavigationButton

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

prevButtonproperty 
public var prevButton:FileNavigationButton

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

Constructor Detail
LinearListSkin()Constructor
public function LinearListSkin()

Constructor.