| Package | asgard.display |
| Class | public class ApplicationDisplay |
| Inheritance | ApplicationDisplay CoreMovieClip flash.display.MovieClip |
| Property | Defined by | ||
|---|---|---|---|
| flashVars : FlashVars
[static]
The global reference of all FlashVars of this application.
| ApplicationDisplay | ||
| global : * [static]
The global reference of the application.
| ApplicationDisplay | ||
![]() | id : *
Returns the id of this object.
| CoreMovieClip | |
![]() | isConfigurable : Boolean
Indicates if the display is configurable.
| CoreMovieClip | |
| root : DisplayObjectContainer [static]
The root reference of the application.
| ApplicationDisplay | ||
| stage : Stage [static]
The stage reference of the application.
| ApplicationDisplay | ||
| Method | Defined by | ||
|---|---|---|---|
|
ApplicationDisplay(id:* = null, isConfigurable:Boolean = false, name:String = null)
Creates a new ApplicationDisplay instance.
| ApplicationDisplay | ||
![]() |
Returns the internal
ILogger reference of this ILogable object. | CoreMovieClip | |
![]() |
hashCode():uint
Returns a hashcode value for the object.
| CoreMovieClip | |
![]() |
isLocked():Boolean
Returns
true if the object is locked. | CoreMovieClip | |
![]() |
lock():void
Locks the object.
| CoreMovieClip | |
![]() |
resetLock():void
Reset the lock security of the display.
| CoreMovieClip | |
![]() |
Sets the internal
ILogger reference of this ILogable object. | CoreMovieClip | |
![]() |
setup():void
Setup the IConfigurable object.
| CoreMovieClip | |
![]() |
toString():String
Returns the
String representation of this object. | CoreMovieClip | |
![]() |
unlock():void
Unlocks the display.
| CoreMovieClip | |
![]() |
update():void
Update the display.
| CoreMovieClip | |
| flashVars | property |
public static var flashVars:FlashVarsThe global reference of all FlashVars of this application.
| global | property |
public static var global:*The global reference of the application.
| root | property |
public static var root:DisplayObjectContainerThe root reference of the application.
| stage | property |
public static var stage:StageThe stage reference of the application.
| ApplicationDisplay | () | constructor |
public function ApplicationDisplay(id:* = null, isConfigurable:Boolean = false, name:String = null)Creates a new ApplicationDisplay instance.
Parametersid:* (default = null) — Indicates the id of the object.
|
|
isConfigurable:Boolean (default = false) — This flag indicates if the IConfigurable object is register in the ConfigCollector.
|
|
name:String (default = null) — Indicates the instance name of the object.
|