| Package | ardisia.themes.london.skins |
| Class | public class PanelSkin |
| Inheritance | PanelSkin spark.components.supportClasses.Skin |
| Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
| Property | Defined By | ||
|---|---|---|---|
| bgFill : SolidColor | PanelSkin | ||
| borderStroke : SolidColorStroke | PanelSkin | ||
| bottomGroupMask : Group | PanelSkin | ||
| contentGroup : Group | PanelSkin | ||
| contents : Group contents | PanelSkin | ||
| controlBarGroup : Group control bar | PanelSkin | ||
| dropShadow : RectangularDropShadow | PanelSkin | ||
| titleDisplay : Label | PanelSkin | ||
| topGroup : Group | PanelSkin | ||
| topGroupMask : Group | PanelSkin | ||
| Property | Defined By | ||
|---|---|---|---|
| _backgroundAlpha : Number = 1 | PanelSkin | ||
| _backgroundColor : uint = 0 | PanelSkin | ||
| _dropShadowVisible : Boolean = false | PanelSkin | ||
| stylesDirty : Boolean | PanelSkin | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | PanelSkin | ||
styleChanged(styleProp:String):void [override] | PanelSkin | ||
| Method | Defined By | ||
|---|---|---|---|
commitProperties():void [override] | PanelSkin | ||
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | PanelSkin | ||
| _backgroundAlpha | property |
protected var _backgroundAlpha:Number = 1| _backgroundColor | property |
protected var _backgroundColor:uint = 0| _dropShadowVisible | property |
protected var _dropShadowVisible:Boolean = false| bgFill | property |
public var bgFill:SolidColorThis property can be used as the source for data binding.
| borderStroke | property |
public var borderStroke:SolidColorStrokeThis property can be used as the source for data binding.
| bottomGroupMask | property |
public var bottomGroupMask:GroupThis property can be used as the source for data binding.
| contentGroup | property |
public var contentGroup:GroupThis property can be used as the source for data binding.
| contents | property |
public var contents:Groupcontents
This property can be used as the source for data binding.
| controlBarGroup | property |
public var controlBarGroup:Groupcontrol bar
This property can be used as the source for data binding.
| dropShadow | property |
public var dropShadow:RectangularDropShadowThis property can be used as the source for data binding.
| stylesDirty | property |
protected var stylesDirty:Boolean| titleDisplay | property |
public var titleDisplay:LabelThis property can be used as the source for data binding.
| topGroup | property |
public var topGroup:GroupThis property can be used as the source for data binding.
| topGroupMask | property |
public var topGroupMask:GroupThis property can be used as the source for data binding.
| PanelSkin | () | Constructor |
public function PanelSkin()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(unscaledWidth:Number, unscaledHeight:Number):voidParameters
unscaledWidth:Number | |
unscaledHeight:Number |