Package | stimulsoft.controls.visual.forms |
Class | public class StiSaveFileNameForm |
Inheritance | StiSaveFileNameForm ![]() ![]() |
Implements | mx.binding.IBindingClient |
Method | Defined By | ||
---|---|---|---|
Constructor. | StiSaveFileNameForm | ||
![]() | applyTheme():void | StiWindowForm | |
![]() | centerForm():void | StiWindowForm | |
![]() | close():void | StiWindowForm | |
![]() | show(resultHandler:Function = null, modal:Boolean = false, center:Boolean = true, keyEvent:Boolean = true):void | StiWindowForm |
buttonCancel | property |
public var buttonCancel:StiButton
This property can be used as the source for data binding.
buttonSave | property |
public var buttonSave:StiButton
This property can be used as the source for data binding.
labelFileName | property |
public var labelFileName:StiLabel
This property can be used as the source for data binding.
textFileName | property |
public var textFileName:StiTextInput
This property can be used as the source for data binding.
StiSaveFileNameForm | () | Constructor |
public function StiSaveFileNameForm()
Constructor.
buttonCancelClick | () | method |
protected function buttonCancelClick():void
buttonSaveClick | () | method |
protected function buttonSaveClick():void
onCreationComplete | () | method |
protected function onCreationComplete(event:FlexEvent):void
Parameters
event:FlexEvent |