Packagecom.flexicious.print
Classpublic class PrintPreviewEvent
InheritancePrintPreviewEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  printJob : FlexPrintJob
The job running the print.
PrintPreviewEvent
  printOptions : PrintOptions
PrintPreviewEvent
Public Methods
 MethodDefined By
  
PrintPreviewEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = true)
Constructor.
PrintPreviewEvent
Public Constants
 ConstantDefined 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
Property Detail
printJobproperty
public var printJob:FlexPrintJob

The job running the print. Populated only for PRINT_JOB_CREATED

printOptionsproperty 
public var printOptions:PrintOptions

Constructor Detail
PrintPreviewEvent()Constructor
public function PrintPreviewEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = true)

Constructor.

Parameters
type: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.
Constant Detail
AFTER_PRINTConstant
public static const AFTER_PRINT:String = afterPrint

BEFORE_PRINTConstant 
public static const BEFORE_PRINT:String = beforePrint

COLUMNS_CHANGEDConstant 
public static const COLUMNS_CHANGED:String = columnsChanged

COLUMNS_RESIZEDConstant 
public static const COLUMNS_RESIZED:String = gridColumnsResized

DATAGRID_RECREATE_REQUIREDConstant 
public static const DATAGRID_RECREATE_REQUIRED:String = gridRecreateRequired

PAGE_INDEX_CHANGEDConstant 
public static const PAGE_INDEX_CHANGED:String = pageIndexChanged

PAGE_OPTIONS_CHANGEDConstant 
public static const PAGE_OPTIONS_CHANGED:String = pageOptionsChanged

PDF_BYTES_READYConstant 
public static const PDF_BYTES_READY:String = pdfBytesReady

PRINT_JOB_CREATEDConstant 
public static const PRINT_JOB_CREATED:String = printJobCreated

PRINT_REQUESTEDConstant 
public static const PRINT_REQUESTED:String = printRequested