| Package | com.google.analytics.debug |
| Class | public class Warning |
| Inheritance | Warning Label UISprite flash.display.Sprite |
| Method | Defined by | ||
|---|---|---|---|
|
Warning(text:String = "", timeout:uint = 3000)
Creates a new Warning instance.
| Warning | ||
![]() |
Align the specified display with the specified alignement value.
| UISprite | |
![]() |
appendText(value:String, newtag:String = ""):void
Appends more text to the label,
with the option to change the CSS tag.
| Label | |
|
close():void
Close the warning message.
| Warning | ||
|
onComplete(event:TimerEvent):void
Invoked when the process is complete.
| Warning | ||
|
onLink(event:TextEvent):void
Invoked when a link is selected in the text.
| Warning | ||
![]() |
resize():void
Resize the display.
| UISprite | |
| Warning | () | constructor |
public function Warning(text:String = "", timeout:uint = 3000)Creates a new Warning instance.
Parameterstext:String (default = "") |
|
timeout:uint (default = 3000) |
| close | () | method |
public function close():voidClose the warning message.
| onComplete | () | method |
public function onComplete(event:TimerEvent):voidInvoked when the process is complete.
Parametersevent:TimerEvent |
| onLink | () | method |
public override function onLink(event:TextEvent):voidInvoked when a link is selected in the text.
Parametersevent:TextEvent |