Packagestimulsoft.controls.visual.dialogs
Classpublic class StiMessageBox
InheritanceStiMessageBox Inheritance StiWindowForm Inheritance mx.containers.Canvas



Public Properties
 PropertyDefined By
 InheritedallowDrag : Boolean
StiWindowForm
  allowHtml : Boolean = true
StiMessageBox
 InheritedallowResize : Boolean
StiWindowForm
 InheritedbottomForm : int
StiWindowForm
 InheritedbottomLine : Number
StiWindowForm
  buttonMore : StiButton
StiMessageBox
  buttonMoreVisible : Boolean = false
StiMessageBox
  buttonOk : StiButton
StiMessageBox
 InheritedcancelButton : StiButton
StiWindowForm
 InheriteddialogResult : String
StiWindowForm
 InheriteddisplayContentOnly : Boolean
StiWindowForm
  errorText : String
StiMessageBox
 Inheritedheight : Number
[override] [write-only]
StiWindowForm
 InheritedhelpUrl : String
StiWindowForm
  labelMessage : StiTextArea
StiMessageBox
 InheritedleftForm : int
StiWindowForm
 InheritedmaxHeight : Number
[override]
StiWindowForm
 InheritedmaximumSize : StiSize
StiWindowForm
 InheritedmaxWidth : Number
[override]
StiWindowForm
  message : String
StiMessageBox
 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
  options : Class
[read-only]
StiMessageBox
 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.
StiMessageBox
 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
  
showErrorMessage(title:String, message:String, errorText:String, allowHtml:Boolean = true):void
[static]
StiMessageBox
  
showMessage(title:String, message:String):void
[static]
StiMessageBox
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
Property Detail
allowHtmlproperty
public var allowHtml:Boolean = true

buttonMoreproperty 
public var buttonMore:StiButton

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

buttonMoreVisibleproperty 
public var buttonMoreVisible:Boolean = false

buttonOkproperty 
public var buttonOk:StiButton

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

errorTextproperty 
public var errorText:String

labelMessageproperty 
public var labelMessage:StiTextArea

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

messageproperty 
public var message:String

optionsproperty 
options:Class  [read-only]


Implementation
    protected function get options():Class
Constructor Detail
StiMessageBox()Constructor
public function StiMessageBox()

Constructor.

Method Detail
showErrorMessage()method
public static function showErrorMessage(title:String, message:String, errorText:String, allowHtml:Boolean = true):void

Parameters

title:String
 
message:String
 
errorText:String
 
allowHtml:Boolean (default = true)

showMessage()method 
public static function showMessage(title:String, message:String):void

Parameters

title:String
 
message:String