| Package | ardisia.themes.london.skins |
| Class | public class TitleWindowSkin |
| Inheritance | TitleWindowSkin spark.components.supportClasses.Skin |
| Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
| Property | Defined By | ||
|---|---|---|---|
| background : Rect Defines the appearance of the TitleWindowSkin class's background. | TitleWindowSkin | ||
| backgroundFill : SolidColor Defines the TitleWindowSkin class's background fill. | TitleWindowSkin | ||
| border : Rect border | TitleWindowSkin | ||
| borderStroke : SolidColorStroke Defines the TitleWindowSkin class's border stroke. | TitleWindowSkin | ||
| bottomGroup : Group | TitleWindowSkin | ||
| bottomGroupMask : Group bottom group mask | TitleWindowSkin | ||
| bottomMaskRect : Rect | TitleWindowSkin | ||
| closeButton : Button | TitleWindowSkin | ||
| contentGroup : Group | TitleWindowSkin | ||
| contents : Group Contains the vertical stack of title bar content and control bar. | TitleWindowSkin | ||
| controlBarGroup : Group control bar | TitleWindowSkin | ||
| dropShadow : RectangularDropShadow drop shadow can't be hittable so it stays sibling of other graphics | TitleWindowSkin | ||
| moveArea : Group moveArea | TitleWindowSkin | ||
| tbDiv : Line title bar divider | TitleWindowSkin | ||
| tbFill : Rect control bar fill | TitleWindowSkin | ||
| tbHilite : Rect control bar highlight | TitleWindowSkin | ||
| titleDisplay : Label text | TitleWindowSkin | ||
| topGroup : Group | TitleWindowSkin | ||
| topGroupMask : Group top group mask | TitleWindowSkin | ||
| topMaskRect : Rect | TitleWindowSkin | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | TitleWindowSkin | ||
| Method | Defined By | ||
|---|---|---|---|
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | TitleWindowSkin | ||
| background | property |
public var background:RectDefines the appearance of the TitleWindowSkin class's background.
This property can be used as the source for data binding.
| backgroundFill | property |
public var backgroundFill:SolidColorDefines the TitleWindowSkin class's background fill. The default color is #FFFFFF.
This property can be used as the source for data binding.
| border | property |
public var border:Rectborder
This property can be used as the source for data binding.
| borderStroke | property |
public var borderStroke:SolidColorStrokeDefines the TitleWindowSkin class's border stroke. The default value is 1.
This property can be used as the source for data binding.
| bottomGroup | property |
public var bottomGroup:GroupThis property can be used as the source for data binding.
| bottomGroupMask | property |
public var bottomGroupMask:Groupbottom group mask
This property can be used as the source for data binding.
| bottomMaskRect | property |
public var bottomMaskRect:RectThis property can be used as the source for data binding.
| closeButton | property |
public var closeButton:ButtonThis 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:GroupContains the vertical stack of title bar content and control bar.
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:RectangularDropShadowdrop shadow can't be hittable so it stays sibling of other graphics
This property can be used as the source for data binding.
| moveArea | property |
public var moveArea:GroupmoveArea
This property can be used as the source for data binding.
| tbDiv | property |
public var tbDiv:Linetitle bar divider
This property can be used as the source for data binding.
| tbFill | property |
public var tbFill:Rectcontrol bar fill
This property can be used as the source for data binding.
| tbHilite | property |
public var tbHilite:Rectcontrol bar highlight
This property can be used as the source for data binding.
| titleDisplay | property |
public var titleDisplay:Labeltext
This 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:Grouptop group mask
This property can be used as the source for data binding.
| topMaskRect | property |
public var topMaskRect:RectThis 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 |