Packagecom.flexicious.components.dashboard
Classpublic class DashboardTaskbar
InheritanceDashboardTaskbar Inheritance spark.components.SkinnableContainer

Language Version : ActionScript 3.0

Default MXML PropertymxmlContentFactory



Public Properties
 PropertyDefined By
  dataProvider : Object
Specifies the data provider for the chart.
DashboardTaskbar
Public Methods
 MethodDefined By
  
DashboardTaskbar
  
Triggers a redraw of the taskbar.
DashboardTaskbar
Events
 Event Summary Defined By
  Dispatched when the user clicks on a dashletDashboardTaskbar
  Dispatched when the user mouse outs on a dashletDashboardTaskbar
  Dispatched when the user mouse overs on a dashletDashboardTaskbar
Property Detail
dataProviderproperty
dataProvider:Object

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Specifies the data provider for the chart.

This property can accept an array or any other object that implements the IList or ICollectionView interface.

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


Implementation
    public function get dataProvider():Object
    public function set dataProvider(value:Object):void
Constructor Detail
DashboardTaskbar()Constructor
public function DashboardTaskbar()



Method Detail
invalidateData()method
public function invalidateData():void

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Triggers a redraw of the taskbar. Call this method when you add or change the taskbar's data providers.

Event Detail
dashletTaskBarClick Event
Event Object Type: com.flexicious.events.DashboardEvent

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

Dispatched when the user clicks on a dashlet

dashletTaskBarMouseOut Event  
Event Object Type: com.flexicious.events.DashboardEvent

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

Dispatched when the user mouse outs on a dashlet

dashletTaskBarMouseOver Event  
Event Object Type: com.flexicious.events.DashboardEvent

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

Dispatched when the user mouse overs on a dashlet