Packageardisia.components.viewStack.themes.spark.skins
Classpublic class ViewStackSkin
InheritanceViewStackSkin Inheritance spark.components.supportClasses.Skin
Implements mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  background : Rect
background
ViewStackSkin
  bgFill : SolidColor
ViewStackSkin
  border : Rect
border
ViewStackSkin
  contentGroup : Group
ViewStackSkin
  stroke : SolidColorStroke
ViewStackSkin
Protected Properties
 PropertyDefined By
  _backgroundAlpha : Number
ViewStackSkin
  _backgroundColor : uint
ViewStackSkin
  _borderAlpha : Number
ViewStackSkin
  _borderColor : uint
ViewStackSkin
  _borderVisible : Boolean
ViewStackSkin
  stylesDirty : Boolean
ViewStackSkin
Public Methods
 MethodDefined By
  
Constructor.
ViewStackSkin
  
styleChanged(styleProp:String):void
[override]
ViewStackSkin
Protected Methods
 MethodDefined By
  
[override]
ViewStackSkin
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
ViewStackSkin
Property Detail
_backgroundAlphaproperty
protected var _backgroundAlpha:Number

_backgroundColorproperty 
protected var _backgroundColor:uint

_borderAlphaproperty 
protected var _borderAlpha:Number

_borderColorproperty 
protected var _borderColor:uint

_borderVisibleproperty 
protected var _borderVisible:Boolean

backgroundproperty 
public var background:Rect

background

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

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.

contentGroupproperty 
public var contentGroup:Group

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.

stylesDirtyproperty 
protected var stylesDirty:Boolean

Constructor Detail
ViewStackSkin()Constructor
public function ViewStackSkin()

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(unscaledWidth:Number, unscaledHeight:Number):void

Parameters

unscaledWidth:Number
 
unscaledHeight:Number