| Package | stimulsoft.controls.visual.forms |
| Class | public class StiDictionaryDataSourceForm |
| Inheritance | StiDictionaryDataSourceForm StiWindowForm mx.containers.Canvas |
| 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:StiButtonThis property can be used as the source for data binding.
| buttonDelete | property |
public var buttonDelete:StiButtonThis property can be used as the source for data binding.
| buttonNameInSource | property |
public var buttonNameInSource:StiButtonThis property can be used as the source for data binding.
| buttonNewCalcColumn | property |
public var buttonNewCalcColumn:StiButtonThis property can be used as the source for data binding.
| buttonNewColumn | property |
public var buttonNewColumn:StiButtonThis property can be used as the source for data binding.
| buttonNewParameter | property |
public var buttonNewParameter:StiButtonThis property can be used as the source for data binding.
| buttonOk | property |
public var buttonOk:StiButtonThis property can be used as the source for data binding.
| buttonRetrieveColumns | property |
public var buttonRetrieveColumns:StiButtonThis property can be used as the source for data binding.
| buttonSaveCopy | property |
public var buttonSaveCopy:StiButtonThis property can be used as the source for data binding.
| canvasSqlCommand | property |
public var canvasSqlCommand:CanvasThis property can be used as the source for data binding.
| columnsPanel | property |
public var columnsPanel:StiTabNavigatorTab2This property can be used as the source for data binding.
| columnsTree | property |
public var columnsTree:StiTreeViewThis 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.
| divider | property |
public var divider:VDividedBoxThis property can be used as the source for data binding.
| propertyGrid | property |
public var propertyGrid:StiPropertyGridThis property can be used as the source for data binding.
| textAlias | property |
public var textAlias:StiTextInputThis property can be used as the source for data binding.
| textName | property |
public var textName:StiTextInputThis property can be used as the source for data binding.
| textNameInSource | property |
public var textNameInSource:StiTextInputThis property can be used as the source for data binding.
| textSqlCommand | property |
public var textSqlCommand:StiTextAreaThis 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):voidParameters
event:MouseEvent |
| onInitialize | () | method |
public function onInitialize():voidИнициалицация всех параметров
| onOkButtonClickHandler | () | method |
override protected function onOkButtonClickHandler(e:MouseEvent):voidПри нажатии "ОК" создаём или изменяем нужный DataSource
Parameters
e:MouseEvent |