Package | org.ow2.kerneos.core.model |
Class | public class KerneosState |
Inheritance | KerneosState ![]() |
Implements | flash.events.IEventDispatcher |
Property | Defined By | ||
---|---|---|---|
APPLICATION_LOADED : String [static]
When the config is loaded. | KerneosState | ||
DESKTOP : String [static]
When the desktop is displayed. | KerneosState | ||
ERROR : String [static]
When a fatal error is occurred. | KerneosState | ||
INIT : String [static]
Initial state. | KerneosState | ||
LOADING : String [static]
When the application is loading. | KerneosState | ||
LOGIN : String [static]
When the user have to login. | KerneosState | ||
MODULES : String [static]
When the modules are loaded or unloaded. | KerneosState | ||
PROFILE : String [static]
When the application is loaded. | KerneosState | ||
staticEventDispatcher : IEventDispatcher [static] [read-only] | KerneosState |
Method | Defined By | ||
---|---|---|---|
Constructor
| KerneosState | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void | KerneosState | ||
dispatchEvent(event:Event):Boolean | KerneosState | ||
hasEventListener(type:String):Boolean | KerneosState | ||
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void | KerneosState | ||
willTrigger(type:String):Boolean | KerneosState |
APPLICATION_LOADED | property |
APPLICATION_LOADED:String
When the config is loaded.
This property can be used as the source for data binding.
public static function get APPLICATION_LOADED():String
public static function set APPLICATION_LOADED(value:String):void
DESKTOP | property |
DESKTOP:String
When the desktop is displayed.
This property can be used as the source for data binding.
public static function get DESKTOP():String
public static function set DESKTOP(value:String):void
ERROR | property |
ERROR:String
When a fatal error is occurred.
This property can be used as the source for data binding.
public static function get ERROR():String
public static function set ERROR(value:String):void
INIT | property |
INIT:String
Initial state.
This property can be used as the source for data binding.
public static function get INIT():String
public static function set INIT(value:String):void
LOADING | property |
LOADING:String
When the application is loading.
This property can be used as the source for data binding.
public static function get LOADING():String
public static function set LOADING(value:String):void
LOGIN | property |
LOGIN:String
When the user have to login.
This property can be used as the source for data binding.
public static function get LOGIN():String
public static function set LOGIN(value:String):void
MODULES | property |
MODULES:String
When the modules are loaded or unloaded.
This property can be used as the source for data binding.
public static function get MODULES():String
public static function set MODULES(value:String):void
PROFILE | property |
PROFILE:String
When the application is loaded.
This property can be used as the source for data binding.
public static function get PROFILE():String
public static function set PROFILE(value:String):void
staticEventDispatcher | property |
staticEventDispatcher:IEventDispatcher
[read-only] public static function get staticEventDispatcher():IEventDispatcher
KerneosState | () | Constructor |
public function KerneosState()
Constructor
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 |
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 |