Package | stimulsoft.controls.visual.forms |
Class | public class StiDictionaryDataParameterForm |
Inheritance | StiDictionaryDataParameterForm ![]() ![]() |
Implements | mx.binding.IBindingClient |
Method | Defined By | ||
---|---|---|---|
Constructor. | StiDictionaryDataParameterForm | ||
![]() | applyTheme():void | StiWindowForm | |
![]() | centerForm():void | StiWindowForm | |
![]() | close():void | StiWindowForm | |
onInitialize():void Инициалицация всех параметров | StiDictionaryDataParameterForm | ||
onTreeDoubleClick(event:MouseEvent):void Если был сделан двойной клик по колонке таблицы всплывающего словаря данных, то добавляем её | StiDictionaryDataParameterForm | ||
![]() | 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.
buttonOk | property |
public var buttonOk:StiButton
This property can be used as the source for data binding.
buttonTree | property |
public var buttonTree:StiFlatButton
This property can be used as the source for data binding.
comboTypeNames | property |
public var comboTypeNames:StiComboBox
This property can be used as the source for data binding.
textExpression | property |
public var textExpression:StiTextArea
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.
StiDictionaryDataParameterForm | () | Constructor |
public function StiDictionaryDataParameterForm()
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 |