Package | ardisia.components.pane.themes.stockholm.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 inset to the right a bit to prevent display problems on retina displays | PaneSkin | ||
iconPart : BitmapImage | PaneSkin | ||
innerStroke : SolidColorStroke | PaneSkin | ||
maximizeButtonPart : MaximizeButton | PaneSkin | ||
minimizeButtonPart : Button | PaneSkin | ||
titleLabelPart : Label | PaneSkin | ||
transformRegionPart : Group | PaneSkin |
Property | Defined By | ||
---|---|---|---|
activeInnerBorder : uint | PaneSkin | ||
activeOuterBorder : uint | PaneSkin | ||
activePaneChrome : uint | PaneSkin | ||
backgroundAlpha : Number | PaneSkin | ||
backgroundColor : uint | PaneSkin | ||
inactiveInnerBorder : uint | PaneSkin | ||
inactiveOuterBorder : uint | PaneSkin | ||
inactivePaneChrome : uint | PaneSkin | ||
innerBorder : uint | PaneSkin | ||
outerBorder : uint | PaneSkin | ||
paneChrome : uint | PaneSkin | ||
stylesDirty : Boolean | PaneSkin |
Method | Defined By | ||
---|---|---|---|
PaneSkin() Constructor. | PaneSkin | ||
styleChanged(styleProp:String):void [override] | PaneSkin |
Method | Defined By | ||
---|---|---|---|
commitProperties():void [override] | PaneSkin | ||
stateChanged(oldState:String, newState:String, recursive:Boolean):void [override] | PaneSkin | ||
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | PaneSkin | ||
updatePaneChrome():void | PaneSkin |
activeInnerBorder | property |
protected var activeInnerBorder:uint
activeOuterBorder | property |
protected var activeOuterBorder:uint
activePaneChrome | property |
protected var activePaneChrome:uint
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
inset to the right a bit to prevent display problems on retina displays
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.
inactiveInnerBorder | property |
protected var inactiveInnerBorder:uint
inactiveOuterBorder | property |
protected var inactiveOuterBorder:uint
inactivePaneChrome | property |
protected var inactivePaneChrome:uint
innerBorder | property |
protected var innerBorder:uint
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.
outerBorder | property |
protected var outerBorder:uint
paneChrome | property |
protected var paneChrome:uint
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
stateChanged | () | method |
override protected function stateChanged(oldState:String, newState:String, recursive:Boolean):void
Parameters
oldState:String | |
newState:String | |
recursive:Boolean |
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 |
updatePaneChrome | () | method |
protected function updatePaneChrome():void