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  
generateEvent(inlineProperties) — Method in class com.asfusion.mate.events.Dispatcher
Creates an event with the generator template and dispatches it into the event flow.
generator — Property in class com.asfusion.mate.actions.builders.EventAnnouncer
The generator attribute specifies what class should be instantiated.
generator — Property in interface com.asfusion.mate.actions.builders.IBuilder
The generator attribute specifies what class should be instantiated.
generator — Property in class com.asfusion.mate.actions.builders.ObjectBuilder
The generator attribute specifies what class should be instantiated.
generator — Property in class com.asfusion.mate.actions.builders.ServiceInvokerBuilder
The generator attribute specifies what class should be instantiated.
generator — Property in class com.asfusion.mate.core.Creator
generator — Property in class com.asfusion.mate.events.Dispatcher
The generator attribute specifies what class should be used to instantiate the event when using the createAndDispatchEvent method.
generatorKey — Property in class com.asfusion.mate.core.Cache
A key used as index to get the cached objects.
GENERATOR_NOT_FOUND — Constant static property in class com.asfusion.mate.utils.debug.LogTypes
Generator not found
getCacheCollection() — Method in class com.asfusion.mate.core.EventMap
Method that returns of the local cache dictionary that will be used to store objects created by the mate framework.
getCacheCollection() — Method in interface com.asfusion.mate.core.IEventMap
Method that returns of the local cache dictionary that will be used to store objects created by the mate framework.
getCacheCollection() — Method in interface com.asfusion.mate.core.IMateManager
Global cache.
getCached(template, cacheType, autoCreate, registerTarget, constructorArguments) — Method in class com.asfusion.mate.core.EventMap
Function to get cached instances from the framework.
getCachedInstance(key, type, scope:com.asfusion.mate.actionLists:IScope) — Static method in class com.asfusion.mate.core.Cache
Get an instance from the cache.
getClassName(object) — Static method in class com.asfusion.mate.utils.debug.DebuggerUtil
Returns a string with only the class name and without the full path.
getConsumer() — Method in class com.asfusion.mate.actionLists.MessageHandlers
Returns an instance of the Consumer used in this MessageHandlers
getCurrentTarget() — Method in class com.asfusion.mate.actionLists.Scope
Returns the current target that is using this scope.
getCurrentTarget() — Method in interface com.asfusion.mate.utils.debug.ILoggerProvider
Returns the current target that is using this scope.
getDispatcher() — Method in class com.asfusion.mate.core.EventMap
Returns an event dispatcher.
getDispatcher() — Method in interface com.asfusion.mate.core.IEventMap
Returns an event dispatcher.
getDispatcher() — Method in class com.asfusion.mate.core.LocalEventMap
Returns an event dispatcher.
getDocument() — Method in class com.asfusion.mate.actionLists.AbstractHandlers
A reference to the document object associated with this IActionList.
getDocument() — Method in interface com.asfusion.mate.actionLists.IActionList
A reference to the document object associated with this IActionList.
getDocument() — Method in class com.asfusion.mate.actionLists.Scope
A reference to the document object associated with this ILoggerProvider.
getDocument() — Method in class com.asfusion.mate.events.Dispatcher
A reference to the document object associated with this ILoggerProvider.
getDocument() — Method in interface com.asfusion.mate.utils.debug.ILoggerProvider
A reference to the document object associated with this ILoggerProvider.
getEvents(host, name, commitOnly) — Static method in class com.asfusion.mate.utils.binding.SoftChangeWatcher
Returns all the binding events for all bindable properties in the host object.
getGroupId() — Method in class com.asfusion.mate.actionLists.AbstractHandlers
Method to get the group id.
getGroupId() — Method in interface com.asfusion.mate.actionLists.IActionList
Method to get the group id.
getInstance(generator, cache) — Static method in class com.asfusion.mate.testing.MockCache
getLogger() — Method in class com.asfusion.mate.actionLists.Scope
Returns an IMateLogger used to log errors.
getLogger(active) — Method in interface com.asfusion.mate.core.IMateManager
An IMateLogger used to log errors.
getLogger() — Method in interface com.asfusion.mate.utils.debug.ILoggerProvider
Returns an IMateLogger used to log errors.
getManager() — Method in interface com.asfusion.mate.actionLists.IScope
Returns an instance of IMateManager used to get the logger and dispatcher.
getManager() — Method in class com.asfusion.mate.actionLists.Scope
Returns an instance of IMateManager used to get the logger and dispatcher.
getMessage(event) — Method in interface com.asfusion.mate.utils.debug.IDebuggerHelper
Function that receives a LogEvent and returns a message string describing that LogEvent
getMethod(name) — Method in class com.asfusion.mate.testing.MockDelegate
getMethod(name) — Method in class com.asfusion.mate.testing.MockRemoteObject
getMethod(name) — Method in class com.asfusion.mate.testing.MockWebService
getOperation(name) — Method in class com.asfusion.mate.testing.MockDelegate
getOperation(name) — Method in class com.asfusion.mate.testing.MockRemoteObject
getOperation(name) — Method in class com.asfusion.mate.testing.MockWebService
getProperty(name) — Method in class com.asfusion.mate.core.Cache
Overrides any request for a property's value.
getProperty(name) — Method in class com.asfusion.mate.core.SmartObject
Overrides any request for a property's value.
getRealArguments(scope:com.asfusion.mate.actionLists:IScope, parameters) — Method in class com.asfusion.mate.core.SmartArguments
Parses the arguments and removes all ISmartObjects.
getRealObject(obj, scope:com.asfusion.mate.actionLists:IScope, cache) — Method in class com.asfusion.mate.actions.DataCopier
Helper function to get the source or destination objects from either a String value, a SmartObject or other.
getRealObject(obj, scope:com.asfusion.mate.actionLists:IScope, cache) — Method in class com.asfusion.mate.actions.builders.PropertySetter
Helper function to get the source or destination objects from either a String value, a SmartObject or other.
getRealObject(obj, scope:com.asfusion.mate.actionLists:IScope, cache) — Method in class com.asfusion.mate.core.Property
Helper function to get the source object from either a Cache or a SmartObject.
getValue(scope:com.asfusion.mate.actionLists:IScope, debugCall) — Method in class com.asfusion.mate.core.Cache
This method returns the real value of the SmartObject
getValue(scope:com.asfusion.mate.actionLists:IScope, debugCall) — Method in interface com.asfusion.mate.core.ISmartObject
This method returns the real value of the SmartObject
getValue(scope:com.asfusion.mate.actionLists:IScope, debugCall) — Method in class com.asfusion.mate.core.SmartObject
This method returns the real value of the SmartObject
getValue() — Method in class com.asfusion.mate.utils.binding.SoftChangeWatcher
Retrieves the current value of the watched property or property chain, or null if the host object is null.
GLOBAL — Constant static property in class com.asfusion.mate.core.Cache
Global cache
globalDispatcher — Property in class com.asfusion.mate.core.EventMap
GlobalDispatcher — Class in package com.asfusion.mate.core
GlobalDispatcher is the default dispatcher that "Mate" uses.
globalListenerProxyHandler(event) — Method in class com.asfusion.mate.core.ListenerProxy
Similar to the listenerProxyHandler with the difference that this handler will only run if the dispatcher is a GlobalDispatcher and the event happens in the popup display tree.
globalType — Property in class com.asfusion.mate.events.InjectorSettingsEvent
The new injectors event type value.
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