Packageorg.servebox.foundry.control
Interfacepublic interface IAbstractApplication
ImplementorsAbstractAirApplication, AbstractApplication

The IAbstractApplication interfae defines the interface for getting the ViewHelper.



Public Properties
 PropertyDefined by
  initialized : Boolean
[read-only]
IAbstractApplication
Public Methods
 MethodDefined by
  
callLater(method:Function, args:Array = null):void
IAbstractApplication
  
Returns the ViewHelper of the container.
IAbstractApplication
Property detail
initializedproperty
initialized:Boolean  [read-only]Implementation
    public function get initialized():Boolean
Method detail
callLater()method
public function callLater(method:Function, args:Array = null):voidParameters
method:Function
 
args:Array (default = null)
getViewHelper()method 
public function getViewHelper():ViewHelper

Returns the ViewHelper of the container.

Returns
ViewHelper