Packagecom.flexicious.print
Classpublic class PrintPreview
InheritancePrintPreview Inheritance mx.containers.TitleWindow
Implements IPrintPreview, mx.binding.IBindingClient
Subclasses DashboardPrintPreview



Public Properties
 PropertyDefined By
  boxColumns : VBox
PrintPreview
  BTN_CANCEL : Button
PrintPreview
  BTN_CANCEL_1 : Button
PrintPreview
  BTN_PRT : Button
PrintPreview
  BTN_PRT_1 : Button
PrintPreview
  buttonsBox : HBox
PrintPreview
  CB_PAGE_FTR : CheckBox
PrintPreview
  CB_PAGE_HDR : CheckBox
PrintPreview
  CB_RPT_FTR : CheckBox
PrintPreview
  CB_RPT_HDR : CheckBox
PrintPreview
  cbxColumns : MultiSelectComboBox
PrintPreview
  colWidth : int = 110
PrintPreview
  content : Container
[read-only]
PrintPreview
  currentPage : int
PrintPreview
  isPrinting : Boolean = false
PrintPreview
  layouts : ArrayCollection
PrintPreview
  LBL_COLS : Label
PrintPreview
  LBL_LAYOUT : Label
PrintPreview
  LBL_PG_SIZE : Label
PrintPreview
  LBL_SETTINGS_1 : Label
PrintPreview
  LBL_SETTINGS_2 : Label
PrintPreview
  pageContent : Canvas
PrintPreview
  pageSizes : ArrayCollection
PrintPreview
  pb : ProgressBar
PrintPreview
  printOptions : PrintOptions
PrintPreview
  progress : String
PrintPreview
  rbnPageLayout : ComboBox
PrintPreview
  rbnPageSize : ComboBox
PrintPreview
  settingsMessage : VBox
PrintPreview
  totalPages : int
PrintPreview
Public Methods
 MethodDefined By
  
Constructor.
PrintPreview
Protected Methods
 MethodDefined By
  
PrintPreview
Events
 Event Summary Defined By
  PrintPreview
  PrintPreview
  PrintPreview
  PrintPreview
Property Detail
boxColumnsproperty
public var boxColumns:VBox

This property can be used as the source for data binding.

BTN_CANCELproperty 
public var BTN_CANCEL:Button

This property can be used as the source for data binding.

BTN_CANCEL_1property 
public var BTN_CANCEL_1:Button

This property can be used as the source for data binding.

BTN_PRTproperty 
public var BTN_PRT:Button

This property can be used as the source for data binding.

BTN_PRT_1property 
public var BTN_PRT_1:Button

This property can be used as the source for data binding.

buttonsBoxproperty 
public var buttonsBox:HBox

This property can be used as the source for data binding.

CB_PAGE_FTRproperty 
public var CB_PAGE_FTR:CheckBox

This property can be used as the source for data binding.

CB_PAGE_HDRproperty 
public var CB_PAGE_HDR:CheckBox

This property can be used as the source for data binding.

CB_RPT_FTRproperty 
public var CB_RPT_FTR:CheckBox

This property can be used as the source for data binding.

CB_RPT_HDRproperty 
public var CB_RPT_HDR:CheckBox

This property can be used as the source for data binding.

cbxColumnsproperty 
public var cbxColumns:MultiSelectComboBox

This property can be used as the source for data binding.

colWidthproperty 
public var colWidth:int = 110

This property can be used as the source for data binding.

contentproperty 
content:Container  [read-only]


Implementation
    public function get content():Container
currentPageproperty 
currentPage:int


Implementation
    public function get currentPage():int
    public function set currentPage(value:int):void
isPrintingproperty 
public var isPrinting:Boolean = false

This property can be used as the source for data binding.

layoutsproperty 
public var layouts:ArrayCollection

This property can be used as the source for data binding.

LBL_COLSproperty 
public var LBL_COLS:Label

This property can be used as the source for data binding.

LBL_LAYOUTproperty 
public var LBL_LAYOUT:Label

This property can be used as the source for data binding.

LBL_PG_SIZEproperty 
public var LBL_PG_SIZE:Label

This property can be used as the source for data binding.

LBL_SETTINGS_1property 
public var LBL_SETTINGS_1:Label

This property can be used as the source for data binding.

LBL_SETTINGS_2property 
public var LBL_SETTINGS_2:Label

This property can be used as the source for data binding.

pageContentproperty 
public var pageContent:Canvas

This property can be used as the source for data binding.

pageSizesproperty 
public var pageSizes:ArrayCollection

This property can be used as the source for data binding.

pbproperty 
public var pb:ProgressBar

This property can be used as the source for data binding.

printOptionsproperty 
printOptions:PrintOptions


Implementation
    public function get printOptions():PrintOptions
    public function set printOptions(value:PrintOptions):void
progressproperty 
progress:String


Implementation
    public function get progress():String
    public function set progress(value:String):void
rbnPageLayoutproperty 
public var rbnPageLayout:ComboBox

This property can be used as the source for data binding.

rbnPageSizeproperty 
public var rbnPageSize:ComboBox

This property can be used as the source for data binding.

settingsMessageproperty 
public var settingsMessage:VBox

This property can be used as the source for data binding.

totalPagesproperty 
totalPages:int


Implementation
    public function get totalPages():int
    public function set totalPages(value:int):void
Constructor Detail
PrintPreview()Constructor
public function PrintPreview()

Constructor.

Method Detail
titlewindow1_creationCompleteHandler()method
protected function titlewindow1_creationCompleteHandler(event:FlexEvent):void

Parameters

event:FlexEvent

Event Detail
columnsChanged Event
Event Object Type: com.flexicious.print.PrintPreviewEvent

pageIndexChanged Event  
Event Object Type: com.flexicious.print.PrintPreviewEvent

pageOptionsChanged Event  
Event Object Type: com.flexicious.print.PrintPreviewEvent

printRequested Event  
Event Object Type: com.flexicious.print.PrintPreviewEvent