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:Rect
Defines the appearance of the TitleWindowSkin class's background.
This property can be used as the source for data binding.
backgroundFill | property |
public var backgroundFill:SolidColor
Defines 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:Rect
border
This property can be used as the source for data binding.
borderStroke | property |
public var borderStroke:SolidColorStroke
Defines 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:Group
This property can be used as the source for data binding.
bottomGroupMask | property |
public var bottomGroupMask:Group
bottom group mask
This property can be used as the source for data binding.
bottomMaskRect | property |
public var bottomMaskRect:Rect
This property can be used as the source for data binding.
closeButton | property |
public var closeButton: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.
contents | property |
public var contents:Group
Contains 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:Group
control bar
This property can be used as the source for data binding.
dropShadow | property |
public var dropShadow:RectangularDropShadow
drop 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:Group
moveArea
This property can be used as the source for data binding.
tbDiv | property |
public var tbDiv:Line
title bar divider
This property can be used as the source for data binding.
tbFill | property |
public var tbFill:Rect
control bar fill
This property can be used as the source for data binding.
tbHilite | property |
public var tbHilite:Rect
control bar highlight
This property can be used as the source for data binding.
titleDisplay | property |
public var titleDisplay:Label
text
This property can be used as the source for data binding.
topGroup | property |
public var topGroup:Group
This property can be used as the source for data binding.
topGroupMask | property |
public var topGroupMask:Group
top group mask
This property can be used as the source for data binding.
topMaskRect | property |
public var topMaskRect:Rect
This 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):void
Parameters
unscaledWidth:Number | |
unscaledHeight:Number |