| Package | com.flexicious.grids.events |
| Class | public class PrintExportDataRequestEvent |
| Inheritance | PrintExportDataRequestEvent FilterPageSortChangeEvent flash.events.Event |
| Method | Defined By | ||
|---|---|---|---|
PrintExportDataRequestEvent(type:String, filter:PrintExportFilter, bubbles:Boolean = false, cancelable:Boolean = true)
Constructor. | PrintExportDataRequestEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
![]() | DESTROY : String = destroy [static] | FilterPageSortChangeEvent | |
![]() | FILTER_CHANGE : String = filterChange [static] | FilterPageSortChangeEvent | |
![]() | FILTER_PAGE_SORT_CHANGE : String = filterPageSortChange [static] | FilterPageSortChangeEvent | |
![]() | PAGE_CHANGE : String = pageChange [static] | FilterPageSortChangeEvent | |
| PRINT_EXPORT_DATA_RECD : String = printExportDataReceived [static] | PrintExportDataRequestEvent | ||
| PRINT_EXPORT_DATA_REQUEST : String = printExportDataRequest [static] | PrintExportDataRequestEvent | ||
![]() | SORT_CHANGE : String = sortChange [static] | FilterPageSortChangeEvent | |
| PrintExportDataRequestEvent | () | Constructor |
public function PrintExportDataRequestEvent(type:String, filter:PrintExportFilter, bubbles:Boolean = false, cancelable:Boolean = true)Constructor.
Parameterstype:String — The event type; indicates the action that caused the event.
| |
filter:PrintExportFilter — Specifies whether the event can bubble
up the display list hierarchy.
| |
bubbles:Boolean (default = false) — Specifies whether the behavior
associated with the event can be prevented.
| |
cancelable:Boolean (default = true) |
| PRINT_EXPORT_DATA_RECD | Constant |
public static const PRINT_EXPORT_DATA_RECD:String = printExportDataReceived| PRINT_EXPORT_DATA_REQUEST | Constant |
public static const PRINT_EXPORT_DATA_REQUEST:String = printExportDataRequest