| Package | stimulsoft.controls.visual.forms |
| Class | public class StiSaveFileNameForm |
| Inheritance | StiSaveFileNameForm StiWindowForm mx.containers.Canvas |
| 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:StiButtonThis property can be used as the source for data binding.
| buttonSave | property |
public var buttonSave:StiButtonThis property can be used as the source for data binding.
| labelFileName | property |
public var labelFileName:StiLabelThis property can be used as the source for data binding.
| textFileName | property |
public var textFileName:StiTextInputThis 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):voidParameters
event:FlexEvent |