| Package | ardisia.themes.stockholm.skins |
| Class | public class ListSkin |
| Inheritance | ListSkin spark.components.supportClasses.Skin |
| Implements | mx.core.IStateClient2 |
Default MXML PropertymxmlContent
| Property | Defined By | ||
|---|---|---|---|
| bgFill : SolidColor | ListSkin | ||
| border : Rect border | ListSkin | ||
| dataGroup : DataGroup | ListSkin | ||
| fill : Rect fill | ListSkin | ||
| hostComponent : List | ListSkin | ||
| scroller : Scroller | ListSkin | ||
| stroke : SolidColorStroke | ListSkin | ||
| Property | Defined By | ||
|---|---|---|---|
| _borderAlpha : Number | ListSkin | ||
| _borderColor : uint | ListSkin | ||
| _borderVisible : Boolean | ListSkin | ||
| _contentBackgroundAlpha : uint | ListSkin | ||
| _contentBackgroundColor : uint | ListSkin | ||
| stylesChanged : Boolean | ListSkin | ||
| Method | Defined By | ||
|---|---|---|---|
ListSkin() Constructor. | ListSkin | ||
styleChanged(styleProp:String):void [override] | ListSkin | ||
| Method | Defined By | ||
|---|---|---|---|
commitProperties():void [override] | ListSkin | ||
updateDisplayList(w:Number, h:Number):void [override] | ListSkin | ||
| _borderAlpha | property |
protected var _borderAlpha:Number| _borderColor | property |
protected var _borderColor:uint| _borderVisible | property |
protected var _borderVisible:Boolean| _contentBackgroundAlpha | property |
protected var _contentBackgroundAlpha:uint| _contentBackgroundColor | property |
protected var _contentBackgroundColor:uint| bgFill | property |
public var bgFill:SolidColorThis property can be used as the source for data binding.
| border | property |
public var border:Rectborder
This property can be used as the source for data binding.
| dataGroup | property |
public var dataGroup:DataGroupThis property can be used as the source for data binding.
| fill | property |
public var fill:Rectfill
This property can be used as the source for data binding.
| hostComponent | property |
public var hostComponent:ListThis property can be used as the source for data binding.
| scroller | property |
public var scroller:ScrollerThis property can be used as the source for data binding.
| stroke | property |
public var stroke:SolidColorStrokeThis property can be used as the source for data binding.
| stylesChanged | property |
protected var stylesChanged:Boolean| ListSkin | () | Constructor |
public function ListSkin()Constructor.
| commitProperties | () | method |
override protected function commitProperties():void| styleChanged | () | method |
override public function styleChanged(styleProp:String):voidParameters
styleProp:String |
| updateDisplayList | () | method |
override protected function updateDisplayList(w:Number, h:Number):voidParameters
w:Number | |
h:Number |