Package | stimulsoft.viewer.form |
Class | public class StiErrorCompilingForm |
Inheritance | StiErrorCompilingForm ![]() ![]() |
Implements | mx.binding.IBindingClient |
Method | Defined By | ||
---|---|---|---|
Constructor. | StiErrorCompilingForm | ||
![]() | applyTheme():void | StiWindowForm | |
![]() | centerForm():void | StiWindowForm | |
![]() | close():void | StiWindowForm | |
show(resultHandler:Function = null, modal:Boolean = false, center:Boolean = true, keyEvent:Boolean = true):void [override] | StiErrorCompilingForm |
buttonOk | property |
public var buttonOk:StiButton
This property can be used as the source for data binding.
errorXml | property |
errorXml:XMLNode
[write-only] public function set errorXml(value:XMLNode):void
grid | property |
public var grid:DataGrid
This property can be used as the source for data binding.
lineColumn | property |
public var lineColumn:Object
StiErrorCompilingForm | () | Constructor |
public function StiErrorCompilingForm()
Constructor.
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 )
|