| Package | com.flexicious.nestedtreedatagrid.events |
| Class | public class FlexDataGridPrintEvent |
| Inheritance | FlexDataGridPrintEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| grid : FlexDataGrid | FlexDataGridPrintEvent | ||
| printGrid : PrintFlexDataGrid | FlexDataGridPrintEvent | ||
| Method | Defined By | ||
|---|---|---|---|
FlexDataGridPrintEvent(type:String, grid:FlexDataGrid, printGrid:PrintFlexDataGrid, bubbles:Boolean = false, cancelable:Boolean = true) | FlexDataGridPrintEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| AFTER_PRINT : String = printComplete [static] | FlexDataGridPrintEvent | ||
| BEFORE_PRINT : String = beforePrint [static] | FlexDataGridPrintEvent | ||
| BEFORE_PRINT_PROVIDER_SET : String = beforePrintProviderSet [static] | FlexDataGridPrintEvent | ||
| grid | property |
public var grid:FlexDataGrid| printGrid | property |
public var printGrid:PrintFlexDataGrid| FlexDataGridPrintEvent | () | Constructor |
public function FlexDataGridPrintEvent(type:String, grid:FlexDataGrid, printGrid:PrintFlexDataGrid, bubbles:Boolean = false, cancelable:Boolean = true)type:String | |
grid:FlexDataGrid | |
printGrid:PrintFlexDataGrid | |
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| BEFORE_PRINT_PROVIDER_SET | Constant |
public static const BEFORE_PRINT_PROVIDER_SET:String = beforePrintProviderSet