| Package | ardisia.themes.stockholm.skins |
| Class | public class TitleWindowSkin |
| Inheritance | TitleWindowSkin spark.components.supportClasses.Skin |
| Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
| Property | Defined By | ||
|---|---|---|---|
| bgFill : SolidColor | TitleWindowSkin | ||
| borderStroke : SolidColorStroke | TitleWindowSkin | ||
| bottomGroupMask : Group | TitleWindowSkin | ||
| contentGroup : Group | TitleWindowSkin | ||
| contents : Group contents | TitleWindowSkin | ||
| controlBarGroup : Group control bar | TitleWindowSkin | ||
| dropShadow : RectangularDropShadow | TitleWindowSkin | ||
| titleDisplay : Label | TitleWindowSkin | ||
| topGroup : Group | TitleWindowSkin | ||
| topGroupMask : Group | TitleWindowSkin | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | TitleWindowSkin | ||
| Method | Defined By | ||
|---|---|---|---|
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | TitleWindowSkin | ||
| 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.
| 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.
| TitleWindowSkin | () | Constructor |
public function TitleWindowSkin()Constructor.
| updateDisplayList | () | method |
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):voidParameters
unscaledWidth:Number | |
unscaledHeight:Number |