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 |
Method | Defined By | ||
---|---|---|---|
Application | |||
![]() |
Add a bead to the strand. | Application | |
![]() | addElement(c:Object):void
Add a component to the parent. | Application | |
![]() | addElementAt(c:Object, index:int):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 | |
![]() | 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. | Application | |
![]() |
Remove a bead from the strand. | Application | |
![]() | removeElement(c:Object):void
Remove a component from the parent. | Application |
Event | Summary | Defined By | ||
---|---|---|---|---|
![]() | Dispatched 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 | |||
![]() | Dispatched at startup. | Application | ||
![]() | Dispatched at startup after the initial view has been put on the display list. | Application |
Application | () | Constructor |
public function Application()
deviceready | Event |
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.