Packagestimulsoft.viewer.export.controls
Classpublic class StiDataSettingsControl
InheritanceStiDataSettingsControl Inheritance StiExpander Inheritance mx.containers.Canvas
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
 Inheritedcaption : String
StiExpander
  checkBoxExportDataOnly : StiCheckBox
StiDataSettingsControl
  checkBoxSkipColumnHeaders : StiCheckBox
StiDataSettingsControl
  checkBoxUseDefaultSystemEncoding : StiCheckBox
StiDataSettingsControl
  comboBoxCodePage : StiComboBox
StiDataSettingsControl
  comboBoxDataExportMode : StiComboBox
StiDataSettingsControl
  comboBoxEncoding : StiComboBox
StiDataSettingsControl
  comboBoxEncoding3 : StiComboBox
StiDataSettingsControl
  comboBoxType : StiComboBox
StiDataSettingsControl
 InheritedisMinimized : Boolean
StiExpander
  settings : StiDataExportSettings
[read-only]
StiDataSettingsControl
 InheritedshowMinimized : Boolean
StiExpander
  stilabel1 : StiLabel
StiDataSettingsControl
  stilabel2 : StiLabel
StiDataSettingsControl
  stilabel3 : StiLabel
StiDataSettingsControl
  stilabel4 : StiLabel
StiDataSettingsControl
  stilabel5 : StiLabel
StiDataSettingsControl
  stilabel6 : StiLabel
StiDataSettingsControl
  textInputSeparator : StiTextInput
StiDataSettingsControl
Protected Properties
 PropertyDefined By
 Inheritedtheme : StiExpanderTheme
[read-only]
StiExpander
Public Methods
 MethodDefined By
  
Constructor.
StiDataSettingsControl
 Inherited
applyTheme():void
StiExpander
Protected Methods
 MethodDefined By
 Inherited
[override]
StiExpander
  
StiDataSettingsControl
 Inherited
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiExpander
 Inherited
updateDisplayList2007(unscaledWidth:Number, unscaledHeight:Number):void
StiExpander
 Inherited
updateDisplayList2013(unscaledWidth:Number, unscaledHeight:Number):void
StiExpander
Property Detail
checkBoxExportDataOnlyproperty
public var checkBoxExportDataOnly:StiCheckBox

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

checkBoxSkipColumnHeadersproperty 
public var checkBoxSkipColumnHeaders:StiCheckBox

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

checkBoxUseDefaultSystemEncodingproperty 
public var checkBoxUseDefaultSystemEncoding:StiCheckBox

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

comboBoxCodePageproperty 
public var comboBoxCodePage:StiComboBox

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

comboBoxDataExportModeproperty 
public var comboBoxDataExportMode:StiComboBox

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

comboBoxEncodingproperty 
public var comboBoxEncoding:StiComboBox

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

comboBoxEncoding3property 
public var comboBoxEncoding3:StiComboBox

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

comboBoxTypeproperty 
public var comboBoxType:StiComboBox

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

settingsproperty 
settings:StiDataExportSettings  [read-only]


Implementation
    public function get settings():StiDataExportSettings
stilabel1property 
public var stilabel1:StiLabel

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

stilabel2property 
public var stilabel2:StiLabel

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

stilabel3property 
public var stilabel3:StiLabel

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

stilabel4property 
public var stilabel4:StiLabel

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

stilabel5property 
public var stilabel5:StiLabel

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

stilabel6property 
public var stilabel6:StiLabel

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

textInputSeparatorproperty 
public var textInputSeparator:StiTextInput

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

Constructor Detail
StiDataSettingsControl()Constructor
public function StiDataSettingsControl()

Constructor.

Method Detail
onComboBoxTypeChange()method
protected function onComboBoxTypeChange():void