Package | ardisia.components.viewStack.themes.spark.skins |
Class | public class ViewStackSkin |
Inheritance | ViewStackSkin spark.components.supportClasses.Skin |
Implements | mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
background : Rect background | ViewStackSkin | ||
bgFill : SolidColor | ViewStackSkin | ||
border : Rect border | ViewStackSkin | ||
contentGroup : Group | ViewStackSkin | ||
stroke : SolidColorStroke | ViewStackSkin |
Property | Defined By | ||
---|---|---|---|
_backgroundAlpha : Number | ViewStackSkin | ||
_backgroundColor : uint | ViewStackSkin | ||
_borderAlpha : Number | ViewStackSkin | ||
_borderColor : uint | ViewStackSkin | ||
_borderVisible : Boolean | ViewStackSkin | ||
stylesDirty : Boolean | ViewStackSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | ViewStackSkin | ||
styleChanged(styleProp:String):void [override] | ViewStackSkin |
Method | Defined By | ||
---|---|---|---|
commitProperties():void [override] | ViewStackSkin | ||
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | ViewStackSkin |
_backgroundAlpha | property |
protected var _backgroundAlpha:Number
_backgroundColor | property |
protected var _backgroundColor:uint
_borderAlpha | property |
protected var _borderAlpha:Number
_borderColor | property |
protected var _borderColor:uint
_borderVisible | property |
protected var _borderVisible:Boolean
background | property |
public var background:Rect
background
This property can be used as the source for data binding.
bgFill | property |
public var bgFill:SolidColor
This property can be used as the source for data binding.
border | property |
public var border:Rect
border
This property can be used as the source for data binding.
contentGroup | property |
public var contentGroup:Group
This property can be used as the source for data binding.
stroke | property |
public var stroke:SolidColorStroke
This property can be used as the source for data binding.
stylesDirty | property |
protected var stylesDirty:Boolean
ViewStackSkin | () | Constructor |
public function ViewStackSkin()
Constructor.
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 |