| Package | org.servebox.foundry.control |
| Class | public class AbstractApplication |
| Inheritance | AbstractApplication mx.core.Application |
| Implements | IAbstractApplication, IView |
| Property | Defined by | ||
|---|---|---|---|
| externalRessources : Array [read-only]
| AbstractApplication | ||
| Property | Defined by | ||
|---|---|---|---|
| bypassInitialization : Boolean = false
If this member is set to true delegates and subcontrollers will not be initialised.
| AbstractApplication | ||
| logger : ILogger [static]
The class logger.
| AbstractApplication | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new AbstractApplication.
| AbstractApplication | ||
|
Return the ViewHelper assiciated with the AbstractApplication.
| AbstractApplication | ||
|
initialize():void
Initializes the internal structure of this component.
| AbstractApplication | ||
| Method | Defined by | ||
|---|---|---|---|
|
bypassInitialize():void
Bypasses AbstractApplication initialisation and initialise the component with mx.core.Applicaiton initialize method.
| AbstractApplication | ||
|
getControllerClass():Class
Returns the controller class assoicated with the AbstractApplication.
| AbstractApplication | ||
|
initializeFoundryObjects():void
| AbstractApplication | ||
| 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.
| AbstractApplication | () | constructor |
public function AbstractApplication()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