Packagestimulsoft.controls.visual.forms
Classpublic class StiDictionaryCalcDataColumnForm
InheritanceStiDictionaryCalcDataColumnForm Inheritance StiWindowForm Inheritance mx.containers.Canvas
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
 InheritedallowDrag : Boolean
StiWindowForm
 InheritedallowResize : Boolean
StiWindowForm
 InheritedbottomForm : int
StiWindowForm
 InheritedbottomLine : Number
StiWindowForm
  buttonCancel : StiButton
StiDictionaryCalcDataColumnForm
  buttonOk : StiButton
StiDictionaryCalcDataColumnForm
  buttonTree : StiFlatButton
StiDictionaryCalcDataColumnForm
 InheritedcancelButton : StiButton
StiWindowForm
  comboTypeNames : StiComboBox
StiDictionaryCalcDataColumnForm
 InheriteddialogResult : String
StiWindowForm
 InheriteddisplayContentOnly : Boolean
StiWindowForm
 Inheritedheight : Number
[override] [write-only]
StiWindowForm
 InheritedhelpUrl : String
StiWindowForm
 InheritedleftForm : int
StiWindowForm
 InheritedmaxHeight : Number
[override]
StiWindowForm
 InheritedmaximumSize : StiSize
StiWindowForm
 InheritedmaxWidth : Number
[override]
StiWindowForm
 InheritedminHeight : Number
[override]
StiWindowForm
 InheritedminimumSize : StiSize
StiWindowForm
 InheritedminWidth : Number
[override]
StiWindowForm
 InheritednoButton : StiButton
StiWindowForm
 InheritedokButton : StiButton
StiWindowForm
 InheritedpreventNegativeCoordinates : Boolean
StiWindowForm
 Inheritedresult : *
StiWindowForm
 InheritedretryButton : StiButton
StiWindowForm
 InheritedrightForm : int
StiWindowForm
  textAlias : StiTextInput
StiDictionaryCalcDataColumnForm
  textExpression : StiTextArea
StiDictionaryCalcDataColumnForm
  textName : StiTextInput
StiDictionaryCalcDataColumnForm
 Inheritedtitle : String
StiWindowForm
 InheritedtopForm : int
StiWindowForm
 InheritedviewMetrics : EdgeMetrics
[override] [read-only]
StiWindowForm
 Inheritedwidth : Number
[override] [write-only]
StiWindowForm
 Inheritedx : Number
[override] [write-only]
StiWindowForm
 Inheritedy : Number
[override] [write-only]
StiWindowForm
 InheritedyesButton : StiButton
StiWindowForm
Protected Properties
 PropertyDefined By
 Inheritedtheme : StiFormTheme
[read-only]
StiWindowForm
 InheritedtitleBar : Canvas = null
StiWindowForm
 InheritedtitleButtonClose : StiCloseButton = null
StiWindowForm
 InheritedtitleButtonHelp : StiHelpButton = null
StiWindowForm
 InheritedtitleLabel : Label = null
StiWindowForm
Public Methods
 MethodDefined By
  
Constructor.
StiDictionaryCalcDataColumnForm
 Inherited
applyTheme():void
StiWindowForm
 Inherited
centerForm():void
StiWindowForm
 Inherited
close():void
StiWindowForm
  
StiDictionaryCalcDataColumnForm
  
onTreeDoubleClick(event:MouseEvent):void
Если был сделан двойной клик по колонке таблицы всплывающего словаря данных, то добавляем её
StiDictionaryCalcDataColumnForm
 Inherited
show(resultHandler:Function = null, modal:Boolean = false, center:Boolean = true, keyEvent:Boolean = true):void
StiWindowForm
Protected Methods
 MethodDefined By
 Inherited
[override]
StiWindowForm
 Inherited
StiWindowForm
 Inherited
StiWindowForm
 Inherited
isMouseOnBottom(e:MouseEvent):Boolean
StiWindowForm
 Inherited
isMouseOnForm(e:MouseEvent):Boolean
StiWindowForm
 Inherited
isMouseOnLeft(e:MouseEvent):Boolean
StiWindowForm
 Inherited
isMouseOnRight(e:MouseEvent):Boolean
StiWindowForm
 Inherited
isMouseOnTop(e:MouseEvent):Boolean
StiWindowForm
 Inherited
onCancelButtonClickHandler(e:MouseEvent):void
StiWindowForm
 Inherited
onNoButtonClickHandler(e:MouseEvent):void
StiWindowForm
  
onOkButtonClickHandler(e:MouseEvent):void
[override] При нажатии "ОК" создаём или изменяем нужную колонку
StiDictionaryCalcDataColumnForm
 Inherited
onRetryButtonClickHandler(e:MouseEvent):void
StiWindowForm
 Inherited
onStageMouseMove(e:MouseEvent):void
StiWindowForm
 Inherited
onStageMouseMoveResize(e:MouseEvent):void
StiWindowForm
 Inherited
onStageMouseUp(e:MouseEvent):void
StiWindowForm
 Inherited
onStageMouseUpResize(e:MouseEvent):void
StiWindowForm
 Inherited
onTitleBarMouseDown(e:MouseEvent):void
StiWindowForm
 Inherited
onTitleHelpButtonClick(e:MouseEvent):void
StiWindowForm
 Inherited
onYesButtonClickHandler(e:MouseEvent):void
StiWindowForm
 Inherited
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiWindowForm
Events
 Event Summary Defined By
 InheritedStiWindowForm
 InheritedStiWindowForm
 InheritedStiWindowForm
 InheritedStiWindowForm
 InheritedStiWindowForm
 InheritedStiWindowForm
 InheritedStiWindowForm
Property Detail
buttonCancelproperty
public var buttonCancel:StiButton

This property can be used as the source for data binding.

buttonOkproperty 
public var buttonOk:StiButton

This property can be used as the source for data binding.

buttonTreeproperty 
public var buttonTree:StiFlatButton

This property can be used as the source for data binding.

comboTypeNamesproperty 
public var comboTypeNames:StiComboBox

This property can be used as the source for data binding.

textAliasproperty 
public var textAlias:StiTextInput

This property can be used as the source for data binding.

textExpressionproperty 
public var textExpression:StiTextArea

This property can be used as the source for data binding.

textNameproperty 
public var textName:StiTextInput

This property can be used as the source for data binding.

Constructor Detail
StiDictionaryCalcDataColumnForm()Constructor
public function StiDictionaryCalcDataColumnForm()

Constructor.

Method Detail
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