Packagestimulsoft.viewer.form
Classpublic class StiEmailForm
InheritanceStiEmailForm Inheritance StiWindowForm Inheritance mx.containers.Canvas
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
 InheritedallowDrag : Boolean
StiWindowForm
 InheritedallowResize : Boolean
StiWindowForm
 InheritedbottomForm : int
StiWindowForm
 InheritedbottomLine : Number
StiWindowForm
  buttonCancel : StiButton
StiEmailForm
  buttonOK : StiButton
StiEmailForm
 InheritedcancelButton : StiButton
StiWindowForm
  checkSaveFormValues : StiCheckBox
StiEmailForm
 InheriteddialogResult : String
StiWindowForm
 InheriteddisplayContentOnly : Boolean
StiWindowForm
 Inheritedheight : Number
[override] [write-only]
StiWindowForm
 InheritedhelpUrl : String
StiWindowForm
  labelAttachment : StiLabel
StiEmailForm
  labelAttachmentFile : StiLabel
StiEmailForm
  labelEmail : StiLabel
StiEmailForm
  labelMessage : StiLabel
StiEmailForm
  labelSubject : StiLabel
StiEmailForm
 InheritedleftForm : int
StiWindowForm
 InheritedmaxHeight : Number
[override]
StiWindowForm
 InheritedmaximumSize : StiSize
StiWindowForm
 InheritedmaxWidth : Number
[override]
StiWindowForm
 InheritedminHeight : Number
[override]
StiWindowForm
 InheritedminimumSize : StiSize
StiWindowForm
 InheritedminWidth : Number
[override]
StiWindowForm
 InheritednoButton : StiButton
StiWindowForm
 InheritedokButton : StiButton
StiWindowForm
 InheritedpreventNegativeCoordinates : Boolean
StiWindowForm
 Inheritedresult : *
StiWindowForm
 InheritedretryButton : StiButton
StiWindowForm
 InheritedrightForm : int
StiWindowForm
  textInputEmail : StiTextInput
StiEmailForm
  textInputMessage : StiTextArea
StiEmailForm
  textInputSubject : StiTextInput
StiEmailForm
 Inheritedtitle : String
StiWindowForm
 InheritedtopForm : int
StiWindowForm
 InheritedviewMetrics : EdgeMetrics
[override] [read-only]
StiWindowForm
 Inheritedwidth : Number
[override] [write-only]
StiWindowForm
 Inheritedx : Number
[override] [write-only]
StiWindowForm
 Inheritedy : Number
[override] [write-only]
StiWindowForm
 InheritedyesButton : StiButton
StiWindowForm
Protected Properties
 PropertyDefined By
 Inheritedtheme : StiFormTheme
[read-only]
StiWindowForm
 InheritedtitleBar : Canvas = null
StiWindowForm
 InheritedtitleButtonClose : StiCloseButton = null
StiWindowForm
 InheritedtitleButtonHelp : StiHelpButton = null
StiWindowForm
 InheritedtitleLabel : Label = null
StiWindowForm
Public Methods
 MethodDefined By
  
Constructor.
StiEmailForm
 Inherited
applyTheme():void
StiWindowForm
 Inherited
centerForm():void
StiWindowForm
 Inherited
close():void
StiWindowForm
 Inherited
show(resultHandler:Function = null, modal:Boolean = false, center:Boolean = true, keyEvent:Boolean = true):void
StiWindowForm
Protected Methods
 MethodDefined By
 Inherited
[override]
StiWindowForm
 Inherited
StiWindowForm
 Inherited
StiWindowForm
 Inherited
isMouseOnBottom(e:MouseEvent):Boolean
StiWindowForm
 Inherited
isMouseOnForm(e:MouseEvent):Boolean
StiWindowForm
 Inherited
isMouseOnLeft(e:MouseEvent):Boolean
StiWindowForm
 Inherited
isMouseOnRight(e:MouseEvent):Boolean
StiWindowForm
 Inherited
isMouseOnTop(e:MouseEvent):Boolean
StiWindowForm
 Inherited
onCancelButtonClickHandler(e:MouseEvent):void
StiWindowForm
  
onInitialize(event:FlexEvent):void
StiEmailForm
 Inherited
onNoButtonClickHandler(e:MouseEvent):void
StiWindowForm
 Inherited
onOkButtonClickHandler(event:MouseEvent):void
StiWindowForm
 Inherited
onRetryButtonClickHandler(e:MouseEvent):void
StiWindowForm
 Inherited
onStageMouseMove(e:MouseEvent):void
StiWindowForm
 Inherited
onStageMouseMoveResize(e:MouseEvent):void
StiWindowForm
 Inherited
onStageMouseUp(e:MouseEvent):void
StiWindowForm
 Inherited
onStageMouseUpResize(e:MouseEvent):void
StiWindowForm
  
onTextChange(event:Event):void
StiEmailForm
 Inherited
onTitleBarMouseDown(e:MouseEvent):void
StiWindowForm
 Inherited
onTitleHelpButtonClick(e:MouseEvent):void
StiWindowForm
 Inherited
onYesButtonClickHandler(e:MouseEvent):void
StiWindowForm
 Inherited
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiWindowForm
Events
 Event Summary Defined By
 InheritedStiWindowForm
 InheritedStiWindowForm
 InheritedStiWindowForm
 InheritedStiWindowForm
 InheritedStiWindowForm
 InheritedStiWindowForm
 InheritedStiWindowForm
Property Detail
buttonCancelproperty
public var buttonCancel:StiButton

This property can be used as the source for data binding.

buttonOKproperty 
public var buttonOK:StiButton

This property can be used as the source for data binding.

checkSaveFormValuesproperty 
public var checkSaveFormValues:StiCheckBox

This property can be used as the source for data binding.

labelAttachmentproperty 
public var labelAttachment:StiLabel

This property can be used as the source for data binding.

labelAttachmentFileproperty 
public var labelAttachmentFile:StiLabel

This property can be used as the source for data binding.

labelEmailproperty 
public var labelEmail:StiLabel

This property can be used as the source for data binding.

labelMessageproperty 
public var labelMessage:StiLabel

This property can be used as the source for data binding.

labelSubjectproperty 
public var labelSubject:StiLabel

This property can be used as the source for data binding.

textInputEmailproperty 
public var textInputEmail:StiTextInput

This property can be used as the source for data binding.

textInputMessageproperty 
public var textInputMessage:StiTextArea

This property can be used as the source for data binding.

textInputSubjectproperty 
public var textInputSubject:StiTextInput

This property can be used as the source for data binding.

Constructor Detail
StiEmailForm()Constructor
public function StiEmailForm()

Constructor.

Method Detail
onInitialize()method
protected function onInitialize(event:FlexEvent):void

Parameters

event:FlexEvent

onTextChange()method 
protected function onTextChange(event:Event):void

Parameters

event:Event