Package | stimulsoft.controls.propertyGrid.typeEditorForm |
Class | public class StiPropertyTypeEditorFormSimpleExpression |
Inheritance | StiPropertyTypeEditorFormSimpleExpression ![]() ![]() |
Implements | mx.binding.IBindingClient |
Method | Defined By | ||
---|---|---|---|
Constructor. | StiPropertyTypeEditorFormSimpleExpression | ||
![]() | applyTheme():void | StiWindowForm | |
![]() | centerForm():void | StiWindowForm | |
![]() | close():void | StiWindowForm | |
onUpdateComplete():void | StiPropertyTypeEditorFormSimpleExpression | ||
show(resultHandler:Function = null, modal:Boolean = false, center:Boolean = true, keyEvent:Boolean = true):void [override] | StiPropertyTypeEditorFormSimpleExpression | ||
update():void | StiPropertyTypeEditorFormSimpleExpression |
addBraces | property |
addBraces:Boolean
Разрешить добавление фигурных скобок
This property can be used as the source for data binding.
public function get addBraces():Boolean
public function set addBraces(value:Boolean):void
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.
data | property |
data:Object
[override] public function get data():Object
public function set data(value:Object):void
report | property |
report:StiReport
public function get report():StiReport
public function set report(value:StiReport):void
textArea | property |
public var textArea:StiCodeEditor
This property can be used as the source for data binding.
treeDictionary | property |
public var treeDictionary:StiDictionaryTreeForm
This property can be used as the source for data binding.
StiPropertyTypeEditorFormSimpleExpression | () | Constructor |
public function StiPropertyTypeEditorFormSimpleExpression()
Constructor.
onCloseForm | () | method |
onCreationComplete | () | method |
protected function onCreationComplete():void
onOkButtonClickHandler | () | method |
override protected function onOkButtonClickHandler(event:MouseEvent):void
Parameters
event:MouseEvent |
onUpdateComplete | () | method |
public function onUpdateComplete():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 )
|
update | () | method |
public function update():void