Package | ardisia.components.pane.themes.spark.skins |
Class | public class PaneSkin |
Inheritance | PaneSkin spark.components.supportClasses.Skin |
Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
backgroundFill : SolidColor | PaneSkin | ||
borderStroke : SolidColorStroke | PaneSkin | ||
chromeFill : SolidColor | PaneSkin | ||
closeButtonPart : Button | PaneSkin | ||
contentGroup : Group | PaneSkin | ||
controlBarGroup : Group | PaneSkin | ||
dropShadow : RectangularDropShadow drop shadow | PaneSkin | ||
iconPart : BitmapImage | PaneSkin | ||
innerStroke : SolidColorStroke | PaneSkin | ||
maximizeButtonPart : MaximizeButton | PaneSkin | ||
minimizeButtonPart : Button | PaneSkin | ||
titleLabelPart : Label | PaneSkin | ||
transformRegionPart : Group | PaneSkin |
Property | Defined By | ||
---|---|---|---|
backgroundAlpha : Number | PaneSkin | ||
backgroundColor : uint | PaneSkin | ||
stylesDirty : Boolean | PaneSkin |
Method | Defined By | ||
---|---|---|---|
PaneSkin() Constructor. | PaneSkin | ||
styleChanged(styleProp:String):void [override] | PaneSkin |
Method | Defined By | ||
---|---|---|---|
commitProperties():void [override] | PaneSkin | ||
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | PaneSkin |
backgroundAlpha | property |
protected var backgroundAlpha:Number
backgroundColor | property |
protected var backgroundColor:uint
backgroundFill | property |
public var backgroundFill:SolidColor
This property can be used as the source for data binding.
borderStroke | property |
public var borderStroke:SolidColorStroke
This property can be used as the source for data binding.
chromeFill | property |
public var chromeFill:SolidColor
This property can be used as the source for data binding.
closeButtonPart | property |
public var closeButtonPart:Button
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.
controlBarGroup | property |
public var controlBarGroup:Group
This property can be used as the source for data binding.
dropShadow | property |
public var dropShadow:RectangularDropShadow
drop shadow
This property can be used as the source for data binding.
iconPart | property |
public var iconPart:BitmapImage
This property can be used as the source for data binding.
innerStroke | property |
public var innerStroke:SolidColorStroke
This property can be used as the source for data binding.
maximizeButtonPart | property |
public var maximizeButtonPart:MaximizeButton
This property can be used as the source for data binding.
minimizeButtonPart | property |
public var minimizeButtonPart:Button
This property can be used as the source for data binding.
stylesDirty | property |
protected var stylesDirty:Boolean
titleLabelPart | property |
public var titleLabelPart:Label
This property can be used as the source for data binding.
transformRegionPart | property |
public var transformRegionPart:Group
This property can be used as the source for data binding.
PaneSkin | () | Constructor |
public function PaneSkin()
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 |