Package | org.apache.flex.createjs |
Class | public class Application |
Inheritance | Application ![]() |
Implements | IStrand, IFlexInfo |
Property | Defined By | ||
---|---|---|---|
beads : Array | Application | ||
controller : Object | Application | ||
initialView : ViewBase | Application | ||
model : Object | Application | ||
MXMLDescriptor : Array [read-only] | Application | ||
MXMLProperties : Array [read-only] | Application | ||
valuesImpl : IValuesImpl | Application |
Method | Defined By | ||
---|---|---|---|
Application | |||
Application | |||
addElement(c:Object):void | Application | ||
getBeadByType(classOrInterface:Class):IBead | Application | ||
info():Object | Application | ||
Application |
Event | Summary | Defined By | ||
---|---|---|---|---|
Dispatched at startup. | Application |
beads | property |
public var beads:Array
controller | property |
public var controller:Object
initialView | property |
public var initialView:ViewBase
model | property |
public var model:Object
MXMLDescriptor | property |
MXMLDescriptor:Array
[read-only] public function get MXMLDescriptor():Array
MXMLProperties | property |
MXMLProperties:Array
[read-only] public function get MXMLProperties():Array
valuesImpl | property |
public var valuesImpl:IValuesImpl
Application | () | Constructor |
public function Application()
addBead | () | method |
addElement | () | method |
public function addElement(c:Object):void
Parameters
c:Object |
getBeadByType | () | method |
public function getBeadByType(classOrInterface:Class):IBead
Parameters
classOrInterface:Class |
IBead |
info | () | method |
public function info():Object
ReturnsObject |
removeBead | () | method |
initialize | Event |