Packageorg.apache.cordova
Classpublic class Application
InheritanceApplication Inheritance Application Inheritance flash.display.Sprite
Implements IFlexInfo

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

A customized Application that dispatches the Cordova deviceReady event



Public Properties
 PropertyDefined By
 Inheritedbeads : Array
The array property that is used to add additional beads to an MXML tag.
Application
 Inheritedcontroller : Object
The controller.
Application
 Inheriteddocument : Object
The document property is used to provide a property lookup context for non-display objects.
Application
 InheritedinitialView : ViewBase
The initial view.
Application
 Inheritedmodel : Object
The data model (for the initial view).
Application
 InheritedMXMLDescriptor : Array
[read-only] An array of data that describes the MXML attributes and tags in an MXML document.
Application
 InheritednumElements : int
[read-only] The number of elements in the parent.
Application
 InheritedvaluesImpl : IValuesImpl
The org.apache.flex.core.IValuesImpl that will determine the default values and other values for the application.
Application
Public Methods
 MethodDefined By
  
Application
 Inherited
addBead(bead:IBead):void
Add a bead to the strand.
Application
 Inherited
addElement(c:Object):void
Add a component to the parent.
Application
 Inherited
addElementAt(c:Object, index:int):void
Add a component to the parent.
Application
 Inherited
generateMXMLAttributes(data:Array):void
An method called by the compiler's generated code to kick off the setting of MXML attribute values and instantiation of child tags.
Application
 Inherited
getBeadByType(classOrInterface:Class):IBead
Find a bead on the strand.
Application
 Inherited
getElementIndex(c:Object):int
Gets the index of this subcomponent.
Application
 Inherited
info():Object
An Object containing information generated by the compiler that is useful at startup time.
Application
 Inherited
Remove a bead from the strand.
Application
 Inherited
removeElement(c:Object):void
Remove a component from the parent.
Application
Events
 Event Summary Defined By
 InheritedDispatched at startup after the initial view has been put on the display list.Application
  Dispatched at startup after the initial view has been put on the display list.Application
 InheritedDispatched at startup.Application
 InheritedDispatched at startup after the initial view has been put on the display list.Application
Constructor Detail
Application()Constructor
public function Application()



Event Detail
deviceready Event
Event Object Type: org.apache.flex.events.Event

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

Dispatched at startup after the initial view has been put on the display list.