Package | com.flexicious.print |
Class | public class PrintPreviewEvent |
Inheritance | PrintPreviewEvent flash.events.Event |
Property | Defined By | ||
---|---|---|---|
printJob : FlexPrintJob
The job running the print. | PrintPreviewEvent | ||
printOptions : PrintOptions | PrintPreviewEvent |
Method | Defined By | ||
---|---|---|---|
PrintPreviewEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = true)
Constructor. | PrintPreviewEvent |
Constant | Defined By | ||
---|---|---|---|
AFTER_PRINT : String = afterPrint [static] | PrintPreviewEvent | ||
BEFORE_PRINT : String = beforePrint [static] | PrintPreviewEvent | ||
COLUMNS_CHANGED : String = columnsChanged [static] | PrintPreviewEvent | ||
COLUMNS_RESIZED : String = gridColumnsResized [static] | PrintPreviewEvent | ||
DATAGRID_RECREATE_REQUIRED : String = gridRecreateRequired [static] | PrintPreviewEvent | ||
PAGE_INDEX_CHANGED : String = pageIndexChanged [static] | PrintPreviewEvent | ||
PAGE_OPTIONS_CHANGED : String = pageOptionsChanged [static] | PrintPreviewEvent | ||
PDF_BYTES_READY : String = pdfBytesReady [static] | PrintPreviewEvent | ||
PRINT_JOB_CREATED : String = printJobCreated [static] | PrintPreviewEvent | ||
PRINT_REQUESTED : String = printRequested [static] | PrintPreviewEvent |
printJob | property |
public var printJob:FlexPrintJob
The job running the print. Populated only for PRINT_JOB_CREATED
printOptions | property |
public var printOptions:PrintOptions
PrintPreviewEvent | () | Constructor |
public function PrintPreviewEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = true)
Constructor.
Parameterstype:String — The event type; indicates the action that caused the event.
| |
bubbles:Boolean (default = false ) — Specifies whether the event can bubble
up the display list hierarchy.
| |
cancelable:Boolean (default = true ) — Specifies whether the behavior
associated with the event can be prevented.
|
AFTER_PRINT | Constant |
public static const AFTER_PRINT:String = afterPrint
BEFORE_PRINT | Constant |
public static const BEFORE_PRINT:String = beforePrint
COLUMNS_CHANGED | Constant |
public static const COLUMNS_CHANGED:String = columnsChanged
COLUMNS_RESIZED | Constant |
public static const COLUMNS_RESIZED:String = gridColumnsResized
DATAGRID_RECREATE_REQUIRED | Constant |
public static const DATAGRID_RECREATE_REQUIRED:String = gridRecreateRequired
PAGE_INDEX_CHANGED | Constant |
public static const PAGE_INDEX_CHANGED:String = pageIndexChanged
PAGE_OPTIONS_CHANGED | Constant |
public static const PAGE_OPTIONS_CHANGED:String = pageOptionsChanged
PDF_BYTES_READY | Constant |
public static const PDF_BYTES_READY:String = pdfBytesReady
PRINT_JOB_CREATED | Constant |
public static const PRINT_JOB_CREATED:String = printJobCreated
PRINT_REQUESTED | Constant |
public static const PRINT_REQUESTED:String = printRequested