Package | org.ow2.kerneos.core.model |
Class | public class KerneosModelLocator |
Inheritance | KerneosModelLocator ![]() |
Implements | com.adobe.cairngorm.model.ModelLocator, flash.events.IEventDispatcher |
Property | Defined By | ||
---|---|---|---|
application : ApplicationVO
The config of Kerneos. | KerneosModelLocator | ||
modules : ArrayCollection
The Module configurations. | KerneosModelLocator | ||
modulesState : String
The state of the modules. | KerneosModelLocator | ||
notifications : ArrayCollection
The stored notifications. | KerneosModelLocator | ||
state : String
The state of the application. | KerneosModelLocator |
Method | Defined By | ||
---|---|---|---|
Build a new KerneosModelLocator. | KerneosModelLocator | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void | KerneosModelLocator | ||
dispatchEvent(event:Event):Boolean | KerneosModelLocator | ||
Get the "Get Kerneos config file" delegate unique instance. | KerneosModelLocator | ||
Get the "Get Modules" delegate unique instance. | KerneosModelLocator | ||
[static]
Get the unique instance of KerneosModelLocator. | KerneosModelLocator | ||
hasEventListener(type:String):Boolean | KerneosModelLocator | ||
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void | KerneosModelLocator | ||
willTrigger(type:String):Boolean | KerneosModelLocator |
application | property |
application:ApplicationVO
The config of Kerneos.
This property can be used as the source for data binding.
public function get application():ApplicationVO
public function set application(value:ApplicationVO):void
modules | property |
modules:ArrayCollection
The Module configurations.
This property can be used as the source for data binding.
public function get modules():ArrayCollection
public function set modules(value:ArrayCollection):void
modulesState | property |
modulesState:String
The state of the modules.
This property can be used as the source for data binding.
public function get modulesState():String
public function set modulesState(value:String):void
notifications | property |
notifications:ArrayCollection
The stored notifications.
This property can be used as the source for data binding.
public function get notifications():ArrayCollection
public function set notifications(value:ArrayCollection):void
state | property |
state:String
The state of the application.
This property can be used as the source for data binding.
public function get state():String
public function set state(value:String):void
KerneosModelLocator | () | Constructor |
public function KerneosModelLocator()
Build a new KerneosModelLocator.
addEventListener | () | method |
public function addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Parameters
type:String | |
listener:Function | |
useCapture:Boolean (default = false )
| |
priority:int (default = 0 )
| |
weakRef:Boolean (default = false )
|
dispatchEvent | () | method |
public function dispatchEvent(event:Event):Boolean
Parameters
event:Event |
Boolean |
getGetKerneosConfigDelegate | () | method |
public function getGetKerneosConfigDelegate():IGetApplicationConfigDelegate
Get the "Get Kerneos config file" delegate unique instance.
ReturnsIGetApplicationConfigDelegate |
getGetModulesDelegate | () | method |
public function getGetModulesDelegate():IGetModulesDelegate
Get the "Get Modules" delegate unique instance.
ReturnsIGetModulesDelegate |
getInstance | () | method |
public static function getInstance():KerneosModelLocator
Get the unique instance of KerneosModelLocator.
ReturnsKerneosModelLocator |
hasEventListener | () | method |
public function hasEventListener(type:String):Boolean
Parameters
type:String |
Boolean |
removeEventListener | () | method |
public function removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Parameters
type:String | |
listener:Function | |
useCapture:Boolean (default = false )
|
willTrigger | () | method |
public function willTrigger(type:String):Boolean
Parameters
type:String |
Boolean |