Package | stimulsoft.controls.visual.forms |
Class | public class StiDictionaryDataSourceForm |
Inheritance | StiDictionaryDataSourceForm ![]() ![]() |
Implements | mx.binding.IBindingClient |
Method | Defined By | ||
---|---|---|---|
Constructor. | StiDictionaryDataSourceForm | ||
![]() | applyTheme():void | StiWindowForm | |
![]() | centerForm():void | StiWindowForm | |
close():void [override] | StiDictionaryDataSourceForm | ||
onInitialize():void Инициалицация всех параметров | StiDictionaryDataSourceForm | ||
![]() | show(resultHandler:Function = null, modal:Boolean = false, center:Boolean = true, keyEvent:Boolean = true):void | StiWindowForm |
buttonCancel | property |
public var buttonCancel:StiButton
This property can be used as the source for data binding.
buttonDelete | property |
public var buttonDelete:StiButton
This property can be used as the source for data binding.
buttonNameInSource | property |
public var buttonNameInSource:StiButton
This property can be used as the source for data binding.
buttonNewCalcColumn | property |
public var buttonNewCalcColumn:StiButton
This property can be used as the source for data binding.
buttonNewColumn | property |
public var buttonNewColumn:StiButton
This property can be used as the source for data binding.
buttonNewParameter | property |
public var buttonNewParameter:StiButton
This property can be used as the source for data binding.
buttonOk | property |
public var buttonOk:StiButton
This property can be used as the source for data binding.
buttonRetrieveColumns | property |
public var buttonRetrieveColumns:StiButton
This property can be used as the source for data binding.
buttonSaveCopy | property |
public var buttonSaveCopy:StiButton
This property can be used as the source for data binding.
canvasSqlCommand | property |
public var canvasSqlCommand:Canvas
This property can be used as the source for data binding.
columnsPanel | property |
public var columnsPanel:StiTabNavigatorTab2
This property can be used as the source for data binding.
columnsTree | property |
public var columnsTree:StiTreeView
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.
divider | property |
public var divider:VDividedBox
This property can be used as the source for data binding.
propertyGrid | property |
public var propertyGrid:StiPropertyGrid
This property can be used as the source for data binding.
textAlias | property |
public var textAlias:StiTextInput
This property can be used as the source for data binding.
textName | property |
public var textName:StiTextInput
This property can be used as the source for data binding.
textNameInSource | property |
public var textNameInSource:StiTextInput
This property can be used as the source for data binding.
textSqlCommand | property |
public var textSqlCommand:StiTextArea
This property can be used as the source for data binding.
StiDictionaryDataSourceForm | () | Constructor |
public function StiDictionaryDataSourceForm()
Constructor.
close | () | method |
override public function close():void
onButtonSaveCopyClick | () | method |
protected function onButtonSaveCopyClick(event:MouseEvent):void
Parameters
event:MouseEvent |
onInitialize | () | method |
public function onInitialize():void
Инициалицация всех параметров
onOkButtonClickHandler | () | method |
override protected function onOkButtonClickHandler(e:MouseEvent):void
При нажатии "ОК" создаём или изменяем нужный DataSource
Parameters
e:MouseEvent |