Packagecom.flexicious.skins.dashboard
Classpublic class PrintDashboardSkin
InheritancePrintDashboardSkin 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

The default skin class for a Flexicious DashboardContainer.

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  background : Rect
Defines the appearance of the PanelSkin class's background.
PrintDashboardSkin
  btnSettings : MultiSelectComboBox
PrintDashboardSkin
  buttons : Group
PrintDashboardSkin
  contentGroup : Group
PrintDashboardSkin
  contents : Group
Contains the vertical stack of titlebar and content.
PrintDashboardSkin
  dropIndicator : DashedBorderContainer
PrintDashboardSkin
  maximizedContentGroup : Group
PrintDashboardSkin
  resizeIndicator : Rect
PrintDashboardSkin
  titleDisplay : Label
PrintDashboardSkin
Public Methods
 MethodDefined By
  
Constructor.
PrintDashboardSkin
Protected Methods
 MethodDefined By
  
btnSettings_openHandler(event:DropdownEvent):void
PrintDashboardSkin
Property Detail
backgroundproperty
public var background:Rect

Defines the appearance of the PanelSkin class's background.

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

btnSettingsproperty 
public var btnSettings:MultiSelectComboBox

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

buttonsproperty 
public var buttons:Group

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 titlebar and content.

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

dropIndicatorproperty 
public var dropIndicator:DashedBorderContainer

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

maximizedContentGroupproperty 
public var maximizedContentGroup:Group

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

resizeIndicatorproperty 
public var resizeIndicator:Rect

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
PrintDashboardSkin()Constructor
public function PrintDashboardSkin()

Constructor.

Method Detail
btnSettings_openHandler()method
protected function btnSettings_openHandler(event:DropdownEvent):void

Parameters

event:DropdownEvent