Packagecom.flexicious.skins.dashboard
Classpublic class DashboardTaskBarSkin
InheritanceDashboardTaskBarSkin Inheritance spark.components.supportClasses.Skin
Implements 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 DashbardTaskbar container.

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  contentGroup : Group
DashboardTaskBarSkin
  minimizedDashletRenderer : ClassFactory
The component that renders the individual icon button for this dashlet in minimized state in the task bar.
DashboardTaskBarSkin
  rollOverPreviewRenderer : ClassFactory
The component that renders the hover over preview image in the task bar
DashboardTaskBarSkin
Public Methods
 MethodDefined By
  
Constructor.
DashboardTaskBarSkin
Property Detail
contentGroupproperty
public var contentGroup:Group

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

minimizedDashletRendererproperty 
public var minimizedDashletRenderer:ClassFactory

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

The component that renders the individual icon button for this dashlet in minimized state in the task bar.

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

rollOverPreviewRendererproperty 
public var rollOverPreviewRenderer:ClassFactory

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

The component that renders the hover over preview image in the task bar

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

Constructor Detail
DashboardTaskBarSkin()Constructor
public function DashboardTaskBarSkin()

Constructor.