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, class flash.geom.Matrix
The value that affects the positioning of pixels along the x axis when scaling or rotating an image.
A — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the A key (65).
abs(val:Number) — Static Method , class Math
Computes and returns an absolute value for the number specified by the parameter val.
ABSOLUTE — Constant Static Property, class mx.core.ContainerLayout
Use absolute layout for the contents of this container.
absoluteToDisplayColumnIndex(columnIndex:int) — method, class mx.controls.AdvancedDataGridBaseEx
Converts an absolute column index to the corresponding index in the displayed columns.
absoluteToVisibleColumnIndex(columnIndex:int) — method, class mx.controls.AdvancedDataGridBaseEx
Converts an absolute column index to the corresponding index in the visible columns.
absoluteToVisibleIndices(rowIndex:int, columnIndex:int) — method, class mx.controls.AdvancedDataGridBaseEx
Convert an absolute row index and column index into the corresponding row index and column index of the item as it is currently displayed by the control.
AbstractConsumer — class, package mx.messaging
The AbstractConsumer is the base class for both the Consumer and MultiTopicConsumer classes.
AbstractConsumer() — Constructor, class mx.messaging.AbstractConsumer
Constructs a Consumer.
AbstractEvent — class, package mx.rpc.events
The base class for events that RPC services dispatch.
AbstractInvoker — class, package mx.rpc
An invoker is an object that actually executes a remote procedure call (RPC).
AbstractMessage — class, package mx.messaging.messages
Abstract base class for all messages.
AbstractMessage() — Constructor, class mx.messaging.messages.AbstractMessage
Constructs an instance of an AbstractMessage with an empty body and header.
AbstractOperation — class, package mx.rpc
The AbstractOperation class represents an individual method on a service.
AbstractOperation — class, package mx.rpc.http
An Operation used specifically by HTTPService or HTTPMultiService.
AbstractOperation(service:mx.rpc:AbstractService, name:String) — Constructor, class mx.rpc.AbstractOperation
Creates a new Operation.
AbstractOperation(service:mx.rpc:AbstractService, name:String) — Constructor, class mx.rpc.http.AbstractOperation
Creates a new Operation.
AbstractProducer — class, package mx.messaging
The AbstractProducer is the base class for the Producer and MultiTopicConsumer classes.
AbstractService — Dynamic Class, package mx.rpc
The AbstractService class is the base class for the HTTPMultiService, WebService, and RemoteObject classes.
AbstractService(destination:String) — Constructor, class mx.rpc.AbstractService
Constructor.
AbstractTarget — class, package mx.logging
This class provides the basic functionality required by the logging framework for a target implementation.
AbstractTarget() — Constructor, class mx.logging.AbstractTarget
Constructor.
AbstractWebService — class, 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, class mx.rpc.soap.AbstractWebService
Creates a new WebService.
accDoDefaultAction(childID:uint) — method, class flash.accessibility.AccessibilityImplementation
An IAccessible method that performs the default action associated with the component that this AccessibilityImplementation represents or of one of its child elements.
acceptableStatusCodes — Property, class air.net.URLMonitor
The numeric status codes representing a successful result.
acceptDragDrop(target:flash.display:InteractiveObject) — Static Method , class flash.desktop.NativeDragManager
Informs the NativeDragManager object that the specified target interactive object can accept a drop corresponding to the current drag event.
acceptDragDrop(target:mx.core:IUIComponent) — Static Method , class mx.managers.DragManager
Call this method from your dragEnter event handler if you accept the drag/drop data.
Accessibility — final class, package flash.accessibility
The Accessibility class manages communication with screen readers.
AccessibilityImplementation — class, package flash.accessibility
The AccessibilityImplementation class is the base class in Flash Player that allows for the implementation of accessibility in components.
AccessibilityImplementation() — Constructor, class flash.accessibility.AccessibilityImplementation
Do not directly instantiate AccessibilityImplementation by calling its constructor.
accessibilityProperties — Property, class flash.display.DisplayObject
The current accessibility options for this display object.
accessibilityProperties — Property, interface mx.core.IFlexDisplayObject
The current accessibility options for this display object.
AccessibilityProperties — class, package flash.accessibility
The AccessibilityProperties class lets you control the presentation of Flash objects to accessibility aids, such as screen readers.
AccessibilityProperties() — Constructor, class flash.accessibility.AccessibilityProperties
Creates a new AccessibilityProperties object.
accLocation(childID:uint) — method, class flash.accessibility.AccessibilityImplementation
MSAA method for returning a DisplayObject or Rectangle specifying the bounding box of a child element in the AccessibilityImplementation.
Accordion — class, 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, class mx.containers.Accordion
Constructor.
AccordionAutomationImpl — class, package mx.automation.delegates.containers
Defines the methods and properties required to perform instrumentation for the Accordion class.
AccordionAutomationImpl(obj:mx.containers:Accordion) — Constructor, class mx.automation.delegates.containers.AccordionAutomationImpl
Constructor.
AccordionHeader — class, package mx.containers.accordionClasses
The AccordionHeader class defines the appearance of the navigation buttons of an Accordion.
AccordionHeader() — Constructor, class mx.containers.accordionClasses.AccordionHeader
Constructor.
AccordionHeaderSkin — class, package mx.skins.halo
The skin for all the states of an AccordionHeader in an Accordion.
AccordionHeaderSkin() — Constructor, class mx.skins.halo.AccordionHeaderSkin
Constructor.
accSelect(selFlag:uint, childID:uint) — method, class flash.accessibility.AccessibilityImplementation
IAccessible method for altering the selection in the component that this AccessibilityImplementation represents.
accurate — Property, 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, 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, class mx.messaging.MessageAgent
Invoked by a MessageResponder upon receiving a result for a sent message.
ACKNOWLEDGE — Constant Static Property, class mx.messaging.events.MessageAckEvent
The ACKNOWLEDGE event type; dispatched upon receipt of an acknowledgement.
acknowledgeMessage — Property, class mx.messaging.events.MessageAckEvent
Utility property to get the message property from the MessageEvent as an AcknowledgeMessage.
AcknowledgeMessage — class, package mx.messaging.messages
An AcknowledgeMessage acknowledges the receipt of a message that was sent previously.
AcknowledgeMessage() — Constructor, class mx.messaging.messages.AcknowledgeMessage
Constructs an instance of an AcknowledgeMessage with an empty body and header.
acos(val:Number) — Static Method , class Math
Computes and returns the arc cosine of the number specified in the parameter val, in radians.
action — Property, class mx.automation.events.AutomationDragEvent
The requested action.
action — Property, class mx.events.DragEvent
The requested action.
ACTION — Constant Property, class mx.messaging.management.MBeanOperationInfo
The operation is write-like, updating the control in some way.
ActionEffectInstance — class, package mx.effects.effectClasses
The ActionEffectInstance class is the superclass for all action effect instance classes.
ActionEffectInstance(target:Object) — Constructor, class mx.effects.effectClasses.ActionEffectInstance
Constructor.
ACTION_INFO — Constant Property, class mx.messaging.management.MBeanOperationInfo
The operation is both read-like and write-like, updating the control and returning information.
ACTION_SCRIPT — Constant Static Property, class mx.events.MetadataEvent
The MetadataEvent.ACTION_SCRIPT constant defines the value of the type property of the event object for a actionscript event.
ACTIONSCRIPT2 — Constant Static Property, class flash.display.ActionScriptVersion
ActionScript language version 2.0 and earlier.
ACTIONSCRIPT3 — Constant Static Property, class flash.display.ActionScriptVersion
ActionScript language version 3.0.
actionScriptVersion — Property, class flash.display.LoaderInfo
The ActionScript version of the loaded SWF file.
ActionScriptVersion — final class, package flash.display
The ActionScriptVersion class is an enumeration of constant values that indicate the language version of a loaded SWF file.
activate — Event, class flash.desktop.NativeApplication
Dispatched when this application becomes the active desktop application.
activate(window:flash.display:NativeWindow) — method, class flash.desktop.NativeApplication
Activates this application.
activate — Event, class flash.display.NativeWindow
Dispatched by this NativeWindow object after the window has been activated.
activate() — method, class flash.display.NativeWindow
Activates this window.
activate — Event, class flash.events.EventDispatcher
[broadcast event] Dispatched when the Flash Player or AIR application gains operating system focus and becomes active.
activate() — method, class mx.core.Window
Activates the underlying NativeWindow (even if this Window's application is not currently active).
activate() — method, class mx.core.WindowedApplication
Activates the underlying NativeWindow (even if this application is not the active one).
activate() — method, class mx.managers.FocusManager
The SystemManager activates and deactivates a FocusManager if more than one IFocusManagerContainer is visible at the same time.
activate() — method, 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, interface mx.managers.ISystemManager
Activates the FocusManager in an IFocusManagerContainer.
activate(f:mx.managers:IFocusManagerContainer) — method, class mx.managers.SystemManager
Activates the FocusManager in an IFocusManagerContainer.
activate(f:mx.managers:IFocusManagerContainer) — method, class mx.managers.WindowedSystemManager
Activates the FocusManager in an IFocusManagerContainer.
ACTIVATE — Constant Static Property, class flash.events.Event
The ACTIVATE constant defines the value of the type property of an activate event object.
ACTIVATE_FOCUS_REQUEST — Constant Static Property, class mx.events.SWFBridgeRequest
Sent from the top-level focus manager to a subordinate focus managers so all the focus managers participating in a tab loop get activated.
ACTIVATE_POP_UP_REQUEST — Constant Static Property, class mx.events.SWFBridgeRequest
Requests that a child application's pop up be activated.
activating — Property, class flash.events.ActivityEvent
Indicates whether the device is activating (true) or deactivating (false).
ActivatorSkin — class, package mx.skins.halo
Defines the up, down, and over states for MenuBarItem objects.
ActivatorSkin() — Constructor, class mx.skins.halo.ActivatorSkin
Constructor.
active — Static Property, class flash.accessibility.Accessibility
Indicates whether a screen reader is currently active and the player is communicating with it.
active — Property, class flash.display.NativeWindow
Indicates whether this window is the active application window.
activeEffects — Property, class mx.core.UIComponent
The list of effects that are currently playing on the component, as an Array of EffectInstance instances.
activeWindow — Property, class flash.desktop.NativeApplication
The active application window.
activity — Event, class flash.media.Camera
Dispatched when a camera begins or ends a session.
activity — Event, class flash.media.Microphone
Dispatched when a microphone begins or ends a session.
ACTIVITY — Constant Static Property, class flash.events.ActivityEvent
The ActivityEvent.ACTIVITY constant defines the value of the type property of an activity event object.
ActivityEvent — class, package flash.events
A Camera or Microphone object 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, class flash.events.ActivityEvent
Creates an event object that contains information about activity events.
activityLevel — Property, class flash.media.Camera
The amount of motion the camera is detecting.
activityLevel — Property, class flash.media.Microphone
The amount of sound the microphone is detecting.
actualCollection — Property, class mx.controls.listClasses.AdvancedListBase
A copy of the value normally stored in the collection property used while running data changes effects.
actualCollection — Property, class mx.controls.listClasses.ListBase
A copy of the value normally stored in collection used while running data changes effects.
actualColNum — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridHeaderInfo
The actual column index at which the header starts, relative to the currently displayed columns.
actualCreationPolicy — Property, class mx.core.Container
The creation policy of this container.
actualIterator — Property, class mx.controls.listClasses.AdvancedListBase
A copy of the value normally stored in the iterator property used while running data changes effects.
actualIterator — Property, class mx.controls.listClasses.ListBase
A copy of the value normally stored in iterator used while running data changes effects.
actualListeners — Property, class mx.validators.Validator
Contains an Array of listener objects, if any, or the source object.
ACTUALSORT — Constant Static Property, class mx.controls.advancedDataGridClasses.SortInfo
Specifies that the sort is the actual current sort.
actualTrigger — Property, class mx.validators.Validator
Contains the trigger object, if any, or the source object.
add(v:flash.geom:Point) — method, class flash.geom.Point
Adds the coordinates of another point to the coordinates of this point to create a new point.
add(a:flash.geom:Vector3D) — method, class flash.geom.Vector3D
Adds the value of the x, y, and z elements of the current Vector3D object to the values of the x, y, and z elements of another Vector3D object.
add — Event, 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 — Event, class mx.flash.UIMovieClip
Dispatched when the component is added to a container as a content child by using the addChild() or addChildAt() method.
ADD — Constant Static Property, 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, class mx.events.CollectionEventKind
Indicates that the collection added an item or items.
ADD — Constant Static Property, class mx.events.FlexEvent
The FlexEvent.ADD constant defines the value of the type property of the event object for an add event.
addAll(addList:mx.collections:IList) — method, class mx.collections.ListCollectionView
Adds a list of items to the current list, placing them at the end of the list in the order they are passed.
addAllAt(addList:mx.collections:IList, index:int) — method, class mx.collections.ListCollectionView
Adds a list of items to the current list, placing them at the position index passed in to the function.
addCallback(functionName:String, closure:Function) — Static Method , class flash.external.ExternalInterface
Registers an ActionScript method as callable from the container.
addCellSelectionData(uid:String, columnIndex:int, selectionData:mx.controls.advancedDataGridClasses:AdvancedDataGridBaseSelectionData) — method, class mx.controls.AdvancedDataGrid
Adds cell selection information to the control, as if you used the mouse to select the cell.
addCertificate(cert:flash.utils:ByteArray, trusted:Boolean) — method, class flash.security.XMLSignatureValidator
Adds an x509 certificate for chain building.
addChannel(channel:mx.messaging:Channel) — method, class mx.messaging.ChannelSet
Adds a Channel to the ChannelSet.
addChild(child:flash.display:DisplayObject) — method, class flash.display.DisplayObjectContainer
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChild(child:flash.display:DisplayObject) — method, class flash.display.Stage
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChild(child:flash.display:DisplayObject) — method, class mx.charts.chartClasses.CartesianDataCanvas
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChild(child:flash.display:DisplayObject) — method, class mx.charts.chartClasses.ChartElement
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChild(child:flash.display:DisplayObject) — method, class mx.charts.chartClasses.PolarDataCanvas
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChild(parent:Object, newChild:Object) — method, class mx.collections.HierarchicalCollectionView
Adds a child node to a node of the data.
addChild(parent:Object, newChild:Object) — method, interface mx.collections.IHierarchicalCollectionView
Adds a child node to a node of the data.
addChild(child:flash.display:DisplayObject) — method, class mx.core.Container
Adds a child DisplayObject to this Container.
addChild(child:flash.display:DisplayObject) — method, interface mx.core.IChildList
Adds a child DisplayObject after the end of this child list.
addChild(child:flash.display:DisplayObject) — method, interface mx.core.IContainer
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChild(childEffect:mx.effects:IEffect) — method, class mx.effects.CompositeEffect
Adds a new child effect to this composite effect.
AddChild — class, 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, class mx.states.AddChild
Constructor.
AddChildAction — class, 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, class mx.effects.AddChildAction
Constructor.
AddChildActionInstance — class, package mx.effects.effectClasses
The AddChildActionInstance class implements the instance class for the AddChildAction effect.
AddChildActionInstance(target:Object) — Constructor, class mx.effects.effectClasses.AddChildActionInstance
Constructor.
addChildAt(child:flash.display:DisplayObject, index:int) — method, class flash.display.DisplayObjectContainer
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChildAt(child:flash.display:DisplayObject, index:int) — method, class flash.display.Stage
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChildAt(child:flash.display:DisplayObject, index:int) — method, class mx.charts.chartClasses.CartesianDataCanvas
Adds a child DisplayObject instance to this DisplayObjectContainer instance. Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChildAt(child:flash.display:DisplayObject, index:int) — method, class mx.charts.chartClasses.ChartElement
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChildAt(child:flash.display:DisplayObject, index:int) — method, class mx.charts.chartClasses.PolarDataCanvas
Adds a child DisplayObject instance to this DisplayObjectContainer instance. Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChildAt(parent:Object, newChild:Object, index:int) — method, class mx.collections.HierarchicalCollectionView
Add a child node to a node at the specified index.
addChildAt(parent:Object, newChild:Object, index:int) — method, interface mx.collections.IHierarchicalCollectionView
Adds a child node to a node of the data at a specific index in the data.
addChildAt(parent:Object, newChild:Object, index:int, model:Object) — method, 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, 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, interface mx.controls.treeClasses.ITreeDataDescriptor
Adds a child node to a node at the specified index.
addChildAt(child:flash.display:DisplayObject, index:int) — method, class mx.core.Container
Adds a child DisplayObject to this Container.
addChildAt(child:flash.display:DisplayObject, index:int) — method, interface mx.core.IChildList
Adds a child DisplayObject to this child list at the index specified.
addChildAt(child:flash.display:DisplayObject, index:int) — method, interface mx.core.IContainer
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
addChildBridge(bridge:flash.events:IEventDispatcher, bridgeProvider:mx.core:ISWFBridgeProvider) — method, interface mx.core.ISWFBridgeGroup
Adds a new bridge to the pod.
addChildBridge(bridge:flash.events:IEventDispatcher, bridgeProvider:mx.core:ISWFBridgeProvider) — method, class mx.core.SWFBridgeGroup
Adds a new bridge to the pod.
addChildBridge(bridge:flash.events:IEventDispatcher, owner:flash.display:DisplayObject) — method, interface mx.managers.ISystemManager
Adds a child bridge to the system manager.
addChildBridge(bridge:flash.events:IEventDispatcher, owner:flash.display:DisplayObject) — method, class mx.managers.SystemManager
Add a bridge to talk to the child owned by owner.
addChildBridge(bridge:flash.events:IEventDispatcher, owner:flash.display:DisplayObject) — method, class mx.managers.WindowedSystemManager
Add a bridge to talk to the child owned by owner.
addChildSet(childSet:Array) — method, class mx.effects.effectClasses.CompositeEffectInstance
Adds a new set of child effects to this Composite effect.
addChildToSandboxRoot(layer:String, child:flash.display:DisplayObject) — method, interface mx.managers.ISystemManager
Adds child to sandbox root in the layer requested.
addChildToSandboxRoot(layer:String, child:flash.display:DisplayObject) — method, class mx.managers.SystemManager
Adds a child to the requested childList.
addChildToSandboxRoot(layer:String, child:flash.display:DisplayObject) — method, class mx.managers.WindowedSystemManager
Add child to requested childList
addCuePoint(cuePoint:Object) — method, class mx.controls.videoClasses.CuePointManager
Adds a cue point.
addData(data:Object, format:String) — method, class mx.core.DragSource
Adds data and a corresponding format String to the drag source.
addDataChild(child:flash.display:DisplayObject, left, top, right, bottom, hCenter, vCenter) — method, class mx.charts.chartClasses.CartesianDataCanvas
Adds the specified display object as a child to the current canvas.
addDataChild(child:flash.display:DisplayObject, angleLeft, radialTop, angleRight, radialBottom, angleCenter, radialCenter) — method, class mx.charts.chartClasses.PolarDataCanvas
This adds any DisplayObject as child to current canvas
addDataEffectItem(item:Object) — method, class mx.controls.listClasses.AdvancedListBase
Adds an item renderer if a data change effect is running.
addDataEffectItem(target:Object) — method, class mx.controls.listClasses.ListBase
Adds an item renderer if a data change effect is running.
addDataEffectItem(target:Object) — method, interface mx.effects.IEffectTargetHost
Adds an item renderer if a data change effect is running.
addDragData(ds:Object) — method, class mx.charts.chartClasses.ChartBase
Adds the selected items to the DragSource object as part of a drag and drop operation.
addDragData(ds:Object) — method, class mx.controls.listClasses.AdvancedListBase
Adds the selected items to the DragSource object as part of a drag-and-drop operation.
addDragData(ds:Object) — method, class mx.controls.listClasses.ListBase
Adds the selected items to the DragSource object as part of a drag-and-drop operation.
added — Event, class flash.display.DisplayObject
Dispatched when a display object is added to the display list.
ADDED — Constant Static Property, class flash.events.Event
The Event.ADDED constant defines the value of the type property of an added event object.
addedEffect — Effect, class mx.core.UIComponent
Played when the component is added as a child to a Container.
addedToStage — Event, 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, class flash.events.Event
The Event.ADDED_TO_STAGE constant defines the value of the type property of an addedToStage event object.
addElement(element:mx.olap:IOLAPElement) — method, interface mx.olap.IOLAPSet
Adds a new member to the set.
addElement(element:mx.olap:IOLAPElement) — method, class mx.olap.OLAPSet
Adds a new member to the set.
addElements(elements:mx.collections:IList) — method, interface mx.olap.IOLAPSet
Adds a list of members to the set.
addElements(elements:mx.collections:IList) — method, class mx.olap.OLAPSet
Adds a list of members to the set.
addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class flash.data.SQLConnection
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, class flash.desktop.NativeApplication
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, 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, 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, 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, class flash.net.URLLoader
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, 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, class mx.olap.OLAPCube
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, class mx.utils.ObjectProxy
Registers an event listener object so that the listener receives notification of an event.
ADD_EVENT_LISTENER_REQUEST — Constant Static Property, class mx.events.EventListenerRequest
Request to add an event listener.
addEventListenersToAllChildApplications(eventDetailsArray:Array) — method, interface mx.automation.IAutomationManager2
addEventListenersToAllParentApplications(eventDetailsArray:Array) — method, interface mx.automation.IAutomationManager2
addFirst(p:mx.automation:AutomationIDPart) — method, class mx.automation.AutomationID
Adds a parts to the front of the id.
addFocusManager(f:mx.managers:IFocusManagerContainer) — method, interface mx.managers.ISystemManager
Registers a top-level window containing a FocusManager.
addFocusManager(f:mx.managers:IFocusManagerContainer) — method, class mx.managers.SystemManager
Registers a top-level window containing a FocusManager.
addFocusManager(f:mx.managers:IFocusManagerContainer) — method, class mx.managers.WindowedSystemManager
Registers a top-level window containing a FocusManager.
addHaloColors(colors:Object, themeColor:uint, fillColor0:uint, fillColor1:uint) — Static Method , 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, class mx.core.DragSource
Adds a handler that is called when data for the specified format is requested.
addHeader(operation:String, mustUnderstand:Boolean, param:Object) — method, class flash.net.NetConnection
Adds a context header to the Action Message Format (AMF) packet structure.
addHeader(header:Object) — method, class mx.rpc.soap.AbstractWebService
Adds a header that will be applied to all operations of this web service.
addHeader(header:Object) — method, class mx.rpc.soap.Operation
Adds a header that is applied only to this Operation.
addItem(item:flash.display:NativeMenuItem) — method, class flash.display.NativeMenu
Adds a menu item at the bottom of the menu.
addItem(item:Object) — method, interface mx.collections.IList
Adds the specified item to the end of the list.
addItem(item:Object) — method, class mx.collections.ListCollectionView
Adds the specified item to the end of the list.
AddItemAction — class, package mx.effects
The AddItemAction class defines an action effect that determines when the item renderer appears in the control for an item being added to a list-based control, such as List or TileList, or for an item that replaces an existing item in the control.
AddItemAction(target:Object) — Constructor, class mx.effects.AddItemAction
Constructor.
AddItemActionInstance — class, package mx.effects.effectClasses
The AddItemActionInstance class implements the instance class for the AddItemAction effect.
AddItemActionInstance(target:Object) — Constructor, class mx.effects.effectClasses.AddItemActionInstance
Constructor.
addItemAt(item:flash.display:NativeMenuItem, index:int) — method, class flash.display.NativeMenu
Inserts a menu item at the specified position.
addItemAt(item:flash.display:NativeMenuItem, index:int) — method, class flash.ui.ContextMenu
Adds a menu item at the bottom of the menu.
addItemAt(item:Object, index:int) — method, interface mx.collections.IList
Adds the item at the specified index.
addItemAt(item:Object, index:int) — method, class mx.collections.ListCollectionView
Adds the item at the specified index.
addLast(p:mx.automation:AutomationIDPart) — method, class mx.automation.AutomationID
Adds a parts to the end of the id.
addLayoutCompleteSynchronization() — method, class mx.automation.delegates.core.UIComponentAutomationImpl
Sets up a automation synchronization with layout manager update complete event.
addLayoutCompleteSynchronization() — method, class mx.automation.delegates.flashflexkit.UIMovieClipAutomationImpl
Sets up a automation synchronization with layout manager update complete event.
addListenerHandler() — method, 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, class mx.logging.AbstractTarget
Sets up this target with the specified logger.
addLogger(logger:mx.logging:ILogger) — method, interface mx.logging.ILoggingTarget
Sets up this target with the specified logger.
addMember(s:mx.olap:IOLAPMember) — method, interface mx.olap.IOLAPQueryAxis
Adds a single member to the query axis.
addMember(member:mx.olap:IOLAPElement) — method, interface mx.olap.IOLAPTuple
Adds a new member to the tuple.
addMember(s:mx.olap:IOLAPMember) — method, class mx.olap.OLAPQueryAxis
Adds a single member to the query axis.
addMember(member:mx.olap:IOLAPElement) — method, class mx.olap.OLAPTuple
Adds a new member to the tuple.
addMembers(value:mx.collections:IList) — method, interface mx.olap.IOLAPTuple
Adds a list of members to the tuple.
addMembers(value:mx.collections:IList) — method, class mx.olap.OLAPTuple
Adds a list of members to the tuple.
addNamespace(ns:Object) — method, class XML
Adds a namespace to the set of in-scope namespaces for the XML object.
addObject(obj:mx.core:IUIComponent, scaleType:String) — method, 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, class flash.printing.PrintJob
Sends the specified Sprite object as a single page to the print spooler.
addPopUp(window:mx.core:IFlexDisplayObject, parent:flash.display:DisplayObject, modal:Boolean, childList:String) — Static Method , class mx.managers.PopUpManager
Pops up a top-level window.
ADD_POP_UP_PLACE_HOLDER_REQUEST — Constant Static Property, class mx.events.SWFBridgeRequest
Adds a placeholder for a pop up window hosted by a child SystemManager.
ADD_POP_UP_REQUEST — Constant Static Property, class mx.events.SWFBridgeRequest
Adds a popup on the targeted application.
addPosition(p:mx.olap:IOLAPAxisPosition) — method, class mx.olap.OLAPResultAxis
Adds a position to the axis of the query result.
addResource(ns:Namespace, resource:Object) — method, class mx.rpc.xml.QualifiedResourceManager
Adds a resource to a potential Array of resources for a given namespace.
addResourceBundle(resourceBundle:mx.resources:IResourceBundle) — method, interface mx.resources.IResourceManager
Adds the specified ResourceBundle to the ResourceManager so that its resources can be accessed by ResourceManager methods such as getString().
addResourceBundle(resourceBundle:mx.resources:IResourceBundle) — method, class mx.resources.ResourceManagerImpl
Adds the specified ResourceBundle to the ResourceManager so that its resources can be accessed by ResourceManager methods such as getString().
addResources(lang:String, res:Object) — method, class air.update.ApplicationUpdaterUI
Dynamically adds a new resource bundle for the specified language.
addResponder(responder:mx.rpc:IResponder) — method, class mx.collections.errors.ItemPendingError
addResponder adds a responder to an Array of responders.
addResponder(responder:mx.rpc:IResponder) — method, class mx.rpc.AsyncToken
Adds a responder to an Array of responders.
addSet(s:mx.olap:IOLAPSet) — method, interface mx.olap.IOLAPQueryAxis
Adds a set to the query axis.
addSet(s:mx.olap:IOLAPSet) — method, class mx.olap.OLAPQueryAxis
Adds a set to the query axis.
addSimpleHeader(qnameLocal:String, qnameNamespace:String, headerName:String, headerValue:String) — method, 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, class mx.rpc.soap.Operation
Adds a header that is applied only to this Operation.
addSortField(columnName:String, columnNumber:int, collection:mx.collections:ICollectionView) — method, class mx.controls.AdvancedDataGridBaseEx
Adds a data field to the list of sort fields.
addSubmenu(submenu:flash.display:NativeMenu, label:String) — method, class flash.display.NativeMenu
Adds a submenu to the menu by inserting a new menu item.
addSubmenuAt(submenu:flash.display:NativeMenu, index:int, label:String) — method, class flash.display.NativeMenu
Adds a submenu to the menu by inserting a new menu item at the specified position.
addSubscription(subtopic:String, selector:String, maxFrequency:uint) — method, class mx.messaging.MultiTopicConsumer
This is a convenience method for adding a new subscription.
ADD_SUBSCRIPTIONS — Constant Static Property, 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, class mx.messaging.MultiTopicProducer
Adds a subtopic to the current list of subtopics for messages sent by this producer.
addSWFBridge(bridge:flash.events:IEventDispatcher, owner:flash.display:DisplayObject) — method, class mx.managers.FocusManager
This is called on the top-level focus manager and the parent focus manager for each new bridge of focusable content created.
addSWFBridge(bridge:flash.events:IEventDispatcher, owner:flash.display:DisplayObject) — method, interface mx.managers.IFocusManager
Adds a SWF bridge to this focus manager.
addSynchronization(isComplete:Function, target:Object) — method, interface mx.automation.IAutomationObjectHelper
Adds a synchronization object to the automation manager.
addTarget(target:mx.logging:ILoggingTarget) — Static Method , class mx.logging.Log
Allows the specified target to begin receiving notification of log events.
addToCreationQueue(id:Object, preferredIndex:int, callbackFunc:Function, parent:mx.core:IFlexDisplayObject) — method, class mx.core.Application
Add a container to the Application's creation queue.
addToFreeItemRenderers(item:mx.controls.listClasses:IListItemRenderer) — method, class mx.controls.listClasses.AdvancedListBase
Adds a renderer to the recycled renderer list, making it invisible and cleaning up references to it.
addToFreeItemRenderers(item:mx.controls.listClasses:IListItemRenderer) — method, class mx.controls.listClasses.ListBase
Adds a renderer to the recycled renderer list, making it invisible and cleaning up references to it.
addToRowArrays() — method, class mx.controls.listClasses.ListBase
Add a blank row to the beginning of the arrays that store references to the rows.
addTuple(t:mx.olap:IOLAPTuple) — method, interface mx.olap.IOLAPQueryAxis
Adds a tuple to the query axis.
addTuple(tuple:mx.olap:IOLAPTuple) — method, interface mx.olap.IOLAPSet
Adds a new tuple to the set.
addTuple(t:mx.olap:IOLAPTuple) — method, class mx.olap.OLAPQueryAxis
Adds a tuple to the query axis.
addTuple(tuple:mx.olap:IOLAPTuple) — method, class mx.olap.OLAPSet
Adds a new tuple to the set.
adjustBrightness(rgb:uint, brite:Number) — Static Method , class mx.utils.ColorUtil
Performs a linear brightness adjustment of an RGB color.
adjustBrightness2(rgb:uint, brite:Number) — Static Method , class mx.utils.ColorUtil
Performs a scaled brightness adjustment of an RGB color.
adjustedRadius — Style, class mx.charts.series.AreaSeries
Specifies the number of pixels by which radius of the chart item is to be increased when highlighted or selected.
adjustedRadius — Style, class mx.charts.series.PlotSeries
Specifies the number of pixels by which radius of the chart item is to be increased when highlighted or selected.
adjustedRadius — Style, class mx.charts.series.LineSeries
Specifies the number of pixels by which radius of the chart item is to be increased when highlighted or selected.
adjustFocusRect(obj:flash.display:DisplayObject) — method, class mx.core.UIComponent
Adjust the focus rectangle.
adjustGutters(workingGutters:flash.geom:Rectangle, adjustable:Object) — method, class mx.charts.AxisRenderer
Adjusts its layout to accomodate the gutters passed in.
adjustGutters(workingGutters:flash.geom:Rectangle, adjustable:Object) — method, interface mx.charts.chartClasses.IAxisRenderer
Adjusts its layout to accomodate the gutters passed in.
adjustListContent(unscaledWidth:Number, unscaledHeight:Number) — method, class mx.controls.DataGrid
Called from the updateDisplayList() method to adjust the size and position of listContent.
adjustListContent(unscaledWidth:Number, unscaledHeight:Number) — method, class mx.controls.listClasses.AdvancedListBase
Called from the updateDisplayList() method to adjust the size and position of list content.
adjustListContent(unscaledWidth:Number, unscaledHeight:Number) — method, class mx.controls.listClasses.ListBase
Called from the updateDisplayList() method to adjust the size and position of listContent.
adjustListContent(unscaledWidth:Number, unscaledHeight:Number) — method, class mx.controls.listClasses.TileBase
Called from the updateDisplayList() method to adjust the size and position of listContent.
adjustMinMax(minValue:Number, maxValue:Number) — method, class mx.charts.chartClasses.NumericAxis
Adjusts the generated or assigned range of the axis's labels.
adjustRow(contentHolder:mx.controls.listClasses:ListBaseContentHolder, rowNum:int, yy:Number, hh:Number) — method, class mx.controls.dataGridClasses.DataGridBase
Adjusts the size and positions of the renderers for the given rowNum, row position and height.
adjustURLRequest(urlRequest:flash.net:URLRequest, rootURL:String, correlationID:String) — Static Method , class mx.netmon.NetworkMonitor
Adjust the URLRequest so that it goes through the monitor.
adjustURLRequestImpl — Static Property, class mx.netmon.NetworkMonitor
To be assigned by mix-in.
ADVANCED — Constant Static Property, class flash.text.AntiAliasType
Sets anti-aliasing to advanced anti-aliasing.
AdvancedDataGrid — class, package mx.controls
The AdvancedDataGrid control expands on the functionality of the standard DataGrid control to add data visualization features to your Adobe Flex application.
AdvancedDataGrid() — Constructor, class mx.controls.AdvancedDataGrid
Constructor.
AdvancedDataGridAutomationImpl — class, package mx.automation.delegates.advancedDataGrid
Defines methods and properties required to perform instrumentation for the AdvancedDataGrid control.
AdvancedDataGridAutomationImpl(obj:mx.controls:AdvancedDataGrid) — Constructor, class mx.automation.delegates.advancedDataGrid.AdvancedDataGridAutomationImpl
Constructor.
AdvancedDataGridBase — class, package mx.controls.advancedDataGridClasses
The AdvancedDataGridBase class is the base class for controls that display lists of items in multiple columns, such as the AdvancedDataGrid and OLAPDataGrid controls.
AdvancedDataGridBase() — Constructor, class mx.controls.advancedDataGridClasses.AdvancedDataGridBase
Constructor.
AdvancedDataGridBaseEx — class, package mx.controls
The AdvancedDataGridBaseEx class is a base class of the AdvancedDataGrid control.
AdvancedDataGridBaseEx() — Constructor, class mx.controls.AdvancedDataGridBaseEx
Constructor.
AdvancedDataGridBaseExAutomationImpl — class, package mx.automation.delegates.advancedDataGrid
Defines methods and properties required to perform instrumentation for the AdvancedDataGrid control.
AdvancedDataGridBaseExAutomationImpl(obj:mx.controls:AdvancedDataGrid) — Constructor, class mx.automation.delegates.advancedDataGrid.AdvancedDataGridBaseExAutomationImpl
Constructor.
AdvancedDataGridBaseSelectionData — class, package mx.controls.advancedDataGridClasses
The AdvancedDataGridBaseSelectionData class defines a data structure used by the advanced data grid classes to track selected cells in the AdvancedDataGrid control.
AdvancedDataGridBaseSelectionData(data:Object, rowIndex:int, columnIndex:int, approximate:Boolean) — Constructor, class mx.controls.advancedDataGridClasses.AdvancedDataGridBaseSelectionData
Constructor.
AdvancedDataGridColumn — class, package mx.controls.advancedDataGridClasses
The AdvancedDataGridColumn class describes a column in an AdvancedDataGrid control.
AdvancedDataGridColumn(columnName:String) — Constructor, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn
Constructor.
AdvancedDataGridColumnGroup — class, package mx.controls.advancedDataGridClasses
Use the AdvancedDataGridColumnGroup class to specify column groups for the AdvancedDataGrid control.
AdvancedDataGridColumnGroup(columnName:String) — Constructor, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumnGroup
Constructor.
AdvancedDataGridDragProxy — class, package mx.controls.advancedDataGridClasses
The AdvancedDataGridDragProxy class defines the default drag proxy used when dragging data from an AdvancedDataGrid control.
AdvancedDataGridDragProxy() — Constructor, class mx.controls.advancedDataGridClasses.AdvancedDataGridDragProxy
Constructor.
AdvancedDataGridEvent — class, package mx.events
The AdvancedDataGridEvent class represents event objects that are specific to the AdvancedDataGrid control, such as the event that is dispatched when an editable grid item gets the focus.
AdvancedDataGridEvent(type:String, bubbles:Boolean, cancelable:Boolean, columnIndex:int, dataField:String, rowIndex:int, reason:String, itemRenderer:mx.controls.listClasses:IListItemRenderer, localX:Number, multiColumnSort:Boolean, removeColumnFromSort:Boolean, item:Object, triggerEvent:flash.events:Event, headerPart:String) — Constructor, class mx.events.AdvancedDataGridEvent
Constructor.
AdvancedDataGridEventReason — final class, package mx.events
The AdvancedDataGridEventReason class defines constants for the values of the reason property of a AdvancedDataGridEvent object when the type property is itemEditEnd.
AdvancedDataGridGroupItemRenderer — class, package mx.controls.advancedDataGridClasses
The AdvancedDataGridGroupItemRenderer class defines the default item renderer for the nodes of the navigation tree.
AdvancedDataGridGroupItemRenderer() — Constructor, class mx.controls.advancedDataGridClasses.AdvancedDataGridGroupItemRenderer
Constructor.
AdvancedDataGridGroupItemRendererAutomationImpl — class, package mx.automation.delegates.advancedDataGrid
Defines methods and properties required to perform instrumentation for the AdvancedDataGridGroupItemRenderer class.
AdvancedDataGridGroupItemRendererAutomationImpl(obj:mx.controls.advancedDataGridClasses:AdvancedDataGridGroupItemRenderer) — Constructor, class mx.automation.delegates.advancedDataGrid.AdvancedDataGridGroupItemRendererAutomationImpl
Constructor.
AdvancedDataGridHeaderHorizontalSeparator — class, package mx.skins.halo
The skin for the separator between column headers in an AdvancedDataGrid control.
AdvancedDataGridHeaderHorizontalSeparator() — Constructor, class mx.skins.halo.AdvancedDataGridHeaderHorizontalSeparator
Constructor.
AdvancedDataGridHeaderInfo — class, package mx.controls.advancedDataGridClasses
The AdvancedDataGridHeaderInfo class contains information that describes the hierarchy of the columns of the AdvancedDataGrid control.
AdvancedDataGridHeaderInfo(column:mx.controls.advancedDataGridClasses:AdvancedDataGridColumn, parent:mx.controls.advancedDataGridClasses:AdvancedDataGridHeaderInfo, index:int, depth:int, children:Array, internalLabelFunction:Function, headerItem:mx.controls.listClasses:IListItemRenderer) — Constructor, class mx.controls.advancedDataGridClasses.AdvancedDataGridHeaderInfo
Constructor.
AdvancedDataGridHeaderRenderer — class, package mx.controls.advancedDataGridClasses
The AdvancedDataGridHeaderRenderer class defines the default header renderer for a AdvancedDataGrid control.
AdvancedDataGridHeaderRenderer() — Constructor, class mx.controls.advancedDataGridClasses.AdvancedDataGridHeaderRenderer
Constructor.
AdvancedDataGridHeaderShiftEvent — class, package mx.automation.events
The AdvancedDataGridHeaderShiftEvent class represents event objects that are dispatched when an AdvancedDataGrid control's header item is shifted.
AdvancedDataGridHeaderShiftEvent(type:String, movingColumnIndex:int, oldColumnIndex:int, newColumnIndex:int, bubbles:Boolean, cancelable:Boolean, triggerEvent:flash.events:Event) — Constructor, class mx.automation.events.AdvancedDataGridHeaderShiftEvent
Constructor.
AdvancedDataGridItemRenderer — class, package mx.controls.advancedDataGridClasses
The AdvancedDataGridItemRenderer class defines the default item renderer for a AdvancedDataGrid control.
AdvancedDataGridItemRenderer() — Constructor, class mx.controls.advancedDataGridClasses.AdvancedDataGridItemRenderer
Constructor.
AdvancedDataGridItemRendererAutomationImpl — class, package mx.automation.delegates.advancedDataGrid
Defines methods and properties required to perform instrumentation for the AdvancedDataGridItemRenderer class.
AdvancedDataGridItemRendererAutomationImpl(obj:mx.controls.advancedDataGridClasses:AdvancedDataGridItemRenderer) — Constructor, class mx.automation.delegates.advancedDataGrid.AdvancedDataGridItemRendererAutomationImpl
Constructor.
AdvancedDataGridItemSelectEvent — class, package mx.automation.events
The AdvancedDataGridItemSelectEvent class represents event objects that are dispatched when an item in a AdvancedDataGrid control header item is selected or deselected.
AdvancedDataGridItemSelectEvent(type:String, columnIndex:int, dataField:String, headerPart:String, bubbles:Boolean, cancelable:Boolean, itemRenderer:mx.controls.listClasses:IListItemRenderer, triggerEvent:flash.events:Event, ctrlKey:Boolean, altKey:Boolean, shiftKey:Boolean) — Constructor, class mx.automation.events.AdvancedDataGridItemSelectEvent
Constructor.
AdvancedDataGridListData — class, package mx.controls.advancedDataGridClasses
The AdvancedDataGridListData class defines the data type of the listData property implemented by drop-in item renderers or drop-in item editors for the AdvancedDataGrid control.
AdvancedDataGridListData(text:String, dataField:String, columnIndex:int, uid:String, owner:mx.core:IUIComponent, rowIndex:int) — Constructor, class mx.controls.advancedDataGridClasses.AdvancedDataGridListData
Constructor.
AdvancedDataGridRendererDescription — class, package mx.controls.advancedDataGridClasses
The AdvancedDataGridRendererDescription class contains information that describes an item renderer for the AdvancedDataGrid control.
AdvancedDataGridRendererDescription() — Constructor, class mx.controls.advancedDataGridClasses.AdvancedDataGridRendererDescription
Constructor.
AdvancedDataGridRendererProvider — class, package mx.controls.advancedDataGridClasses
An AdvancedDataGridRendererProvider instance defines the characteristics for a single item renderer used by the AdvancedDataGrid control.
AdvancedDataGridRendererProvider() — Constructor, class mx.controls.advancedDataGridClasses.AdvancedDataGridRendererProvider
Constructor.
AdvancedDataGridSortItemRenderer — class, package mx.controls.advancedDataGridClasses
The AdvancedDataGridSortItemRenderer class defines the item renderer for the sort icon and text field in the column header of the AdvancedDataGrid control.
AdvancedDataGridSortItemRenderer() — Constructor, class mx.controls.advancedDataGridClasses.AdvancedDataGridSortItemRenderer
Constructor.
AdvancedListBase — class, package mx.controls.listClasses
The AdvancedListBase class is the base class for controls, such as the AdvancedDataGrid and OLAPDataGrid controls, that represent lists of items that can have one or more selected items and can scroll through the items.
AdvancedListBase() — Constructor, class mx.controls.listClasses.AdvancedListBase
Constructor.
AdvancedListBaseAutomationImpl — class, package mx.automation.delegates.advancedDataGrid
Defines methods and properties required to perform instrumentation for the AdvancedListBase class.
AdvancedListBaseAutomationImpl(obj:mx.controls.listClasses:AdvancedListBase) — Constructor, class mx.automation.delegates.advancedDataGrid.AdvancedListBaseAutomationImpl
Constructor.
afterBounds — Property, class flash.events.NativeWindowBoundsEvent
The bounds of the window after the change.
afterDisplayState — Property, class flash.events.NativeWindowDisplayStateEvent
The display state of the NativeWindow after the change.
afterLast — Property, class mx.collections.HierarchicalCollectionViewCursor
If the cursor is located after the last item in the view, this property is true .
afterLast — Property, interface mx.collections.IViewCursor
If the cursor is located after the last item in the view, this property is true .
agent — Property, class mx.messaging.MessageResponder
Provides access to the MessageAgent that sent the message.
aggregator — Property, class mx.olap.OLAPMeasure
The aggregation to be performed for this measure.
AIREvent — class, package mx.events
The AIREvent class represents the event object passed to the event listener for several AIR-specific events dispatched by the Window and WindowedApplication components.
AIREvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class mx.events.AIREvent
Constructor.
air.net — package
The air.net package contains classes for network detection. This package is only available to content running in the Adobe Integrated Runtime. It is included in the ServiceMonitor.swc file (for SWF-based application developers) and ServiceMonitor.swf files (for HTML-based AIR application developers).
air.update — package
The air.update package contains classes for updating AIR applications. This package is only available to content running in the AIR runtime.
air.update.events — package
The air.update.events package contains classes that define events used by the AIR application update framework. This package is only available to content running in the AIR runtime.
album — Property, class flash.media.ID3Info
The name of the album; corresponds to the ID3 2.0 tag TALB.
Alert — class, 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, class mx.controls.Alert
Constructor.
AlertAutomationImpl — class, package mx.automation.delegates.controls
Defines methods and properties required to perform instrumentation for the Alert control.
AlertAutomationImpl(obj:mx.controls:Alert) — Constructor, class mx.automation.delegates.controls.AlertAutomationImpl
Constructor.
AlertFormAutomationImpl — class, package mx.automation.delegates.controls
Defines methods and properties required to perform instrumentation for the AlertForm class.
AlertFormAutomationImpl(obj:mx.controls.alertClasses:AlertForm) — Constructor, class mx.automation.delegates.controls.AlertFormAutomationImpl
Constructor.
align — Property, 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, class flash.text.TextFormat
Indicates the alignment of the paragraph.
alignLabelsToUnits — Property, class mx.charts.DateTimeAxis
Determines the placement of labels along the axis.
alignment — Property, class flash.text.engine.TabStop
Specifies the tab alignment for this tab stop.
alignmentBaseline — Property, class flash.text.engine.ElementFormat
Specifies which of the baselines of the line containing the element the dominantBaseline snaps to, thus determining the vertical position of the element in the line.
alignSymbol — Property, class mx.formatters.CurrencyFormatter
Aligns currency symbol to the left side or the right side of the formatted number.
alignSymbol — Property, class mx.validators.CurrencyValidator
Specifies the alignment of the currencySymbol relative to the rest of the expression.
alignToolTip — Property, class mx.controls.RichTextEditor
The ToolTip that appears when the user hovers over the text alignment buttons.
ALL — Constant Static Property, class flash.text.engine.BreakOpportunity
Treats all characters in the ContentElement object as mandatory line break opportunities.
ALL — Constant Static Property, class mx.core.ContainerCreationPolicy
Immediately create all descendants.
ALL — Constant Static Property, class mx.logging.LogEventLevel
Tells a target to process all messages.
ALL_BUT_LAST — Constant Static Property, class flash.text.engine.LineJustification
Directs the text engine to justify all but the last line.
allElements — Property, class mx.charts.chartClasses.ChartBase
The set of all chart elements displayed in the chart.
ALL_INCLUDING_LAST — Constant Static Property, class flash.text.engine.LineJustification
Directs the text engine to justify all lines.
allMemberName — Property, interface mx.olap.IOLAPHierarchy
The name of the all member of the hierarchy.
allMemberName — Property, class mx.olap.OLAPHierarchy
The name of the all member of the hierarchy.
allowCopy — Property, class flash.desktop.NativeDragOptions
A drop target is allowed to copy the dragged data.
allowDisjointSelection — Property, class mx.controls.DateChooser
If true, specifies that non-contiguous(disjoint) selection is allowed in the DateChooser control.
allowDomain(... rest) — method, class flash.net.LocalConnection
Specifies one or more domains that can send LocalConnection calls to this LocalConnection instance.
allowDomain(... rest) — Static Method , class flash.system.Security
Lets SWF files in the identified domains access objects and variables in the SWF file that contains the allowDomain() call.
allowDomain(... rest) — method, interface mx.core.IFlexModuleFactory
Calls Security.allowDomain() for the SWF associated with this IFlexModuleFactory plus all the SWFs assocatiated with RSLs preloaded by this IFlexModuleFactory.
allowDomain(... rest) — method, class mx.managers.SystemManager
Calls Security.allowDomain() for the SWF associated with this SystemManager plus all the SWFs assocatiated with RSLs preloaded by this SystemManager.
allowDragSelection — Property, class mx.controls.listClasses.AdvancedListBase
A flag that indicates whether drag-selection is enabled.
allowDragSelection — Property, class mx.controls.listClasses.ListBase
A flag that indicates whether drag-selection is enabled.
allowedActions — Property, class flash.events.NativeDragEvent
The NativeDragOptions object specifying the actions that are allowed by the display object that initiated this drag operation.
allowedFormatChars — Property, class mx.validators.CreditCardValidator
The set of formatting characters allowed in the cardNumber field.
allowedFormatChars — Property, class mx.validators.DateValidator
The set of formatting characters allowed for separating the month, day, and year values.
allowedFormatChars — Property, class mx.validators.PhoneNumberValidator
The set of allowable formatting characters.
allowedFormatChars — Property, class mx.validators.SocialSecurityValidator
Specifies the set of formatting characters allowed in the input.
allowedFormatChars — Property, class mx.validators.ZipCodeValidator
The set of formatting characters allowed in the ZIP code.
allowInsecureDomain(... rest) — method, class flash.net.LocalConnection
Specifies one or more domains that can send LocalConnection calls to this LocalConnection object.
allowInsecureDomain(... rest) — Static Method , 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.
allowInsecureDomain(... rest) — method, interface mx.core.IFlexModuleFactory
Calls Security.allowInsecureDomain() for the SWF associated with this IFlexModuleFactory plus all the SWFs assocatiated with RSLs preLoaded by this IFlexModuleFactory.
allowInsecureDomain(... rest) — method, class mx.managers.SystemManager
Calls Security.allowInsecureDomain() for the SWF associated with this SystemManager plus all the SWFs assocatiated with RSLs preloaded by this SystemManager.
allowInteraction — Property, class mx.printing.PrintAdvancedDataGrid
If true, allows some interactions with the control, such as column resizing, column reordering, and expanding or collapsing nodes.
allowInteraction — Property, class mx.printing.PrintOLAPDataGrid
If true, allows some interactions with the control, such as column resizing.
allowItemSizeChangeNotification — Property, class mx.controls.listClasses.ListBase
If false, renderers cannot invalidate size of List.
allowLink — Property, class flash.desktop.NativeDragOptions
A drop target is allowed to create a link to the dragged data.
allowLoadBytesCodeExecution — Property, class flash.system.LoaderContext
Specifies whether you can use the loadBytes() method of a Loader object to load content with executable code, such as a SWF file.
allowMove — Property, class flash.desktop.NativeDragOptions
A drop target is allowed to move the dragged data.
allowMultipleSelection — Property, class mx.controls.DateChooser
If true, specifies that multiple selection is allowed in the DateChooser control.
allowMultipleSelection — Property, class mx.controls.listClasses.AdvancedListBase
A flag that indicates whether you can allow more than one item to be selected at the same time.
allowMultipleSelection — Property, 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, class mx.validators.CurrencyValidator
Specifies whether negative numbers are permitted.
allowNegative — Property, class mx.validators.NumberValidator
Specifies whether negative numbers are permitted.
allowNegativeForStacked — Property, class mx.charts.chartClasses.StackedSeries
The grouping behavior of this series.
allowNull — Property, class flash.data.SQLColumnSchema
Indicates whether NULL values are allowed in this column.
ALLOW_SERVER — Constant Static Property, class flash.net.drm.LoadVoucherSetting
Load the voucher from the local cache, if possible.
allowThumbOverlap — Property, 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, class mx.controls.sliderClasses.Slider
Specifies whether clicking on the track will move the slider thumb.
alpha — Property, class flash.display.DisplayObject
Indicates the alpha transparency value of the object specified.
alpha — Property, class flash.display.GraphicsSolidFill
Indicates the alpha transparency value of the fill.
alpha — Property, class flash.filters.ConvolutionFilter
The alpha transparency value of the substitute color.
alpha — Property, class flash.filters.DisplacementMapFilter
Specifies the alpha transparency value to use for out-of-bounds displacements.
alpha — Property, class flash.filters.DropShadowFilter
The alpha transparency value for the shadow color.
alpha — Property, class flash.filters.GlowFilter
The alpha transparency value for the color.
alpha — Property, class flash.text.engine.ElementFormat
Provides a way for the author to automatically set the alpha property of all line atoms based on the element format to the specified Number.
alpha — Property, interface mx.core.IFlexDisplayObject
Indicates the alpha transparency value of the object specified.
alpha — Property, class mx.graphics.GradientEntry
The transparency of a gradient fill.
alpha — Property, class mx.graphics.RectangularDropShadow
The alpha transparency value for the shadow color.
alpha — Property, class mx.graphics.SolidColor
The transparency of a color.
alpha — Property, class mx.graphics.Stroke
The transparency of a line.
ALPHA — Constant Static Property, class flash.display.BitmapDataChannel
The alpha channel.
ALPHA — Constant Static Property, class flash.display.BlendMode
Applies the alpha value of each pixel of the display object to the background.
alphaFrom — Property, 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, 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, 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, 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, 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, class mx.effects.effectClasses.GlowInstance
Starting transparency level.
alphaMultiplier — Property, class flash.geom.ColorTransform
A decimal value that is multiplied with the alpha transparency channel value.
ALPHANUMERIC_FULL — Constant Static Property, class flash.system.IMEConversionMode
The string "ALPHANUMERIC_FULL", for use with the IME.conversionMode property.
ALPHANUMERIC_HALF — Constant Static Property, class flash.system.IMEConversionMode
The string "ALPHANUMERIC_HALF", for use with the IME.conversionMode property.
alphaOffset — Property, 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, class flash.display.GraphicsGradientFill
An array of alpha values for the corresponding colors in the colors array.
alphas — Property, class flash.filters.GradientBevelFilter
An array of alpha transparency values for the corresponding colors in the colors array.
alphas — Property, class flash.filters.GradientGlowFilter
An array of alpha transparency values for the corresponding colors in the colors array.
alphaTo — Property, 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, class mx.effects.Fade
Final transparency level, where 0.0 means transparent and 1.0 means fully opaque.
alphaTo — Property, 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, 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, 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, class mx.effects.effectClasses.GlowInstance
Ending transparency level.
ALTERNATE — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the Alternate (Option) key (18).
alternatingItemColors — Style, class mx.controls.listClasses.ListBase
The colors to use for the backgrounds of the items in the list.
alternatingItemColors — Style, class mx.controls.listClasses.AdvancedListBase
The colors to use for the backgrounds of the items in the list.
alternatingItemColors — Style, class mx.controls.Menu
The colors used for menu or submenu menu items in an alternating pattern.
alternatingItemColors — Style, class mx.controls.Tree
Colors for rows in an alternating pattern.
alternatingItemColors — Style, class mx.controls.ComboBox
The set of BackgroundColors for drop-down list rows in an alternating pattern.
alternatingItemColors — Style, class mx.controls.AdvancedDataGrid
Colors for rows in an alternating pattern.
altKey — Property, class flash.events.KeyboardEvent
Indicates whether the Alt key is active (true) or inactive (false) on Windows; indicates whether the Option key is active on Mac OS.
altKey — Property, class flash.events.MouseEvent
Indicates whether the Alt key is active (true) or inactive (false).
altKey — Property, class mx.automation.events.AdvancedDataGridItemSelectEvent
Indicates whether the Alt key was pressed at the time of the event, true, or not, false.
altKey — Property, class mx.automation.events.ChartSelectionChangeEvent
Indicates whether the Alt key was pressed at the time of the event, true, or not, false.
altKey — Property, class mx.automation.events.ListItemSelectEvent
Indicates whether the Alt key was pressed at the time of the event, true, or not, false.
altKey — Property, class mx.events.SandboxMouseEvent
Indicates whether the Alt key was pressed.
ALWAYS — Constant Static Property, 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.
alwaysInFront — Property, class flash.display.NativeWindow
Specifies whether this window will always be in front of other windows (including those of other applications).
alwaysInFront — Property, class mx.core.Window
Determines whether the underlying NativeWindow is always in front of other windows (including those of other applications).
alwaysInFront — Property, class mx.core.WindowedApplication
Determines whether the underlying NativeWindow is always in front of other windows.
ALWAYS_REQUIRED — Constant Static Property, class flash.security.RevocationCheckSettings
Always check certificate revocation.
alwaysShowSelection — Property, 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.
alwaysShowSelection — Property, interface mx.core.IUITextField
The ITextField interface defines the basic set of APIs for flash.display.TextField
AMERICAN_EXPRESS — Constant Static Property, class mx.validators.CreditCardValidatorCardType
Specifies the card type as American Express.
AMF0 — Constant Static Property, 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, class flash.net.ObjectEncoding
Specifies that objects are serialized using the Action Message Format for ActionScript 3.0.
AMFChannel — class, package mx.messaging.channels
The AMFChannel class provides the AMF support for messaging.
AMFChannel(id:String, uri:String) — Constructor, class mx.messaging.channels.AMFChannel
Constructor.
analyze — Event, class flash.data.SQLConnection
Dispatched when an analyze() operation completes successfully.
analyze(resourceName:String, responder:flash.net:Responder) — method, class flash.data.SQLConnection
Gathers statistics about database indices and stores them in the database.
ANALYZE — Constant Static Property, class flash.errors.SQLErrorOperation
Indicates that the SQLConnection.analyze() method was called.
ANALYZE — Constant Static Property, class flash.events.SQLEvent
The SQLEvent.ANALYZE constant defines the value of the type property of an analyze event object.
anchorBookmark — Property, class mx.controls.listClasses.AdvancedListBase
A bookmark to the item that is the anchor.
anchorBookmark — Property, class mx.controls.listClasses.ListBase
A bookmark to the item that is the anchor.
anchorColumnIndex — Property, class mx.controls.AdvancedDataGrid
The column index of the current anchor.
anchorIndex — Property, class mx.controls.listClasses.AdvancedListBase
The offset of the item in the data provider that is the selection anchor point.
anchorIndex — Property, class mx.controls.listClasses.ListBase
The offset of the item in the data provider that is the selection anchor point.
angle — Property, class flash.filters.BevelFilter
The angle of the bevel.
angle — Property, class flash.filters.DropShadowFilter
The angle of the shadow.
angle — Property, class flash.filters.GradientBevelFilter
The angle, in degrees.
angle — Property, class flash.filters.GradientGlowFilter
The angle, in degrees.
angle — Property, class mx.charts.series.items.PieSeriesItem
The angle, in radians, that this wedge subtends.
angle — Property, class mx.graphics.LinearGradient
Controls the transition direction.
angle — Property, class mx.graphics.LinearGradientStroke
By default, the LinearGradientStroke defines a transition from left to right across the control.
angle — Property, class mx.graphics.RadialGradient
Sets the location of the start of the radial fill.
angle — Property, class mx.graphics.RectangularDropShadow
The angle of the shadow.
angleBetween(a:flash.geom:Vector3D, b:flash.geom:Vector3D) — Static Method , class flash.geom.Vector3D
Returns the angle in radians between two vectors.
angleFrom — Property, class mx.effects.Rotate
The starting angle of rotation of the target object, expressed in degrees.
angleFrom — Property, class mx.effects.effectClasses.RotateInstance
The starting angle of rotation of the target object, expressed in degrees.
angleTo — Property, class mx.effects.Rotate
The ending angle of rotation of the target object, expressed in degrees.
angleTo — Property, class mx.effects.effectClasses.RotateInstance
The ending angle of rotation of the target object, expressed in degrees.
angularAxis — Property, class mx.charts.chartClasses.PolarChart
The axis object used to map data values to an angle between 0 and 2 PI.
angularAxis — Property, class mx.charts.chartClasses.PolarDataCanvas
Defines the labels, tick marks, and data position for items on the x-axis.
angularAxis — Property, class mx.charts.series.PieSeries
The axis object used to map data values to an angle between 0 and 2 PI.
ANGULAR_AXIS — Constant Static Property, class mx.charts.chartClasses.PolarTransform
A string representing the angular axis.
animate — Property, class mx.events.AdvancedDataGridEvent
If true, animate an opening or closing operation; used for ITEM_OPENING type events only.
animate — Property, class mx.events.TreeEvent
Whether to animate an opening or closing operation; used for ITEM_OPENING type events only.
AnimateProperty — class, package mx.effects
The AnimateProperty effect animates a property or style of a component.
AnimateProperty(target:Object) — Constructor, class mx.effects.AnimateProperty
Constructor.
AnimatePropertyInstance — class, package mx.effects.effectClasses
The AnimatePropertyInstance class implements the instance class for the AnimateProperty effect.
AnimatePropertyInstance(target:Object) — Constructor, class mx.effects.effectClasses.AnimatePropertyInstance
Constructor.
annotationElements — Property, class mx.charts.chartClasses.ChartBase
Sets an array of ChartElement objects that appears on top of any data series rendered by the chart.
ANONYMOUS — Constant Static Property, class flash.net.drm.AuthenticationMethod
No authentication is required.
antiAliasType — Property, class flash.text.TextField
The type of anti-aliasing used for this text field.
antiAliasType — Property, interface mx.core.IUITextField
The type of anti-aliasing used for this text field.
antiAliasType — Property, class mx.core.UITextFormat
Defines the anti-aliasing setting for the UITextField class.
AntiAliasType — final class, package flash.text
The AntiAliasType class provides values for anti-aliasing in the flash.text.TextField class.
ANY — Constant Static Property, class flash.text.engine.BreakOpportunity
Treats any character in the ContentElement object as a line break opportunity.
ANY — Constant Static Property, class mx.validators.CurrencyValidatorAlignSymbol
Specifies "any" as the alignment of the currency symbol for the CurrencyValidator class.
ANY_INDEX_MODE — Constant Static Property, class mx.collections.Sort
When executing a find return the index any matching item.
append(lhs:flash.geom:Matrix3D) — method, class flash.geom.Matrix3D
Appends the matrix by multiplying another Matrix3D object by the current Matrix3D object.
APPEND — Constant Static Property, class flash.filesystem.FileMode
Used for a file to be opened in write mode, with all written data appended to the end of the file.
APPEND — Constant Static Property, class flash.net.NetStreamPlayTransitions
Adds the stream to a playlist.
appendChild(child:Object) — method, class XML
Appends the given child to the end of the XML object's properties.
appendChild(node:flash.xml:XMLNode) — method, class flash.xml.XMLNode
Appends the specified node to the XML object's child list.
appendRotation(degrees:Number, axis:flash.geom:Vector3D, pivotPoint:flash.geom:Vector3D) — method, class flash.geom.Matrix3D
Appends an incremental rotation to a Matrix3D object.
appendScale(xScale:Number, yScale:Number, zScale:Number) — method, class flash.geom.Matrix3D
Appends an incremental scale change along the x, y, and z axes to a Matrix3D object.
appendText(newText:String) — method, class flash.text.TextField
Appends the string specified by the newText parameter to the end of the text of the text field.
appendText(newText:String) — method, interface mx.core.IUITextField
Appends the string specified by the newText parameter to the end of the text of the text field.
appendTranslation(x:Number, y:Number, z:Number) — method, class flash.geom.Matrix3D
Appends an incremental translation, a repositioning along the x, y, and z axes, to a Matrix3D object.
application — Static Property, class mx.core.Application
A reference to the top-level application.
application — Property, class mx.managers.SystemManager
The application parented by this SystemManager.
Application — class, 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, class mx.core.Application
Constructor.
APPLICATION — Constant Static Property, class flash.system.Security
The file is running in an AIR application, and it was installed with the package (the AIR file) for that application.
APPLICATION — Constant Static Property, class mx.managers.PopUpManagerChildList
Indicates that the popup is placed in the same child list as the application.
applicationActivate — Event, class mx.core.Window
Dispatched when this application gets activated.
applicationActivate — Event, class mx.core.WindowedApplication
Dispatched when this application is activated.
APPLICATION_ACTIVATE — Constant Static Property, class mx.events.AIREvent
The AIREvent.APPLICATION_ACTIVATE constant defines the value of the type property of the event object for an applicationActivate event.
ApplicationAutomationImpl — class, package mx.automation.delegates.containers
Defines the methods and properties required to perform instrumentation for the Application class.
ApplicationAutomationImpl(obj:mx.core:Application) — Constructor, class mx.automation.delegates.containers.ApplicationAutomationImpl
Constructor.
ApplicationBackground — class, package mx.skins.halo
The skin for application background gradient.
ApplicationBackground() — Constructor, class mx.skins.halo.ApplicationBackground
Constructor
applicationComplete — Event, class mx.core.Application
Dispatched after the Application has been initialized, processed by the LayoutManager, and attached to the display list.
applicationComplete — Event, class mx.managers.SystemManager
Dispatched when the application has finished initializing
APPLICATION_COMPLETE — Constant Static Property, 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, package mx.containers
The ApplicationControlBar container holds components that provide global navigation and application commands.
ApplicationControlBar() — Constructor, class mx.containers.ApplicationControlBar
Constructor.
applicationDeactivate — Event, class mx.core.Window
Dispatched when this application gets deactivated.
applicationDeactivate — Event, class mx.core.WindowedApplication
Dispatched when this application is deactivated.
APPLICATION_DEACTIVATE — Constant Static Property, class mx.events.AIREvent
The AIREvent.APPLICATION_DEACTIVATE constant defines the value of the type property of the event object for an applicationDeactivate event.
applicationDescriptor — Property, class flash.desktop.NativeApplication
The contents of the application descriptor file for this AIR application.
applicationDirectory — Static Property, class flash.filesystem.File
The folder containing the application's installed files.
applicationDomain — Property, 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, class flash.system.LoaderContext
Specifies the application domain to use for the Loader.load() or Loader.loadBytes() method.
applicationDomain — Property, class mx.modules.ModuleLoader
The application domain to load your module into.
ApplicationDomain — final class, package flash.system
The ApplicationDomain class is a container for discrete groups of class definitions.
ApplicationDomain(parentDomain:flash.system:ApplicationDomain) — Constructor, class flash.system.ApplicationDomain
Creates a new application domain.
applicationID — Property, class flash.desktop.NativeApplication
The application ID of this application.
applicationID — Property, class mx.core.WindowedApplication
The identifier that AIR uses to identify the application.
applicationName — Property, class mx.automation.events.MarshalledAutomationEvent
Contains string which represents the application Name for the application.
applicationStorageDirectory — Static Property, class flash.filesystem.File
The application's private storage directory.
ApplicationTitleBarBackgroundSkin — class, package mx.skins.halo
The skin for the TitleBar of a WindowedApplication or Window.
ApplicationTitleBarBackgroundSkin() — Constructor, class mx.skins.halo.ApplicationTitleBarBackgroundSkin
Constructor.
ApplicationUpdater — class, package air.update
The ApplicationUpdater class defines the basic functionality of the update framework for Adobe® AIR® applications, without providing any default user interface.
ApplicationUpdater() — Constructor, class air.update.ApplicationUpdater
The constructor function.
ApplicationUpdaterUI — class, package air.update
The ApplicationUpdaterUI class defines the basic functionality of the update framework for Adobe® AIR® applications, and it provides a default user interface.
ApplicationUpdaterUI() — Constructor, class air.update.ApplicationUpdaterUI
The constructor function.
APPLICATION_URL_CHANGE — Constant Static Property, class mx.events.BrowserChangeEvent
The BrowserChangeEvent.APPLICATION_URL_CHANGE constant defines the value of the type property of the event object for a applicationURLChange event.
apply(thisArg, argArray) — method, class Function
Specifies the value of thisObject to be used within any function that ActionScript calls.
apply(g:flash.display:Graphics) — method, interface mx.graphics.IStroke
Applies the properties to the specified Graphics object.
apply(g:flash.display:Graphics) — method, class mx.graphics.LinearGradientStroke
Applies the properties to the specified Graphics object.
apply(g:flash.display:Graphics) — method, class mx.graphics.Stroke
Applies the properties to the specified Graphics object.
apply(parent:mx.core:UIComponent) — method, class mx.states.AddChild
Applies the override.
apply(parent:mx.core:UIComponent) — method, interface mx.states.IOverride
Applies the override.
apply(parent:mx.core:UIComponent) — method, class mx.states.RemoveChild
Applies the override.
apply(parent:mx.core:UIComponent) — method, class mx.states.SetEventHandler
Applies the override.
apply(parent:mx.core:UIComponent) — method, class mx.states.SetProperty
Applies the override.
apply(parent:mx.core:UIComponent) — method, class mx.states.SetStyle
Applies the override.
applyCellSelectionEffect(indicator:flash.display:Sprite, uid:String, columnIndex:int, itemRenderer:mx.controls.listClasses:IListItemRenderer) — method, class mx.controls.AdvancedDataGrid
Sets up the effect for applying the selection indicator.
applyClientLoadBalancingSettings(props:XML) — method, class mx.messaging.Channel
Applies the client load balancing urls if they exists.
applyFilter(sourceBitmapData:flash.display:BitmapData, sourceRect:flash.geom:Rectangle, destPoint:flash.geom:Point, filter:flash.filters:BitmapFilter) — method, 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, 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, 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, class mx.charts.series.BubbleSeries
Applies style properties to the specified DisplayObject.
applyItemRendererProperties(instance:flash.display:DisplayObject, cache:mx.charts.chartClasses:InstanceCache) — method, 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, 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, class mx.charts.series.PlotSeries
Customizes the item renderer instances that are used to represent the chart.
applyNonLinearFontScaling — Property, class flash.text.engine.TextBlock
Specifies that you want to enhance screen appearance at the expense of what-you-see-is-what-you-get (WYSIWYG) print fidelity.
applySelectionEffect(indicator:flash.display:Sprite, uid:String, itemRenderer:mx.controls.listClasses:IListItemRenderer) — method, class mx.controls.listClasses.AdvancedListBase
Sets up the effect for applying the selection indicator.
applySelectionEffect(indicator:flash.display:Sprite, uid:String, itemRenderer:mx.controls.listClasses:IListItemRenderer) — method, class mx.controls.listClasses.ListBase
Sets up the effect for applying the selection indicator.
applySeriesSet(seriesSet:Array, transform:mx.charts.chartClasses:DataTransform) — method, class mx.charts.chartClasses.ChartBase
Preprocesses the series and transform for display.
applySettings(settings:XML) — method, class mx.messaging.Channel
Subclasses should override this method to apply any settings that may be necessary for an individual channel.
applyUserStylesForItemRenderer(givenItemRenderer:mx.controls.listClasses:IListItemRenderer) — method, class mx.controls.AdvancedDataGrid
Applies styles from the AdvancedDatagrid control to an item renderer.
applyValueToTarget(target:Object, property:String, value, props:Object) — method, class mx.effects.Effect
Used internally by the Effect infrastructure.
approximate — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridBaseSelectionData
If true, the rowIndex and columnIndex properties contain approximate values, and not the exact value.
approximate — Property, class mx.controls.listClasses.ListBaseSelectionData
If true, then the index property is an approximate value and not the exact value.
AreaChart — class, package mx.charts
The AreaChart control represents data as an area bounded by a line connecting the values in the data.
AreaChart() — Constructor, class mx.charts.AreaChart
Constructor.
areaCode — Property, 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, class mx.formatters.PhoneFormatter
Default format for the area code when the areacode property is rendered by a seven-digit format.
areaFill — Style, class mx.charts.series.AreaSeries
Sets the fill for the area.
areaRenderer — Style, class mx.charts.series.AreaSeries
The class that the series uses to represent the filled area on the chart.
AreaRenderer — class, package mx.charts.renderers
The default class used to render the area beneath the dataPoints of an AreaSeries object.
AreaRenderer() — Constructor, class mx.charts.renderers.AreaRenderer
Constructor.
AreaSeries — class, package mx.charts.series
Defines a data series for an AreaChart control.
AreaSeries() — Constructor, class mx.charts.series.AreaSeries
Constructor.
AreaSeriesAutomationImpl — class, 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, class mx.automation.delegates.charts.AreaSeriesAutomationImpl
Constructor.
AreaSeriesItem — class, 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, class mx.charts.series.items.AreaSeriesItem
Constructor.
AreaSeriesRenderData — class, 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, class mx.charts.series.renderData.AreaSeriesRenderData
Constructor.
AreaSet — class, package mx.charts.series
A grouping set that can be used to stack AreaSeries objects in any chart.
AreaSet() — Constructor, class mx.charts.series.AreaSet
Constructor.
areaStroke — Style, class mx.charts.series.AreaSeries
Sets the line style for the area.
areInaccessibleObjectsUnderPoint(point:flash.geom:Point) — method, 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.
areInaccessibleObjectsUnderPoint(point:flash.geom:Point) — method, interface mx.core.IContainer
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 , class flash.media.SoundMixer
Determines whether any sounds are not accessible due to security restrictions.
args — Property, class mx.automation.events.AutomationRecordEvent
A serialized representation of the event as an Array of it's property values.
ArgumentError — Dynamic Class, 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, class ArgumentError
Creates an ArgumentError object.
argumentNames — Property, class mx.rpc.http.AbstractOperation
An ordered list of the names of the arguments to pass to a method invocation.
argumentNames — Property, class mx.rpc.remoting.Operation
An ordered list of the names of the arguments to pass to a method invocation.
arguments — class, Top Level
An arguments object is used to store and access a function's arguments.
arguments — Property, class flash.events.BrowserInvokeEvent
An array of arguments (strings) to pass to the application.
arguments — Property, class flash.events.InvokeEvent
The array of string arguments passed during this invocation.
arguments — Property, class mx.rpc.AbstractOperation
The arguments to pass to the Operation when it is invoked.
Array — Dynamic Class, Top Level
The Array class lets you access and manipulate arrays.
Array(... rest) — Package Function, Top Level
Creates a new array.
Array(numElements:int) — Constructor, class Array
Lets you create an array of the specified number of elements.
Array(... rest) — Constructor, class Array
Lets you create an array that contains the specified elements.
ArrayCollection — class, 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, class mx.collections.ArrayCollection
Constructor.
ArrayUtil — class, package mx.utils
The ArrayUtil utility class is an all-static class with methods for working with arrays within Flex.
ARROW — Constant Static Property, class flash.ui.MouseCursor
Used to specify that the arrow cursor should be used.
arrowButtonStyleFilters — Property, class mx.controls.ComboBase
Set of styles to pass from the ComboBase to the down arrow button
arrowButtonWidth — Style, class mx.controls.ComboBox
Width of the arrow button in pixels.
arrowButtonWidth — Style, class mx.controls.PopUpButton
Number of pixels between the divider line and the right edge of the component.
artist — Property, 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, class flash.text.TextExtent
ascent — Property, 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.
ascent — Property, class flash.text.engine.TextLine
Specifies the number of pixels from the baseline to the top of the tallest characters in the line.
ASCENT — Constant Static Property, class flash.text.engine.TextBaseline
Specifies an ascent baseline.
asin(val:Number) — Static Method , class Math
Computes and returns the arc sine for the number specified in the parameter val, in radians.
aspectRatio — Property, class mx.charts.chartClasses.LegendData
Determines the size and placement of the legend marker.
assignedMaximum — Property, class mx.charts.chartClasses.NumericAxis
The explicitly assigned maximum value.
assignedMinimum — Property, class mx.charts.chartClasses.NumericAxis
The explicitly assigned minimum value.
assignFocus(objectToFocus:flash.display:InteractiveObject, direction:String) — method, class flash.display.Stage
Sets keyboard focus to the interactive object specified by objectToFocus, with the focus direction specified by the direction parameter.
assignFocus(direction:String) — method, class mx.core.FlexHTMLLoader
Called by the FocusManager when the component receives focus.
assignFocus(direction:String) — method, interface mx.managers.IFocusManagerComplexComponent
Called by the FocusManager when the component receives focus.
asType — Property, interface mx.automation.IAutomationPropertyDescriptor
ActionScript type of this property, as a String.
asyncError — Event, class flash.net.LocalConnection
Dispatched when an exception is thrown asynchronously — that is, from native asynchronous code.
asyncError — Event, class flash.net.NetConnection
Dispatched when an exception is thrown asynchronously — that is, from native asynchronous code.
asyncError — Event, class flash.net.NetStream
Dispatched when an exception is thrown asynchronously — that is, from native asynchronous code.
asyncError — Event, class flash.net.SharedObject
Dispatched when an exception is thrown asynchronously — that is, from native asynchronous code.
ASYNC_ERROR — Constant Static Property, class flash.events.AsyncErrorEvent
The AsyncErrorEvent.ASYNC_ERROR constant defines the value of the type property of an asyncError event object.
AsyncErrorEvent — class, package flash.events
An object 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, class flash.events.AsyncErrorEvent
Creates an AsyncErrorEvent object that contains information about asyncError events.
AsyncMessage — class, package mx.messaging.messages
AsyncMessage is the base class for all asynchronous messages.
AsyncMessage(body:Object, headers:Object) — Constructor, class mx.messaging.messages.AsyncMessage
Constructs an instance of an AsyncMessage with an empty body and header.
AsyncRequest — class, package mx.rpc
The AsyncRequest class provides an abstraction of messaging for RPC call invocation.
AsyncRequest() — Constructor, class mx.rpc.AsyncRequest
Constructs a new asynchronous request.
AsyncResponder — class, package mx.rpc
This class provides an RPC specific implementation of mx.rpc.IResponder.
AsyncResponder(result:Function, fault:Function, token:Object) — Constructor, class mx.rpc.AsyncResponder
Constructs an instance of the responder with the specified data and handlers.
AsyncToken — Dynamic Class, 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, class mx.rpc.AsyncToken
Constructs an instance of the token with the specified message.
atan(val:Number) — Static Method , 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 , 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, class mx.events.ScrollEventDetail
Indicates that the scroll bar is at the bottom of its scrolling range.
atLeastOneProperty(o:Object) — method, class mx.controls.AdvancedDataGrid
Returns true if the Object has at least one property, which means that the dictionary has at least one key.
AT_LEFT — Constant Static Property, class mx.events.ScrollEventDetail
Indicates that the scroll bar is at the left of its scrolling range.
atomCount — Property, class flash.text.engine.TextLine
The number of atoms in the line, which is the number of indivisible elements, including spaces and graphic elements.
AT_RIGHT — Constant Static Property, class mx.events.ScrollEventDetail
Indicates that the scroll bar is at the right of its scrolling range.
attach — Event, class flash.data.SQLConnection
Dispatched when an attach() method call's operation completes successfully.
attach(name:String, reference:Object, responder:flash.net:Responder, encryptionKey:flash.utils:ByteArray) — method, class flash.data.SQLConnection
Adds another database to the SQLConnection instance, giving the new database the specified name.
ATTACH — Constant Static Property, class flash.errors.SQLErrorOperation
Indicates that the SQLConnection.attach() method was called.
ATTACH — Constant Static Property, class flash.events.SQLEvent
The SQLEvent.ATTACH constant defines the value of the type property of an attach event object.
attachAudio(microphone:flash.media:Microphone) — method, 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, class flash.media.Video
Specifies a video stream from a camera to be displayed within the boundaries of the Video object in the application.
attachCamera(theCamera:flash.media:Camera, snapshotMilliseconds:int) — method, class flash.net.NetStream
Starts capturing video from a camera, or stops capturing if theCamera is set to null.
attachCamera(camera:flash.media:Camera) — method, class mx.controls.VideoDisplay
Specifies whether to play a video stream from a camera.
attachNetStream(netStream:flash.net:NetStream) — method, class flash.media.Video
Specifies a video stream to be displayed within the boundaries of the Video object in the application.
attachOverlay() — method, class mx.core.Container
Used internally by the Dissolve Effect to add the overlay to the chrome of a container.
attachOverlay() — method, class mx.core.UIComponent
This is an internal method used by the Flex framework to support the Dissolve effect.
AT_TARGET — Constant Static Property, class flash.events.EventPhase
The target phase, which is the second phase of the event flow.
AT_TOP — Constant Static Property, class mx.events.ScrollEventDetail
Indicates that the scroll bar is at the top of its scrolling range.
attribute(attributeName) — method, class XML
Returns the XML value of the attribute that has the name matching the attributeName parameter.
attribute(attributeName) — method, class XMLList
Calls the attribute() method of each XML object and returns an XMLList object of the results.
attribute(attributeName:Object) — method, 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.
attribute — Property, class mx.olap.OLAPLevel
The attribute connected to this level, as an instance of OLAPAttribute.
Attribute — class, package mx.messaging.management
Client representation of a MBean attribute.
Attribute() — Constructor, class mx.messaging.management.Attribute
Creates a new instance of an empty Attribute.
attributeName — Property, class mx.olap.OLAPLevel
The name of the attribute to be used at this level.
attributes() — method, class XML
Returns a list of attribute values for the given XML object.
attributes() — method, class XMLList
Calls the attributes() method of each XML object and returns an XMLList object of attributes for each XML object.
attributes — Property, class flash.xml.XMLNode
An object containing all of the attributes of the specified XMLNode instance.
attributes() — method, 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, class mx.messaging.management.MBeanInfo
The attributes exposed by the MBean.
attributes — Property, interface mx.olap.IOLAPDimension
The attributes of this dimension, as a list of OLAPAttribute instances.
attributes — Property, class mx.olap.OLAPDimension
The attributes of this dimension, as a list of OLAPAttribute instances.
audioBufferByteLength — Property, class flash.net.NetStreamInfo
Provides the NetStream audio buffer size in bytes.
audioBufferLength — Property, class flash.net.NetStreamInfo
Provides NetStream audio buffer size in seconds.
audioByteCount — Property, class flash.net.NetStreamInfo
Specifies the total number of audio bytes that have arrived in the queue, regardless of how many have been played or flushed.
audioBytesPerSecond — Property, class flash.net.NetStreamInfo
Specifies the rate at which the NetStream audio buffer is filled in bytes per second.
audioLossRate — Property, class flash.net.NetStreamInfo
Specifies the audio loss for the NetStream session.
authenticate — Property, class flash.html.HTMLLoader
Specifies whether authentication requests should be handled (true) or not (false) for HTTP requests issued by this object.
authenticate — Property, class flash.net.URLRequest
Specifies whether authentication requests should be handled (true or not (false) for this request.
authenticate — Static Property, class flash.net.URLRequestDefaults
The default setting for the authenticate property of URLRequest objects.
authenticate(serverURL:String, domain:String, username:String, password:String) — method, class flash.net.drm.DRMManager
Authenticates a user.
authenticated — Property, class mx.messaging.Channel
Indicates if this channel is authenticated.
authenticated — Property, class mx.messaging.ChannelSet
Indicates whether the ChannelSet has an underlying Channel that successfully authenticated with its endpoint.
authenticated — Property, class mx.messaging.MessageAgent
Indicates if this MessageAgent is using an authenticated connection to its destination.
authenticationComplete — Event, class flash.net.drm.DRMManager
The DRMManager dispatches a DRMAuthenticationCompleteEvent object when the user is authenticated by the media rights server after a call to the authenticate() method.
AUTHENTICATION_COMPLETE — Constant Static Property, class flash.events.DRMAuthenticationCompleteEvent
The string constant to use for the authentication complete event in the type parameter when adding and removing event listeners.
authenticationError — Event, class flash.net.drm.DRMManager
The DRMManager dispatches a DRMAuthenticationErrorEvent object when the user is not authenticated by the media rights server after a call to the authenticate() method.
AUTHENTICATION_ERROR — Constant Static Property, class flash.events.DRMAuthenticationErrorEvent
The string constant to use for the authentication error event in the type parameter when adding and removing event listeners.
AUTHENTICATION_MESSAGE_REF_TYPE — Constant Static Property, class mx.messaging.messages.CommandMessage
The server message type for authentication commands.
authenticationMethod — Property, class flash.net.drm.DRMContentData
The type of authentication required to obtain a voucher for the associated content.
AuthenticationMethod — final class, package flash.net.drm
The AuthenticationMethod class provides string constants enumerating the different types of authentication used by the authenticationMethod property of the DRMContentData class.
authenticationType — Property, class flash.events.DRMAuthenticateEvent
Indicates whether the supplied credentials are for authenticating against Flash Media Rights Management Server (FMRMS) or a proxy server.
AUTHENTICATION_TYPE_DRM — Constant Static Property, class flash.events.DRMAuthenticateEvent
The DRMAuthenticateEvent.AUTHENTICATION_TYPE_DRM constant defines the value of the authenticationType property of a DRMAuthenticateEvent object.
AUTHENTICATION_TYPE_PROXY — Constant Static Property, class flash.events.DRMAuthenticateEvent
The DRMAuthenticateEvent.AUTHENTICATION_TYPE_PROXY constant defines the value of the authenticationType property of a DRMAuthenticateEvent object.
AUTO — Constant Static Property, 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, class flash.text.engine.BreakOpportunity
Bases line break opportunities on Unicode character properties.
AUTO — Constant Static Property, class flash.text.engine.Kerning
Used to indicate kerning is enabled only for characters appropriate in Asian typography.
AUTO — Constant Static Property, class flash.text.engine.TextRotation
Specifies a 90 degree counter clockwise rotation for full width and wide glyphs only, as determined by the Unicode properties of the glyph.
AUTO — Constant Static Property, class flash.ui.MouseCursor
Used to specify that the cursor should be selected automatically based on the object under the mouse.
AUTO — Constant Static Property, class mx.core.ContainerCreationPolicy
Delay creating some or all descendants until they are needed.
AUTO — Constant Static Property, class mx.core.ScrollPolicy
Show the scrollbar if the children exceed the owner's dimension.
AUTO — Constant Static Property, class mx.core.UIComponentCachePolicy
Specifies that the Flex framework should use heuristics to decide whether to cache the object as a bitmap.
autoAdjust — Property, class mx.charts.chartClasses.NumericAxis
Specifies whether Flex rounds values.
autoBandWidthDetection — Property, class mx.controls.VideoDisplay
Specifies whether the VideoDisplay control should use the built-in automatic bandwidth detection feature.
autoCompact — Property, class flash.data.SQLConnection
Indicates whether autocompacting was enabled when the current database was originally created (the value that was specified for the autoCompact parameter in the open() or openAsync() call that created the database).
autoConnect — Property, class mx.messaging.AbstractProducer
If true the Producer automatically connects to its destination the first time the send() method is called.
autoExit — Property, class flash.desktop.NativeApplication
Specifies whether the application should automatically terminate when all windows have been closed.
autoExit — Property, class mx.core.WindowedApplication
Specifies whether the AIR application will quit when the last window closes or will continue running in the background.
autoIncrement — Property, class flash.data.SQLColumnSchema
Indicates whether this is an auto-increment column.
autoLayout — Property, class mx.core.Container
If true, measurement and layout are done when the position or size of a child is changed.
autoLoad — Property, class mx.controls.SWFLoader
A flag that indicates whether content starts loading automatically or waits for a call to the load() method.
autoLoad — Property, class mx.effects.SoundEffect
If true, load the MP3 file when the source has been specified.
Automation — class, package mx.automation
The Automation class defines the entry point for the Flex Automation framework.
automationDelegate — Property, interface mx.automation.IAutomationObject
The delegate object that is handling the automation-related functionality.
automationDelegate — Property, class mx.core.UIComponent
The delegate object that handles the automation-related functionality.
automationDelegate — Property, class mx.core.UITextField
The delegate object which is handling the automation related functionality.
automationDelegate — Property, class mx.flash.UIMovieClip
The delegate object that handles the automation-related functionality.
AutomationDragEvent — class, 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, class mx.automation.events.AutomationDragEvent
Constructor.
AutomationDragEventWithPositionInfo — class, package mx.automation.events
The AutomationDragEventWithPositionInfo class represents event objects that are dispatched as part of a drag-and-drop operation.
AutomationDragEventWithPositionInfo(type:String, bubbles:Boolean, cancelable:Boolean, action:String, ctrlKey:Boolean, altKey:Boolean, shiftKey:Boolean, localx:int, localy:int) — Constructor, class mx.automation.events.AutomationDragEventWithPositionInfo
Constructor.
automationEnvironment — Property, interface mx.automation.IAutomationManager
The automation environment for this automation manager.
automationEnvironmentHandlingClassName — Property, interface mx.automation.IAutomationManager2
automationEnvironmentString — Property, interface mx.automation.IAutomationManager2
The automation environment for this automation manager.
AutomationError — class, package mx.automation
The AutomationError class defines the error constants used by the Flex Automation mechanism.
AutomationError(msg:String, code:Number) — Constructor, class mx.automation.AutomationError
Constructor.
AutomationEvent — class, package mx.automation.events
The AutomationEvent class represents event objects that are dispatched by the AutomationManager.
AutomationEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class mx.automation.events.AutomationEvent
Constructor.
AutomationID — class, package mx.automation
The Flex automation framework uses the AutomationID class to build object identification that Agents can use.
AutomationID() — Constructor, class mx.automation.AutomationID
Constructor.
AutomationIDPart — Dynamic Class, package mx.automation
The AutomationIDPart class represents a component instance to agents.
automationManager — Static Property, class mx.automation.Automation
The IAutomationManager instance.
automationManager2 — Static Property, class mx.automation.Automation
automationName — Property, interface mx.automation.IAutomationObject
Name that can be used as an identifier for this object.
automationName — Property, class mx.automation.delegates.core.UIComponentAutomationImpl
Name that can be used as an identifier for this object.
automationName — Property, class mx.automation.delegates.flashflexkit.UIMovieClipAutomationImpl
Name that can be used as an identifier for this object.
automationName — Property, class mx.core.UIComponent
Name that can be used as an identifier for this object.
automationName — Property, class mx.core.UITextField
Name that can be used as an identifier for this object.
automationName — Property, class mx.flash.UIMovieClip
Name that can be used as an identifier for this object.
automationObject — Property, class mx.automation.events.AutomationRecordEvent
The delegate of the UIComponent object that is recording this event.
automationObject — Property, 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, class mx.automation.Automation
The available IAutomationObjectHelper instance.
AutomationRecordEvent — class, 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, class mx.automation.events.AutomationRecordEvent
Constructor.
AutomationReplayEvent — class, 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, class mx.automation.events.AutomationReplayEvent
Constructor.
automationTabularData — Property, interface mx.automation.IAutomationObject
An implementation of the IAutomationTabularData interface, which can be used to retrieve the data.
automationTabularData — Property, class mx.automation.delegates.advancedDataGrid.AdvancedDataGridAutomationImpl
A matrix of the automationValues of each item in the grid1.
automationTabularData — Property, class mx.automation.delegates.advancedDataGrid.AdvancedListBaseAutomationImpl
A matrix of the automationValues of each item in the grid.
automationTabularData — Property, class mx.automation.delegates.advancedDataGrid.OLAPDataGridAutomationImpl
A matrix of the automationValues of each item in the grid1.
automationTabularData — Property, class mx.automation.delegates.controls.DataGridAutomationImpl
A matrix of the automationValues of each item in the grid.
automationTabularData — Property, class mx.automation.delegates.controls.ListAutomationImpl
A matrix of the automationValues of each item in the grid.
automationTabularData — Property, class mx.automation.delegates.controls.ListBaseAutomationImpl
A matrix of the automationValues of each item in the grid.
automationTabularData — Property, class mx.automation.delegates.controls.TileBaseAutomationImpl
A matrix of the automationValues of each item in the grid.
automationTabularData — Property, class mx.automation.delegates.controls.TreeAutomationImpl
A matrix of the automationValues of each item in the grid.
automationTabularData — Property, class mx.automation.delegates.core.RepeaterAutomationImpl
An array of all components within this repeater found in the automation hierarchy.
automationTabularData — Property, class mx.core.UIComponent
An implementation of the IAutomationTabularData interface, which can be used to retrieve the data.
automationTabularData — Property, class mx.flash.UIMovieClip
An implementation of the IAutomationTabularData interface, which can be used to retrieve the data.
automationValue — Property, 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, 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, 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, class mx.automation.delegates.flashflexkit.UIMovieClipAutomationImpl
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, 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, 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.
automationValue — Property, class mx.flash.UIMovieClip
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.
autoPlay — Property, class mx.controls.VideoDisplay
Specifies whether the video should start playing immediately when the source property is set.
autoRepeat — Property, class mx.controls.Button
Specifies whether to dispatch repeated buttonDown events if the user holds down the mouse button.
autoRewind — Property, 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.
autoSize — Property, class flash.text.TextField
Controls automatic sizing and alignment of text fields.
autoSize — Property, interface mx.core.IUITextField
Controls automatic sizing and alignment of text fields.
available — Property, class air.net.ServiceMonitor
Whether the service is currently considered "available." The initial value is false until either a status check sets the property to true or the property is initialized to true explicitly. Typically, this property is set by the checkStatus() implementation in a subclass or specializer, but if the application has independent information about a service's availability (for example, a request just succeeded or failed), the property can be set explicitly.
available — Property, class air.update.events.StatusFileUpdateEvent
Indicates if if there is a different version available than one of the current application (true); false otherwise (same version).
available — Property, class air.update.events.StatusUpdateEvent
Indicates if an update is available.
available — Static Property, class flash.external.ExternalInterface
Indicates whether this player is in a container that offers an external interface.
AverageAggregator — class, package mx.olap.aggregators
The AverageAggregator class implements the average aggregator.
avHardwareDisable — Static Property, class flash.system.Capabilities
Specifies whether access to the user's camera and microphone has been administratively prohibited (true) or allowed (false).
AVM1Movie — class, package flash.display
AVM1Movie is a simple class that represents AVM1 movie clips, which use ActionScript 1.0 or 2.0.
axes — Property, class mx.charts.chartClasses.DataTransform
The set of axes associated with this transform.
axes — Property, interface mx.olap.IOLAPResult
An Array of IOLAPResultAxis instances that represent all the axes of the query.
axes — Property, class mx.olap.OLAPQuery
The axis of the Query as an Array of OLAPQueryAxis instances.
axes — Property, class mx.olap.OLAPResult
An Array of IOLAPResultAxis instances that represent all the axes of the query.
axis — Property, class mx.charts.AxisRenderer
The axis object associated with this renderer.
axis — Property, interface mx.charts.chartClasses.IAxisRenderer
The axis object associated with this renderer.
AXIS_ANGLE — Constant Static Property, class flash.geom.Orientation3D
The axis angle orientation uses a combination of an axis and an angle to determine the orientation.
AxisBase — class, package mx.charts.chartClasses
The AxisBase class serves as a base class for the various axis types supported in Flex.
AxisBase() — Constructor, class mx.charts.chartClasses.AxisBase
Constructor.
AxisLabel — class, package mx.charts
An AxisLabel object represents a single label on the chart axis.
AxisLabel(position:Number, value:Object, text:String) — Constructor, class mx.charts.AxisLabel
Constructor.
AxisLabelSet — class, package mx.charts.chartClasses
An AxisLabelSet represents the label and tick data generated by an implementation of IAxis.
AxisLabelSet() — Constructor, class mx.charts.chartClasses.AxisLabelSet
Constructor.
axisOrdinal — Property, class mx.olap.OLAPQueryAxis
The type of axis, as OLAPQuery.COLUMN AXIS for a column axis, OLAPQuery.ROW_AXIS for a row axis, and OLAPQuery.SLICER_AXIS for a slicer axis.
AxisRenderer — class, package mx.charts
You use the AxisRenderer class to describe the horizontal and vertical axes of a chart.
AxisRenderer() — Constructor, class mx.charts.AxisRenderer
Constructor.
AxisRendererAutomationImpl — class, package mx.automation.delegates.charts
Defines the methods and properties required to perform instrumentation for the AxisRenderer class.
AxisRendererAutomationImpl(obj:mx.charts:AxisRenderer) — Constructor, class mx.automation.delegates.charts.AxisRendererAutomationImpl
Constructor.
axisStroke — Style, class mx.charts.AxisRenderer
Specifies the characteristics of the line for the axis.
axisTitleStyleName — Style, class mx.charts.chartClasses.CartesianChart
The name of the CSS class selector to use when formatting titles on the axes.
axisTitleStyleName — Style, 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