Packagecreacog.spark.skins
Classpublic class ResizeableTitleWindowMacSkin
InheritanceResizeableTitleWindowMacSkin Inheritance spark.skins.SparkSkin
Implements mx.binding.IBindingClient, mx.core.IStateClient2

Language Version : ActionScript 3.0
Product Version : Flex 4
Runtime Versions : Flash Player 10, AIR 1.5

Adapted from the default skin class for a Spark TitleWindow container, this version places the close button to the left of the title bar as expected on the Mac platform.

Default MXML PropertymxmlContent

See also

spark.skins.spark.TitleWindowCloseButtonSkin
spark.components.TitleWindow


Public Properties
 PropertyDefined By
  background : Rect
Defines the appearance of the TitleWindowSkin class's background.
ResizeableTitleWindowMacSkin
  backgroundFill : SolidColor
Defines the TitleWindowSkin class's background fill.
ResizeableTitleWindowMacSkin
  borderStroke : SolidColorStroke
Defines the TitleWindowSkin class's border stroke.
ResizeableTitleWindowMacSkin
  closeButton : Button
ResizeableTitleWindowMacSkin
  contentGroup : Group
ResizeableTitleWindowMacSkin
  contents : Group
Contains the vertical stack of title bar content and control bar.
ResizeableTitleWindowMacSkin
  controlBarGroup : Group
ResizeableTitleWindowMacSkin
  hostComponent : ResizeableTitleWindow
ResizeableTitleWindowMacSkin
  moveArea : Group
ResizeableTitleWindowMacSkin
  resizeGroup : Group
resize group - overlays bottom group if it exists or just content group if not
ResizeableTitleWindowMacSkin
  resizeHandle : ResizeHandleSkin
ResizeableTitleWindowMacSkin
  titleDisplay : Label
ResizeableTitleWindowMacSkin
Public Methods
 MethodDefined By
  
Constructor.
ResizeableTitleWindowMacSkin
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 0xFFFFFF.

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.

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

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

hostComponentproperty 
public var hostComponent:ResizeableTitleWindow

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

moveAreaproperty 
public var moveArea:Group

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

resizeGroupproperty 
public var resizeGroup:Group

resize group - overlays bottom group if it exists or just content group if not

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

resizeHandleproperty 
public var resizeHandle:ResizeHandleSkin

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

titleDisplayproperty 
public var titleDisplay:Label

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

Constructor Detail
ResizeableTitleWindowMacSkin()Constructor
public function ResizeableTitleWindowMacSkin()

Constructor.