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  
reflector — Property, class com.soma.core.Soma
Retrieves the refletor instance.
reflector — Property, interface com.soma.core.interfaces.ISoma
Retrieves the refletor instance.
registerCommands() — method, class com.soma.core.Soma
Method that you can optionally overwrite to register commands (mapping events to command classes) to the framework.
registerModels() — method, class com.soma.core.Soma
Method that you can optionally overwrite to register models to the framework.
registerPlugins() — method, class com.soma.core.Soma
Method that you can optionally overwrite to register plugins to the framework.
registerViews() — method, class com.soma.core.Soma
Method that you can optionally overwrite to register views to the framework.
registerWires() — method, class com.soma.core.Soma
Method that you can optionally overwrite to register wires to the framework.
removeCommand(commandName:String) — method, class com.soma.core.Soma
Removes a command from the framework.
removeCommand(commandName:String) — method, class com.soma.core.controller.Command
Removes a command from the framework.
removeCommand(commandName:String) — method, class com.soma.core.controller.SomaController
Removes a command from the framework.
removeCommand(commandName:String) — method, interface com.soma.core.interfaces.ISoma
Removes a command from the framework.
removeCommand(commandName:String) — method, class com.soma.core.wire.Wire
Removes a command from the framework.
removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, class com.soma.core.controller.Command
Removes a listener from the EventDispatcher object.
removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, interface com.soma.core.interfaces.ISoma
Removes a listener from the EventDispatcher object.
removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, class com.soma.core.model.Model
Removes a listener from the EventDispatcher object.
removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, class com.soma.core.wire.Wire
Removes a listener from the EventDispatcher object.
removeMapping(classTarget:Class, name:String) — method, class com.soma.core.di.SomaInjector
Removes a mapping rule exists for the given Class.
removeMapping(classTarget:Class, name:String) — method, interface com.soma.core.interfaces.ISomaInjector
Removes a mapping rule exists for the given Class.
removeMapping(viewClass:Class) — method, class com.soma.core.mediator.SomaMediators
Remove a mapping rule for a specific Class.
removeModel(modelName:String) — method, class com.soma.core.Soma
Removes a model from the framework and call the dispose method of this model.
removeModel(modelName:String) — method, class com.soma.core.controller.Command
Removes a model from the framework and call the dispose method of this model.
removeModel(modelName:String) — method, interface com.soma.core.interfaces.ISoma
Removes a model from the framework and call the dispose method of this model.
removeModel(modelName:String) — method, class com.soma.core.model.SomaModels
Removes a model from the framework and call the dispose method of this model.
removeModel(modelName:String) — method, class com.soma.core.wire.Wire
Removes a model from the framework and call the dispose method of this model.
removeView(viewName:String) — method, class com.soma.core.Soma
Removes a view from the framework and call the (optional) dispose method of this view.
removeView(viewName:String) — method, class com.soma.core.controller.Command
Removes a view from the framework and call the (optional) dispose method of this view.
removeView(viewName:String) — method, interface com.soma.core.interfaces.ISoma
Removes a view from the framework and call the (optional) dispose method of this view.
removeView(viewName:String) — method, class com.soma.core.view.SomaViews
Removes a view from the framework and call the (optional) dispose method of this view.
removeView(viewName:String) — method, class com.soma.core.wire.Wire
Removes a view from the framework and call the (optional) dispose method of this view.
removeWire(wireName:String) — method, class com.soma.core.Soma
Removes a wire from the framework and call the dispose method of this wire.
removeWire(wireName:String) — method, class com.soma.core.controller.Command
Removes a wire from the framework and call the dispose method of this wire.
removeWire(wireName:String) — method, interface com.soma.core.interfaces.ISoma
Removes a wire from the framework and call the dispose method of this wire.
removeWire(wireName:String) — method, class com.soma.core.wire.SomaWires
Removes a wire from the framework and call the dispose method of this wire.
removeWire(wireName:String) — method, class com.soma.core.wire.Wire
Removes a wire from the framework and call the dispose method of this wire.
result(data:Object) — method, interface com.soma.core.interfaces.IResponder
Method that receives a success object.
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