Package | ardisia.components.accordion.themes.spark.skins |
Class | public class AccordionSkin |
Inheritance | AccordionSkin spark.components.supportClasses.Skin |
Implements | mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
background : Rect background | AccordionSkin | ||
bgFill : SolidColor | AccordionSkin | ||
border : Rect border | AccordionSkin | ||
contentGroup : Group | AccordionSkin | ||
stroke : SolidColorStroke | AccordionSkin |
Property | Defined By | ||
---|---|---|---|
_backgroundAlpha : Number | AccordionSkin | ||
_backgroundColor : Number = NaN | AccordionSkin | ||
_borderAlpha : Number | AccordionSkin | ||
_borderColor : Number | AccordionSkin | ||
_borderVisible : Boolean | AccordionSkin | ||
stylesDirty : Boolean | AccordionSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | AccordionSkin | ||
styleChanged(styleProp:String):void [override] | AccordionSkin |
Method | Defined By | ||
---|---|---|---|
commitProperties():void [override] | AccordionSkin | ||
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | AccordionSkin |
_backgroundAlpha | property |
protected var _backgroundAlpha:Number
_backgroundColor | property |
protected var _backgroundColor:Number = NaN
_borderAlpha | property |
protected var _borderAlpha:Number
_borderColor | property |
protected var _borderColor:Number
_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
AccordionSkin | () | Constructor |
public function AccordionSkin()
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 |