Packagecom.flexicious.lic
Classpublic class DashboardBase
InheritanceDashboardBase Inheritance spark.components.SkinnableContainer
Subclasses DashboardContainer

Default MXML PropertymxmlContentFactory



Public Properties
 PropertyDefined By
  allowInteractivity : Boolean
[read-only] A flat that controls appearance of the buttons.
DashboardBase
  dashlets : Array
A list of all available dashlets
DashboardBase
Public Methods
 MethodDefined By
  
DashboardBase
  
getUIComponentBitmapData(target:IUIComponent):Image
Drag and Drop support, create a image representation of the dashlet being dragged.
DashboardBase
Protected Methods
 MethodDefined By
  
onCreationComplete(event:FlexEvent):void
DashboardBase
  
onDragDrop(event:DragEvent):void
DashboardBase
Public Constants
 ConstantDefined By
  DRAG_FORMAT_KEY : String = DSH_DRAG_KEY
[static] Constant to indicate that the drag was initiated by the grid
DashboardBase
Property Detail
allowInteractivityproperty
allowInteractivity:Boolean  [read-only]

A flat that controls appearance of the buttons. In print mode, none of the buttons are shown.

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


Implementation
    public function get allowInteractivity():Boolean
dashletsproperty 
dashlets:Array

A list of all available dashlets

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


Implementation
    public function get dashlets():Array
    public function set dashlets(value:Array):void
Constructor Detail
DashboardBase()Constructor
public function DashboardBase()



Method Detail
getUIComponentBitmapData()method
public function getUIComponentBitmapData(target:IUIComponent):Image

Drag and Drop support, create a image representation of the dashlet being dragged.

Parameters

target:IUIComponent

Returns
Image
onCreationComplete()method 
protected function onCreationComplete(event:FlexEvent):void

Parameters

event:FlexEvent

onDragDrop()method 
protected function onDragDrop(event:DragEvent):void

Parameters

event:DragEvent

Constant Detail
DRAG_FORMAT_KEYConstant
public static const DRAG_FORMAT_KEY:String = DSH_DRAG_KEY

Constant to indicate that the drag was initiated by the grid