Packagecom.adobe.portfolio.skins
Classpublic class WelcomeSkin
InheritanceWelcomeSkin 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 CanvasList component.

Default MXML PropertymxmlContent

See also

com.adobe.portfolio.components.supportClasses.CanvasList


Public Properties
 PropertyDefined By
  background : Group
Defines the background appearance of the list-based component.
WelcomeSkin
  backgroundGlow : Array
WelcomeSkin
  closeButton : Button
WelcomeSkin
  dataGroup : DataGroup
WelcomeSkin
  dropIndicator : ClassFactory
Defines the appearance of the the List's drop indicator.
WelcomeSkin
  hideCheckbox : CheckBox
WelcomeSkin
  hostComponent : Welcome
WelcomeSkin
  scroller : Scroller
The Scroller component to add scroll bars to the list.
WelcomeSkin
Public Methods
 MethodDefined By
  
Constructor.
WelcomeSkin
Property Detail
backgroundproperty
public var background:Group

Defines the background appearance of the list-based component.

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

backgroundGlowproperty 
public var backgroundGlow:Array

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

closeButtonproperty 
public var closeButton:Button

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

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.

hideCheckboxproperty 
public var hideCheckbox:CheckBox

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

hostComponentproperty 
public var hostComponent:Welcome

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

scrollerproperty 
public var scroller:Scroller

The Scroller component to add scroll bars to the list.

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

Constructor Detail
WelcomeSkin()Constructor
public function WelcomeSkin()

Constructor.