| Symbols 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 | |
| a — Property in class flash.geom.Matrix | |
| The value in the first row and first column of the Matrix object, which affects the positioning of pixels along the x axis when scaling or rotating an image. | |
| abandon(taskId:String) — Method in interface lc.core.ITaskManager | |
| Abandons the task identified by the task identifier. | |
| abandon() — Method in class lc.domain.Task | |
| Abandons the task. | |
| AbandonCommand — Class in package lc.domain | |
| The AbandonCommand class executes the task's abandon operation. | |
| AbandonCommand(task:lc.domain:Task) — Constructor in class lc.domain.AbandonCommand | |
| Constructor. | |
| abs(val:Number) — Static method in class Math | |
| Computes and returns an absolute value for the number specified by the parameter val. | |
| ABSOLUTE — Constant static property in class mx.core.ContainerLayout | |
| Use absolute layout for the contents of this container. | |
| AbstractConsumer — Class in package mx.messaging | |
| The AbstractConsumer is the base class for both the Consumer and MultiTopicConsumer classes. | |
| AbstractConsumer() — Constructor in class mx.messaging.AbstractConsumer | |
| Constructs a Consumer. | |
| AbstractEvent — Class in package mx.rpc.events | |
| The base class for events that RPC services dispatch. | |
| AbstractInvoker — Class in package mx.rpc | |
| An invoker is an object that actually executes an remote procedure call (RPC). | |
| AbstractMessage — Class in package mx.messaging.messages | |
| Abstract base class for all messages. | |
| AbstractMessage() — Constructor in class mx.messaging.messages.AbstractMessage | |
| Constructs an instance of an AbstractMessage with an empty body and header. | |
| AbstractOperation — Class in package mx.rpc | |
| The AbstractOperation class represents an is an individual method on a service. | |
| AbstractOperation(service:mx.rpc:AbstractService, name:String) — Constructor in class mx.rpc.AbstractOperation | |
| Creates a new Operation. | |
| AbstractService — Dynamic class in package mx.rpc | |
| The AbstractService class is the base class for the WebService and RemoteObject classes. | |
| AbstractService(destination:String) — Constructor in class mx.rpc.AbstractService | |
| AbstractTarget — Class in package mx.logging | |
| This class provides the basic functionality required by the logging framework for a target implementation. | |
| AbstractTarget() — Constructor in class mx.logging.AbstractTarget | |
| Constructor. | |
| AbstractWebService — Class in package mx.rpc.soap | |
| AbstractWebService is an abstract base class for implementations that provide RPC access to SOAP-based web services. | |
| AbstractWebService(destination:String, rootURL:String) — Constructor in class mx.rpc.soap.AbstractWebService | |
| Creates a new WebService. | |
| accept() — Static method in class adobe.utils.XMLUI | |
| Makes the current XMLUI dialog box close with an "accept" state. | |
| acceptAllClient() — Method in class mx.data.Conflicts | |
| This is a convenience method that iterates all of the conflicts within this list and invokes the Conflict.acceptClient() method. | |
| acceptAllServer() — Method in class mx.data.Conflicts | |
| This is a convenience method that iterates all of the conflicts within this list and invokes the Conflict.acceptClient() method. | |
| acceptClient() — Method in class mx.data.Conflict | |
| Requeues the current local changes and updates the property values such that a subsequent call to DataService.commit() should succeed, causing these changes to override the previous ones. | |
| acceptDragDrop(target:mx.core:IUIComponent) — Static method in class mx.managers.DragManager | |
| Call this method from your dragEnter event handler if you accept the drag/drop data. | |
| acceptServer() — Method in class mx.data.Conflict | |
| Removes the conflicting local change and applies the property values found on Conflict.serverObject to the local item. | |
| Accessibility — Final class in package flash.accessibility | |
| The Accessibility class manages communication with screen readers. | |
| accessibilityProperties — Property in class flash.display.DisplayObject | |
| The current accessibility options for this display object. | |
| AccessibilityProperties — Class in package flash.accessibility | |
| The AccessibilityProperties class lets you control the presentation of Flash objects to accessibility aids, such as screen readers. | |
| AccessibilityProperties() — Constructor in class flash.accessibility.AccessibilityProperties | |
| Creates a new AccessibilityProperties object. | |
| AccImpl — Class in package mx.accessibility | |
| The AccImpl class is the base class for accessibility in components. | |
| AccImpl(master:mx.core:UIComponent) — Constructor in class mx.accessibility.AccImpl | |
| Constructor. | |
| Accordion — Class in package mx.containers | |
| An Accordion navigator container has a collection of child containers, but only one of them at a time is visible. | |
| Accordion() — Constructor in class mx.containers.Accordion | |
| Constructor. | |
| AccordionAutomationImpl — Class in package mx.automation.delegates.containers | |
| Defines the methods and properties required to perform instrumentation for the Accordion class. | |
| AccordionAutomationImpl(obj:mx.containers:Accordion) — Constructor in class mx.automation.delegates.containers.AccordionAutomationImpl | |
| Constructor. | |
| AccordionHeader — Class in package mx.containers.accordionClasses | |
| The AccordionHeader class defines the appearance of the navigation buttons of an Accordion. | |
| AccordionHeader() — Constructor in class mx.containers.accordionClasses.AccordionHeader | |
| Constructor. | |
| AccordionHeaderAccImpl — Class in package mx.accessibility | |
| The AccordionHeaderAccImpl is the class for enabling Accordion Accessibility. | |
| AccordionHeaderAccImpl(master:mx.core:UIComponent) — Constructor in class mx.accessibility.AccordionHeaderAccImpl | |
| Constructor. | |
| AccordionHeaderSkin — Class in package mx.skins.halo | |
| The skin for all the states of an AccordionHeader in an Accordion. | |
| AccordionHeaderSkin() — Constructor in class mx.skins.halo.AccordionHeaderSkin | |
| Constructor. | |
| AccordionNav — Class in package ga.controls | |
| An accordion control listing section names where each section contains a list of panels. | |
| accurate — Property in class mx.charts.chartClasses.AxisLabelSet | |
| When returned from the getLabelEstimate() method, set to true if the estimate accurately represents the final labels to be rendered. | |
| acknowledge — Event in class mx.messaging.MessageAgent | |
| Dispatched when an acknowledge message is received for a sent message. | |
| acknowledge(ackMsg:mx.messaging.messages:AcknowledgeMessage, msg:mx.messaging.messages:IMessage) — Method in class mx.messaging.MessageAgent | |
| Invoked by a MessageResponder upon receiving a result for a sent message. | |
| ACKNOWLEDGE — Constant static property in class mx.messaging.events.MessageAckEvent | |
| The ACKNOWLEDGE event type; dispatched upon receipt of an acknowledgement. | |
| acknowledgeMessage — Property in class mx.messaging.events.MessageAckEvent | |
| Utility property to get the message property from the MessageEvent as an AcknowledgeMessage. | |
| AcknowledgeMessage — Class in package mx.messaging.messages | |
| An AcknowledgeMessage acknowledges the receipt of a message that was sent previously. | |
| AcknowledgeMessage() — Constructor in class mx.messaging.messages.AcknowledgeMessage | |
| Constructs an instance of an AcknowledgeMessage with an empty body and header. | |
| acos(val:Number) — Static method in class Math | |
| Computes and returns the arc cosine of the number specified in the parameter val, in radians. | |
| action — Property in class mx.automation.events.AutomationDragEvent | |
| The requested action. | |
| action — Property in class mx.events.DragEvent | |
| The requested action. | |
| ACTION — Constant property in class mx.messaging.management.MBeanOperationInfo | |
| The operation is write-like, updating the control in some way. | |
| ActionEffectInstance — Class in package mx.effects.effectClasses | |
| The ActionEffectInstance class is the superclass for all action effect instance classes. | |
| ActionEffectInstance(target:Object) — Constructor in class mx.effects.effectClasses.ActionEffectInstance | |
| Constructor. | |
| ACTION_INFO — Constant property in class mx.messaging.management.MBeanOperationInfo | |
| The operation is both read-like and write-like, updating the control and returning information. | |
| ACTIONSCRIPT2 — Constant static property in class flash.display.ActionScriptVersion | |
| ActionScript language version 2.0 and earlier. | |
| ACTIONSCRIPT3 — Constant static property in class flash.display.ActionScriptVersion | |
| ActionScript language version 3.0. | |
| actionScriptVersion — Property in class flash.display.LoaderInfo | |
| The ActionScript version of the loaded SWF file. | |
| ActionScriptVersion — Final class in package flash.display | |
| The ActionScriptVersion class is an enumeration of constant values that indicate the language version of a loaded SWF file. | |
| actionsList — Static property in class adobe.utils.CustomActions | |
| Returns an Array object containing the names of all the custom actions that are registered with the Flash authoring tool. | |
| activate — Event in class flash.events.EventDispatcher | |
| Dispatched when Flash Player gains operating system focus and becomes active. | |
| activate() — Method in class mx.managers.FocusManager | |
| The SystemManager activates and deactivates a FocusManager if more than one IFocusManagerContainer is visible at the same time. | |
| activate() — Method in interface mx.managers.IFocusManager | |
| The SystemManager activates and deactivates a FocusManager if more than one IFocusManagerContainer is visible at the same time. | |
| activate(f:mx.managers:IFocusManagerContainer) — Method in interface mx.managers.ISystemManager | |
| Activates the FocusManager in an IFocusManagerContainer. | |
| activate(f:mx.managers:IFocusManagerContainer) — Method in class mx.managers.SystemManager | |
| Activates the FocusManager in an IFocusManagerContainer. | |
| ACTIVATE — Constant static property in class flash.events.Event | |
| Defines the value of the type property of an activate event object. | |
| activating — Property in class flash.events.ActivityEvent | |
| Indicates whether the device is activating (true) or deactivating (false). | |
| ActivatorSkin — Class in package mx.skins.halo | |
| Defines the up, down, and over states for MenuBarItem objects. | |
| ActivatorSkin() — Constructor in class mx.skins.halo.ActivatorSkin | |
| Constructor. | |
| active — Static property in class flash.accessibility.Accessibility | |
| Indicates whether a screen reader is currently active and the player is communicating with it. | |
| activity — Event in class flash.media.Camera | |
| Dispatched when a camera begins or ends a session. | |
| activity — Event in class flash.media.Microphone | |
| Dispatched when a microphone begins or ends a session. | |
| ACTIVITY — Constant static property in class flash.events.ActivityEvent | |
| The ActivityEvent.ACTIVITY constant defines the value of the type property of an activity event object. | |
| ActivityEvent — Class in package flash.events | |
| Flash® Player dispatches an ActivityEvent object whenever a camera or microphone reports that it has become active or inactive. | |
| ActivityEvent(type:String, bubbles:Boolean, cancelable:Boolean, activating:Boolean) — Constructor in class flash.events.ActivityEvent | |
| Creates an event object that contains information about activity events. | |
| activityLevel — Property in class flash.media.Camera | |
| A numeric value that specifies the amount of motion the camera is detecting. | |
| activityLevel — Property in class flash.media.Microphone | |
| The amount of sound the microphone is detecting. | |
| actualCreationPolicy — Property in class mx.core.Container | |
| The creation policy of this container. | |
| actualListeners — Property in class mx.validators.Validator | |
| Contains an Array of listener objects, if any, or the source object. | |
| actualTrigger — Property in class mx.validators.Validator | |
| Contains the trigger object, if any, or the source object. | |
| add(v:flash.geom:Point) — Method in class flash.geom.Point | |
| Adds the coordinates of another point to the coordinates of this point to create a new point. | |
| add — Event in class mx.core.UIComponent | |
| Dispatched when the component is added to a container as a content child by using the addChild() or addChildAt() method. | |
| ADD — Constant static property in class flash.display.BlendMode | |
| Adds the values of the constituent colors of the display object to the colors of its background, applying a ceiling of 0xFF. | |
| ADD — Constant static property in class mx.events.CollectionEventKind | |
| Indicates that the collection added an item or items. | |
| ADD — Constant static property in class mx.events.FlexEvent | |
| The FlexEvent.ADD constant defines the value of the type property of the event object for an add event. | |
| addAttachment() — Method in class lc.attachments.AttachmentHeaderModel | |
| Adds the file property to the current Task object, with the specified AttachmentPermissions object set. | |
| addAttachment(taskId:String, file:flash.net:FileReference, attachmentPermissions:lc.domain:AttachmentPermissions) — Method in interface lc.core.ITaskManager | |
| Adds an attachment to a task item. | |
| addAttachment(attachment:flash.net:FileReference, permissions:lc.domain:AttachmentPermissions) — Method in class lc.domain.Task | |
| Adds an attachment to the task. | |
| ADD_ATTACHMENT_COMPLETE — Constant static property in class lc.core.events.ObjectResultEvent | |
| The attachments were added event type. | |
| addCallback(functionName:String, closure:Function) — Static method in class flash.external.ExternalInterface | |
| Registers an ActionScript method as callable from the container. | |
| addChannel(channel:mx.messaging:Channel) — Method in class mx.messaging.ChannelSet | |
| Adds a Channel to the ChannelSet. | |
| addChild(child:flash.display:DisplayObject) — Method in class flash.display.DisplayObjectContainer | |
| Adds a child DisplayObject instance to this DisplayObjectContainer instance. | |
| addChild(child:flash.display:DisplayObject) — Method in class flash.display.Stage | |
| Adds a child DisplayObject instance to this DisplayObjectContainer instance. | |
| addChild(child:flash.display:DisplayObject) — Method in class mx.charts.chartClasses.ChartElement | |
| Adds a child DisplayObject instance to this DisplayObjectContainer instance. | |
| addChild(child:flash.display:DisplayObject) — Method in class mx.core.Container | |
| Adds a child DisplayObject to this Container. | |
| addChild(child:flash.display:DisplayObject) — Method in interface mx.core.IChildList | |
| Adds a child DisplayObject after the end of this child list. | |
| addChild(childEffect:mx.effects:Effect) — Method in class mx.effects.CompositeEffect | |
| Adds a new child effect to this composite effect. | |
| AddChild — Class in package mx.states | |
| The AddChild class adds a child display object, such as a component, to a container as part of a view state. | |
| AddChild(relativeTo:mx.core:UIComponent, target:flash.display:DisplayObject, position:String) — Constructor in class mx.states.AddChild | |
| Constructor. | |
| AddChildAction — Class in package mx.effects | |
| The AddChildAction class defines an action effect that corresponds to the AddChild property of a view state definition. | |
| AddChildAction(target:Object) — Constructor in class mx.effects.AddChildAction | |
| Constructor. | |
| AddChildActionInstance — Class in package mx.effects.effectClasses | |
| The AddChildActionInstance class implements the instance class for the AddChildAction effect. | |
| AddChildActionInstance(target:Object) — Constructor in class mx.effects.effectClasses.AddChildActionInstance | |
| Constructor. | |
| addChildAt(child:flash.display:DisplayObject, index:int) — Method in class flash.display.DisplayObjectContainer | |
| Adds a child DisplayObject instance to this DisplayObjectContainer instance. | |
| addChildAt(child:flash.display:DisplayObject, index:int) — Method in class flash.display.Stage | |
| Adds a child DisplayObject instance to this DisplayObjectContainer instance. | |
| addChildAt(child:flash.display:DisplayObject, index:int) — Method in class mx.charts.chartClasses.ChartElement | |
| Adds a child DisplayObject instance to this DisplayObjectContainer instance. | |
| addChildAt(parent:Object, newChild:Object, index:int, model:Object) — Method in interface mx.controls.menuClasses.IMenuDataDescriptor | |
| Add a child node to a node at the specified index. | |
| addChildAt(parent:Object, newChild:Object, index:int, model:Object) — Method in class mx.controls.treeClasses.DefaultDataDescriptor | |
| Add a child node to a node at the specified index. | |
| addChildAt(parent:Object, newChild:Object, index:int, model:Object) — Method in interface mx.controls.treeClasses.ITreeDataDescriptor | |
| Adds a child node to a node at the specified index. | |
| addChildAt(child:flash.display:DisplayObject, index:int) — Method in class mx.core.Container | |
| Adds a child DisplayObject to this Container. | |
| addChildAt(child:flash.display:DisplayObject, index:int) — Method in interface mx.core.IChildList | |
| Adds a child DisplayObject to this child list at the index specified. | |
| addChildSet(childSet:Array) — Method in class mx.effects.effectClasses.CompositeEffectInstance | |
| Adds a new set of child effects to this Composite effect. | |
| addCuePoint(cuePoint:Object) — Method in class mx.controls.videoClasses.CuePointManager | |
| Adds a cue point. | |
| addData(data:Object, format:String) — Method in class mx.core.DragSource | |
| Adds data and a corresponding format String to the drag source. | |
| addDataService(ds:mx.data:ConcreteDataService) — Method in class mx.data.DataStore | |
| Adds a data service to be managed by this data store | |
| addDragData(ds:Object) — Method in class mx.controls.listClasses.ListBase | |
| Adds the selected items to the DragSource object as part of a drag-and-drop operation. | |
| added — Event in class flash.display.DisplayObject | |
| Dispatched when a display object is added to the display list. | |
| ADDED — Constant static property in class flash.events.Event | |
| Defines the value of the type property of an added event object. | |
| addedEffect — Effect in class mx.core.UIComponent | |
| addedToStage — Event in class flash.display.DisplayObject | |
| Dispatched when a display object is added to the on stage display list, either directly or through the addition of a sub tree in which the display object is contained. | |
| ADDED_TO_STAGE — Constant static property in class flash.events.Event | |
| Defines the value of the type property of an addedToStage event object. | |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Method in class flash.display.Stage | |
| Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Method in class flash.events.EventDispatcher | |
| Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Method in interface flash.events.IEventDispatcher | |
| Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Method in class lc.domain.Properties | |
| Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Method in class lc.domain.PropertiesNode | |
| Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Method in class mx.collections.ListCollectionView | |
| Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event. | |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Method in class mx.data.mxml.DataService | |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — Method in class mx.utils.ObjectProxy | |
| Registers an event listener object so that the listener receives notification of an event. | |
| addFaultHandler(handler:Function) — Method in class lc.core.Token | |
| Adds a fault handler for this asynchronous invocation. | |
| ADD_FAVORITE — Constant static property in class lc.endpoint.EndpointEvent | |
| The EndpointEvent.ADD_FAVORITE constant defines the value of the type property of the event object for a addFavorite event. | |
| addFirst(p:mx.automation:AutomationIDPart) — Method in class mx.automation.AutomationID | |
| Adds a parts to the front of the id. | |
| addFocusManager(f:mx.managers:IFocusManagerContainer) — Method in interface mx.managers.ISystemManager | |
| Registers a top-level window containing a FocusManager. | |
| addFocusManager(f:mx.managers:IFocusManagerContainer) — Method in class mx.managers.SystemManager | |
| Registers a top-level window containing a FocusManager. | |
| addHaloColors(colors:Object, themeColor:uint, fillColor0:uint, fillColor1:uint) — Static method in class mx.skins.halo.HaloColors | |
| Calculates colors that are used by components that support the Halo theme, such as the colors of beveled edges. | |
| addHandler(handler:Function, format:String) — Method in class mx.core.DragSource | |
| Adds a handler that is called when data for the specified format is requested. | |
| addHandlers(resultHandler:Function, faultHandler:Function) — Method in class lc.core.Token | |
| Adds a result and fault handler for this asynchronous invocation. | |
| addHeader(operation:String, mustUnderstand:Boolean, param:Object) — Method in class flash.net.NetConnection | |
| Adds a context header to the AMF packet structure. | |
| addHeader(header:mx.rpc.soap:SOAPHeader) — Method in class mx.rpc.soap.AbstractWebService | |
| Adds a header that will be applied to all operations of this web service. | |
| addHeader(header:mx.rpc.soap:SOAPHeader) — Method in class mx.rpc.soap.Operation | |
| Adds a header that is applied only to this Operation. | |
| addItem(item:Object) — Method in interface mx.collections.IList | |
| Adds the specified item to the end of the list. | |
| addItem(item:Object) — Method in class mx.collections.ListCollectionView | |
| Adds the specified item to the end of the list. | |
| addItemAt(item:Object, index:int) — Method in interface mx.collections.IList | |
| Adds the item at the specified index. | |
| addItemAt(item:Object, index:int) — Method in class mx.collections.ListCollectionView | |
| Adds the item at the specified index. | |
| addLast(p:mx.automation:AutomationIDPart) — Method in class mx.automation.AutomationID | |
| Adds a parts to the end of the id. | |
| addLayoutCompleteSynchronization() — Method in class mx.automation.delegates.core.UIComponentAutomationImpl | |
| Sets up a automation synchronization with layout manager update complete event. | |
| addListenerHandler() — Method in class mx.validators.Validator | |
| Sets up all of the listeners for the valid and invalid events dispatched from the validator. | |
| addLogger(logger:mx.logging:ILogger) — Method in class mx.logging.AbstractTarget | |
| Sets up this target with the specified logger. | |
| addLogger(logger:mx.logging:ILogger) — Method in interface mx.logging.ILoggingTarget | |
| Sets up this target with the specified logger. | |
| addNamespace(ns:Object) — Method in class XML | |
| Adds a namespace to the set of in-scope namespaces for the XML object. | |
| addNote() — Method in class lc.attachments.AttachmentHeaderModel | |
| Adds the title and note properties to the current Task object, with the specified AttachmentPermissions object set. | |
| addNote(taskId:String, title:String, note:String, attachmentPermissions:lc.domain:AttachmentPermissions) — Method in interface lc.core.ITaskManager | |
| Adds a note to a task item. | |
| addNote(title:String, note:String, permissions:lc.domain:AttachmentPermissions) — Method in class lc.domain.Task | |
| Adds a note to the task. | |
| ADD_NOTE_COMPLETE — Constant static property in class lc.core.events.ObjectResultEvent | |
| The notes were added event type. | |
| addObject(obj:mx.core:IUIComponent, scaleType:String) — Method in class mx.printing.FlexPrintJob | |
| Adds a UIComponent object to the list of objects being printed. | |
| addPage(sprite:flash.display:Sprite, printArea:flash.geom:Rectangle, options:flash.printing:PrintJobOptions, frameNum:int) — Method in class flash.printing.PrintJob | |
| Sends the specified Sprite object as a single page to the print spooler. | |
| AddPanelButton — Class in package ga.controls | |
| Adds a new instance of a repeating panel to a list of panels contained within a section. | |
| addPopUp(window:mx.core:IFlexDisplayObject, parent:flash.display:DisplayObject, modal:Boolean, childList:String) — Static method in class mx.managers.PopUpManager | |
| Pops up a top-level window. | |
| addResource(ns:Namespace, resource:Object) — Method in class mx.rpc.xml.QualifiedResourceManager | |
| Adds a resource to a potential Array of resources for a given namespace. | |
| addResponder(responder:mx.rpc:IResponder) — Method in class lc.core.Token | |
| Adds an object that supports the IResponder interface to handle the result or failure for the asynchronous invocation. | |
| addResponder(responder:mx.rpc:IResponder) — Method in class mx.collections.errors.ItemPendingError | |
| addResponder adds a responder to an Array of responders. | |
| addResponder(responder:mx.rpc:IResponder) — Method in class mx.rpc.AsyncToken | |
| addResponder adds a responder to an Array of responders. | |
| address — Property in class lc.domain.User | |
| The address of the user. | |
| addResultHandler(handler:Function) — Method in class lc.core.Token | |
| Adds a result handler for this asynchronous invocation. | |
| addSimpleHeader(qnameLocal:String, qnameNamespace:String, headerName:String, headerValue:String) — Method in class mx.rpc.soap.AbstractWebService | |
| Add a header that will be applied to all operations of this WebService. | |
| addSimpleHeader(qnameLocal:String, qnameNamespace:String, headerName:String, headerValue:String) — Method in class mx.rpc.soap.Operation | |
| Adds a header that is applied only to this Operation. | |
| addSubscription(subtopic:String, selector:String) — Method in class mx.messaging.MultiTopicConsumer | |
| This is a convenience method for adding a new subscription. | |
| ADD_SUBSCRIPTIONS — Constant static property in class mx.messaging.messages.CommandMessage | |
| Header used in a MULTI_SUBSCRIBE message to specify an Array of subtopic/selector pairs to add to the existing set of subscriptions. | |
| addSubtopic(subtopic:String) — Method in class mx.messaging.MultiTopicProducer | |
| Adds a subtopic to the current list of subtopics for messages sent by this producer. | |
| addSynchronization(isComplete:Function, target:Object) — Method in interface mx.automation.IAutomationObjectHelper | |
| Adds a synchronization object to the automation manager. | |
| addTarget(target:mx.logging:ILoggingTarget) — Static method in class mx.logging.Log | |
| Allows the specified target to begin receiving notification of log events. | |
| addTask(task:lc.domain:Task) — Method in class lc.domain.QueueBase | |
| Adds a task to the queue. | |
| addToCreationQueue(id:Object, preferredIndex:int, callbackFunc:Function, parent:mx.core:IFlexDisplayObject) — Method in class mx.core.Application | |
| Add a container to the Application's creation queue. | |
| addToFavorites(endpoint:lc.domain:Endpoint) — Method in class lc.core.FavoritesManager | |
| Adds an endpoint to the Favorites collection. | |
| addToFavorites(endpoint:lc.domain:Endpoint) — Method in interface lc.core.IFavoritesManager | |
| Adds an endpoint to the Favorites collection. | |
| addToFreeItemRenderers(item:mx.controls.listClasses:IListItemRenderer) — Method in class mx.controls.listClasses.ListBase | |
| Adds a renderer to the recycled renderer list, making it invisible and cleaning up references to it. | |
| addUnmergedMessage(ds:mx.data:ConcreteDataService, msg:mx.data.messages:DataMessage) — Method in class mx.data.DataStore | |
| When autoMerge is false, incoming messages are sent to this method to be stored and processed later. | |
| addUser() — Method in class lc.task.TaskDirectiveModel | |
| Adds the selected users from the UserSearchDataGridModel object to the collection of selectedUsers property. | |
| adjustBrightness(rgb:uint, brite:Number) — Static method in class mx.utils.ColorUtil | |
| Performs a linear brightness adjustment of an RGB color. | |
| adjustBrightness2(rgb:uint, brite:Number) — Static method in class mx.utils.ColorUtil | |
| Performs a scaled brightness adjustment of an RGB color. | |
| adjustFocusRect(obj:flash.display:DisplayObject) — Method in class mx.core.UIComponent | |
| Adjust the focus rectangle. | |
| adjustGutters(workingGutters:flash.geom:Rectangle, adjustable:Object) — Method in class mx.charts.AxisRenderer | |
| Adjusts its layout to accomodate the gutters passed in. | |
| adjustGutters(workingGutters:flash.geom:Rectangle, adjustable:Object) — Method in interface mx.charts.chartClasses.IAxisRenderer | |
| Adjusts its layout to accomodate the gutters passed in. | |
| adjustMinMax(minValue:Number, maxValue:Number) — Method in class mx.charts.chartClasses.NumericAxis | |
| Adjusts the generated or assigned range of the axis's labels. | |
| adobe.utils — package | |
| The adobe.utils package contains functions and classes used by Flash authoring tool developers. | |
| ADVANCED — Constant static property in class flash.text.AntiAliasType | |
| Sets anti-aliasing to advanced anti-aliasing. | |
| afterLast — Property in interface mx.collections.IViewCursor | |
| If the cursor is located after the last item in the view, this property is true . | |
| agent — Property in class mx.messaging.MessageResponder | |
| Provides access to the MessageAgent that sent the message. | |
| _agentType — Property in class mx.messaging.MessageAgent | |
| The type of MessageAgent. | |
| album — Property in class flash.media.ID3Info | |
| The name of the album; corresponds to the ID3 2.0 tag TALB. | |
| Alert — Class in package mx.controls | |
| The Alert control is a pop-up dialog box that can contain a message, a title, buttons (any combination of OK, Cancel, Yes, and No) and an icon. | |
| Alert() — Constructor in class mx.controls.Alert | |
| Constructor. | |
| AlertAccImpl — Class in package mx.accessibility | |
| The AlertAccImpl class is the accessibility class for Alert. | |
| AlertAccImpl(master:mx.core:UIComponent) — Constructor in class mx.accessibility.AlertAccImpl | |
| Constructor. | |
| AlertAutomationImpl — Class in package mx.automation.delegates.controls | |
| Defines methods and properties required to perform instrumentation for the Alert control. | |
| AlertAutomationImpl(obj:mx.controls:Alert) — Constructor in class mx.automation.delegates.controls.AlertAutomationImpl | |
| Constructor. | |
| AlertFormAutomationImpl — Class in package mx.automation.delegates.controls | |
| Defines methods and properties required to perform instrumentation for the AlertForm class. | |
| AlertFormAutomationImpl(obj:mx.controls.alertClasses:AlertForm) — Constructor in class mx.automation.delegates.controls.AlertFormAutomationImpl | |
| Constructor. | |
| align — Property in class flash.display.Stage | |
| A value from the StageAlign class that specifies the alignment of the stage in Flash Player or the browser. | |
| align — Property in class flash.text.TextFormat | |
| Indicates the alignment of the paragraph. | |
| alignLabelsToUnits — Property in class mx.charts.DateTimeAxis | |
| Determines the placement of labels along the axis. | |
| alignSymbol — Property in class mx.formatters.CurrencyFormatter | |
| Aligns currency symbol to the left side or the right side of the formatted number. | |
| alignSymbol — Property in class mx.validators.CurrencyValidator | |
| Specifies the alignment of the currencySymbol relative to the rest of the expression. | |
| ALL — Constant static property in class mx.core.ContainerCreationPolicy | |
| Immediately create all descendants. | |
| ALL — Constant static property in class mx.data.CacheDataDescriptor | |
| Option for use with the getCacheDescriptors(), indicates what type of descriptors should be returned. | |
| ALL — Constant static property in class mx.logging.LogEventLevel | |
| Tells a target to process all messages. | |
| allDataReleased(cds:mx.data:ConcreteDataService) — Method in class mx.data.DataStore | |
| this method is used to tickle the datastore and see if it can shut down. | |
| allElements — Property in class mx.charts.chartClasses.ChartBase | |
| The set of all chart elements displayed in the chart. | |
| allElementsArray — Property in class mx.charts.chartClasses.ChartBase | |
| allowDelete — Property in class lc.domain.AttachmentPermissions | |
| A flag that indicates the delete permission for an attachment. | |
| allowDisjointSelection — Property in class mx.controls.DateChooser | |
| If true, specifies that non-contiguous(disjoint) selection is allowed in the DateChooser control. | |
| allowDomain(... rest) — Method in class flash.net.LocalConnection | |
| Specifies one or more domains that can send LocalConnection calls to this LocalConnection instance. | |
| allowDomain(... rest) — Static method in class flash.system.Security | |
| Lets SWF files and HTML files in the identified domains access objects and variables in the SWF file that contains the allowDomain() call. | |
| allowDragSelection — Property in class mx.controls.listClasses.ListBase | |
| A flag that indicates whether drag-selection is enabled. | |
| allowedFormatChars — Property in class mx.validators.CreditCardValidator | |
| The set of formatting characters allowed in the cardNumber field. | |
| allowedFormatChars — Property in class mx.validators.DateValidator | |
| The set of formatting characters allowed for separating the month, day, and year values. | |
| allowedFormatChars — Property in class mx.validators.PhoneNumberValidator | |
| The set of allowable formatting characters. | |
| allowedFormatChars — Property in class mx.validators.SocialSecurityValidator | |
| Specifies the set of formatting characters allowed in the input. | |
| allowedFormatChars — Property in class mx.validators.ZipCodeValidator | |
| The set of formatting characters allowed in the ZIP code. | |
| allowInsecureDomain(... rest) — Method in class flash.net.LocalConnection | |
| Specifies one or more domains that can send LocalConnection calls to this LocalConnection object. | |
| allowInsecureDomain(... rest) — Static method in class flash.system.Security | |
| Lets SWF files and HTML files in the identified domains access objects and variables in the calling SWF file, which is hosted by means of the HTTPS protocol. | |
| allowMultipleSelection — Property in class mx.controls.DateChooser | |
| If true, specifies that multiple selection is allowed in the DateChooser control. | |
| allowMultipleSelection — Property in class mx.controls.listClasses.ListBase | |
| A flag that indicates whether you can allow more than one item to be selected at the same time. | |
| allowNegative — Property in class mx.validators.CurrencyValidator | |
| Specifies whether negative numbers are permitted. | |
| allowNegative — Property in class mx.validators.NumberValidator | |
| Specifies whether negative numbers are permitted. | |
| allowRead — Property in class lc.domain.AttachmentPermissions | |
| A flag that indicates the read permission for an attachment. | |
| allowThumbOverlap — Property in class mx.controls.sliderClasses.Slider | |
| If set to false, then each thumb can only be moved to the edge of the adjacent thumb. | |
| allowTrackClick — Property in class mx.controls.sliderClasses.Slider | |
| Specifies whether clicking on the track will move the slider thumb. | |
| allowWrite — Property in class lc.domain.AttachmentPermissions | |
| A flag that indicates the write permission for an attachment. | |
| alpha — Property in class flash.display.DisplayObject | |
| Indicates the alpha transparency value of the object specified. | |
| alpha — Property in class flash.filters.ConvolutionFilter | |
| The alpha transparency value of the substitute color. | |
| alpha — Property in class flash.filters.DisplacementMapFilter | |
| Specifies the alpha transparency value to use for out-of-bounds displacements. | |
| alpha — Property in class flash.filters.DropShadowFilter | |
| The alpha transparency value for the shadow color. | |
| alpha — Property in class flash.filters.GlowFilter | |
| The alpha transparency value for the color. | |
| alpha — Property in interface mx.core.IFlexDisplayObject | |
| The transparency of this object. | |
| alpha — Property in class mx.graphics.GradientEntry | |
| The transparency of a gradient fill. | |
| alpha — Property in class mx.graphics.RectangularDropShadow | |
| The alpha transparency value for the shadow color. | |
| alpha — Property in class mx.graphics.SolidColor | |
| The transparency of a color. | |
| alpha — Property in class mx.graphics.Stroke | |
| The transparency of a line. | |
| ALPHA — Constant static property in class flash.display.BitmapDataChannel | |
| The alpha channel. | |
| ALPHA — Constant static property in class flash.display.BlendMode | |
| Applies the alpha value of each pixel of the display object to the background. | |
| alphaFrom — Property in class mx.effects.Dissolve | |
| Initial transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
| alphaFrom — Property in class mx.effects.Fade | |
| Initial transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
| alphaFrom — Property in class mx.effects.Glow | |
| Starting transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
| alphaFrom — Property in class mx.effects.effectClasses.DissolveInstance | |
| Initial transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
| alphaFrom — Property in class mx.effects.effectClasses.FadeInstance | |
| Initial transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
| alphaFrom — Property in class mx.effects.effectClasses.GlowInstance | |
| Starting transparency level. | |
| alphaMultiplier — Property in class flash.geom.ColorTransform | |
| A decimal value that is multiplied with the alpha transparency channel value. | |
| ALPHANUMERIC_FULL — Constant static property in class flash.system.IMEConversionMode | |
| The string "ALPHANUMERIC_FULL", for use with the IME.conversionMode property. | |
| ALPHANUMERIC_HALF — Constant static property in class flash.system.IMEConversionMode | |
| The string "ALPHANUMERIC_HALF", for use with the IME.conversionMode property. | |
| alphaOffset — Property in class flash.geom.ColorTransform | |
| A number from -255 to 255 that is added to the alpha transparency channel value after it has been multiplied by the alphaMultiplier value. | |
| alphas — Property in class flash.filters.GradientBevelFilter | |
| An array of alpha transparency values for the corresponding colors in the colors array. | |
| alphas — Property in class flash.filters.GradientGlowFilter | |
| An array of alpha transparency values for the corresponding colors in the colors array. | |
| alphaTo — Property in class mx.effects.Dissolve | |
| Final transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
| alphaTo — Property in class mx.effects.Fade | |
| Final transparency level, where 0.0 means transparent and 1.0 means fully opaque. | |
| alphaTo — Property in class mx.effects.Glow | |
| Ending transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
| alphaTo — Property in class mx.effects.effectClasses.DissolveInstance | |
| Final transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
| alphaTo — Property in class mx.effects.effectClasses.FadeInstance | |
| Final transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. | |
| alphaTo — Property in class mx.effects.effectClasses.GlowInstance | |
| Ending transparency level. | |
| alternatingItemColors — Style in class mx.controls.listClasses.ListBase | |
| The colors to use for the backgrounds of the items in the list. | |
| alternatingItemColors — Style in class mx.controls.Tree | |
| Colors for rows in an alternating pattern. | |
| alternatingItemColors — Style in class mx.controls.ComboBox | |
| The set of BackgroundColors for drop-down list rows in an alternating pattern. | |
| alternatingItemColors — Style in class mx.controls.Menu | |
| The colors used for menu or submenu menu items in an alternating pattern. | |
| altKey — Property in class flash.events.KeyboardEvent | |
| Reserved for future use. | |
| altKey — Property in class flash.events.MouseEvent | |
| Reserved for future use. | |
| altKey — Property in class mx.automation.events.ListItemSelectEvent | |
| Indicates whether the Alt key was pressed at the time of the event, true, or not, false. | |
| ALWAYS — Constant static property in class flash.display.PixelSnapping | |
| A constant value used in the pixelSnapping property of a Bitmap object to specify that the bitmap image is always snapped to the nearest pixel, independent of any transformation. | |
| alwaysShowSelection — Property in class flash.text.TextField | |
| When set to true and the text field is not in focus, Flash Player highlights the selection in the text field in gray. | |
| AMERICAN_EXPRESS — Constant static property in class mx.validators.CreditCardValidatorCardType | |
| Specifies the card type as American Express. | |
| AMF0 — Constant static property in class flash.net.ObjectEncoding | |
| Specifies that objects are serialized using the Action Message Format for ActionScript 1.0 and 2.0. | |
| AMF3 — Constant static property in class flash.net.ObjectEncoding | |
| Specifies that objects are serialized using the Action Message Format for ActionScript 3.0. | |
| AMFChannel — Class in package mx.messaging.channels | |
| The AMFChannel class provides the AMF support for messaging. | |
| AMFChannel(id:String, uri:String) — Constructor in class mx.messaging.channels.AMFChannel | |
| Creates an new AMFChannel instance. | |
| anchorBookmark — Property in class mx.controls.listClasses.ListBase | |
| A bookmark to the item that is the anchor. | |
| anchorIndex — Property in class mx.controls.listClasses.ListBase | |
| The offset of the item in the data provider that is the selection anchor point. | |
| angle — Property in class flash.filters.BevelFilter | |
| The angle of the bevel. | |
| angle — Property in class flash.filters.DropShadowFilter | |
| The angle of the shadow. | |
| angle — Property in class flash.filters.GradientBevelFilter | |
| The angle, in degrees. | |
| angle — Property in class flash.filters.GradientGlowFilter | |
| The angle, in degrees. | |
| angle — Property in class mx.charts.series.items.PieSeriesItem | |
| The angle, in radians, that this wedge subtends. | |
| angle — Property in class mx.graphics.LinearGradient | |
| Controls the transition direction. | |
| angle — Property in class mx.graphics.LinearGradientStroke | |
| By default, the LinearGradientStroke defines a transition from left to right across the control. | |
| angle — Property in class mx.graphics.RadialGradient | |
| Sets the location of the start of the radial fill. | |
| angle — Property in class mx.graphics.RectangularDropShadow | |
| The angle of the shadow. | |
| angleFrom — Property in class mx.effects.Rotate | |
| The starting angle of rotation of the target object, expressed in degrees. | |
| angleFrom — Property in class mx.effects.effectClasses.RotateInstance | |
| The starting angle of rotation of the target object, expressed in degrees. | |
| angleTo — Property in class mx.effects.Rotate | |
| The ending angle of rotation of the target object, expressed in degrees. | |
| angleTo — Property in class mx.effects.effectClasses.RotateInstance | |
| The ending angle of rotation of the target object, expressed in degrees. | |
| angularAxis — Property in class mx.charts.chartClasses.PolarChart | |
| The axis object used to map data values to an angle between 0 and 2 PI. | |
| ANGULAR_AXIS — Constant static property in class mx.charts.chartClasses.PolarTransform | |
| A string representing the angular axis. | |
| animate — Property in class mx.events.TreeEvent | |
| Whether to animate an opening or closing operation; used for ITEM_OPENING type events only. | |
| AnimateProperty — Class in package mx.effects | |
| The AnimateProperty effect animates a property or style of a component. | |
| AnimateProperty(target:Object) — Constructor in class mx.effects.AnimateProperty | |
| Constructor. | |
| AnimatePropertyInstance — Class in package mx.effects.effectClasses | |
| The AnimatePropertyInstance class implements the instance class for the AnimateProperty effect. | |
| AnimatePropertyInstance(target:Object) — Constructor in class mx.effects.effectClasses.AnimatePropertyInstance | |
| Constructor. | |
| annotationElements — Property in class mx.charts.chartClasses.ChartBase | |
| Sets an Array of ChartElements that appears on top of any data series rendered by the chart. | |
| antiAliasType — Property in class flash.text.TextField | |
| The type of anti-aliasing used for this text field. | |
| antiAliasType — Property in class mx.core.UITextFormat | |
| Defines the anti-aliasing setting for the UITextField class. | |
| AntiAliasType — Final class in package flash.text | |
| The AntiAliasType class provides values for anti-aliasing in the flash.text.TextField class. | |
| ANY — Constant static property in class mx.validators.CurrencyValidatorAlignSymbol | |
| Specifies "any" as the alignment of the currency symbol for the CurrencyValidator class. | |
| ANY_INDEX_MODE — Constant static property in class mx.collections.Sort | |
| When executing a find return the index any matching item. | |
| ANY_TYPE — Static property in class mx.rpc.xml.SimpleXMLEncoder | |
| appendChild(child:Object) — Method in class XML | |
| Appends the given child to the end of the XML object's properties. | |
| appendChild(node:flash.xml:XMLNode) — Method in class flash.xml.XMLNode | |
| Appends the specified node to the XML object's child list. | |
| appendText(newText:String) — Method in class flash.text.TextField | |
| Appends the string specified by the newText parameter to the end of the text of the text field. | |
| application — Static property in class mx.core.Application | |
| A reference to the top-level application. | |
| application — Property in class mx.managers.SystemManager | |
| The application parented by this SystemManager. | |
| Application — Class in package mx.core | |
| Flex defines a default, or Application, container that lets you start adding content to your application without explicitly defining another container. | |
| Application() — Constructor in class mx.core.Application | |
| Constructor. | |
| APPLICATION — Constant static property in class mx.managers.PopUpManagerChildList | |
| Indicates that the popup is placed in the same child list as the application. | |
| ApplicationAutomationImpl — Class in package mx.automation.delegates.containers | |
| Defines the methods and properties required to perform instrumentation for the Application class. | |
| ApplicationAutomationImpl(obj:mx.core:Application) — Constructor in class mx.automation.delegates.containers.ApplicationAutomationImpl | |
| Constructor. | |
| applicationComplete — Event in class mx.core.Application | |
| Dispatched after the Application has been initialized, processed by the LayoutManager, and attached to the display list. | |
| applicationComplete — Event in class mx.managers.SystemManager | |
| Dispatched when the application has finished initializing | |
| APPLICATION_COMPLETE — Constant static property in class mx.events.FlexEvent | |
| The FlexEvent.APPLICATION_COMPLETE constant defines the value of the type property of the event object for a applicationComplete event. | |
| ApplicationControlBar — Class in package mx.containers | |
| The ApplicationControlBar container holds components that provide global navigation and application commands. | |
| ApplicationControlBar() — Constructor in class mx.containers.ApplicationControlBar | |
| Constructor. | |
| applicationDomain — Property in class flash.display.LoaderInfo | |
| When an external SWF file is loaded, all ActionScript 3.0 definitions contained in the loaded class are stored in the applicationDomain property. | |
| applicationDomain — Property in class flash.system.LoaderContext | |
| Specifies the application domain to use for the Loader.load() or Loader.loadBytes() method. | |
| applicationDomain — Property in class mx.modules.ModuleLoader | |
| The application domain to load your module into. | |
| ApplicationDomain — Final class in package flash.system | |
| The ApplicationDomain class is a container for discrete groups of class definitions. | |
| ApplicationDomain(parentDomain:flash.system:ApplicationDomain) — Constructor in class flash.system.ApplicationDomain | |
| Creates a new application domain. | |
| apply(thisObject:Object, argArray:Array) — Method in class Function | |
| Specifies the value of thisObject to be used within any function that ActionScript calls. | |
| apply(g:flash.display:Graphics) — Method in interface mx.graphics.IStroke | |
| Applies the properties to the specified Graphics object. | |
| apply(g:flash.display:Graphics) — Method in class mx.graphics.LinearGradientStroke | |
| Applies the properties to the specified Graphics object. | |
| apply(g:flash.display:Graphics) — Method in class mx.graphics.Stroke | |
| Applies the properties to the specified Graphics object. | |
| apply(parent:mx.core:UIComponent) — Method in class mx.states.AddChild | |
| Applies the override. | |
| apply(parent:mx.core:UIComponent) — Method in interface mx.states.IOverride | |
| Applies the override. | |
| apply(parent:mx.core:UIComponent) — Method in class mx.states.RemoveChild | |
| Applies the override. | |
| apply(parent:mx.core:UIComponent) — Method in class mx.states.SetEventHandler | |
| Applies the override. | |
| apply(parent:mx.core:UIComponent) — Method in class mx.states.SetProperty | |
| Applies the override. | |
| apply(parent:mx.core:UIComponent) — Method in class mx.states.SetStyle | |
| Applies the override. | |
| applyFilter(sourceBitmapData:flash.display:BitmapData, sourceRect:flash.geom:Rectangle, destPoint:flash.geom:Point, filter:flash.filters:BitmapFilter) — Method in class flash.display.BitmapData | |
| Takes a source image and a filter object and generates the filtered image. | |
| applyItemRendererProperties(instance:flash.display:DisplayObject, cache:mx.charts.chartClasses:InstanceCache) — Method in class mx.charts.series.AreaSeries | |
| Customizes the item renderer instances used to represent the chart. | |
| applyItemRendererProperties(instance:flash.display:DisplayObject, cache:mx.charts.chartClasses:InstanceCache) — Method in class mx.charts.series.BarSeries | |
| Customizes the item renderer instances that are used to represent the chart. | |
| applyItemRendererProperties(instance:flash.display:DisplayObject, cache:mx.charts.chartClasses:InstanceCache) — Method in class mx.charts.series.BubbleSeries | |
| Applies style properties to the specified DisplayObject. | |
| applyItemRendererProperties(instance:flash.display:DisplayObject, cache:mx.charts.chartClasses:InstanceCache) — Method in class mx.charts.series.ColumnSeries | |
| Customizes the item renderer instances that are used to represent the chart. | |
| applyItemRendererProperties(instance:flash.display:DisplayObject, cache:mx.charts.chartClasses:InstanceCache) — Method in class mx.charts.series.LineSeries | |
| Customizes the item renderer instances that are used to represent the chart. | |
| applyItemRendererProperties(instance:flash.display:DisplayObject, cache:mx.charts.chartClasses:InstanceCache) — Method in class mx.charts.series.PlotSeries | |
| Customizes the item renderer instances that are used to represent the chart. | |
| applySelectionEffect(indicator:flash.display:Sprite, uid:String, itemRenderer:mx.controls.listClasses:IListItemRenderer) — Method in class mx.controls.listClasses.ListBase | |
| Sets up the effect for applying the selection indicator. | |
| applySeriesSet(seriesSet:Array, transform:mx.charts.chartClasses:DataTransform) — Method in class mx.charts.chartClasses.ChartBase | |
| Preprocesses the series and transform for display. | |
| applySettings(settings:XML) — Method in class mx.messaging.Channel | |
| Subclasses should override this method to apply any settings that may be necessary for an individual channel. | |
| applyTweenStartValues() — Method in class mx.effects.effectClasses.TweenEffectInstance | |
| applyValueToTarget(target:Object, property:String, value, props:Object) — Method in class mx.effects.Effect | |
| Used internally by the Effect infrastructure. | |
| approximate — Property in class mx.controls.listClasses.ListBaseSelectionData | |
| If true, then the index property is an approximate value and not the exact value. | |
| AreaChart — Class in package mx.charts | |
| The AreaChart control represents data as an area bounded by a line connecting the values in the data. | |
| AreaChart() — Constructor in class mx.charts.AreaChart | |
| Constructor. | |
| areaCode — Property in class mx.formatters.PhoneFormatter | |
| Area code number added to a seven-digit United States format phone number to form a 10-digit phone number. | |
| areaCodeFormat — Property in class mx.formatters.PhoneFormatter | |
| Default format for the area code when the areacode property is rendered by a seven-digit format. | |
| areaFill — Style in class mx.charts.series.AreaSeries | |
| Sets the fill for the area. | |
| areaRenderer — Style in class mx.charts.series.AreaSeries | |
| The class that the series uses to represent the filled area on the chart. | |
| AreaRenderer — Class in package mx.charts.renderers | |
| The default class used to render the area beneath the dataPoints of an AreaSeries object. | |
| AreaRenderer() — Constructor in class mx.charts.renderers.AreaRenderer | |
| Constructor. | |
| AreaSeries — Class in package mx.charts.series | |
| Defines a data series for an AreaChart control. | |
| AreaSeries() — Constructor in class mx.charts.series.AreaSeries | |
| Constructor. | |
| AreaSeriesAutomationImpl — Class in package mx.automation.delegates.charts | |
| Defines the methods and properties required to perform instrumentation for the AreaSeries class. | |
| AreaSeriesAutomationImpl(obj:mx.charts.series:AreaSeries) — Constructor in class mx.automation.delegates.charts.AreaSeriesAutomationImpl | |
| Constructor. | |
| AreaSeriesItem — Class in package mx.charts.series.items | |
| Represents the information required to render an item as part of an AreaSeries. | |
| AreaSeriesItem(element:mx.charts.series:AreaSeries, item:Object, index:uint) — Constructor in class mx.charts.series.items.AreaSeriesItem | |
| Constructor. | |
| AreaSeriesRenderData — Class in package mx.charts.series.renderData | |
| Represents all the information needed by the AreaSeries to render. | |
| AreaSeriesRenderData(element:mx.charts.series:AreaSeries, cache:Array, filteredCache:Array, renderedBase:Number, radius:Number) — Constructor in class mx.charts.series.renderData.AreaSeriesRenderData | |
| Constructor. | |
| AreaSet — Class in package mx.charts.series | |
| A grouping set that can be used to stack AreaSeries objects in any chart. | |
| AreaSet() — Constructor in class mx.charts.series.AreaSet | |
| Constructor. | |
| areaStroke — Style in class mx.charts.series.AreaSeries | |
| Sets the line style for the area. | |
| areInaccessibleObjectsUnderPoint(point:flash.geom:Point) — Method in class flash.display.DisplayObjectContainer | |
| Indicates whether the security restrictions would cause any display objects to be omitted from the list returned by calling the DisplayObjectContainer.getObjectsUnderPoint() method with the specified point point. | |
| areSoundsInaccessible() — Static method in class flash.media.SoundMixer | |
| Determines whether any sounds are not accessible due to security restrictions. | |
| args — Property in class mx.automation.events.AutomationRecordEvent | |
| A serialized representation of the event as an Array of it's property values. | |
| ArgumentError — Dynamic class in Top Level | |
| The ArgumentError class represents an error that occurs when the arguments supplied in a function do not match the arguments defined for that function. | |
| ArgumentError(message:String) — Constructor in class ArgumentError | |
| Creates an ArgumentError object. | |
| argumentNames — Property in class mx.rpc.remoting.Operation | |
| An ordered list of the names of the arguments to pass to a method invocation. | |
| arguments — Class in Top Level | |
| An arguments object is used to store and access a function's arguments. | |
| arguments — Property in class mx.rpc.AbstractOperation | |
| The arguments to pass to the Operation when it is invoked. | |
| Array — Dynamic class in Top Level | |
| The Array class lets you access and manipulate arrays. | |
| Array(... rest) — Package function in Top Level | |
| Creates a new array. | |
| Array(numElements:int) — Constructor in class Array | |
| Lets you create an array of the specified number of elements. | |
| Array(... rest) — Constructor in class Array | |
| Lets you create an array that contains the specified elements. | |
| ArrayCollection — Class in package mx.collections | |
| The ArrayCollection class is a wrapper class that exposes an Array as a collection that can be accessed and manipulated using the methods and properties of the ICollectionView or IList interfaces. | |
| ArrayCollection(source:Array) — Constructor in class mx.collections.ArrayCollection | |
| Constructor. | |
| ARRAY_TYPE — Static property in class mx.rpc.xml.SimpleXMLEncoder | |
| ArrayUtil — Class in package mx.utils | |
| The ArrayUtil utility class is an all-static class with methods for working with arrays within Flex. | |
| arrowButtonWidth — Style in class mx.controls.PopUpButton | |
| Number of pixels between the divider line and the right edge of the component. | |
| arrowButtonWidth — Style in class mx.controls.ComboBox | |
| Width of the arrow button in pixels. | |
| artist — Property in class flash.media.ID3Info | |
| The name of the artist; corresponds to the ID3 2.0 tag TPE1. | |
| as — Operator | |
| Evaluates whether an expression specified by the first operand is a member of the data type specified by the second operand. | |
| AS3 — Statement | |
| Defines methods and properties of the core ActionScript classes that are fixed properties instead of prototype properties. | |
| ascent — Property in class flash.text.TextLineMetrics | |
| The ascent value of the text is the length from the baseline to the top of the line height in pixels. | |
| asin(val:Number) — Static method in class Math | |
| Computes and returns the arc sine for the number specified in the parameter val, in radians. | |
| aspectRatio — Property in class mx.charts.chartClasses.LegendData | |
| Determines the size and placement of the legend marker. | |
| assertCredentials(value:String) — Method in class mx.messaging.MessageAgent | |
| assignedMaximum — Property in class mx.charts.chartClasses.NumericAxis | |
| The explicitly assigned maximum value. | |
| assignedMinimum — Property in class mx.charts.chartClasses.NumericAxis | |
| The explicitly assigned minimum value. | |
| Assignment — Class in package lc.domain | |
| The Assignment class describes the assignment of a task and carries information that determines the queue that contains the task. | |
| AssignmentConstants — Class in package lc | |
| The AssignmentConstants class holds constants for the Assignment class assignmentType property. | |
| assignmentCreateTime — Property in class lc.domain.Assignment | |
| The creation date of the assignment. | |
| assignments — Property in class lc.domain.Task | |
| The collection of Assignment objects for the task. | |
| ASSIGNMENTS_FOR_TASK_RESULT — Constant static property in class lc.core.events.CollectionResultEvent | |
| The assignment for a task event type. | |
| assignmentType — Property in class lc.domain.Assignment | |
| The type of the assignment. | |
| assignmentUpdateTime — Property in class lc.domain.Assignment | |
| The date of the last assignment update. | |
| asType — Property in interface mx.automation.IAutomationPropertyDescriptor | |
| ActionScript type of this property, as a String. | |
| asyncError — Event in class flash.net.LocalConnection | |
| Dispatched when an exception is thrown asynchronously — that is, from native asynchronous code. | |
| asyncError — Event in class flash.net.NetConnection | |
| Dispatched when an exception is thrown asynchronously — that is, from native asynchronous code. | |
| asyncError — Event in class flash.net.NetStream | |
| Dispatched when an exception is thrown asynchronously — that is, from native asynchronous code. | |
| asyncError — Event in class flash.net.SharedObject | |
| Dispatched when an exception is thrown asynchronously — that is, from native asynchronous code. | |
| ASYNC_ERROR — Constant static property in class flash.events.AsyncErrorEvent | |
| The AsyncErrorEvent.ASYNC_ERROR constant defines the value of the type property of an asyncError event object. | |
| AsyncErrorEvent — Class in package flash.events | |
| Flash® Player dispatches an AsyncErrorEvent when an exception is thrown from native asynchronous code, which could be from, for example, LocalConnection, NetConnection, SharedObject, or NetStream. | |
| AsyncErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, text:String, error:Error) — Constructor in class flash.events.AsyncErrorEvent | |
| Creates an AsyncErrorEvent object that contains information about asyncError events. | |
| AsyncMessage — Class in package mx.messaging.messages | |
| AsyncMessage is the base class for all asynchronous messages. | |
| AsyncMessage(body:Object, headers:Object) — Constructor in class mx.messaging.messages.AsyncMessage | |
| Constructs an instance of an AsyncMessage with an empty body and header. | |
| asyncRequest — Property in class mx.rpc.AbstractService | |
| AsyncRequest — Class in package mx.rpc | |
| The AsyncRequest class provides an abstraction of messaging for RPC call invocation. | |
| AsyncRequest() — Constructor in class mx.rpc.AsyncRequest | |
| Constructs a new asynchronous request. | |
| AsyncResponder — Class in package mx.rpc | |
| This class provides an RPC specific implementation of mx.rpc.IResponder. | |
| AsyncResponder(result:Function, fault:Function, token:Object) — Constructor in class mx.rpc.AsyncResponder | |
| Constructs an instance of the responder with the specified data and handlers. | |
| AsyncToken — Dynamic class in package mx.rpc | |
| This class provides a place to set additional or token-level data for asynchronous rpc operations. | |
| AsyncToken(message:mx.messaging.messages:IMessage) — Constructor in class mx.rpc.AsyncToken | |
| Constructs an instance of the token with the specified message. | |
| atan(val:Number) — Static method in class Math | |
| Computes and returns the value, in radians, of the angle whose tangent is specified in the parameter val. | |
| atan2(y:Number, x:Number) — Static method in class Math | |
| Computes and returns the angle of the point y/x in radians, when measured counterclockwise from a circle's x axis (where 0,0 represents the center of the circle). | |
| AT_BOTTOM — Constant static property in class mx.events.ScrollEventDetail | |
| Indicates that the scroll bar is at the bottom of its scrolling range. | |
| AT_LEFT — Constant static property in class mx.events.ScrollEventDetail | |
| Indicates that the scroll bar is at the left of its scrolling range. | |
| AT_RIGHT — Constant static property in class mx.events.ScrollEventDetail | |
| Indicates that the scroll bar is at the right of its scrolling range. | |
| attachAudio(microphone:flash.media:Microphone) — Method in class flash.net.NetStream | |
| Specifies an audio stream sent over the NetStream object, from a Microphone object passed as the source. | |
| attachCamera(camera:flash.media:Camera) — Method in class flash.media.Video | |
| Specifies a video stream from a camera to be displayed within the boundaries of the Video object in the application window. | |
| attachCamera(theCamera:flash.media:Camera, snapshotMilliseconds:int) — Method in class flash.net.NetStream | |
| Starts capturing video from the specified source, or stops capturing if theCamera is set to null. | |
| attachCamera(camera:flash.media:Camera) — Method in class mx.controls.VideoDisplay | |
| Specifies whether to play a video stream from a camera. | |
| AttachmentCommand — Class in package lc.domain | |
| The AttachmentCommand class is a generic command that has direct association with a TaskAttachmentInfo object. | |
| AttachmentCommand(name:String, taskAttachmentInfo:lc.attachments:TaskAttachmentInfo) — Constructor in class lc.domain.AttachmentCommand | |
| Constructor. | |
| ATTACHMENT_FILL_COMPLETE — Constant static property in class lc.core.events.WorkspaceEvent | |
| The attachmentFillComplete event type. | |
| AttachmentHeader — Class in package lc.attachments | |
| The AttachmentHeader component provides the user interface for adding a note or an attachment to a task. | |
| attachmentHeaderModel — Property in class lc.attachments.AttachmentsModel | |
| The model for the AttachmentHeader component. | |
| AttachmentHeaderModel — Class in package lc.attachments | |
| The AttachmentsHeaderModel class acts as the model for the AttachmentsHeader component. | |
| AttachmentHeaderModel() — Constructor in class lc.attachments.AttachmentHeaderModel | |
| Constructor. | |
| AttachmentInfo — Class in package lc.domain | |
| The AttachmentInfo class provides support for managing attachments and notes with tasks. | |
| AttachmentList — Class in package lc.attachments | |
| The AttachmentsList component displays the list of attachments and notes associated with a task. | |
| attachmentListModel — Property in class lc.attachments.AttachmentsModel | |
| The model for the AttachmentList component. | |
| AttachmentListModel — Class in package lc.attachments | |
| The AttachmentListModel class acts as the presentation model for the AttachmentList component. | |
| AttachmentListModel() — Constructor in class lc.attachments.AttachmentListModel | |
| Constructor. | |
| attachmentPermissions — Property in class lc.attachments.AttachmentHeaderModel | |
| An array of the possible combinations of the AttachmentPermissions object that can be associated with an AttachmentHeader component. | |
| AttachmentPermissions — Class in package lc.domain | |
| The AttachmentPermissions class stores the read/write/delete permissions for an attachment or note. | |
| AttachmentPermissions(readPermission:Boolean, writePermission:Boolean, deletePermission:Boolean) — Constructor in class lc.domain.AttachmentPermissions | |
| Constructor. | |
| attachments — Property in class lc.domain.Task | |
| A collection of Attachment objects for the task. | |
| Attachments — Class in package lc.attachments | |
| The Attachments component provides a complete user interface for working with the attachments and notes associated with a task. | |
| AttachmentsModel — Class in package lc.attachments | |
| The AttachmentsModel class acts as the model for the Attachments component. | |
| AttachmentsModel() — Constructor in class lc.attachments.AttachmentsModel | |
| Constructor. | |
| attachNetStream(netStream:flash.net:NetStream) — Method in class flash.media.Video | |
| Specifies a video stream to be displayed within the boundaries of the Video object in the application window. | |
| attachOverlay() — Method in class mx.core.Container | |
| Used internally by the Dissolve Effect to add the overlay to the chrome of a container. | |
| attachOverlay() — Method in class mx.core.UIComponent | |
| This is an internal method used by the Flex framework to support the Dissolve effect. | |
| AT_TARGET — Constant static property in class flash.events.EventPhase | |
| The target phase, which is the second phase of the event flow. | |
| attemptMessageCacheSave() — Method in class mx.data.DataStore | |
| this method is called by the commit responder to save the current state of the message cache so that committed items or uncommitted items that occurred in an offline state are restored appropriately. | |
| AT_TOP — Constant static property in class mx.events.ScrollEventDetail | |
| Indicates that the scroll bar is at the top of its scrolling range. | |
| attribute(attributeName) — Method in class XML | |
| Returns the XML value of the attribute that has the name matching the attributeName parameter. | |
| attribute(attributeName) — Method in class XMLList | |
| Calls the attribute() method of each XML object and returns an XMLList object of the results. | |
| attribute — Property in class lc.domain.SearchFilterCondition | |
| The attribute of the search filter condition. | |
| attribute — Property in class lc.domain.SearchFilterSort | |
| The attribute of the search filter sort. | |
| attribute(attributeName:Object) — Method in class mx.collections.XMLListCollection | |
| Calls the attribute() method of each XML object in the XMLList and returns an XMLList of the results, which match the given attributeName. | |
| attributes() — Method in class XML | |
| Returns a list of attribute values for the given XML object. | |
| attributes() — Method in class XMLList | |
| Calls the attributes() method of each XML object and returns an XMLList object of attributes for each XML object. | |
| attributes — Property in class flash.xml.XMLNode | |
| An object containing all of the attributes of the specified XMLNode instance. | |
| attributes() — Method in class mx.collections.XMLListCollection | |
| Calls the attributes() method of each XML object in the XMLList object and returns an XMList of attributes for each XML object. | |
| attributes — Property in class mx.messaging.management.MBeanInfo | |
| The attributes exposed by the MBean. | |
| authenticated — Property in class mx.messaging.Channel | |
| Indicates if this channel is authenticated | |
| authenticated — Property in class mx.messaging.MessageAgent | |
| Indicates if this MessageAgent has been authenticated by the remote destination. | |
| authenticatedUser — Property in interface lc.core.ISessionManager | |
| The authenticated user, which will valid after the successful call using the login or singleSignOn methods. | |
| authenticatedUser — Property in class lc.domain.impl.v1.SessionManager | |
| The authenticated user, which will valid after the successful call using the login or singleSignOn methods. | |
| AuthenticatingApplication — Class in package lc.core | |
| The AuthenticatingApplication class handles loading of localized resources based on the browser language, authentication, and other initialization activities. | |
| AuthenticatingApplication() — Constructor in class lc.core.AuthenticatingApplication | |
| Constructor. | |
| AUTHENTICATION_COMPLETE — Constant static property in class lc.core.events.WorkspaceEvent | |
| The authenticationComplete event type. | |
| authenticationExpired — Event in class lc.domain.impl.v1.SessionManager | |
| The event is dispatched when the authenticated session with the server expires. | |
| AUTHENTICATION_EXPIRED — Constant static property in class lc.core.events.WorkspaceFaultEvent | |
| The authenticationExpired event type. | |
| AUTHENTICATION_MESSAGE_REF_TYPE — Constant static property in class mx.messaging.messages.CommandMessage | |
| The server message type for authentication commands. | |
| AUTO — Constant static property in class flash.display.PixelSnapping | |
| A constant value used in the pixelSnapping property of a Bitmap object to specify that the bitmap image is snapped to the nearest pixel if it is drawn with no rotation or skew and it is drawn at a scale factor of 99.9% to 100.1%. | |
| AUTO — Constant static property in class mx.core.ContainerCreationPolicy | |
| Delay creating some or all descendants until they are needed. | |
| AUTO — Constant static property in class mx.core.ScrollPolicy | |
| Show the scrollbar if the children exceed the owner's dimension. | |
| AUTO — Constant static property in class mx.core.UIComponentCachePolicy | |
| Specifies that the Flex framework should use heuristics to decide whether to cache the object as a bitmap. | |
| autoAdjust — Property in class mx.charts.chartClasses.NumericAxis | |
| Specifies whether Flex rounds values. | |
| autoBandWidthDetection — Property in class mx.controls.VideoDisplay | |
| Specifies whether the VideoDisplay control should use the built-in automatic bandwidth detection feature. | |
| autoCommit — Property in class mx.data.DataService | |
| Indicates if changes to the local cache are automatically committed. | |
| autoCommit — Property in class mx.data.DataStore | |
| If set to true, operations that modify the state managed by the DataService are committed immediately. | |
| autoCommit — Property in class mx.data.mxml.DataService | |
| Indicates if changes to the local cache are automatically committed. | |
| autoConnect — Property in class mx.data.DataService | |
| Indicates if this service should attempt to connect for any operations that require a connection. | |
| autoConnect — Property in class mx.data.DataStore | |
| Indicates if this service should attempt to connect for any operations that require a connection. | |
| autoConnect — Property in class mx.data.mxml.DataService | |
| Indicates if this service should attempt to connect for any operations that require a connection. | |
| autoLayout — Property in class mx.core.Container | |
| If true, measurement and layout are done when the position or size of a child is changed. | |
| autoLoad — Property in class mx.controls.SWFLoader | |
| A flag that indictes whether content starts loading automatically or waits for a clal to the load() method. | |
| autoLoad — Property in class mx.effects.SoundEffect | |
| If true, load the MP3 file when the source has been specified. | |
| Automation — Class in package mx.automation | |
| The Automation class defines the entry point for the Flex Automation framework. | |
| automationDelegate — Property in interface mx.automation.IAutomationObject | |
| The delegate object that is handling the automation-related functionality. | |
| automationDelegate — Property in class mx.core.UIComponent | |
| The delegate object that handles the automation-related functionality. | |
| automationDelegate — Property in class mx.core.UITextField | |
| The delegate object which is handling the automation related functionality. | |
| AutomationDragEvent — Class in package mx.automation.events | |
| The AutomationDragEvent class represents event objects that are dispatched as part of a drag-and-drop operation. | |
| AutomationDragEvent(type:String, bubbles:Boolean, cancelable:Boolean, action:String, ctrlKey:Boolean, altKey:Boolean, shiftKey:Boolean) — Constructor in class mx.automation.events.AutomationDragEvent | |
| Constructor. | |
| automationEnvironment — Property in interface mx.automation.IAutomationManager | |
| The automation environment for this automation manager. | |
| AutomationError — Class in package mx.automation | |
| The AutomationError class defines the error constants used by the Flex Automation mechanism. | |
| AutomationError(msg:String, code:Number) — Constructor in class mx.automation.AutomationError | |
| Constructor. | |
| AutomationID — Class in package mx.automation | |
| The Flex automation framework uses the AutomationID class to build object identification that Agents can use. | |
| AutomationID() — Constructor in class mx.automation.AutomationID | |
| Constructor. | |
| AutomationIDPart — Dynamic class in package mx.automation | |
| The AutomationIDPart class represents a component instance to agents. | |
| automationManager — Static property in class mx.automation.Automation | |
| The IAutomationManager instance. | |
| automationName — Property in interface mx.automation.IAutomationObject | |
| Name that can be used as an identifier for this object. | |
| automationName — Property in class mx.automation.delegates.core.UIComponentAutomationImpl | |
| Name that can be used as an identifier for this object. | |
| automationName — Property in class mx.core.UIComponent | |
| Name that can be used as an identifier for this object. | |
| automationName — Property in class mx.core.UITextField | |
| Name that can be used as an identifier for this object. | |
| automationObject — Property in class mx.automation.events.AutomationRecordEvent | |
| The delegate of the UIComponent object that is recording this event. | |
| automationObject — Property in class mx.automation.events.AutomationReplayEvent | |
| Delegate of the UIComponent object on which this event will be replayed since the target on an event that was not really dispatched is not available. | |
| automationObjectHelper — Static property in class mx.automation.Automation | |
| The available IAutomationObjectHelper instance. | |
| AutomationRecordEvent — Class in package mx.automation.events | |
| The AutomationRecordEvent class represents event objects that are dispatched by the AutomationManager. | |
| AutomationRecordEvent(type:String, bubbles:Boolean, cancelable:Boolean, automationObject:mx.automation:IAutomationObject, replayableEvent:flash.events:Event, args:Array, name:String, cacheable:Boolean) — Constructor in class mx.automation.events.AutomationRecordEvent | |
| Constructor. | |
| AutomationReplayEvent — Class in package mx.automation.events | |
| The AutomationReplayEvent class represents event objects that are dispatched by the AutomationManager, and used by the functional testing classes and any other classes that must replay user interactions. | |
| AutomationReplayEvent(type:String, bubbles:Boolean, cancelable:Boolean, automationObject:mx.automation:IAutomationObject, replayableEvent:flash.events:Event) — Constructor in class mx.automation.events.AutomationReplayEvent | |
| Constructor. | |
| automationTabularData — Property in interface mx.automation.IAutomationObject | |
| An implementation of the IAutomationTabularData interface, which can be used to retrieve the data. | |
| automationTabularData — Property in class mx.automation.delegates.controls.DataGridAutomationImpl | |
| A matrix of the automationValues of each item in the grid. | |
| automationTabularData — Property in class mx.automation.delegates.controls.ListAutomationImpl | |
| A matrix of the automationValues of each item in the grid. | |
| automationTabularData — Property in class mx.automation.delegates.controls.ListBaseAutomationImpl | |
| A matrix of the automationValues of each item in the grid. | |
| automationTabularData — Property in class mx.automation.delegates.controls.TileBaseAutomationImpl | |
| A matrix of the automationValues of each item in the grid. | |
| automationTabularData — Property in class mx.automation.delegates.controls.TreeAutomationImpl | |
| A matrix of the automationValues of each item in the grid. | |
| automationTabularData — Property in class mx.automation.delegates.core.RepeaterAutomationImpl | |
| An array of all components within this repeater found in the automation hierarchy. | |
| automationTabularData — Property in class mx.core.UIComponent | |
| An implementation of the IAutomationTabularData interface, which can be used to retrieve the data. | |
| automationValue — Property in interface mx.automation.IAutomationObject | |
| This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application. | |
| automationValue — Property in class mx.automation.delegates.core.UIComponentAutomationImpl | |
| This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application. | |
| automationValue — Property in class mx.automation.delegates.core.UITextFieldAutomationImpl | |
| This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application. | |
| automationValue — Property in class mx.core.UIComponent | |
| This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application. | |
| automationValue — Property in class mx.core.UITextField | |
| This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application. | |
| autoMerge — Property in class mx.data.DataService | |
| If set to false, when changes are pushed from the remote destination to the client they are not immediately applied. | |
| autoMerge — Property in class mx.data.DataStore | |
| If set to false, when changes are pushed from the server to the client they are not immediately applied. | |
| autoMerge — Property in class mx.data.mxml.DataService | |
| autoPlay — Property in class mx.controls.VideoDisplay | |
| Specifies whether the video should start playing immediately when the source property is set. | |
| autoRepeat — Property in class mx.controls.Button | |
| Specifies whether to dispatch repeated buttonDown events if the user holds down the mouse button. | |
| autoRewind — Property in class mx.controls.VideoDisplay | |
| Specifies whether the FLV file should be rewound to the first frame when play stops, either by calling the stop() method or by reaching the end of the stream. | |
| autoSaveCache — Property in class mx.data.DataService | |
| The local cache of data and changes can be stored to disk. | |
| autoSaveCache — Property in class mx.data.DataStore | |
| The local cache of data and changes can be stored to disk. | |
| autoSaveCache — Property in class mx.data.mxml.DataService | |
| The local cache of data and changes can be stored to disk. | |
| autoSize — Property in class flash.text.TextField | |
| Controls automatic sizing and alignment of text fields. | |
| autoSyncEnabled — Property in class mx.data.DataService | |
| When true, fill(), createItem() and getItem() requests return items which listen for updates made to these items from the remote destination. | |
| available — Static property in class flash.external.ExternalInterface | |
| Indicates whether this player is in a container that offers an external interface. | |
| _availableChannelIds — Property in class mx.rpc.AbstractService | |
| availableCommands() — Method in class lc.domain.Task | |
| Retrieves a list of TaskCommand objects that are available for execution on the task. | |
| avHardwareDisable — Static property in class flash.system.Capabilities | |
| Specifies whether access to the user's camera and microphone has been administratively prohibited (true) or allowed (false). | |
| AVM1Movie — Class in package flash.display | |
| AVM1Movie is a simple class that represents AVM1 movie clips, which use ActionScript 1.0 or 2.0. | |
| axes — Property in class mx.charts.chartClasses.DataTransform | |
| The set of axes associated with this transform. | |
| axis — Property in class mx.charts.AxisRenderer | |
| The axis object associated with this renderer. | |
| axis — Property in interface mx.charts.chartClasses.IAxisRenderer | |
| The axis object associated with this renderer. | |
| AxisBase — Class in package mx.charts.chartClasses | |
| The AxisBase class serves as a base class for the various axis types supported in Flex. | |
| AxisBase() — Constructor in class mx.charts.chartClasses.AxisBase | |
| Constructor. | |
| AxisLabel — Class in package mx.charts | |
| An AxisLabel object represents a single label on the chart axis. | |
| AxisLabel(position:Number, value:Object, text:String) — Constructor in class mx.charts.AxisLabel | |
| Constructor. | |
| AxisLabelSet — Class in package mx.charts.chartClasses | |
| An AxisLAbelSet represents the label and tick data generated by an implementation of IAxis. | |
| AxisLabelSet() — Constructor in class mx.charts.chartClasses.AxisLabelSet | |
| Constructor. | |
| AxisRenderer — Class in package mx.charts | |
| You use the AxisRenderer class to describe the horizontal and vertical axes of a chart. | |
| AxisRenderer() — Constructor in class mx.charts.AxisRenderer | |
| Constructor. | |
| AxisRendererAutomationImpl — Class in package mx.automation.delegates.charts | |
| Defines the methods and properties required to perform instrumentation for the AxisRenderer class. | |
| AxisRendererAutomationImpl(obj:mx.charts:AxisRenderer) — Constructor in class mx.automation.delegates.charts.AxisRendererAutomationImpl | |
| Constructor. | |
| axisStroke — Style in class mx.charts.AxisRenderer | |
| Specifies the characteristics of the line for the axis. | |
| axisTitleStyleName — Style in class mx.charts.chartClasses.CartesianChart | |
| The name of the CSS class selector to use when formatting titles on the axes. | |
| axisTitleStyleName — Style in class mx.charts.AxisRenderer | |
| The name of the CSS class selector to use when formatting the axis title. | |
| Symbols 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 | |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/all-index-A.html