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  
IAction — Interface in package com.asfusion.mate.actions
Members of the IActionList's actions array must implement this interface.
IActionList — Interface in package com.asfusion.mate.actionLists
This interface defines a basic list of actions.
IBuilder — Interface in package com.asfusion.mate.actions.builders
IBuilder is an interface that it is implemented by all the classes that create objects via a generator.
_id — Property in class com.asfusion.mate.actions.builders.serviceClasses.Request
If you need to specify a request property that is called "id", you need to use _id instead because Flex will normally use the id property as the identifier for this tag.
_id — Property in class com.asfusion.mate.core.Properties
If you need to specify a property that is called "id", you need to use _id instead because Flex will normally use the id property as the identifier for this tag.
id — Property in class com.asfusion.mate.ioc.InjectorTarget
ID of the component.
IDataReceiver — Interface in package com.asfusion.mate.core
An interface that allows implementors to receive the data property from the IActionList
IDebuggerHelper — Interface in package com.asfusion.mate.utils.debug
An interface to help the Debugger getting messages from LogEvent
IDispatcherProvider — Interface in package com.asfusion.mate.core
Interface that provides an event dispatcher.
IEventReceiver — Interface in package com.asfusion.mate.core
An interface that allows implementors to receive the event property from the IActionList
ILoggerProvider — Interface in package com.asfusion.mate.utils.debug
This interface provides an IMateLogger and a reference to a the current target for debugging purposes.
IMateLogger — Interface in package com.asfusion.mate.utils.debug
All loggers within Mate framework must implement this interface.
IMateManager — Interface in package com.asfusion.mate.core
IMateManager is the core class of Mate
info(msg, ... rest) — Method in class com.asfusion.mate.utils.debug.Logger
Logs the specified data using the LogEvent.INFO level.
INFO — Constant static property in class com.asfusion.mate.utils.debug.Debugger
Designates informational messages that highlight the progress of the application at coarse-grained level.
inheritedScope — Property in class com.asfusion.mate.actionLists.AbstractHandlers
Parent scope that is passed to the IActionList when it is a sub-ActionList.
init(systemManager) — Static method in class com.asfusion.mate.utils.SystemManagerFinder
This function will be called automatically by the Flex Framework at a very early stage.
initialized(document, id) — Method in class com.asfusion.mate.actionLists.AbstractHandlers
Called automatically by the MXML compiler if the IActionList is set up using a tag.
initialized(document, id) — Method in class com.asfusion.mate.actions.AbstractAction
Called automatically by the MXML compiler if the AbstractAction is set up by using a tag.
initialized(document, id) — Method in class com.asfusion.mate.core.EventMap
Called automatically by the MXML compiler if the EventMap is set up using a tag.
initialized(document, id) — Method in class com.asfusion.mate.events.Dispatcher
Called automatically by the MXML compiler if the IActionList is set up using a tag.
initialized(document, id) — Method in class com.asfusion.mate.ioc.InjectorTarget
Called automatically by the MXML compiler if the InjectorTarget is set up using a tag.
InjectorEvent — Class in package com.asfusion.mate.events
This event is used by the InjectorRegistry to register a target for Injection.
InjectorEvent(target, bubbles, cancelable) — Constructor in class com.asfusion.mate.events.InjectorEvent
Constructor
InjectorRegistry — Class in package com.asfusion.mate.ioc
InjectorRegistry registers a target instance to be used by the InjectorHandlers to inject any properties on it.
Injectors — Class in package com.asfusion.mate.actionLists
An Injectors defined in the EventMap will run whenever an instance of the class specified in the Injectors's "target" argument is created.
Injectors() — Constructor in class com.asfusion.mate.actionLists.Injectors
Constructor
InjectorSettings — Class in package com.asfusion.mate.ioc
InjectionSettings lets you have more control on how the injection occurs.
InjectorSettingsEvent — Class in package com.asfusion.mate.events
Event that notifies when InjectorSettings changes.
InjectorSettingsEvent(type, bubbles, cancelable) — Constructor in class com.asfusion.mate.events.InjectorSettingsEvent
injectorTarget — Property in class com.asfusion.mate.events.InjectorEvent
Target that wants to register for Injection.
InjectorTarget — Class in package com.asfusion.mate.ioc
injectProperties(target, scope:com.asfusion.mate.actionLists:IScope) — Method in class com.asfusion.mate.core.Properties
Similar to smartCopy this method will copy the properties to the target object.
InlineInvoker — Class in package com.asfusion.mate.actions
Allows calling an inline function (a function defined in the event map) or calling a static function in any class.
innerHandlersClass — Property in class com.asfusion.mate.actions.AbstractServiceInvoker
Class that is used as a template to create the inner-handlers
innerHandlersClass — Property in class com.asfusion.mate.actions.builders.AsyncMethodInvoker
Class that is used as a template to create the inner-handlers
innerHandlersDispatcher — Property in class com.asfusion.mate.actions.AbstractServiceInvoker
Dispatcher that will trigger the inner-handlers execution by dispatching events (ie: ResultEvent or FaultEvent).
innerHandlersList — Property in class com.asfusion.mate.actions.AbstractServiceInvoker
Inner handlers list that stores all inner handlers indexed by the currentIndex.
innerHandlersList — Property in class com.asfusion.mate.actions.builders.AsyncMethodInvoker
Inner handlers list that stores all inner handlers indexed by the currentIndex.
instance — Property in class com.asfusion.mate.actions.builders.AsyncMethodInvoker
If this property is null, a new object instance is created on the prepare method.
instance — Property in class com.asfusion.mate.actions.builders.HTTPServiceInvoker
If this property is null, a new HTTPService instance is created on the prepare method.
instance — Property in class com.asfusion.mate.actions.builders.RemoteObjectInvoker
If this property is null, a new RemoteObject instance is created on the prepare method.
instance — Property in class com.asfusion.mate.actions.builders.WebServiceInvoker
If this property is null, a new WebService instance is created on the prepare method.
instance — Static property in class com.asfusion.mate.core.MateManager
Returns a single IMateManager instance.
instance — Property in class com.asfusion.mate.utils.debug.LogInfo
Current isntance.
INSTANCE_UNDEFINED — Constant static property in class com.asfusion.mate.utils.debug.LogTypes
Instance is undefined
interceptorEventHandler(event) — Method in class com.asfusion.mate.core.GlobalDispatcher
Every time that the popupDispatcher fires an event, this handler will be called.
InternalResponseEvent — Class in package com.asfusion.mate.events
Event used internally to send responses to the IReponseHandlers
InternalResponseEvent(type, bubbles, cancelable) — Constructor in class com.asfusion.mate.events.InternalResponseEvent
Constructor
invalidateProperties() — Method in class com.asfusion.mate.actionLists.AbstractHandlers
Marks a component so that its commitProperties method gets called during a later screen update.
invalidateProperties() — Method in interface com.asfusion.mate.actionLists.IActionList
Marks a component so that its commitProperties method gets called during a later screen update.
IResponseHandler — Interface in package com.asfusion.mate.responses
This interface is required by response handlers to be placed inside the Dispatcher tag
isActive() — Method in interface com.asfusion.mate.utils.debug.IMateLogger
Function that returns the active status
isActive() — Method in class com.asfusion.mate.utils.debug.Logger
Function that returns the active status
IScope — Interface in package com.asfusion.mate.actionLists
Scope is an object created by the IActionList.
IScopeReceiver — Interface in package com.asfusion.mate.core
An interface that allows implementors to receive the scope property from the IActionList
ISmartObject — Interface in package com.asfusion.mate.core
An Interface used to read SmartObjects.
IS_NOT_AN_EVENT — Constant static property in class com.asfusion.mate.utils.debug.LogTypes
Not an Event
isRunning() — Method in interface com.asfusion.mate.actionLists.IScope
Returns a boolean indicating if the IActionList is running or not.
isRunning() — Method in class com.asfusion.mate.actionLists.Scope
Returns a boolean indicating if the IActionList is running or not.
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