| Package | stimulsoft.controls.visual.forms |
| Class | public class StiDictionaryCalcDataColumnForm |
| Inheritance | StiDictionaryCalcDataColumnForm StiWindowForm mx.containers.Canvas |
| Implements | mx.binding.IBindingClient |
| Method | Defined By | ||
|---|---|---|---|
Constructor. | StiDictionaryCalcDataColumnForm | ||
![]() | applyTheme():void | StiWindowForm | |
![]() | centerForm():void | StiWindowForm | |
![]() | close():void | StiWindowForm | |
onInitialize():void | StiDictionaryCalcDataColumnForm | ||
onTreeDoubleClick(event:MouseEvent):void Если был сделан двойной клик по колонке таблицы всплывающего словаря данных, то добавляем её | StiDictionaryCalcDataColumnForm | ||
![]() | 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.
| buttonOk | property |
public var buttonOk:StiButtonThis property can be used as the source for data binding.
| buttonTree | property |
public var buttonTree:StiFlatButtonThis property can be used as the source for data binding.
| comboTypeNames | property |
public var comboTypeNames:StiComboBoxThis 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.
| textExpression | property |
public var textExpression:StiTextAreaThis 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.
| StiDictionaryCalcDataColumnForm | () | Constructor |
public function StiDictionaryCalcDataColumnForm()Constructor.
| onInitialize | () | method |
public function onInitialize():void| onOkButtonClickHandler | () | method |
override protected function onOkButtonClickHandler(e:MouseEvent):voidПри нажатии "ОК" создаём или изменяем нужную колонку
Parameters
e:MouseEvent |
| onTreeDoubleClick | () | method |
public function onTreeDoubleClick(event:MouseEvent):voidЕсли был сделан двойной клик по колонке таблицы всплывающего словаря данных, то добавляем её
Parameters
event:MouseEvent |