Packageardisia.themes.london.skins
Classpublic class PanelSkin
InheritancePanelSkin Inheritance spark.components.supportClasses.Skin
Implements mx.binding.IBindingClient, mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined 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
Protected Properties
 PropertyDefined By
  _backgroundAlpha : Number = 1
PanelSkin
  _backgroundColor : uint = 0
PanelSkin
  _dropShadowVisible : Boolean = false
PanelSkin
  stylesDirty : Boolean
PanelSkin
Public Methods
 MethodDefined By
  
Constructor.
PanelSkin
  
styleChanged(styleProp:String):void
[override]
PanelSkin
Protected Methods
 MethodDefined By
  
[override]
PanelSkin
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
PanelSkin
Property Detail
_backgroundAlphaproperty
protected var _backgroundAlpha:Number = 1

_backgroundColorproperty 
protected var _backgroundColor:uint = 0

_dropShadowVisibleproperty 
protected var _dropShadowVisible:Boolean = false

bgFillproperty 
public var bgFill:SolidColor

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

borderStrokeproperty 
public var borderStroke:SolidColorStroke

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

bottomGroupMaskproperty 
public var bottomGroupMask:Group

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.

contentsproperty 
public var contents:Group

contents

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

controlBarGroupproperty 
public var controlBarGroup:Group

control bar

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

dropShadowproperty 
public var dropShadow:RectangularDropShadow

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

stylesDirtyproperty 
protected var stylesDirty:Boolean

titleDisplayproperty 
public var titleDisplay:Label

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

topGroupproperty 
public var topGroup:Group

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

topGroupMaskproperty 
public var topGroupMask:Group

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

Constructor Detail
PanelSkin()Constructor
public function PanelSkin()

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