Packagecom.flexicious.print
Classpublic class PrintOptionsView
InheritancePrintOptionsView Inheritance mx.containers.TitleWindow
Implements mx.binding.IBindingClient
Subclasses ExtendedPrintOptionsView



Public Properties
 PropertyDefined By
  BTN_CANCEL : Button
PrintOptionsView
  BTN_PRINT : Button
PrintOptionsView
  CB_PRVW_PRINT : CheckBox
PrintOptionsView
  cbxColumns : CheckBoxList
PrintOptionsView
  clientMode : Boolean = false
PrintOptionsView
  enablePaging : Boolean = false
PrintOptionsView
  _grid : IExtendedDataGrid
PrintOptionsView
  grid : IExtendedDataGrid
PrintOptionsView
  grpPrintOptions : RadioButtonGroup
PrintOptionsView
  hboxSpecifyPages : HBox
PrintOptionsView
  LBL_COLS_TO_PRINT : Label
PrintOptionsView
  LBL_PRT_OPTIONS : Label
PrintOptionsView
  pageCount : int = 1
PrintOptionsView
  printOptions : PrintOptions
PrintOptionsView
  RBN_ALL_PAGES : RadioButton
PrintOptionsView
  RBN_CURRENT_PAGE : RadioButton
PrintOptionsView
  rbnSelectedRecords : RadioButton
PrintOptionsView
  RBN_SELECT_PGS : RadioButton
PrintOptionsView
  selectedObjectsCount : int = 0
PrintOptionsView
  txtPageFrom : TextInput
PrintOptionsView
  txtPageTo : TextInput
PrintOptionsView
  vboxLeft : VBox
PrintOptionsView
  vldTxtPageFrom : NumberValidator
PrintOptionsView
  vldTxtPageTo : NumberValidator
PrintOptionsView
Public Methods
 MethodDefined By
  
Constructor.
PrintOptionsView
Property Detail
_gridproperty
public var _grid:IExtendedDataGrid

BTN_CANCELproperty 
public var BTN_CANCEL:Button

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

BTN_PRINTproperty 
public var BTN_PRINT:Button

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

CB_PRVW_PRINTproperty 
public var CB_PRVW_PRINT:CheckBox

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

cbxColumnsproperty 
public var cbxColumns:CheckBoxList

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

clientModeproperty 
public var clientMode:Boolean = false

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

enablePagingproperty 
public var enablePaging:Boolean = false

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

gridproperty 
grid:IExtendedDataGrid


Implementation
    public function get grid():IExtendedDataGrid
    public function set grid(value:IExtendedDataGrid):void
grpPrintOptionsproperty 
public var grpPrintOptions:RadioButtonGroup

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

hboxSpecifyPagesproperty 
public var hboxSpecifyPages:HBox

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

LBL_COLS_TO_PRINTproperty 
public var LBL_COLS_TO_PRINT:Label

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

LBL_PRT_OPTIONSproperty 
public var LBL_PRT_OPTIONS:Label

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

pageCountproperty 
public var pageCount:int = 1

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

printOptionsproperty 
public var printOptions:PrintOptions

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

RBN_ALL_PAGESproperty 
public var RBN_ALL_PAGES:RadioButton

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

RBN_CURRENT_PAGEproperty 
public var RBN_CURRENT_PAGE:RadioButton

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

RBN_SELECT_PGSproperty 
public var RBN_SELECT_PGS:RadioButton

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

rbnSelectedRecordsproperty 
public var rbnSelectedRecords:RadioButton

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

selectedObjectsCountproperty 
public var selectedObjectsCount:int = 0

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

txtPageFromproperty 
public var txtPageFrom:TextInput

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

txtPageToproperty 
public var txtPageTo:TextInput

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

vboxLeftproperty 
public var vboxLeft:VBox

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

vldTxtPageFromproperty 
public var vldTxtPageFrom:NumberValidator

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

vldTxtPageToproperty 
public var vldTxtPageTo:NumberValidator

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

Constructor Detail
PrintOptionsView()Constructor
public function PrintOptionsView()

Constructor.