Packageorg.apache.flex.createjs
Classpublic class Application
InheritanceApplication Inheritance flash.display.Sprite
Implements IStrand, IFlexInfo



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
Application
  
addBead(bead:IBead):void
Application
  
addElement(c:Object):void
Application
  
getBeadByType(classOrInterface:Class):IBead
Application
  
info():Object
Application
  
Application
Events
 Event Summary Defined By
  Dispatched at startup.Application
Property Detail
beadsproperty
public var beads:Array

controllerproperty 
public var controller:Object

initialViewproperty 
public var initialView:ViewBase

modelproperty 
public var model:Object

MXMLDescriptorproperty 
MXMLDescriptor:Array  [read-only]


Implementation
    public function get MXMLDescriptor():Array
MXMLPropertiesproperty 
MXMLProperties:Array  [read-only]


Implementation
    public function get MXMLProperties():Array
valuesImplproperty 
public var valuesImpl:IValuesImpl

Constructor Detail
Application()Constructor
public function Application()



Method Detail
addBead()method
public function addBead(bead:IBead):void

Parameters

bead:IBead

addElement()method 
public function addElement(c:Object):void

Parameters

c:Object

getBeadByType()method 
public function getBeadByType(classOrInterface:Class):IBead

Parameters

classOrInterface:Class

Returns
IBead
info()method 
public function info():Object

Returns
Object
removeBead()method 
public function removeBead(value:IBead):IBead

Parameters

value:IBead

Returns
IBead
Event Detail
initialize Event
Event Object Type: org.apache.flex.events.Event

Dispatched at startup.