Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs 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 method or property belongs, you can look it up in the Index.
| Class | Package | Description | |
|---|---|---|---|
| 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 a remote procedure call (RPC). | |
| AbstractMessage
| mx.messaging.messages | Abstract base class for all messages. | |
| AbstractOperation
| mx.rpc | The AbstractOperation class represents 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. | |
| 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. | |
| AccordionHeaderSkin
| mx.skins.halo | The skin for all the states of an AccordionHeader in an Accordion. | |
| 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 | A Camera or Microphone object 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. | |
| AddItemAction
| 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. | |
| AddItemActionInstance
| mx.effects.effectClasses | The AddItemActionInstance class implements the instance class for the AddItemAction effect. | |
| AdvancedDataGrid
| mx.controls | The AdvancedDataGrid control expands on the functionality of the standard DataGrid control to add data visualization features to your Adobe Flex application. | |
| AdvancedDataGridAutomationImpl
| mx.automation.delegates.advancedDataGrid | Defines methods and properties required to perform instrumentation for the AdvancedDataGrid control. | |
| AdvancedDataGridBase
| 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. | |
| AdvancedDataGridBaseEx
| mx.controls | The AdvancedDataGridBaseEx class is a base class of the AdvancedDataGrid control. | |
| AdvancedDataGridBaseExAutomationImpl
| mx.automation.delegates.advancedDataGrid | Defines methods and properties required to perform instrumentation for the AdvancedDataGrid control. | |
| AdvancedDataGridBaseSelectionData
| 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. | |
| AdvancedDataGridColumn
| mx.controls.advancedDataGridClasses | The AdvancedDataGridColumn class describes a column in an AdvancedDataGrid control. | |
| AdvancedDataGridColumnGroup
| mx.controls.advancedDataGridClasses | Use the AdvancedDataGridColumnGroup class to specify column groups for the AdvancedDataGrid control. | |
| AdvancedDataGridDragProxy
| mx.controls.advancedDataGridClasses | The AdvancedDataGridDragProxy class defines the default drag proxy used when dragging data from an AdvancedDataGrid control. | |
| AdvancedDataGridEvent
| 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. | |
| AdvancedDataGridEventReason
| 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
| mx.controls.advancedDataGridClasses | The AdvancedDataGridGroupItemRenderer class defines the default item renderer for the nodes of the navigation tree. | |
| AdvancedDataGridGroupItemRendererAutomationImpl
| mx.automation.delegates.advancedDataGrid | Defines methods and properties required to perform instrumentation for the AdvancedDataGridGroupItemRenderer class. | |
| AdvancedDataGridHeaderHorizontalSeparator
| mx.skins.halo | The skin for the separator between column headers in an AdvancedDataGrid control. | |
| AdvancedDataGridHeaderInfo
| mx.controls.advancedDataGridClasses | The AdvancedDataGridHeaderInfo class contains information that describes the hierarchy of the columns of the AdvancedDataGrid control. | |
| AdvancedDataGridHeaderRenderer
| mx.controls.advancedDataGridClasses | The AdvancedDataGridHeaderRenderer class defines the default header renderer for a AdvancedDataGrid control. | |
| AdvancedDataGridHeaderShiftEvent
| mx.automation.events | The AdvancedDataGridHeaderShiftEvent class represents event objects that are dispatched when an AdvancedDataGrid control's header item is shifted. | |
| AdvancedDataGridItemRenderer
| mx.controls.advancedDataGridClasses | The AdvancedDataGridItemRenderer class defines the default item renderer for a AdvancedDataGrid control. | |
| AdvancedDataGridItemRendererAutomationImpl
| mx.automation.delegates.advancedDataGrid | Defines methods and properties required to perform instrumentation for the AdvancedDataGridItemRenderer class. | |
| AdvancedDataGridItemSelectEvent
| 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. | |
| AdvancedDataGridListData
| 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. | |
| AdvancedDataGridRendererDescription
| mx.controls.advancedDataGridClasses | The AdvancedDataGridRendererDescription class contains information that describes an item renderer for the AdvancedDataGrid control. | |
| AdvancedDataGridRendererProvider
| mx.controls.advancedDataGridClasses | An AdvancedDataGridRendererProvider instance defines the characteristics for a single item renderer used by the AdvancedDataGrid control. | |
| AdvancedDataGridSortItemRenderer
| 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. | |
| AdvancedListBase
| 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. | |
| AdvancedListBaseAutomationImpl
| mx.automation.delegates.advancedDataGrid | Defines methods and properties required to perform instrumentation for the AdvancedListBase class. | |
| AIREvent
| 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. | |
| 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. | |
| 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. | |
| ApplicationTitleBarBackgroundSkin
| mx.skins.halo | The skin for the TitleBar of a WindowedApplication or Window. | |
| 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. | |
| AsyncErrorEvent
| 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. | |
| 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. | |
| 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. | |
| AutomationDragEventWithPositionInfo
| mx.automation.events | The AutomationDragEventWithPositionInfo 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. | |
| AutomationEvent
| mx.automation.events | The AutomationEvent class represents event objects that are dispatched by the AutomationManager. | |
| 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. | |
| AverageAggregator
| mx.olap.aggregators | The AverageAggregator class implements the average aggregator. | |
| 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. | |
| Base64Decoder
| mx.utils | A utility class to decode a Base64 encoded String to a ByteArray. | |
| Base64Encoder
| mx.utils | A utility class to encode a String or ByteArray as a Base64 encoded String. | |
| 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.display.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 bitmap image. | |
| 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. | |
| BoxDivider
| mx.containers.dividedBoxClasses | The BoxDivider class represents the divider between children of a DividedBox 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. | |
| BrowserChangeEvent
| mx.events | The BrowserChangeEvent class represents event objects specific to the BrowserManager. | |
| BrowserInvokeEvent
| flash.events | The NativeApplication object of an AIR application dispatches a BrowserInvokeEvent event when the application is invoked as the result of a SWF file in the browser using the browser invocation feature. | |
| BrowserManager
| mx.managers | The BrowserManager is a Singleton manager that acts as a proxy between the browser and the application. | |
| 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. | |
| ButtonAsset
| mx.core | ButtonAsset is a subclass of the flash.display.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
| 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. | |
| ByteArrayAsset
| mx.core | ByteArrayAsset is a subclass of the flash.utils.ByteArray class which represents an arbitrary sequence of byte data that you embed in a Flex application. | |
| 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 | Use the Camera class to capture video from a camera attached to a computer running Flash Player. | |
| 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. | |
| CartesianCanvasValue
| mx.charts.chartClasses | Defines the position of objects on a data canvas. | |
| 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. | |
| CartesianDataCanvas
| mx.charts.chartClasses | This class lets you use add graphical elements such as lines, ellipses, and other shapes by using a graphics API. | |
| 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. | |
| 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. | |
| ChartEvent
| mx.charts.events | The ChartEvent class represents events that are specific to the chart control, such as when a chart is clicked. | |
| ChartItem
| mx.charts | A ChartItem represents a single item in a ChartSeries. | |
| ChartItemDragProxy
| mx.charts.chartClasses | The default drag proxy used when dragging items from a chart control. | |
| 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. | |
| ChartSelectionChangeEvent
| mx.automation.events | The ListItemSelectEvent class represents event objects that are dispatched when an item in a list-based control such as a Menu, DataGrid, or Tree control is selected or deselected. | |
| 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. | |
| 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. | |
| ChildItemPendingError
| mx.collections.errors | This error is thrown when retrieving a child item from a collection view requires an asynchronous call. | |
| 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. | |
| 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. | |
| Clipboard
| flash.desktop | Provides a container for transferring data and objects through the clipboard and through drag-and-drop operations. | |
| ClipboardFormats
| flash.desktop | Defines constants for the names of the standard data formats used with the Clipboard class. | |
| ClipboardTransferMode
| flash.desktop | Defines constants for the modes used as values of the transferMode parameter of the Clipboard.getData() method. | |
| 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. | |
| 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. | |
| 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. | |
| 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. | |
| 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. | |
| CompressionAlgorithm
| flash.utils | Defines string constants for the names of compress and uncompress options. | |
| 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. | |
| ConstraintColumn
| mx.containers.utilityClasses | The ConstraintColumn class partitions an absolutely positioned container in the vertical plane. | |
| ConstraintRow
| mx.containers.utilityClasses | ConstraintRow class partitions an absolutely positioned container in the horizontal plane. | |
| 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. | |
| ContainerMovieClip
| mx.flash | Container components created in Adobe Flash CS3 Professional for use in Flex are subclasses of the mx.flash.ContainerMovieClip class. | |
| ContainerMovieClipAutomationImpl
| mx.automation.delegates.flashflexkit | Defines methods and properties required to perform instrumentation for the ContainerMovieClip control. | |
| 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 | An object dispatches a ContextMenuEvent object when the 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. | |
| ContextualClassFactory
| mx.core | A class factory that provides a system manager as a context of where the class should be created. | |
| 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. | |
| CountAggregator
| mx.olap.aggregators | The CountAggregator class implements the count aggregator. | |
| 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. | |
| CrossDomainRSLItem
| mx.core | Cross-domain RSL Item Class. | |
| 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. | |
| CubeEvent
| mx.events | Event class used by OLAPCube to indicate its status. | |
| 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 |