A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
scopeMap(scopeName:String, type:String, commandClass:Class) — method, class org.mvcexpress.core.CommandMap
Maps a class for module to module communication, to be executed then message with provided type and scopeName is sent to scope.
scopeMap(scopeName:String, proxyObject:org.mvcexpress.mvc:Proxy, injectClass:Class, name:String) — method, class org.mvcexpress.core.ProxyMap
Maps proxy object to the scape with injectClass and name.
scopeName — Property, class org.mvcexpress.core.inject.InjectRuleVO
FOR INTERNAL USE ONLY.
scopeUnmap(scopeName:String, type:String, commandClass:Class) — method, class org.mvcexpress.core.CommandMap
Unmaps a class for module to module communication, to be executed then message with provided type and scopeName is sent to scope.
scopeUnmap(scopeName:String, injectClass:Class, name:String) — method, class org.mvcexpress.core.ProxyMap
Removes proxy mapped to scope with injectClass and name.
send(type:String, params:Object) — method, class org.mvcexpress.core.messenger.Messenger
Runs all handler functions associated with message type, and send params object as single parameter.
sendMessage(type:String, params:Object) — method, class org.mvcexpress.core.ModuleBase
Sends a message with optional params object inside of current module.
sendMessage(type:String, params:Object) — method, class org.mvcexpress.modules.ModuleCore
Message sender.
sendMessage(type:String, params:Object) — method, class org.mvcexpress.modules.ModuleMovieClip
Message sender.
sendMessage(type:String, params:Object) — method, class org.mvcexpress.modules.ModuleSprite
Message sender.
sendMessage(type:String, params:Object) — method, class org.mvcexpress.mvc.Command
Sends a message with optional params object inside of current module.
sendMessage(type:String, params:Object) — method, class org.mvcexpress.mvc.Mediator
Sends a message with optional params object inside of current module.
sendMessage(type:String, params:Object) — method, class org.mvcexpress.mvc.Proxy
Sends a message with optional params object inside of current module.
sendScopeMessage(scopeName:String, type:String, params:Object) — method, class org.mvcexpress.core.ModuleBase
Sends scoped module to module message, all modules that are listening to specified scopeName and message type will get it.
sendScopeMessage(scopeName:String, type:String, params:Object) — method, class org.mvcexpress.modules.ModuleCore
Sends scoped module to module message, all modules that are listening to specified scopeName and message type will get it.
sendScopeMessage(scopeName:String, type:String, params:Object) — method, class org.mvcexpress.modules.ModuleMovieClip
Sends scoped module to module message, all modules that are listening to specified scopeName and message type will get it.
sendScopeMessage(scopeName:String, type:String, params:Object) — method, class org.mvcexpress.modules.ModuleSprite
Sends scoped module to module message, all modules that are listening to specified scopeName and message type will get it.
sendScopeMessage(scopeName:String, type:String, params:Object) — method, class org.mvcexpress.mvc.Command
Sends scoped module to module message, all modules that are listening to specified scopeName and message type will get it.
sendScopeMessage(scopeName:String, type:String, params:Object) — method, class org.mvcexpress.mvc.Mediator
Sends scoped module to module message, all modules that are listening to specified scopeName and message type will get it.
sendScopeMessage(scopeName:String, type:String, params:Object) — method, class org.mvcexpress.mvc.Proxy
Sends scoped module to module message, all modules that are listening to specified scopeName and message type will get it.
setCommandMap(value:org.mvcexpress.core:CommandMap) — method, class org.mvcexpress.core.ProxyMap
signatureClass — Property, class org.mvcexpress.core.inject.PendingInject
stopTimer() — method, class org.mvcexpress.core.inject.PendingInject
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z