Package | stimulsoft.controls.visual.forms |
Class | public class StiDialogInfoItemsEditorForm |
Inheritance | StiDialogInfoItemsEditorForm ![]() ![]() |
Implements | mx.binding.IBindingClient |
Method | Defined By | ||
---|---|---|---|
Constructor. | StiDialogInfoItemsEditorForm | ||
![]() | applyTheme():void | StiWindowForm | |
![]() | centerForm():void | StiWindowForm | |
close():void [override] | StiDialogInfoItemsEditorForm | ||
show(resultHandler:Function = null, modal:Boolean = false, center:Boolean = true, keyEvent:Boolean = true):void [override] | StiDialogInfoItemsEditorForm |
buttonClose | property |
public var buttonClose:StiButton
This property can be used as the source for data binding.
buttonDelete | property |
public var buttonDelete:StiButton
This property can be used as the source for data binding.
buttonDown | property |
public var buttonDown:StiButton
This property can be used as the source for data binding.
buttonNewExression | property |
public var buttonNewExression:StiButton
This property can be used as the source for data binding.
buttonNewValue | property |
public var buttonNewValue:StiButton
This property can be used as the source for data binding.
buttonSelectColumns | property |
public var buttonSelectColumns:StiButton
This property can be used as the source for data binding.
buttonUp | property |
public var buttonUp:StiButton
This property can be used as the source for data binding.
data | property |
data:Object
[override] public function get data():Object
public function set data(value:Object):void
items | property |
items:Array
public function get items():Array
public function set items(value:Array):void
list | property |
public var list:StiList
This property can be used as the source for data binding.
propertyGrid | property |
public var propertyGrid:StiPropertyGrid
This property can be used as the source for data binding.
type | property |
type:int
public function get type():int
public function set type(value:int):void
StiDialogInfoItemsEditorForm | () | Constructor |
public function StiDialogInfoItemsEditorForm()
Constructor.
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 )
|