Package | org.apache.flex.jquery |
Class | public class Application |
Inheritance | Application ![]() ![]() ![]() |
Implements | IFlexInfo |
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 |