Packageardisia.themes.london.skins
Classpublic class TitleWindowSkin
InheritanceTitleWindowSkin Inheritance spark.components.supportClasses.Skin
Implements mx.binding.IBindingClient, mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
Constructor.
TitleWindowSkin
Protected Methods
 MethodDefined By
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
TitleWindowSkin
Property Detail
backgroundproperty
public var background:Rect

Defines the appearance of the TitleWindowSkin class's background.

This property can be used as the source for data binding.

backgroundFillproperty 
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.

borderproperty 
public var border:Rect

border

This property can be used as the source for data binding.

borderStrokeproperty 
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.

bottomGroupproperty 
public var bottomGroup:Group

This property can be used as the source for data binding.

bottomGroupMaskproperty 
public var bottomGroupMask:Group

bottom group mask

This property can be used as the source for data binding.

bottomMaskRectproperty 
public var bottomMaskRect:Rect

This property can be used as the source for data binding.

closeButtonproperty 
public var closeButton:Button

This property can be used as the source for data binding.

contentGroupproperty 
public var contentGroup:Group

This property can be used as the source for data binding.

contentsproperty 
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.

controlBarGroupproperty 
public var controlBarGroup:Group

control bar

This property can be used as the source for data binding.

dropShadowproperty 
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.

moveAreaproperty 
public var moveArea:Group

moveArea

This property can be used as the source for data binding.

tbDivproperty 
public var tbDiv:Line

title bar divider

This property can be used as the source for data binding.

tbFillproperty 
public var tbFill:Rect

control bar fill

This property can be used as the source for data binding.

tbHiliteproperty 
public var tbHilite:Rect

control bar highlight

This property can be used as the source for data binding.

titleDisplayproperty 
public var titleDisplay:Label

text

This property can be used as the source for data binding.

topGroupproperty 
public var topGroup:Group

This property can be used as the source for data binding.

topGroupMaskproperty 
public var topGroupMask:Group

top group mask

This property can be used as the source for data binding.

topMaskRectproperty 
public var topMaskRect:Rect

This property can be used as the source for data binding.

Constructor Detail
TitleWindowSkin()Constructor
public function TitleWindowSkin()

Constructor.

Method Detail
updateDisplayList()method
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void

Parameters

unscaledWidth:Number
 
unscaledHeight:Number