Package | view.flex.surfaceComponents.components |
Class | public class MainApplication |
Inheritance | MainApplication ![]() ![]() |
Implements | view.interfaces.INonDeletableSurfaceComponent, view.interfaces.IMainApplication |
Default MXML PropertymxmlContentFactory
Property | Defined By | ||
---|---|---|---|
ELEMENT_NAME : String = MainApplication [static] | MainApplication | ||
![]() | isSelected : Boolean | Window | |
![]() | propertiesChangedEvents : Array [read-only] | Window | |
![]() | propertyEditorClass : Class [read-only] | Window | |
![]() | title : String [override] [write-only] | Window |
Method | Defined By | ||
---|---|---|---|
MainApplication | |||
fromXML(xml:XML, callback:Function, lookup:ILookup = null):void [override] | MainApplication | ||
![]() | toCode():XML | Window | |
![]() | toRora():XML | Window | |
![]() | toRoyaleConvertCode():XML | Window | |
![]() | toXML():XML | Window |
ELEMENT_NAME | property |
public static var ELEMENT_NAME:String = MainApplication
MainApplication | () | Constructor |
public function MainApplication()
fromXML | () | method |
override public function fromXML(xml:XML, callback:Function, lookup:ILookup = null):void
Parameters
xml:XML | |
callback:Function | |
lookup:ILookup (default = null )
|