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  
earlySingletonCache — Property in class org.springextensions.actionscript.ioc.factory.support.AbstractObjectFactory
Cache of early cached singletons for circular references
EDITABLE — Constant static property in class org.springextensions.actionscript.security.AccessStrategy
Determines that the editable property will be used to restrict access to a component.
else_() — Method in interface org.springextensions.actionscript.core.task.ITask
Switches the current IIfElseBlock control flow to its else block.
else_() — Method in class org.springextensions.actionscript.core.task.support.IfElseBlock
else_() — Method in class org.springextensions.actionscript.core.task.support.Task
Switches the current IIfElseBlock control flow to its else block.
ELSE_ELEMENT — Constant static property in class org.springextensions.actionscript.core.task.xml.TaskNamespaceHandler
elseMethod — Constant static property in class org.springextensions.actionscript.core.task.xml.parser.IfNodeParser
enableAutoUpdate() — Method in class org.springextensions.actionscript.collections.Map
enabled — Property in class org.springextensions.actionscript.stage.FlashStageProcessorRegistry
enabled — Property in interface org.springextensions.actionscript.stage.IStageProcessorRegistry
Determines if the current IStageProcessorRegistry is enabled.
ENABLED — Constant static property in class org.springextensions.actionscript.security.AccessStrategy
Determines that the enabled property will be used to restrict access to a component.
enableStageProcessing() — Method in class org.springextensions.actionscript.context.support.FlexXMLApplicationContext
Sets the stageProcessorRegistry.enabled property to true.
enableStageProcessing() — Method in class org.springextensions.actionscript.context.support.MXMLApplicationContext
Sets the stageProcessorRegistry.enabled property to true.
end() — Method in interface org.springextensions.actionscript.core.task.ITask
Closes the current ITaskBlock.
end() — Method in class org.springextensions.actionscript.core.task.support.AbstractTaskBlock
end() — Method in class org.springextensions.actionscript.core.task.support.IfElseBlock
end() — Method in class org.springextensions.actionscript.core.task.support.Task
Closes the current ITaskBlock.
end — Property in class org.springextensions.actionscript.utils.Parse
endTag
endMethod — Constant static property in class org.springextensions.actionscript.core.task.xml.parser.BlockNodeParser
ENDPOINT_ATTR — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.rpc.RemoteObjectNodeParser
ENDPOINT_URI_ATTR — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.parser.support.nodeparsers.rpc.WebServiceNodeParser
Entity — Class in package org.springextensions.actionscript.domain
Entity acts as a base domain object for objects that hold a unique identity throughout their lifetime.
Entity(id) — Constructor in class org.springextensions.actionscript.domain.Entity
Creates a new Entity.
EntityCollection — Class in package org.springextensions.actionscript.collections
Collection that is forced to hold instances of type Entity.
EntityCollection(source) — Constructor in class org.springextensions.actionscript.collections.EntityCollection
Creates a new EntityCollection instance.
EntityUtil — Final class in package org.springextensions.actionscript.domain.util
Provides utilities for working with IEntity implementations and collections holding IEntity implementations.
ENTRY_ELEMENENT — Constant static property in class org.springextensions.actionscript.ioc.factory.xml.parser.support.XMLObjectDefinitionsParser
Constant value 'entry'
Environment — Class in package org.springextensions.actionscript.utils
Contains information about the environment the application is currently running in.
Environment() — Constructor in class org.springextensions.actionscript.utils.Environment
equals(other) — Method in class org.springextensions.actionscript.domain.BaseObject
equals(object) — Method in class org.springextensions.actionscript.ioc.ObjectDefinition
equalsWithoutIdentity(other:org.springextensions.actionscript.domain:IEntity) — Method in class org.springextensions.actionscript.domain.Entity
Checks for equality without looking at the id of the object.
error — Property in class org.springextensions.actionscript.core.operation.AbstractOperation
The error of this operation or null if no error occurred during this operation.
error — Property in interface org.springextensions.actionscript.core.operation.IOperation
The error of this operation or null if no error occurred during this operation.
error — Property in class org.springextensions.actionscript.core.operation.OperationEvent
ERROR — Constant static property in class org.springextensions.actionscript.core.command.event.CompositeCommandEvent
Defines the value of the type property of a CompositeCommandEvent.ERROR event object.
ERROR — Constant static property in class org.springextensions.actionscript.core.operation.OperationEvent
The type of the OperationEvent dispatched when an error occurs during the execution of an IOperation
errorColor — Property in class org.springextensions.actionscript.logging.SOSTarget
errorHandler(event) — Method in class org.springextensions.actionscript.core.io.support.LoadStyleModuleOperation
Handles the StyleEvent.ERROR event.
errorHandler(event) — Method in class org.springextensions.actionscript.core.io.support.LoadURLOperation
Handles the SecurityErrorEvent.SECURITY_ERROR and IOErrorEvent.IO_ERROR events of the internally created URLLoader.
errorHandler(event) — Method in class org.springextensions.actionscript.core.io.support.LoadURLStreamOperation
Handles the SecurityErrorEvent.SECURITY_ERROR and IOErrorEvent.IO_ERROR events of the internally created URLStream.
errorHandler(event) — Method in class org.springextensions.actionscript.localization.LoadResourceModuleOperation
Handles the ResourceEvent.ERROR event.
errorHandler(event) — Method in class org.springextensions.actionscript.module.LoadModuleOperation
Handles the ModuleEvent.ERROR event.
evaluate(parentToken) — Method in class org.springextensions.actionscript.test.context.flexunit4.internals.runners.statements.SpringFlexUnit4RunAfters
Execute ITestExecutionListeners that have been registered for the current TestContext.
evaluate(parentToken) — Method in class org.springextensions.actionscript.test.context.flexunit4.internals.runners.statements.SpringFlexUnit4RunBefores
Execute ITestExecutionListeners that have been registered for the current TestContext.
evaluateTarget(target) — Method in class org.springextensions.actionscript.cairngorm.control.CairngormFrontController

True if module is not null and equal to the specified target, or always true when no module is associated with the current CairngormFrontController.

Used by the executeCommand() method to determine whether a Command needs to be excecuted or not.

event — Property in class org.springextensions.actionscript.cairngorm.PendingCommandRegistryEvent
The CairngormEvent instance associated to the ICommand instance that this event refers to.
event — Property in class org.springextensions.actionscript.core.mvc.event.MVCEvent
event — Property in class org.springextensions.actionscript.ioc.factory.config.EventHandlerProxy
eventBus — Property in class org.springextensions.actionscript.core.mvc.support.Controller
The IEventBus instance that is used to register and listen for events.
EventBus — Final class in package org.springextensions.actionscript.core.event
The EventBus is used as a publish/subscribe event mechanism that lets objects communicate with eachother in a loosely coupled way.
eventBusDispatching — Property in class org.springextensions.actionscript.core.mvc.support.Controller
If true events dispatched by the current Controller will also be dispatched through the assigned IEventBus instance.
EventBusFacade — Class in package org.springextensions.actionscript.core.event
Basic implementation of the IEventBus interface that acts as a facade for the static EventBus class.
EventBusFacade() — Constructor in class org.springextensions.actionscript.core.event.EventBusFacade
Creates a new EventBusFacade instance.
eventClass — Property in class org.springextensions.actionscript.cairngorm.SequenceEvent
eventClass — Property in class org.springextensions.actionscript.core.mvc.event.ControllerRegistrationEvent
EVENT_CLASS_METADATA_KEY — Constant static property in class org.springextensions.actionscript.core.mvc.MVCControllerObjectFactoryPostProcessor
eventDispatcher — Property in class org.springextensions.actionscript.cairngorm.control.CairngormFrontController
The eventDispatcher instance that is used to listen for CairngormEvents on.
eventDispatcher — Property in class org.springextensions.actionscript.core.io.support.LoadStyleModuleOperation
eventDispatcher — Property in class org.springextensions.actionscript.localization.LoadResourceModuleOperation
The IEventDispatcher returned from the loadResourceModule() call and that is used to listen for ResourceEvent.COMPLETE, ResourceEvent.ERROR and ResourceEvent.PROGRESS events.
EventHandlerMetadataProcessor — Class in package org.springextensions.actionscript.ioc.factory.config
IMetadataProcessor implementation that adds EventBus event handlers based on the annotations found in the object's class.
EventHandlerMetadataProcessor() — Constructor in class org.springextensions.actionscript.ioc.factory.config.EventHandlerMetadataProcessor
Creates a new EventHandlerMetaDataPostProcessor instance.
EventHandlerProxy — Class in package org.springextensions.actionscript.ioc.factory.config
Proxied method invoker for event handlers.
EventHandlerProxy(target, method, properties) — Constructor in class org.springextensions.actionscript.ioc.factory.config.EventHandlerProxy
Creates a new EventHandlerProxy instance.
_eventListenerProxies — Static property in class org.springextensions.actionscript.core.event.EventBus
A map of event types/names with there corresponding proxied handler functions.
_eventListeners — Static property in class org.springextensions.actionscript.core.event.EventBus
A map of event types/names with there corresponding handler functions.
EVENT_METADATA — Constant static property in class org.springextensions.actionscript.core.mvc.MVCRouteEventsMetaDataProcessor
The Event metadata
EVENT_METADATA — Constant static property in class org.springextensions.actionscript.ioc.factory.config.RouteEventsMetaDataProcessor
The Event metadata
EventSequence — Class in package org.springextensions.actionscript.cairngorm
An EventSequence represents a sequence of events to be chained.
EventSequence(eventDispatcher) — Constructor in class org.springextensions.actionscript.cairngorm.EventSequence
Creates a new EventSequence
EVENTS_KEY — Constant static property in class org.springextensions.actionscript.core.mvc.MVCRouteEventsMetaDataProcessor
The events metadata argument
EVENTS_KEY — Constant static property in class org.springextensions.actionscript.ioc.factory.config.RouteEventsMetaDataProcessor
The events metadata argument
eventType — Property in class org.springextensions.actionscript.core.mvc.event.ControllerRegistrationEvent
EVENT_TYPE_METADATA_KEY — Constant static property in class org.springextensions.actionscript.core.mvc.MVCControllerObjectFactoryPostProcessor
execute(event) — Method in class org.springextensions.actionscript.cairngorm.commands.AbstractResponderCommand
Executes the current AbstractResponderCommand, this is where the IBusinessDelegate will need to be invoked.
execute(event) — Method in class org.springextensions.actionscript.cairngorm.commands.CommandProxy
execute() — Method in class org.springextensions.actionscript.core.command.CompositeCommand
Executes the command.
execute() — Method in class org.springextensions.actionscript.core.command.GenericOperationCommand
Creates an instance of the specified IOperation with the specified constructor arguments.
execute() — Method in interface org.springextensions.actionscript.core.command.ICommand
Executes the command.
execute() — Method in class org.springextensions.actionscript.core.task.command.FunctionCommand
execute() — Method in class org.springextensions.actionscript.core.task.command.FunctionProxyCommand
execute() — Method in class org.springextensions.actionscript.core.task.command.PauseCommand
execute() — Method in class org.springextensions.actionscript.core.task.command.TaskCommand
execute() — Method in class org.springextensions.actionscript.core.task.command.TaskFlowControlCommand
execute() — Method in class org.springextensions.actionscript.core.task.support.ForBlock
execute() — Method in class org.springextensions.actionscript.core.task.support.IfElseBlock
execute() — Method in class org.springextensions.actionscript.core.task.support.Task
Executes the command.
execute() — Method in class org.springextensions.actionscript.core.task.support.WhileBlock
execute(p_note) — Method in class org.springextensions.actionscript.puremvc.patterns.command.IocManagedMacroCommand
execute(value, applicationDomain) — Static method in class org.springextensions.actionscript.utils.TypeConverter
Converts a variable from a String to the best suited type for the variable.
EXECUTE — Constant static property in class org.springextensions.actionscript.core.command.event.CommandEvent
Defines the value of the type property of a CommandEvent.EXECUTE event object.
executeBlock() — Method in class org.springextensions.actionscript.core.task.support.ForBlock
executeBlock() — Method in class org.springextensions.actionscript.core.task.support.WhileBlock
executeBlocks() — Method in class org.springextensions.actionscript.core.task.support.IfElseBlock
executeCommand(event) — Method in class org.springextensions.actionscript.cairngorm.control.CairngormFrontController
Retrieves the command name from the specified CairngormEvent instance and looks up the associated command class for it.
executeCommand(command:org.springextensions.actionscript.core.command:ICommand) — Method in class org.springextensions.actionscript.core.command.CompositeCommand
If the specified ICommand implements the IAsyncCommand interface the onCommandResult and onCommandFault event handlers are added.
executeCommand(commandRegistration:org.springextensions.actionscript.core.mvc.support:CommandRegistration, event) — Method in class org.springextensions.actionscript.core.mvc.support.Controller
Retrieves the command specified by the CommandRegistration from the IApplicationContext, creates a CommandProxy for it and invokes the specified method.
executeCommand(command:org.springextensions.actionscript.core.command:ICommand) — Method in class org.springextensions.actionscript.core.task.support.AbstractTaskBlock
executeCommand(command:org.springextensions.actionscript.core.command:ICommand) — Method in class org.springextensions.actionscript.core.task.support.ForBlock
executeCommand(command:org.springextensions.actionscript.core.command:ICommand) — Method in class org.springextensions.actionscript.core.task.support.Task
executeCommand(p_note) — Method in class org.springextensions.actionscript.puremvc.core.controller.IocController
executeCommands(event) — Method in class org.springextensions.actionscript.cairngorm.control.CairngormFrontController
Retrieves the command name from the specified CairngormEvent instance and looks up the associated command list for it.
executeCommandsInParallel() — Method in class org.springextensions.actionscript.core.command.CompositeCommand
executeFlowControl(kind:org.springextensions.actionscript.core.task:TaskFlowControlKind) — Method in class org.springextensions.actionscript.core.task.support.AbstractTaskBlock
EXECUTE_METHOD_METADATA_KEY — Constant static property in class org.springextensions.actionscript.core.mvc.MVCControllerObjectFactoryPostProcessor
executeMethodName — Property in class org.springextensions.actionscript.core.mvc.support.CommandRegistration
executeNextCommand() — Method in class org.springextensions.actionscript.core.command.CompositeCommand
Retrieves and removes the next ICommand from the internal list and passes it to the executeCommand() method.
executeNextCommand() — Method in class org.springextensions.actionscript.core.task.command.TaskCommand
executeNextCommand() — Method in class org.springextensions.actionscript.core.task.support.Task
exit() — Method in interface org.springextensions.actionscript.core.task.ITask
Stops the execution chain completely.
exit — Event in interface org.springextensions.actionscript.core.task.ITaskFlowControl
Dispatched when the current ITaskFlowControl wants to exit a block construct completely.
exit() — Method in class org.springextensions.actionscript.core.task.support.IfElseBlock
exit() — Method in class org.springextensions.actionscript.core.task.support.Task
Stops the execution chain completely.
EXIT — Constant static property in class org.springextensions.actionscript.core.task.TaskFlowControlKind
Indicates an exit (abort) of the flow control.
EXIT — Constant static property in class org.springextensions.actionscript.core.task.event.TaskFlowControlEvent
Indicates an exit (abort) of the flow control.
EXIT_ELEMENT — Constant static property in class org.springextensions.actionscript.core.task.xml.TaskNamespaceHandler
exitExecution() — Method in class org.springextensions.actionscript.core.task.support.AbstractTaskBlock
exit_handler(event:org.springextensions.actionscript.core.task.event:TaskFlowControlEvent) — Method in class org.springextensions.actionscript.core.task.support.Task
exitMethod — Constant static property in class org.springextensions.actionscript.core.task.xml.parser.TaskNodeParser
explicitProperties — Property in class org.springextensions.actionscript.context.support.mxml.MXMLObjectDefinition
A dictionary of property names that have been explicitly set through MXML markup.
explicitSingletonCache — Property in class org.springextensions.actionscript.ioc.factory.support.AbstractObjectFactory
Cache of singleton objects registered without object definition
explicitSingletonNames — Property in interface org.springextensions.actionscript.ioc.factory.IObjectFactory
Returns the names of the explicit singleton objects registered in the factory.
explicitSingletonNames — Property in class org.springextensions.actionscript.ioc.factory.support.AbstractObjectFactory
The names of the explicit singletons registered in this factory.
extractEventTypeNamesFromMetaDataArgument(metaDataArgument) — Method in class org.springextensions.actionscript.core.mvc.MVCRouteEventsMetaDataProcessor
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