Packagecom.flexicious.skins.dashboard
Classpublic class DashletSkin
InheritanceDashletSkin 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.
DashletSkin
  buttonGroup : Group
DashletSkin
  contentGroup : Group
DashletSkin
  contents : Group
Contains the vertical stack of titlebar and content.
DashletSkin
  dragGrip : Group
DashletSkin
  hostComponent : Dashlet
DashletSkin
  resizeGrip : Image
DashletSkin
  titleDisplay : Label
DashletSkin
Public Methods
 MethodDefined By
  
Constructor.
DashletSkin
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.

buttonGroupproperty 
public var buttonGroup: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.

dragGripproperty 
public var dragGrip:Group

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

hostComponentproperty 
public var hostComponent:Dashlet

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

resizeGripproperty 
public var resizeGrip:Image

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

Constructor.