Packageorg.springextensions.actionscript.util
Classpublic final class ApplicationUtils
InheritanceApplicationUtils Inheritance Object

Flex SDK version ignorant utilities for working with Application objects.

See also

Template.initialized()
Template.complete_handler()
ObjectDefinition.initialized()
ObjectDefinition.complete_handler()
MXMLApplicationContext.initialized()
MXMLApplicationContext.complete_handler()
ApplicationPropertiesResolver.initProperties(


Public Properties
 PropertyDefined By
  application : Object
[static] [read-only] The top level application.
ApplicationUtils
Public Methods
 MethodDefined By
  
addChild(child:Object):void
[static] Adds the given object as a child/element of the main application.
ApplicationUtils
  
removeChild(child:Object):void
[static] Removes the given child object of the main application.
ApplicationUtils
Property Detail
applicationproperty
application:Object  [read-only]

The top level application.


Implementation
    public static function get application():Object
Method Detail
addChild()method
public static function addChild(child:Object):void

Adds the given object as a child/element of the main application.

Parameters

child:Object

removeChild()method 
public static function removeChild(child:Object):void

Removes the given child object of the main application.

Parameters

child:Object