| Package | org.servebox.foundry.control |
| Interface | public interface IAbstractApplication |
| Implementors | AbstractAirApplication, AbstractApplication |
| Property | Defined by | ||
|---|---|---|---|
| initialized : Boolean [read-only]
| IAbstractApplication | ||
| Method | Defined by | ||
|---|---|---|---|
|
callLater(method:Function, args:Array = null):void
| IAbstractApplication | ||
|
Returns the ViewHelper of the container.
| IAbstractApplication | ||
| initialized | property |
initialized:Boolean [read-only]Implementation
public function get initialized():Boolean
| callLater | () | method |
public function callLater(method:Function, args:Array = null):voidParameters
method:Function |
|
args:Array (default = null) |
| getViewHelper | () | method |
public function getViewHelper():ViewHelperReturns the ViewHelper of the container.
ReturnsViewHelper |