| Package | com.flexicious.components.dashboard.print | 
| Class | public class DashboardPrintController | 
| Inheritance | DashboardPrintController    PrintController   Object | 
| Method | Defined By | ||
|---|---|---|---|
generatePreview(printPreview:IPrintPreview, printWindow:PrintWindow):void [override] 
		 Generates a preview of the dashboard
		   | DashboardPrintController | ||
[static]   | DashboardPrintController | ||
![]()  | 
		 Creates a preview of the grid and displays it.  | PrintController | |
[override] 
		 Called by the grid to print its contents to the printer on basis
		 of the passed in print options.  | DashboardPrintController | ||
[override]   | DashboardPrintController | ||
| Method | Defined By | ||
|---|---|---|---|
![]()  | addCurrentPage():void  | PrintController | |
![]()  | calculateTotalPages(iCollectionView:Object, hasColumnGroups:Boolean):void  | PrintController | |
![]()  | cloneColumn(cols:Array, col:Object):void  | PrintController | |
gotoCurrentPage():void [override] 
		 Unused, dashboard printouts are currently one page only.  | DashboardPrintController | ||
![]()  | instantiatePrintWindow():PrintWindow  | PrintController | |
![]()  | onPrintOptionsClose(event:Object):void  | PrintController | |
![]()  | onPrintRequestDataRecieved(event:Event):void  | PrintController | |
[override] 
		  Called by both the print and the preview, to populate the grid on basis of the provided options.  | DashboardPrintController | ||
| generatePreview | () | method | 
override public function generatePreview(printPreview:IPrintPreview, printWindow:PrintWindow):voidGenerates a preview of the dashboard
Parameters
printPreview:IPrintPreview | |
printWindow:PrintWindow | 
| gotoCurrentPage | () | method | 
override protected function gotoCurrentPage():voidUnused, dashboard printouts are currently one page only.
| instance | () | method | 
| () | method | 
override public function print(printable:IPrintable, printOptions:PrintOptions = null):voidCalled by the grid to print its contents to the printer on basis of the passed in print options. If the preview property of the printOptions parameter is true, it will popup a preview window.
Parameters
printable:IPrintable — 		The IPrintable to print
		  | |
printOptions:PrintOptions (default = null) — PrintOptions to use for printing
		  | 
| printWithOptions | () | method | 
override public function printWithOptions(printable:IPrintable, printOptions:PrintOptions):voidParameters
printable:IPrintable | |
printOptions:PrintOptions | 
| setupPrintWindow | () | method | 
override protected function setupPrintWindow(printable:IPrintable, printOptions:PrintOptions, printWindow:PrintWindow):voidCalled by both the print and the preview, to populate the grid on basis of the provided options.
Parameters
printable:IPrintable | |
printOptions:PrintOptions | |
printWindow:PrintWindow |