| Package | com.flexicious.events |
| Class | public class DashboardPrintEvent |
| Inheritance | DashboardPrintEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| dashboard : DashboardContainer | DashboardPrintEvent | ||
| printDashboard : PrintDashboardContainer | DashboardPrintEvent | ||
| Method | Defined By | ||
|---|---|---|---|
DashboardPrintEvent(type:String, dashboard:DashboardContainer, printDashboard:PrintDashboardContainer, bubbles:Boolean = false, cancelable:Boolean = true) | DashboardPrintEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| AFTER_PRINT : String = printComplete [static] | DashboardPrintEvent | ||
| BEFORE_PRINT : String = beforePrint [static] | DashboardPrintEvent | ||
| dashboard | property |
public var dashboard:DashboardContainer| printDashboard | property |
public var printDashboard:PrintDashboardContainer| DashboardPrintEvent | () | Constructor |
public function DashboardPrintEvent(type:String, dashboard:DashboardContainer, printDashboard:PrintDashboardContainer, bubbles:Boolean = false, cancelable:Boolean = true)type:String | |
dashboard:DashboardContainer | |
printDashboard:PrintDashboardContainer | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = true) |
| AFTER_PRINT | Constant |
public static const AFTER_PRINT:String = printComplete| BEFORE_PRINT | Constant |
public static const BEFORE_PRINT:String = beforePrint