Package | org.apache.cordova |
Class | public class Application |
Inheritance | Application ![]() ![]() ![]() |
Implements | IFlexInfo |
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Property | Defined By | ||
---|---|---|---|
![]() | beads : Array
The array property that is used to add additional
beads to an MXML tag. | Application | |
![]() | controller : Object
The controller. | Application | |
![]() | initialView : IApplicationView
The initial view. | Application | |
isDeviceReady : Boolean = false | Application | ||
![]() | model : Object
The data model (for the initial view). | Application | |
![]() | MXMLDescriptor : Array [read-only]
An array of data that describes the MXML attributes
and tags in an MXML document. | Application | |
![]() | numElements : int [read-only]
The number of elements in the parent. | Application | |
![]() | valuesImpl : IValuesImpl [write-only]
The org.apache.flex.core.IValuesImpl that will
determine the default values and other values
for the application. | Application |
Method | Defined By | ||
---|---|---|---|
FalconJX will inject html into the index.html file. | Application | ||
![]() |
Add a bead to the strand. | Application | |
![]() | addElement(c:Object, dispatchEvent:Boolean = true):void
Add a component to the parent. | Application | |
![]() | addElementAt(c:Object, index:int, dispatchEvent:Boolean = true):void
Add a component to the parent. | Application | |
![]() | 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 | |
![]() | getBeadByType(classOrInterface:Class):IBead
Find a bead on the strand. | Application | |
![]() | getElementAt(index:int):Object
Get a component from the parent. | Application | |
![]() | getElementIndex(c:Object):int
Gets the index of this subcomponent. | Application | |
![]() | info():Object
An Object containing information generated
by the compiler that is useful at startup time. | ApplicationBase | |
![]() |
Remove a bead from the strand. | Application | |
![]() | removeElement(c:Object, dispatchEvent:Boolean = true):void
Remove a component from the parent. | Application |