Packageardisia.themes.london.skins
Classpublic class ListSkin
InheritanceListSkin Inheritance spark.components.supportClasses.Skin
Implements mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  bgFill : SolidColor
ListSkin
  border : Rect
border
ListSkin
  dataGroup : DataGroup
ListSkin
  fill : Rect
fill
ListSkin
  scroller : Scroller
ListSkin
  stroke : SolidColorStroke
ListSkin
Protected Properties
 PropertyDefined By
  _borderAlpha : Number
ListSkin
  _borderColor : uint
ListSkin
  _borderVisible : Boolean
ListSkin
  _contentBackgroundAlpha : uint
ListSkin
  _contentBackgroundColor : uint
ListSkin
  stylesChanged : Boolean
ListSkin
Public Methods
 MethodDefined By
  
Constructor.
ListSkin
  
styleChanged(styleProp:String):void
[override]
ListSkin
Protected Methods
 MethodDefined By
  
[override]
ListSkin
  
updateDisplayList(w:Number, h:Number):void
[override]
ListSkin
Property Detail
_borderAlphaproperty
protected var _borderAlpha:Number

_borderColorproperty 
protected var _borderColor:uint

_borderVisibleproperty 
protected var _borderVisible:Boolean

_contentBackgroundAlphaproperty 
protected var _contentBackgroundAlpha:uint

_contentBackgroundColorproperty 
protected var _contentBackgroundColor:uint

bgFillproperty 
public var bgFill:SolidColor

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

borderproperty 
public var border:Rect

border

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.

fillproperty 
public var fill:Rect

fill

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

scrollerproperty 
public var scroller:Scroller

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

strokeproperty 
public var stroke:SolidColorStroke

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

stylesChangedproperty 
protected var stylesChanged:Boolean

Constructor Detail
ListSkin()Constructor
public function ListSkin()

Constructor.

Method Detail
commitProperties()method
override protected function commitProperties():void

styleChanged()method 
override public function styleChanged(styleProp:String):void

Parameters

styleProp:String

updateDisplayList()method 
override protected function updateDisplayList(w:Number, h:Number):void

Parameters

w:Number
 
h:Number