Packagestimulsoft.controls.visual.dialogs
Classpublic class StiAboutForm
InheritanceStiAboutForm Inheritance StiWindowForm Inheritance mx.containers.Canvas



Public Properties
 PropertyDefined By
 InheritedallowDrag : Boolean
StiWindowForm
 InheritedallowResize : Boolean
StiWindowForm
 InheritedbottomForm : int
StiWindowForm
 InheritedbottomLine : Number
StiWindowForm
 InheritedcancelButton : StiButton
StiWindowForm
 InheriteddialogResult : String
StiWindowForm
 InheriteddisplayContentOnly : Boolean
StiWindowForm
 Inheritedheight : Number
[override] [write-only]
StiWindowForm
 InheritedhelpUrl : String
StiWindowForm
  imageAbout : Image
StiAboutForm
  labelCopyright : Label
StiAboutForm
  labelSystem : Label
StiAboutForm
  labelUserText1 : Label
StiAboutForm
  labelUserText2 : Label
StiAboutForm
  labelUserUrl : StiLinkLabel
StiAboutForm
  labelVersion : Label
StiAboutForm
 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
 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.
StiAboutForm
 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
 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
 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
Public Constants
 ConstantDefined By
  AboutBoxFlex : Class
StiAboutForm
  AboutBoxJava : Class
StiAboutForm
  AboutBoxPHP : Class
StiAboutForm
  AboutBoxWeb : Class
StiAboutForm
Property Detail
imageAboutproperty
public var imageAbout:Image

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

labelCopyrightproperty 
public var labelCopyright:Label

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

labelSystemproperty 
public var labelSystem:Label

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

labelUserText1property 
public var labelUserText1:Label

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

labelUserText2property 
public var labelUserText2:Label

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

labelUserUrlproperty 
public var labelUserUrl:StiLinkLabel

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

labelVersionproperty 
public var labelVersion:Label

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

Constructor Detail
StiAboutForm()Constructor
public function StiAboutForm()

Constructor.

Constant Detail
AboutBoxFlexConstant
public const AboutBoxFlex:Class

AboutBoxJavaConstant 
public const AboutBoxJava:Class

AboutBoxPHPConstant 
public const AboutBoxPHP:Class

AboutBoxWebConstant 
public const AboutBoxWeb:Class