Package | stimulsoft.viewer.export.controls |
Class | public class StiDataSettingsControl |
Inheritance | StiDataSettingsControl ![]() ![]() |
Implements | mx.binding.IBindingClient |
Property | Defined By | ||
---|---|---|---|
![]() | caption : 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 | ||
![]() | isMinimized : Boolean | StiExpander | |
settings : StiDataExportSettings [read-only] | StiDataSettingsControl | ||
![]() | showMinimized : Boolean | StiExpander | |
stilabel1 : StiLabel | StiDataSettingsControl | ||
stilabel2 : StiLabel | StiDataSettingsControl | ||
stilabel3 : StiLabel | StiDataSettingsControl | ||
stilabel4 : StiLabel | StiDataSettingsControl | ||
stilabel5 : StiLabel | StiDataSettingsControl | ||
stilabel6 : StiLabel | StiDataSettingsControl | ||
textInputSeparator : StiTextInput | StiDataSettingsControl |
Method | Defined By | ||
---|---|---|---|
Constructor. | StiDataSettingsControl | ||
![]() | applyTheme():void | StiExpander |
Method | Defined By | ||
---|---|---|---|
![]() | createChildren():void [override] | StiExpander | |
onComboBoxTypeChange():void | StiDataSettingsControl | ||
![]() | updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | StiExpander | |
![]() | updateDisplayList2007(unscaledWidth:Number, unscaledHeight:Number):void | StiExpander | |
![]() | updateDisplayList2013(unscaledWidth:Number, unscaledHeight:Number):void | StiExpander |
checkBoxExportDataOnly | property |
public var checkBoxExportDataOnly:StiCheckBox
This property can be used as the source for data binding.
checkBoxSkipColumnHeaders | property |
public var checkBoxSkipColumnHeaders:StiCheckBox
This property can be used as the source for data binding.
checkBoxUseDefaultSystemEncoding | property |
public var checkBoxUseDefaultSystemEncoding:StiCheckBox
This property can be used as the source for data binding.
comboBoxCodePage | property |
public var comboBoxCodePage:StiComboBox
This property can be used as the source for data binding.
comboBoxDataExportMode | property |
public var comboBoxDataExportMode:StiComboBox
This property can be used as the source for data binding.
comboBoxEncoding | property |
public var comboBoxEncoding:StiComboBox
This property can be used as the source for data binding.
comboBoxEncoding3 | property |
public var comboBoxEncoding3:StiComboBox
This property can be used as the source for data binding.
comboBoxType | property |
public var comboBoxType:StiComboBox
This property can be used as the source for data binding.
settings | property |
settings:StiDataExportSettings
[read-only] public function get settings():StiDataExportSettings
stilabel1 | property |
public var stilabel1:StiLabel
This property can be used as the source for data binding.
stilabel2 | property |
public var stilabel2:StiLabel
This property can be used as the source for data binding.
stilabel3 | property |
public var stilabel3:StiLabel
This property can be used as the source for data binding.
stilabel4 | property |
public var stilabel4:StiLabel
This property can be used as the source for data binding.
stilabel5 | property |
public var stilabel5:StiLabel
This property can be used as the source for data binding.
stilabel6 | property |
public var stilabel6:StiLabel
This property can be used as the source for data binding.
textInputSeparator | property |
public var textInputSeparator:StiTextInput
This property can be used as the source for data binding.
StiDataSettingsControl | () | Constructor |
public function StiDataSettingsControl()
Constructor.
onComboBoxTypeChange | () | method |
protected function onComboBoxTypeChange():void