Documentation for ActionScript classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners that belong to a specific class in ActionScript (as opposed to global functions or properties). The classes are listed alphabetically. If you are not sure to which class a certain member belongs, you can look it up in the Index.
| Class | Package | Description | |
|---|---|---|---|
| AbandonCommand
| lc.domain | The AbandonCommand class executes the task's abandon operation. | |
| AbstractConsumer
| mx.messaging | The AbstractConsumer is the base class for both the Consumer and MultiTopicConsumer classes. | |
| AbstractEvent
| mx.rpc.events | The base class for events that RPC services dispatch. | |
| AbstractInvoker
| mx.rpc | An invoker is an object that actually executes an remote procedure call (RPC). | |
| AbstractMessage
| mx.messaging.messages | Abstract base class for all messages. | |
| AbstractOperation
| mx.rpc | The AbstractOperation class represents an is an individual method on a service. | |
| AbstractService
| mx.rpc | The AbstractService class is the base class for the WebService and RemoteObject classes. | |
| AbstractTarget
| mx.logging | This class provides the basic functionality required by the logging framework for a target implementation. | |
| AbstractWebService
| mx.rpc.soap | AbstractWebService is an abstract base class for implementations that provide RPC access to SOAP-based web services. | |
| Accessibility
| flash.accessibility | The Accessibility class manages communication with screen readers. | |
| AccessibilityProperties
| flash.accessibility | The AccessibilityProperties class lets you control the presentation of Flash objects to accessibility aids, such as screen readers. | |
| AccImpl
| mx.accessibility | The AccImpl class is the base class for accessibility in components. | |
| Accordion
| mx.containers | An Accordion navigator container has a collection of child containers, but only one of them at a time is visible. | |
| AccordionAutomationImpl
| mx.automation.delegates.containers | Defines the methods and properties required to perform instrumentation for the Accordion class. | |
| AccordionHeader
| mx.containers.accordionClasses | The AccordionHeader class defines the appearance of the navigation buttons of an Accordion. | |
| AccordionHeaderAccImpl
| mx.accessibility | The AccordionHeaderAccImpl is the class for enabling Accordion Accessibility. | |
| AccordionHeaderSkin
| mx.skins.halo | The skin for all the states of an AccordionHeader in an Accordion. | |
| AccordionNav
| ga.controls | An accordion control listing section names where each section contains a list of panels. | |
| AcknowledgeMessage
| mx.messaging.messages | An AcknowledgeMessage acknowledges the receipt of a message that was sent previously. | |
| ActionEffectInstance
| mx.effects.effectClasses | The ActionEffectInstance class is the superclass for all action effect instance classes. | |
| ActionScriptVersion
| flash.display | The ActionScriptVersion class is an enumeration of constant values that indicate the language version of a loaded SWF file. | |
| ActivatorSkin
| mx.skins.halo | Defines the up, down, and over states for MenuBarItem objects. | |
| ActivityEvent
| flash.events | Flash® Player dispatches an ActivityEvent object whenever a camera or microphone reports that it has become active or inactive. | |
| AddChild
| mx.states | The AddChild class adds a child display object, such as a component, to a container as part of a view state. | |
| AddChildAction
| mx.effects | The AddChildAction class defines an action effect that corresponds to the AddChild property of a view state definition. | |
| AddChildActionInstance
| mx.effects.effectClasses | The AddChildActionInstance class implements the instance class for the AddChildAction effect. | |
| AddPanelButton
| ga.controls | Adds a new instance of a repeating panel to a list of panels contained within a section. | |
| Alert
| 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. | |
| AlertAccImpl
| mx.accessibility | The AlertAccImpl class is the accessibility class for Alert. | |
| AlertAutomationImpl
| mx.automation.delegates.controls | Defines methods and properties required to perform instrumentation for the Alert control. | |
| AlertFormAutomationImpl
| mx.automation.delegates.controls | Defines methods and properties required to perform instrumentation for the AlertForm class. | |
| AMFChannel
| mx.messaging.channels | The AMFChannel class provides the AMF support for messaging. | |
| AnimateProperty
| mx.effects | The AnimateProperty effect animates a property or style of a component. | |
| AnimatePropertyInstance
| mx.effects.effectClasses | The AnimatePropertyInstance class implements the instance class for the AnimateProperty effect. | |
| AntiAliasType
| flash.text | The AntiAliasType class provides values for anti-aliasing in the flash.text.TextField class. | |
| Application
| mx.core | Flex defines a default, or Application, container that lets you start adding content to your application without explicitly defining another container. | |
| ApplicationAutomationImpl
| mx.automation.delegates.containers | Defines the methods and properties required to perform instrumentation for the Application class. | |
| ApplicationControlBar
| mx.containers | The ApplicationControlBar container holds components that provide global navigation and application commands. | |
| ApplicationDomain
| flash.system | The ApplicationDomain class is a container for discrete groups of class definitions. | |
| AreaChart
| mx.charts | The AreaChart control represents data as an area bounded by a line connecting the values in the data. | |
| AreaRenderer
| mx.charts.renderers | The default class used to render the area beneath the dataPoints of an AreaSeries object. | |
| AreaSeries
| mx.charts.series | Defines a data series for an AreaChart control. | |
| AreaSeriesAutomationImpl
| mx.automation.delegates.charts | Defines the methods and properties required to perform instrumentation for the AreaSeries class. | |
| AreaSeriesItem
| mx.charts.series.items | Represents the information required to render an item as part of an AreaSeries. | |
| AreaSeriesRenderData
| mx.charts.series.renderData | Represents all the information needed by the AreaSeries to render. | |
| AreaSet
| mx.charts.series | A grouping set that can be used to stack AreaSeries objects in any chart. | |
| ArgumentError
| 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. | |
| arguments
| Top Level | An arguments object is used to store and access a function's arguments. | |
| Array
| Top Level | The Array class lets you access and manipulate arrays. | |
| ArrayCollection
| 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. | |
| ArrayUtil
| mx.utils | The ArrayUtil utility class is an all-static class with methods for working with arrays within Flex. | |
| Assignment
| lc.domain | The Assignment class describes the assignment of a task and carries information that determines the queue that contains the task. | |
| AssignmentConstants
| lc | The AssignmentConstants class holds constants for the Assignment class assignmentType property. | |
| AsyncErrorEvent
| flash.events | Flash® Player dispatches an AsyncErrorEvent when an exception is thrown from native asynchronous code, which could be from, for example, LocalConnection, NetConnection, SharedObject, or NetStream. | |
| AsyncMessage
| mx.messaging.messages | AsyncMessage is the base class for all asynchronous messages. | |
| AsyncRequest
| mx.rpc | The AsyncRequest class provides an abstraction of messaging for RPC call invocation. | |
| AsyncResponder
| mx.rpc | This class provides an RPC specific implementation of mx.rpc.IResponder. | |
| AsyncToken
| mx.rpc | This class provides a place to set additional or token-level data for asynchronous rpc operations. | |
| AttachmentCommand
| lc.domain | The AttachmentCommand class is a generic command that has direct association with a TaskAttachmentInfo object. | |
| AttachmentHeader
| lc.attachments | The AttachmentHeader component provides the user interface for adding a note or an attachment to a task. | |
| AttachmentHeaderModel
| lc.attachments | The AttachmentsHeaderModel class acts as the model for the AttachmentsHeader component. | |
| AttachmentInfo
| lc.domain | The AttachmentInfo class provides support for managing attachments and notes with tasks. | |
| AttachmentList
| lc.attachments | The AttachmentsList component displays the list of attachments and notes associated with a task. | |
| AttachmentListModel
| lc.attachments | The AttachmentListModel class acts as the presentation model for the AttachmentList component. | |
| AttachmentPermissions
| lc.domain | The AttachmentPermissions class stores the read/write/delete permissions for an attachment or note. | |
| Attachments
| lc.attachments | The Attachments component provides a complete user interface for working with the attachments and notes associated with a task. | |
| AttachmentsModel
| lc.attachments | The AttachmentsModel class acts as the model for the Attachments component. | |
| AuthenticatingApplication
| lc.core | The AuthenticatingApplication class handles loading of localized resources based on the browser language, authentication, and other initialization activities. | |
| Automation
| mx.automation | The Automation class defines the entry point for the Flex Automation framework. | |
| AutomationDragEvent
| mx.automation.events | The AutomationDragEvent class represents event objects that are dispatched as part of a drag-and-drop operation. | |
| AutomationError
| mx.automation | The AutomationError class defines the error constants used by the Flex Automation mechanism. | |
| AutomationID
| mx.automation | The Flex automation framework uses the AutomationID class to build object identification that Agents can use. | |
| AutomationIDPart
| mx.automation | The AutomationIDPart class represents a component instance to agents. | |
| AutomationRecordEvent
| mx.automation.events | The AutomationRecordEvent class represents event objects that are dispatched by the AutomationManager. | |
| AutomationReplayEvent
| 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. | |
| AVM1Movie
| flash.display | AVM1Movie is a simple class that represents AVM1 movie clips, which use ActionScript 1.0 or 2.0. | |
| AxisBase
| mx.charts.chartClasses | The AxisBase class serves as a base class for the various axis types supported in Flex. | |
| AxisLabel
| mx.charts | An AxisLabel object represents a single label on the chart axis. | |
| AxisLabelSet
| mx.charts.chartClasses | An AxisLAbelSet represents the label and tick data generated by an implementation of IAxis. | |
| AxisRenderer
| mx.charts | You use the AxisRenderer class to describe the horizontal and vertical axes of a chart. | |
| AxisRendererAutomationImpl
| mx.automation.delegates.charts | Defines the methods and properties required to perform instrumentation for the AxisRenderer class. | |
| Back
| mx.effects.easing | The Back class defines three easing functions to implement motion with Flex effect classes. | |
| BarChart
| mx.charts | The BarChart control represents data as a series of horizontal bars whose length is determined by values in the data. | |
| BarSeries
| mx.charts.series | Defines a data series for a BarChart control. | |
| BarSeriesAutomationImpl
| mx.automation.delegates.charts | Defines the methods and properties required to perform instrumentation for the BarSeries class. | |
| BarSeriesItem
| mx.charts.series.items | Represents the information required to render an item as part of a BarSeries. | |
| BarSeriesRenderData
| mx.charts.series.renderData | Represents all the information needed by the BarSeries to render. | |
| BarSet
| mx.charts.series | A grouping set that can be used to stack or cluster BarSeries objects in any chart. | |
| BaseListData
| mx.controls.listClasses | The BaseListData class defines the data type of the listData property implemented by drop-in item renderers or drop-in item editors. | |
| BevelFilter
| flash.filters | The BevelFilter class lets you add a bevel effect to display objects. | |
| BindingUtils
| mx.binding.utils | The BindingUtils class defines utility methods for performing data binding from ActionScript. | |
| Bitmap
| flash.display | The Bitmap class represents display objects that represent bitmap images. | |
| BitmapAsset
| mx.core | BitmapAsset is a subclass of the Flash Player's Bitmap class which represents bitmap images that you embed in a Flex application. | |
| BitmapData
| flash.display | The BitmapData class lets you work with the data (pixels) of a Bitmap object. | |
| BitmapDataChannel
| flash.display | The BitmapDataChannel class is an enumeration of constant values that indicate which channel to use: red, blue, green, or alpha transparency. | |
| BitmapFill
| mx.graphics | Defines a set of values used to fill an area on screen with a bitmap or other DisplayObject. | |
| BitmapFilter
| flash.filters | The BitmapFilter class is the base class for all image filter effects. | |
| BitmapFilterQuality
| flash.filters | The BitmapFilterQuality class contains values to set the rendering quality of a BitmapFilter object. | |
| BitmapFilterType
| flash.filters | The BitmapFilterType class contains values to set the type of a BitmapFilter. | |
| BlendMode
| flash.display | A class that provides constant values for visual blend mode effects. | |
| Blur
| mx.effects | The Blur effect lets you apply a blur visual effect to a component. | |
| BlurFilter
| flash.filters | The BlurFilter class lets you apply a blur visual effect to display objects. | |
| BlurInstance
| mx.effects.effectClasses | The BlurInstance class implements the instance class for the Blur effect. | |
| Boolean
| Top Level | A Boolean object is a data type that can have one of two values, either true or false, used for logical operations. | |
| Border
| mx.skins | The Border class is an abstract base class for various classes that draw borders, either rectangular or non-rectangular, around UIComponents. | |
| Bounce
| mx.effects.easing | The Bounce class defines three easing functions to implement bounce motion with Flex effect classes. | |
| BoundedValue
| mx.charts.chartClasses | A bounded value is used to represent a datapoint that a chart element intends to render on screen. | |
| Box
| mx.containers | A Box container lays out its children in a single vertical column or a single horizontal row. | |
| BoxAutomationImpl
| mx.automation.delegates.containers | Defines the methods and properties required to perform instrumentation for the Box class. | |
| BoxDirection
| mx.containers | The BoxDirection class specifies constant values for the direction property of the Box container. | |
| BoxItemRenderer
| mx.charts.renderers | A simple chart itemRenderer implementation that fills a rectangular area. | |
| BrokenImageBorderSkin
| mx.skins.halo | The skin for the border of a SWFLoader or Image component when the content could not be loaded. | |
| BubbleChart
| mx.charts | The BubbleChart control represents data with three values for each data point. | |
| BubbleSeries
| mx.charts.series | Defines a data series for a BubbleChart control. | |
| BubbleSeriesAutomationImpl
| mx.automation.delegates.charts | Defines the methods and properties required to perform instrumentation for the BubbleSeries class. | |
| BubbleSeriesItem
| mx.charts.series.items | Represents the information required to render an item as part of a BubbleSeries. | |
| BubbleSeriesRenderData
| mx.charts.series.renderData | Represents all the information needed by the BubbleSeries to render. | |
| Button
| mx.controls | The Button control is a commonly used rectangular button. | |
| ButtonAccImpl
| mx.accessibility | The ButtonAccImpl class is the accessibility class for Button. | |
| ButtonAsset
| mx.core | ButtonAsset is a subclass of the Flash Player's SimpleButton class which represents button symbols that you embed in a Flex application from a SWF file produced by Flash. | |
| ButtonAutomationImpl
| mx.automation.delegates.controls | Defines methods and properties required to perform instrumentation for the Button control. | |
| ButtonBar
| ga.wrappers | Defines the default Button Bar form guide layout available in Guide Builder. | |
| ButtonBar
| mx.controls | The ButtonBar control defines a horizontal or vertical group of logically related push buttons with a common look and navigation. | |
| ButtonBarAutomationImpl
| mx.automation.delegates.controls | Defines methods and properties required to perform instrumentation for the ButtonBar control. | |
| ButtonBarButtonSkin
| mx.skins.halo | The skin for all the states of the ButtonBarButtons in a ButtonBar. | |
| ButtonLabelPlacement
| mx.controls | The ButtonLabelPlacement class defines the constants for the allowed values of the labelPlacement property of a Button, CheckBox, LinkButton, or RadioButton control. | |
| ButtonSkin
| mx.skins.halo | The skin for all the states of a Button. | |
| ByteArray
| flash.utils | The ByteArray class provides methods and properties to optimize reading, writing, and working with binary data. | |
| CacheDataDescriptor
| mx.data | This class provides information about the attributes of cached data. | |
| CalendarLayoutChangeEvent
| mx.events | The CalendarLayoutChangeEvent class represents the event object passed to the event listener for the change event for the DateChooser and DateField controls. | |
| Camera
| flash.media | The Camera class is primarily for use with Flash Media Server, but can be used in a limited way without the server. | |
| CandlestickChart
| mx.charts | The CandlestickChart control represents financial data as a series of candlesticks representing the high, low, opening, and closing values of a data series. | |
| CandlestickItemRenderer
| mx.charts.renderers | The default itemRenderer for a CandlestickSeries object. | |
| CandlestickSeries
| mx.charts.series | Represents financial data as a series of candlesticks representing the high, low, opening, and closing values of a data series. | |
| Canvas
| mx.containers | A Canvas layout container defines a rectangular region in which you place child containers and controls. | |
| CanvasAutomationImpl
| mx.automation.delegates.containers | Defines the methods and properties required to perform instrumentation for the Canvas class. | |
| Capabilities
| flash.system | The Capabilities class provides properties that describe the system and player that are hosting a SWF file. | |
| CapsStyle
| flash.display | The CapsStyle class is an enumeration of constant values that specify the caps style to use in drawing lines. | |
| CartesianChart
| mx.charts.chartClasses | The CartesianChart class is a base class for the common chart types. | |
| CartesianChartAutomationImpl
| mx.automation.delegates.charts | Defines the methods and properties required to perform instrumentation for the CartesianChart base class. | |
| CartesianTransform
| mx.charts.chartClasses | The CartesianTransform object represents a set of axes sed to map data values to x/y Cartesian screen coordinates and vice versa. | |
| Category
| lc.domain | The Category class manages all category information. | |
| CategoryAxis
| mx.charts | The CategoryAxis class lets charts represent data grouped by a set of discrete values along an axis. | |
| ChangeWatcher
| mx.binding.utils | The ChangeWatcher class defines utility methods that you can use with bindable Flex properties. | |
| Channel
| mx.messaging | The Channel class is the base message channel class that all channels in the messaging system must extend. | |
| ChannelError
| mx.messaging.errors | This is the base class for any channel related errors. | |
| ChannelEvent
| mx.messaging.events | The ChannelEvent is used to propagate channel events within the messaging system. | |
| ChannelFaultEvent
| mx.messaging.events | The ChannelFaultEvent class is used to propagate channel fault events within the messaging system. | |
| ChannelSet
| mx.messaging | The ChannelSet is a set of Channels that are used to send messages to a target destination. | |
| ChartBase
| mx.charts.chartClasses | The ChartBase class is the link between the Flex component architecture and the DualStyleObject architecture. | |
| ChartBaseAutomationImpl
| mx.automation.delegates.charts | Defines the methods and properties required to perform instrumentation for the ChartBase base class. | |
| ChartElement
| mx.charts.chartClasses | The ChartElement class is the base class for visual chart elements. | |
| ChartItem
| mx.charts | A ChartItem represents a single item in a ChartSeries. | |
| ChartItemEvent
| mx.charts.events | The ChartItemEvent class represents events that are specific to the chart components, such as when a chart item is clicked. | |
| ChartLabel
| mx.charts.chartClasses | Draws data labels on chart controls. | |
| ChartState
| mx.charts.chartClasses | Describes the current state of a chart. | |
| CheckBox
| mx.controls | The CheckBox control consists of an optional label and a small box that can contain a check mark or not. | |
| CheckBoxAccImpl
| mx.accessibility | The CheckBoxAccImpl class is the accessibility class for CheckBox. | |
| CheckBoxAutomationImpl
| mx.automation.delegates.controls | Defines methods and properties required to perform instrumentation for the CheckBox control. | |
| CheckBoxIcon
| mx.skins.halo | The skin for all the states of the icon in a CheckBox. | |
| ChildExistenceChangedEvent
| mx.events | Represents events that are dispatched when a the child of a control is created or destroyed. | |
| CircleItemRenderer
| mx.charts.renderers | A simple chart itemRenderer implementation that fills an elliptical area. | |
| Circular
| mx.effects.easing | The Circular class defines three easing functions to implement circular motion with Flex effect classes. | |
| ClaimCommand
| lc.domain | The ClaimCommand class executes the task's claim operation. | |
| Class
| Top Level | A Class object is created for each class definition in a program. | |
| ClassFactory
| mx.core | A ClassFactory instance is a "factory object" which Flex uses to generate instances of another class, each with identical properties. | |
| CloseEvent
| mx.events | The CloseEvent class represents event objects specific to popup windows, such as the Alert control. | |
| CollectionEvent
| mx.events | The mx.events.CollectionEvent class represents an event that is dispatched when the associated collection changes. | |
| CollectionEventKind
| mx.events | The CollectionEventKind class contains constants for the valid values of the mx.events.CollectionEvent class kind property. | |
| CollectionResultEvent
| lc.core.events | The CollectionResultEvent event is dispatched when a collection has been successfully retrieved. | |
| CollectionToken
| lc.core | The CollectionToken class represents a token for an asynchronous call that returns a collection. | |
| CollectionViewError
| mx.collections.errors | The CollectionViewError class represents general errors within a collection that are not related to specific activities such as Cursor seeking. | |
| ColorMatrixFilter
| flash.filters | The ColorMatrixFilter class lets you apply a 4 x 5 matrix transformation on the RGBA color and alpha values of every pixel in the input image to produce a result with a new set of RGBA color and alpha values. | |
| ColorPicker
| mx.controls | The ColorPicker control provides a way for a user to choose a color from a swatch list. | |
| ColorPickerAutomationImpl
| mx.automation.delegates.controls | Defines methods and properties required to perform instrumentation for the ColorPicker control. | |
| ColorPickerEvent
| mx.events | Represents events that are specific to the ColorPicker control, such as when the user rolls the mouse over or out of a swatch in the swatch panel. | |
| ColorPickerSkin
| mx.skins.halo | The skin for all the states of a ColorPicker. | |
| ColorTransform
| flash.geom | The ColorTransform class lets you adjust the color values in a display object. | |
| ColorUtil
| mx.utils | The ColorUtil class is an all-static class with methods for working with RGB colors within Flex. | |
| ColumnChart
| mx.charts | The ColumnChart control represents data as a series of vertical columns whose height is determined by values in the data. | |
| ColumnSeries
| mx.charts.series | Defines a data series for a ColumnChart control. | |
| ColumnSeriesAutomationImpl
| mx.automation.delegates.charts | Defines the methods and properties required to perform instrumentation for the ColumnSeries class. | |
| ColumnSeriesItem
| mx.charts.series.items | Represents the information required to render an item as part of a ColumnSeries. | |
| ColumnSeriesRenderData
| mx.charts.series.renderData | Represents all the information needed by the ColumnSeries to render. | |
| ColumnSet
| mx.charts.series | ColumnSet is a grouping set that can be used to stack or cluster column series in any arbitrary chart. | |
| ComboBase
| mx.controls | The ComboBase class is the base class for controls that display text in a text field and have a button that causes a drop-down list to appear where the user can choose which text to display. | |
| ComboBaseAccImpl
| mx.accessibility | The ComboBaseAccImpl class is the accessibility class for ComboBase. | |
| ComboBaseAutomationImpl
| mx.automation.delegates.controls | Defines methods and properties required to perform instrumentation for the ComboBase class. | |
| ComboBox
| mx.controls | The ComboBox control contains a drop-down list from which the user can select a single value. | |
| ComboBoxAccImpl
| mx.accessibility | The ComboBoxAccImpl class is the accessibility class for List. | |
| ComboBoxArrowSkin
| mx.skins.halo | The skin for all the states of the button in a ComboBox. | |
| ComboBoxAutomationImpl
| mx.automation.delegates.controls | Defines methods and properties required to perform instrumentation for the ComboBox control. | |
| CommandMessage
| mx.messaging.messages | The CommandMessage class provides a mechanism for sending commands to the server infrastructure, such as commands related to publish/subscribe messaging scenarios, ping operations, and cluster operations. | |
| CompleteCommand
| lc.domain | The CompleteCommand class executes the task's complete operation. | |
| ComponentDescriptor
| mx.core | ComponentDescriptor is the base class for the UIComponentDescriptor class, which encapsulates the information that you specified in an MXML tag for an instance of a visual component. | |
| CompositeEffect
| mx.effects |
The CompositeEffect class is the parent class for the Parallel
and Sequence classes, which define the |
|
| CompositeEffectInstance
| mx.effects.effectClasses | The CompositeEffectInstance class implements the instance class for the CompositeEffect class. | |
| CompositeMessage
| lc.core | The CompositeMessage class encapsulates a composite message. | |
| Concurrency
| mx.rpc.mxml | Concurrency is set via MXML based access to RPC services to indicate how to handle multiple calls to the same service. | |
| ConfigMap
| mx.messaging.config | The ConfigMap class provides a mechanism to store the properties returned by the server with the ordering of the properties maintained. | |
| Conflict
| mx.data | The Conflict class is used to represent error that has occurred due to an update operation. | |
| ConflictDetector
| mx.data | A DataService instance uses a ConflictDetector instance to determine when a conflict occurs for an operation pushed from a remote destination. | |
| Conflicts
| mx.data | The Conflicts class represents a list of conflicts. | |
| ConsultCommand
| lc.domain | The ConsultCommand class executes the task's consult operation. | |
| Consumer
| mx.messaging | A Consumer subscribes to a destination to receive messages. | |
| Container
| mx.core | The Container class is an abstract base class for components that controls the layout characteristics of child components. | |
| ContainerAutomationImpl
| mx.automation.delegates.core | Defines the methods and properties required to perform instrumentation for the Container class. | |
| ContainerCreationPolicy
| mx.core | The ContainerCreationPolicy class defines the constant values for the creationPolicy property of the Container class. | |
| ContainerLayout
| mx.core | The ContainerLayout class defines the constant values for the layout property of container classes. | |
| ContextMenu
| flash.ui | The ContextMenu class provides control over the items in the Flash Player context menu. | |
| ContextMenuBuiltInItems
| flash.ui | The ContextMenuBuiltInItems class describes the items that are built in to a context menu. | |
| ContextMenuEvent
| flash.events | Flash® Player dispatches ContextMenuEvent objects when a user generates or interacts with the context menu. | |
| ContextMenuItem
| flash.ui | Use the ContextMenuItem class to create custom menu items to display in the Flash Player context menu. | |
| ControlBar
| mx.containers | The ControlBar container lets you place controls at the bottom of a Panel or TitleWindow container. | |
| ConvolutionFilter
| flash.filters | The ConvolutionFilter class applies a matrix convolution filter effect. | |
| CopyPanelButton
| ga.controls | Creates a new instance of a repeating panel from the current instance of the panel. | |
| CreditCardValidator
| mx.validators | The CreditCardValidator class validates that a credit card number is the correct length, has the correct prefix, and passes the Luhn mod10 algorithm for the specified card type. | |
| CreditCardValidatorCardType
| mx.validators | The CreditCardValidatorCardType class defines value constants for specifying the type of credit card to validate. | |
| CrossItemRenderer
| mx.charts.renderers | A simple chart itemRenderer implementation that fills a cross in its assigned area. | |
| CSMSettings
| flash.text | The CSMSettings class contains properties for use with the TextRenderer.setAdvancedAntiAliasingTable() method to provide continuous stroke modulation (CSM). | |
| CSSStyleDeclaration
| mx.styles | The CSSStyleDeclaration class represents a set of CSS style rules. | |
| Cubic
| mx.effects.easing | The Cubic class defines three easing functions to implement motion with Flex effect classes. | |
| CuePointEvent
| mx.events | The CuePointEvent class represents the event object passed to the event listener for cue point events dispatched by the VideoDisplay control. | |
| CuePointManager
| mx.controls.videoClasses | The CuePointManager class lets you use ActionScript code to manage the cue points associated with the VideoDisplay control. | |
| CurrencyFormatter
| mx.formatters | The CurrencyFormatter class formats a valid number as a currency value. | |
| CurrencyValidator
| mx.validators | The CurrencyValidator class ensures that a String represents a valid currency expression. | |
| CurrencyValidatorAlignSymbol
| mx.validators | The CurrencyValidatorAlignSymbol class defines value constants for specifying currency symbol alignment. | |
| CursorBookmark
| mx.collections | Encapsulates the positional aspects of a cursor in an ICollectionView. | |
| CursorError
| mx.collections.errors | This error is thrown by a collection Cursor. | |
| CursorManager
| mx.managers | The CursorManager class controls a prioritized list of cursors, where the cursor with the highest priority is currently visible. | |
| CursorManagerPriority
| mx.managers | The CursorManagerPriority class defines the constant values for the priority argument to the CursorManager.setCursor() method. | |
| CustomActions
| adobe.utils | The methods of the CustomActions class allow a SWF file playing in the Flash authoring tool to manage any custom actions that are registered with the authoring tool. | |
| DataConflictEvent
| mx.data.events | This event informs users of a DataService instance that a conflict has occurred. | |
| DataDescription
| mx.charts.chartClasses | The DataDescription structure is used by ChartElements to describe the characteristics of the data they represent to Axis objects that auto-generate values from the data represented in the chart. | |
| DataErrorMessage
| mx.data.messages | Special cases of ErrorMessage will be sent when a data conflict occurs. | |
| DataEvent
| flash.events | Flash® Player dispatches DataEvent objects when raw data has completed loading into Flash Player. | |
| DataGrid
| mx.controls | The DataGrid control is like a List except that it can show more than one column of data making it suited for showing objects with multiple properties. | |
| DataGridAccImpl
| mx.accessibility | The DataGridAccImpl class is the accessibility class for DataGrid. | |
| DataGridAutomationImpl
| mx.automation.delegates.controls | Defines methods and properties required to perform instrumentation for the DataGrid control. | |
| DataGridBase
| mx.controls.dataGridClasses | The DataGridBase class is the base class for controls that display lists of items in multiple columns. | |
| DataGridColumn
| mx.controls.dataGridClasses | The DataGridColumn class describes a column in a DataGrid control. | |
| DataGridColumnDropIndicator
| mx.skins.halo | The skin for the column drop indicator in a DataGrid. | |
| DataGridColumnResizeSkin
| mx.skins.halo | The skin for the column resizer in a DataGrid. | |
| DataGridDragProxy
| mx.controls.dataGridClasses | The DataGridDragProxy class defines the default drag proxy used when dragging data from a DataGrid control. | |
| DataGridEvent
| mx.events | The DataGridEvent class represents event objects that are specific to the DataGrid control, such as the event that is dispatched when an editable grid item gets the focus. | |
| DataGridEventReason
| mx.events | The DataGridEventReason class defines constants for the values of the reason property of a DataGridEvent object when the type property is itemEditEnd. | |
| DataGridHeaderSeparator
| mx.skins.halo | The skin for the separator between column headers in a DataGrid. | |
| DataGridItemRenderer
| mx.controls.dataGridClasses | The DataGridItemRenderer class defines the default item renderer for a DataGrid control. | |
| DataGridItemRendererAutomationImpl
| mx.automation.delegates.controls | Defines methods and properties required to perform instrumentation for the DataGridItemRenderer class. | |
| DataGridListData
| mx.controls.dataGridClasses | The DataGridListData class defines the data type of the listData property that is implemented by drop-in item renderers or drop-in item editors for the DataGrid control. | |
| DataGridSortArrow
| mx.skins.halo | The skin for the sort arrow in a column header in a DataGrid. | |
| DataListError
| mx.data.errors | This error is thrown when an unanticipated problem occurs in a DataList. | |
| DataMessage
| mx.data.messages | This message is used to transport an operation that occurred on a managed object or collection. | |
| DataService
| mx.data.mxml | The DataService class provides the top-level functionality for the LiveCycle Data Services ES Data Management Service. | |
| DataService
| mx.data | The DataService class provides the top-level functionality for the LiveCycle Data Services ES Data Management Service. | |
| DataServiceError
|