Packagecom.google.analytics.debug
Classpublic class FailureAlert
InheritanceFailureAlert Inheritance Alert Inheritance Label Inheritance UISprite Inheritance flash.display.Sprite

The FailureAlert allow to indicates visualy a failure. note: depending on the configuration the alert will display 1 line aligned on the bottom-left or will display aligned in the center with a title and the full failure information.



Public Properties
 PropertyDefined by
 InheritedactionOnNextLine : Boolean = true
Alert
 Inheritedalignement : Align
Indicates the alignement reference of this sprite.
UISprite
 InheritedautoClose : Boolean = true
Alert
 Inheritedcount : uint = 0
[static]
Label
 InheritedforcedHeight : uint
UISprite
 InheritedforcedWidth : uint
UISprite
 Inheritedmargin : Margin
Indicates the margin reference of this sprite.
UISprite
 InheritedstickToEdge : Boolean
Indicates if the border of the label stick to the edge.
Label
 Inheritedtag : String
the CSS tag used for the label.
Label
 Inheritedtext : String
The text of the label.
Label
Protected Properties
 PropertyDefined by
 InheritedalignTarget : DisplayObject
Indicates the display object align target.
UISprite
 InheritedlistenResize : Boolean
Indicates if the resize process is listening.
UISprite
 Inheritedselectable : Boolean
Indicates if the text is selectabled in the Label display.
Label
Public Methods
 MethodDefined by
  
FailureAlert(debug:DebugConfiguration, text:String, actions:Array)
FailureAlert
 Inherited
alignTo(alignement:Align, target:DisplayObject = null):void
Align the specified display with the specified alignement value.
UISprite
 Inherited
appendText(value:String, newtag:String = ""):void
Appends more text to the label, with the option to change the CSS tag.
Label
 Inherited
close():void
Close the alert message.
Alert
 Inherited
onLink(event:TextEvent):void
Invoked when a link is selected in the text.
Alert
 Inherited
resize():void
Resize the display.
UISprite
Protected Methods
 MethodDefined by
 Inherited
dispose():void
Dispose the current Label instance.
Label
 Inherited
getAction(name:String):AlertAction
Alert
 Inherited
isValidAction(action:String):Boolean
Alert
 Inherited
layout():void
Alert
 Inherited
onResize(event:Event):void
Invoked when the stage is resized.
UISprite
 Inherited
spaces(num:int):String
Alert
Constructor detail
FailureAlert()constructor
public function FailureAlert(debug:DebugConfiguration, text:String, actions:Array)Parameters
debug:DebugConfiguration
 
text:String
 
actions:Array