Packagestimulsoft.controls.visual.forms
Classpublic class StiDialogInfoItemsEditorForm
InheritanceStiDialogInfoItemsEditorForm 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
  buttonClose : StiButton
StiDialogInfoItemsEditorForm
  buttonDelete : StiButton
StiDialogInfoItemsEditorForm
  buttonDown : StiButton
StiDialogInfoItemsEditorForm
  buttonNewExression : StiButton
StiDialogInfoItemsEditorForm
  buttonNewValue : StiButton
StiDialogInfoItemsEditorForm
  buttonSelectColumns : StiButton
StiDialogInfoItemsEditorForm
  buttonUp : StiButton
StiDialogInfoItemsEditorForm
 InheritedcancelButton : StiButton
StiWindowForm
  data : Object
[override]
StiDialogInfoItemsEditorForm
 InheriteddialogResult : String
StiWindowForm
 InheriteddisplayContentOnly : Boolean
StiWindowForm
 Inheritedheight : Number
[override] [write-only]
StiWindowForm
 InheritedhelpUrl : String
StiWindowForm
  items : Array
StiDialogInfoItemsEditorForm
 InheritedleftForm : int
StiWindowForm
  list : StiList
StiDialogInfoItemsEditorForm
 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
  propertyGrid : StiPropertyGrid
StiDialogInfoItemsEditorForm
 Inheritedresult : *
StiWindowForm
 InheritedretryButton : StiButton
StiWindowForm
 InheritedrightForm : int
StiWindowForm
 Inheritedtitle : String
StiWindowForm
 InheritedtopForm : int
StiWindowForm
  type : int
StiDialogInfoItemsEditorForm
 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.
StiDialogInfoItemsEditorForm
 Inherited
applyTheme():void
StiWindowForm
 Inherited
centerForm():void
StiWindowForm
  
close():void
[override]
StiDialogInfoItemsEditorForm
  
show(resultHandler:Function = null, modal:Boolean = false, center:Boolean = true, keyEvent:Boolean = true):void
[override]
StiDialogInfoItemsEditorForm
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
 Inherited
onOkButtonClickHandler(event:MouseEvent):void
StiWindowForm
 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
buttonCloseproperty
public var buttonClose:StiButton

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

buttonDeleteproperty 
public var buttonDelete:StiButton

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

buttonDownproperty 
public var buttonDown:StiButton

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

buttonNewExressionproperty 
public var buttonNewExression:StiButton

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

buttonNewValueproperty 
public var buttonNewValue:StiButton

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

buttonSelectColumnsproperty 
public var buttonSelectColumns:StiButton

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

buttonUpproperty 
public var buttonUp:StiButton

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

dataproperty 
data:Object[override]


Implementation
    public function get data():Object
    public function set data(value:Object):void
itemsproperty 
items:Array


Implementation
    public function get items():Array
    public function set items(value:Array):void
listproperty 
public var list:StiList

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

propertyGridproperty 
public var propertyGrid:StiPropertyGrid

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

typeproperty 
type:int


Implementation
    public function get type():int
    public function set type(value:int):void
Constructor Detail
StiDialogInfoItemsEditorForm()Constructor
public function StiDialogInfoItemsEditorForm()

Constructor.

Method Detail
close()method
override public function close():void

show()method 
override public function show(resultHandler:Function = null, modal:Boolean = false, center:Boolean = true, keyEvent:Boolean = true):void

Parameters

resultHandler:Function (default = null)
 
modal:Boolean (default = false)
 
center:Boolean (default = true)
 
keyEvent:Boolean (default = true)