| Package | org.servebox.airfoundry.control |
| Class | public class AbstractAirApplication |
| Inheritance | AbstractAirApplication mx.core.WindowedApplication |
| Implements | IAbstractApplication, IView |
| Property | Defined by | ||
|---|---|---|---|
| externalRessources : Array [read-only]
| AbstractAirApplication | ||
| Property | Defined by | ||
|---|---|---|---|
| bypassInitialization : Boolean = false
If this member is set to true delegates and subcontrollers will not be initialised.
| AbstractAirApplication | ||
| logger : ILogger [static]
The class logger.
| AbstractAirApplication | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new AbstractApplication.
| AbstractAirApplication | ||
|
Return the ViewHelper assiciated with the AbstractApplication.
| AbstractAirApplication | ||
|
initialize():void
Initializes the internal structure of this component.
| AbstractAirApplication | ||
| Method | Defined by | ||
|---|---|---|---|
|
bypassInitialize():void
Bypasses AbstractApplication initialisation and initialise the component with mx.core.Applicaiton initialize method.
| AbstractAirApplication | ||
|
getControllerClass():Class
Returns the controller class assoicated with the AbstractApplication.
| AbstractAirApplication | ||
|
initializeFoundryObjects():void
| AbstractAirApplication | ||
| bypassInitialization | property |
protected var bypassInitialization:Boolean = falseIf this member is set to true delegates and subcontrollers will not be initialised.
| externalRessources | property |
externalRessources:Array [read-only]Implementation
public function get externalRessources():Array
| logger | property |
protected static var logger:ILoggerThe class logger.
| AbstractAirApplication | () | constructor |
public function AbstractAirApplication()Creates a new AbstractApplication.
| bypassInitialize | () | method |
protected function bypassInitialize():voidBypasses AbstractApplication initialisation and initialise the component with mx.core.Applicaiton initialize method.
| getControllerClass | () | method |
protected function getControllerClass():ClassReturns the controller class assoicated with the AbstractApplication. You need to override it.
ReturnsClass |
| getViewHelper | () | method |
public function getViewHelper():ViewHelperReturn the ViewHelper assiciated with the AbstractApplication.
ReturnsViewHelper |
| initialize | () | method |
public override function initialize():voidInitializes the internal structure of this component.
| initializeFoundryObjects | () | method |
protected function initializeFoundryObjects():void