Package | stimulsoft.controls.visual.forms |
Class | public class StiSaveDialogForm |
Inheritance | StiSaveDialogForm ![]() ![]() |
Implements | mx.binding.IBindingClient |
Method | Defined By | ||
---|---|---|---|
Constructor. | StiSaveDialogForm | ||
![]() | applyTheme():void | StiWindowForm | |
![]() | centerForm():void | StiWindowForm | |
![]() | close():void | StiWindowForm | |
show(resultHandler:Function = null, modal:Boolean = false, center:Boolean = true, keyEvent:Boolean = true):void [override] | StiSaveDialogForm |
buttonCancel | property |
public var buttonCancel:StiButton
This property can be used as the source for data binding.
buttonNo | property |
public var buttonNo:StiButton
This property can be used as the source for data binding.
buttonYes | property |
public var buttonYes:StiButton
This property can be used as the source for data binding.
labelMessage | property |
public var labelMessage:StiLabel
This property can be used as the source for data binding.
StiSaveDialogForm | () | Constructor |
public function StiSaveDialogForm()
Constructor.
buttonCancelClick | () | method |
protected function buttonCancelClick():void
buttonNoClick | () | method |
protected function buttonNoClick():void
buttonYesClick | () | method |
protected function buttonYesClick():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 )
|