Packagecom.flexicious.export
Classpublic class ExportOptionsView
InheritanceExportOptionsView Inheritance mx.containers.TitleWindow
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  BTN_CANCEL : Button
ExportOptionsView
  BTN_EXPORT : Button
ExportOptionsView
  cbxColumns : CheckBoxList
ExportOptionsView
  cbxExporters : ComboBox
ExportOptionsView
  enablePaging : Boolean = false
ExportOptionsView
  exportOptions : ExportOptions
ExportOptionsView
  _grid : IExtendedDataGrid
ExportOptionsView
  grid : IExtendedDataGrid
ExportOptionsView
  grpExportOptions : RadioButtonGroup
ExportOptionsView
  LBL_COLS_TO_EXPORT : Label
ExportOptionsView
  LBL_EXPORT_FORMAT : Label
ExportOptionsView
  pageCount : int = 1
ExportOptionsView
  RBN_ALL_PAGES : RadioButton
ExportOptionsView
  RBN_CURRENT_PAGE : RadioButton
ExportOptionsView
  rbnSelectedRecords : RadioButton
ExportOptionsView
  RBN_SELECT_PGS : RadioButton
ExportOptionsView
  selectedObjectsCount : int = 0
ExportOptionsView
  txtPageFrom : TextInput
ExportOptionsView
  txtPageTo : TextInput
ExportOptionsView
  vldTxtPageFrom : NumberValidator
ExportOptionsView
  vldTxtPageTo : NumberValidator
ExportOptionsView
Public Methods
 MethodDefined By
  
Constructor.
ExportOptionsView
Protected Methods
 MethodDefined By
  
ExportOptionsView
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_EXPORTproperty 
public var BTN_EXPORT:Button

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.

cbxExportersproperty 
public var cbxExporters:ComboBox

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.

exportOptionsproperty 
public var exportOptions:ExportOptions

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
grpExportOptionsproperty 
public var grpExportOptions:RadioButtonGroup

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

LBL_COLS_TO_EXPORTproperty 
public var LBL_COLS_TO_EXPORT:Label

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

LBL_EXPORT_FORMATproperty 
public var LBL_EXPORT_FORMAT: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.

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.

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
ExportOptionsView()Constructor
public function ExportOptionsView()

Constructor.

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

Parameters

event:FlexEvent