| Package | com.flexicious.lic | 
| Class | public class DashboardBase | 
| Inheritance | DashboardBase    spark.components.SkinnableContainer | 
| Subclasses | DashboardContainer | 
Default MXML PropertymxmlContentFactory
| Property | Defined By | ||
|---|---|---|---|
| allowInteractivity : Boolean [read-only] 
		 A flat that controls appearance of the buttons.  | DashboardBase | ||
| dashlets : Array 
		 A list of all available dashlets
		   | DashboardBase | ||
| Method | Defined By | ||
|---|---|---|---|
| DashboardBase | |||
getUIComponentBitmapData(target:IUIComponent):Image 
		 Drag and Drop support, create a image representation of the dashlet being dragged.  | DashboardBase | ||
| Method | Defined By | ||
|---|---|---|---|
onCreationComplete(event:FlexEvent):void  | DashboardBase | ||
onDragDrop(event:DragEvent):void  | DashboardBase | ||
| Constant | Defined By | ||
|---|---|---|---|
| DRAG_FORMAT_KEY : String = DSH_DRAG_KEY [static] 
		 Constant to indicate that the drag was initiated by the grid
		   | DashboardBase | ||
| allowInteractivity | property | 
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.
    public function get allowInteractivity():Boolean| dashlets | property | 
dashlets:ArrayA list of all available dashlets
This property can be used as the source for data binding.
    public function get dashlets():Array    public function set dashlets(value:Array):void| DashboardBase | () | Constructor | 
public function DashboardBase()| getUIComponentBitmapData | () | method | 
 public function getUIComponentBitmapData(target:IUIComponent):ImageDrag and Drop support, create a image representation of the dashlet being dragged.
Parameters
target:IUIComponent | 
Image — 
		  | 
| onCreationComplete | () | method | 
 protected function onCreationComplete(event:FlexEvent):voidParameters
event:FlexEvent | 
| onDragDrop | () | method | 
 protected function onDragDrop(event:DragEvent):voidParameters
event:DragEvent | 
| DRAG_FORMAT_KEY | Constant | 
public static const DRAG_FORMAT_KEY:String = DSH_DRAG_KEYConstant to indicate that the drag was initiated by the grid