Package | stimulsoft.report.design.check |
Class | public class StiCheckSettingsForm |
Inheritance | StiCheckSettingsForm ![]() ![]() |
Implements | mx.binding.IBindingClient |
Method | Defined By | ||
---|---|---|---|
Constructor. | StiCheckSettingsForm | ||
![]() | applyTheme():void | StiWindowForm | |
![]() | centerForm():void | StiWindowForm | |
![]() | close():void | StiWindowForm | |
![]() | show(resultHandler:Function = null, modal:Boolean = false, center:Boolean = true, keyEvent:Boolean = true):void | StiWindowForm |
buttonOK | property |
public var buttonOK:StiButton
This property can be used as the source for data binding.
tbCheckInfo | property |
public var tbCheckInfo:StiTextArea
This property can be used as the source for data binding.
tvChecks | property |
public var tvChecks:StiTreeView
This property can be used as the source for data binding.
StiCheckSettingsForm | () | Constructor |
public function StiCheckSettingsForm()
Constructor.
onButtonOKClick | () | method |
protected function onButtonOKClick(event:MouseEvent):void
Parameters
event:MouseEvent |
onChecksTreeChange | () | method |
protected function onChecksTreeChange(event:ListEvent):void
Parameters
event:ListEvent |
onChecksTreeClick | () | method |
protected function onChecksTreeClick(event:MouseEvent):void
Parameters
event:MouseEvent |
onCreationComplete | () | method |
protected function onCreationComplete(event:FlexEvent):void
Parameters
event:FlexEvent |
onInitialize | () | method |
protected function onInitialize(event:FlexEvent):void
Parameters
event:FlexEvent |