| Package | stimulsoft.viewer.export.controls |
| Class | public class StiDataSettingsControl |
| Inheritance | StiDataSettingsControl StiExpander mx.containers.Canvas |
| 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:StiCheckBoxThis property can be used as the source for data binding.
| checkBoxSkipColumnHeaders | property |
public var checkBoxSkipColumnHeaders:StiCheckBoxThis property can be used as the source for data binding.
| checkBoxUseDefaultSystemEncoding | property |
public var checkBoxUseDefaultSystemEncoding:StiCheckBoxThis property can be used as the source for data binding.
| comboBoxCodePage | property |
public var comboBoxCodePage:StiComboBoxThis property can be used as the source for data binding.
| comboBoxDataExportMode | property |
public var comboBoxDataExportMode:StiComboBoxThis property can be used as the source for data binding.
| comboBoxEncoding | property |
public var comboBoxEncoding:StiComboBoxThis property can be used as the source for data binding.
| comboBoxEncoding3 | property |
public var comboBoxEncoding3:StiComboBoxThis property can be used as the source for data binding.
| comboBoxType | property |
public var comboBoxType:StiComboBoxThis 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:StiLabelThis property can be used as the source for data binding.
| stilabel2 | property |
public var stilabel2:StiLabelThis property can be used as the source for data binding.
| stilabel3 | property |
public var stilabel3:StiLabelThis property can be used as the source for data binding.
| stilabel4 | property |
public var stilabel4:StiLabelThis property can be used as the source for data binding.
| stilabel5 | property |
public var stilabel5:StiLabelThis property can be used as the source for data binding.
| stilabel6 | property |
public var stilabel6:StiLabelThis property can be used as the source for data binding.
| textInputSeparator | property |
public var textInputSeparator:StiTextInputThis property can be used as the source for data binding.
| StiDataSettingsControl | () | Constructor |
public function StiDataSettingsControl()Constructor.
| onComboBoxTypeChange | () | method |
protected function onComboBoxTypeChange():void