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  
c — Property, class flash.geom.Matrix
The value that affects the positioning of pixels along the x axis when rotating or skewing an image.
C — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the C key (67).
cache — Property, class mx.charts.chartClasses.RenderData
The list of ChartItems representing the items in the series's dataProvider.
cacheable — Property, class mx.automation.events.AutomationRecordEvent
Contains true if this is a cacheable event, and false if not.
cacheAsBitmap — Property, class flash.display.DisplayObject
If set to true, Flash Player or Adobe AIR caches an internal bitmap representation of the display object.
cacheAsBitmap — Property, interface mx.core.IFlexDisplayObject
If set to true, Flash Player or Adobe AIR caches an internal bitmap representation of the display object.
cachedDataChangeEffect — Property, class mx.controls.listClasses.AdvancedListBase
The effect that plays when changes occur in the data provider for the control.
cacheDefaultValues(measureName:String, cache:Array, fieldName:String) — method, class mx.charts.chartClasses.Series
Caches the values stored in the measureName property from the original dataProvider items in the chart item's fieldName property.
cachedHeaderHeight — Property, class mx.controls.dataGridClasses.DataGridHeader
The cached header height, in pixels.
cachedItemsChangeEffect — Property, class mx.controls.listClasses.ListBase
The effect that plays when changes occur in the data provider for the control, set through the itemsChangeEffect style.
cachedPaddingBottom — Property, class mx.controls.dataGridClasses.DataGridHeader
The cached padding for the bottom of the renderer, in pixels.
cachedPaddingTop — Property, class mx.controls.dataGridClasses.DataGridHeader
The cached padding for the top of the renderer, in pixels.
cacheHeuristic — Property, interface mx.core.IDeferredInstantiationUIComponent
Used by Flex to suggest bitmap caching for the object.
cacheHeuristic — Property, class mx.core.UIComponent
Used by Flex to suggest bitmap caching for the object.
cacheHeuristic — Property, class mx.flash.UIMovieClip
Used by Flex to suggest bitmap caching for the object.
cacheIndexValues(measureName:String, cache:Array, fieldName:String) — method, class mx.charts.chartClasses.Series
Caches the values stored in the measureName property from the original dataProvider items in the chart item's fieldName property.
cacheNamedValues(measureName:String, cache:Array, fieldName:String) — method, class mx.charts.chartClasses.Series
Caches the values stored in the measureName property from the original dataProvider items in the chart item's fieldName property.
cachePolicy — Property, interface mx.core.IDeferredInstantiationUIComponent
Specifies the bitmap caching policy for this object.
cachePolicy — Property, class mx.core.UIComponent
Specifies the bitmap caching policy for this object.
cachePolicy — Property, class mx.flash.UIMovieClip
Specifies the bitmap caching policy for this object.
cacheResponse — Property, class flash.html.HTMLLoader
Specifies whether successful response data should be cached for HTTP requests issued by this object.
cacheResponse — Property, class flash.net.URLRequest
Specifies whether successful response data should be cached for this request.
cacheResponse — Static Property, class flash.net.URLRequestDefaults
The default setting for the cacheResponse property of URLRequest objects.
cacheSize — Property, class flash.data.SQLConnection
Provides access to the cache size for this connection, which represents the maximum number of database disk pages that are held in memory at one time.
calculateDropIndex(event:mx.events:DragEvent) — method, class mx.controls.listClasses.AdvancedListBase
Returns the index where the dropped items should be added to the drop target.
calculateDropIndex(event:mx.events:DragEvent) — method, class mx.controls.listClasses.ListBase
Returns the index where the dropped items should be added to the drop target.
calculateDropIndicatorY(rowCount:Number, rowNum:int) — method, class mx.controls.listClasses.AdvancedListBase
Calculates the y position of the drop indicator when performing a drag-and-drop operation.
calculateDropIndicatorY(rowCount:Number, rowNum:int) — method, class mx.controls.listClasses.ListBase
Calculates the y position of the drop indicator when performing a drag-and-drop operation.
calculatePreferredSizeFromData(numItems:int) — method, class mx.controls.ComboBase
Determines default values of the height and width to use for the entries in the drop-down list.
calculatePreferredSizeFromData(count:int) — method, class mx.controls.ComboBox
Determines default values of the height and width to use for each entry in the drop-down list, based on the maximum size of the label text in the first numItems items in the data provider.
calculateRowHeight(data:Object, hh:Number, skipVisible:Boolean) — method, class mx.controls.advancedDataGridClasses.AdvancedDataGridBase
Calculates the row height of columns in a row.
calculateRowHeight(data:Object, hh:Number, skipVisible:Boolean) — method, class mx.controls.dataGridClasses.DataGridBase
Calculates the row height of columns in a row.
CalendarLayoutChangeEvent — class, package mx.events
The CalendarLayoutChangeEvent class represents the event object passed to the event listener for the change event for the DateChooser and DateField controls.
CalendarLayoutChangeEvent(type:String, bubbles:Boolean, cancelable:Boolean, newDate:Date, triggerEvent:flash.events:Event) — Constructor, class mx.events.CalendarLayoutChangeEvent
Constructor.
calendarLayoutStyleFilters — Property, class mx.controls.DateChooser
The set of styles to pass from the DateChooser to the calendar layout.
call(thisArg, ... rest) — method, class Function
Invokes the function represented by a Function object.
call(functionName:String, ... rest) — Static Method , class flash.external.ExternalInterface
Calls a function exposed by the Flash Player container, passing zero or more arguments.
call(command:String, responder:flash.net:Responder, ... rest) — method, class flash.net.NetConnection
Invokes a command or method on Flash Media Server or on an application server running Flash Remoting.
callee — Property, class arguments
A reference to the currently executing function.
callLater(method:Function, args:Array) — method, interface mx.core.IButton
Queues a function to be called later.
callLater(method:Function, args:Array) — method, class mx.core.UIComponent
Queues a function to be called later.
calloutGap — Style, class mx.charts.series.PieSeries
Specifies how much space, in pixels, to insert between the edge of the pie and the labels when rendering callouts.
calloutStroke — Style, class mx.charts.series.PieSeries
Specifies the line style used to draw the lines to callouts.
callProperty(name, ... rest) — method, class flash.utils.Proxy
Overrides the behavior of an object property that can be called as a function.
callProperty(name, ... rest) — method, class mx.messaging.config.ConfigMap
Returns the value of the proxied object's method with the specified name.
callProperty(name, ... rest) — method, class mx.utils.ObjectProxy
Returns the value of the proxied object's method with the specified name.
CallResponder — class, package mx.rpc
This component helps you manage the results for asynchronous calls made from RPC based services, typically from MXML components.
Camera — final class, package flash.media
Use the Camera class to capture video from a camera attached to a computer running Flash Player.
CAMERA — Constant Static Property, class flash.system.SecurityPanel
When passed to Security.showSettings(), displays the Camera panel in Flash Player Settings.
CAN_ACTIVATE_POP_UP_REQUEST — Constant Static Property, class mx.events.SWFBridgeRequest
Tests if a given pop up can be activated.
CANADA_ONLY — Constant Static Property, class mx.validators.ZipCodeValidatorDomainType
Specifies to validate a Canadian ZIP code.
cancel — Event, class flash.data.SQLConnection
Dispatched when a cancel() method call's operation completes successfully.
cancel(responder:flash.net:Responder) — method, class flash.data.SQLConnection
Aborts all SQL statements that are currently executing on databases connected to the SQLConnection instance.
cancel() — method, class flash.data.SQLStatement
Cancels execution of this statement.
cancel() — method, class flash.display.ShaderJob
Cancels the currently running shader operation.
cancel — Event, class flash.filesystem.File
Dispatched when a pending asynchronous operation is canceled.
cancel() — method, class flash.filesystem.File
Cancels any pending asynchronous operation.
cancel — Event, class flash.net.FileReference
Dispatched when a file upload or download is canceled through the file-browsing dialog box by the user.
cancel() — method, class flash.net.FileReference
Cancels any ongoing upload or download operation on this FileReference object.
cancel — Event, class flash.net.FileReferenceList
Dispatched when the user dismisses the file-browsing dialog box.
cancel(id:String) — method, class mx.rpc.AbstractInvoker
Cancels the last service invocation or an invokation with the specified ID.
cancel(id:String) — method, class mx.rpc.http.HTTPService
Cancels the last service invocation or an invokation with the specified ID.
cancel(id:String) — method, class mx.rpc.remoting.Operation
Cancels the last service invocation or an invokation with the specified ID.
cancel(id:String) — method, class mx.rpc.soap.Operation
Cancels the last service invocation or an invokation with the specified ID.
cancel(id:String) — method, class mx.rpc.soap.mxml.Operation
Cancels the last service invocation or an invokation with the specified ID.
CANCEL — Constant Static Property, class flash.events.Event
The Event.CANCEL constant defines the value of the type property of a cancel event object.
CANCEL — Constant Static Property, class flash.events.SQLEvent
The SQLEvent.CANCEL constant defines the value of the type property of a cancel event object.
CANCEL — Constant Static Property, class mx.controls.Alert
Value that enables a Cancel button on the Alert control when passed as the flags parameter of the show() method.
cancelable — Property, class flash.events.Event
Indicates whether the behavior associated with the event can be prevented.
cancelLabel — Static Property, class mx.controls.Alert
The label for the Cancel button.
CANCELLED — Constant Static Property, class mx.events.AdvancedDataGridEventReason
Specifies that the user cancelled editing and that they do not want to save the edited data.
CANCELLED — Constant Static Property, class mx.events.DataGridEventReason
Specifies that the user cancelled editing and that they do not want to save the edited data.
CANCELLED — Constant Static Property, class mx.events.ListEventReason
Specifies that the user cancelled editing and that they do not want to save the edited data.
cancelLoad() — method, class flash.html.HTMLLoader
Cancels any load operation in progress.
cancelLoad() — method, class mx.controls.HTML
Cancels any load operation in progress.
cancelQuery(query:mx.olap:IOLAPQuery) — method, interface mx.olap.IOLAPCube
Aborts a query that has been submitted for execution.
cancelQuery(query:mx.olap:IOLAPQuery) — method, class mx.olap.OLAPCube
Aborts a query that has been submitted for execution.
cancelRefresh() — method, class mx.collections.GroupingCollection
If the refresh is performed asynchronously, cancels the refresh operation and stops the building of the groups.
cancelRefresh() — method, interface mx.collections.IGroupingCollection
If the refresh is performed asynchronously, cancels the refresh operation and stops the building of the groups.
cancelRefresh() — method, interface mx.olap.IOLAPCube
Aborts the current cube refresh, if one is executing.
cancelRefresh() — method, class mx.olap.OLAPCube
Aborts the current cube refresh, if one is executing.
cancelUpdate() — method, class air.update.ApplicationUpdater
Cancels the update process.
cancelUpdate() — method, class air.update.ApplicationUpdaterUI
Cancels the update process.
CandlestickChart — class, package 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.
CandlestickChart() — Constructor, class mx.charts.CandlestickChart
Constructor.
CandlestickItemRenderer — class, package mx.charts.renderers
The default itemRenderer for a CandlestickSeries object.
CandlestickItemRenderer() — Constructor, class mx.charts.renderers.CandlestickItemRenderer
Constructor.
CandlestickSeries — class, package mx.charts.series
Represents financial data as a series of candlesticks representing the high, low, opening, and closing values of a data series.
CandlestickSeries() — Constructor, class mx.charts.series.CandlestickSeries
Constructor.
canDropLabels — Style, class mx.charts.AxisRenderer
Specifies whether the AxisRenderer should drop labels as necessary to lay out correctly.
canHaveChildren(node:Object) — method, class mx.collections.HierarchicalData
Returns true if the node can contain children.
canHaveChildren(node:Object) — method, interface mx.collections.IHierarchicalData
Returns true if the node can contain children.
canLoadWSDL() — method, class mx.rpc.soap.WebService
Returns a Boolean value that indicates whether the WebService is ready to load a WSDL (does it have a valid destination or wsdl specified).
canNavigateBack — Property, class mx.controls.FileSystemDataGrid
A flag which is true if there is at least one directory in the history list to which the user can navigate backward.
canNavigateBack — Property, class mx.controls.FileSystemList
A flag which is true if there is at least one directory in the history list to which the user can navigate backward.
canNavigateDown — Property, class mx.controls.FileSystemDataGrid
A flag which is true if the user can navigate down into a selected directory.
canNavigateDown — Property, class mx.controls.FileSystemList
A flag which is true if the user can navigate down into a selected directory.
canNavigateForward — Property, class mx.controls.FileSystemDataGrid
A flag which is true if there is at least one directory in the history list to which the user can navigate forward.
canNavigateForward — Property, class mx.controls.FileSystemList
A flag which is true if there is at least one directory in the history list to which the user can navigate forward.
canNavigateUp — Property, class mx.controls.FileSystemDataGrid
A flag which is true if the user can navigate up to a parent directory.
canNavigateUp — Property, class mx.controls.FileSystemList
A flag which is true if the user can navigate up to a parent directory.
canonicalize() — method, class flash.filesystem.File
Canonicalizes the File path.
canonicalKeyPropertyListString — Property, class mx.messaging.management.ObjectName
A string representation of the list of key properties, with the key properties sorted in lexical order.
canonicalName — Property, class mx.messaging.management.ObjectName
The canonical form of the name; a string representation with the properties sorted in lexical order.
canStagger — Style, class mx.charts.AxisRenderer
Specifies whether to stagger labels on two label rows.
Canvas — class, package mx.containers
A Canvas layout container defines a rectangular region in which you place child containers and controls.
Canvas() — Constructor, class mx.containers.Canvas
Constructor.
CanvasAutomationImpl — class, package mx.automation.delegates.containers
Defines the methods and properties required to perform instrumentation for the Canvas class.
CanvasAutomationImpl(obj:mx.containers:Canvas) — Constructor, class mx.automation.delegates.containers.CanvasAutomationImpl
Constructor.
canvasLayoutClass — Property, class mx.core.LayoutContainer
The mx.containers.utilityClasses.Layout subclass that is doing the layout
canWatch(host:Object, name:String, commitOnly:Boolean) — Static Method , class mx.binding.utils.ChangeWatcher
Lets you determine if the host exposes a data-binding event on the property.
Capabilities — final class, package flash.system
The Capabilities class provides properties that describe the system and player that are hosting a SWF file.
caps — Property, class flash.display.GraphicsStroke
Specifies the type of caps at the end of lines.
caps — Property, class mx.graphics.LinearGradientStroke
A value from the CapsStyle class that specifies the type of caps at the end of lines.
caps — Property, class mx.graphics.Stroke
Specifies the type of caps at the end of lines.
CAPS — Constant Static Property, class flash.text.engine.TypographicCase
Specifies that spacing is adjusted for uppercase characters on output.
CAPS_AND_SMALL_CAPS — Constant Static Property, class flash.text.engine.TypographicCase
Specifies that all lowercase characters use small-caps glyphs on output.
capsLock — Static Property, class flash.ui.Keyboard
Specifies whether the Caps Lock key is activated (true) or not (false).
CAPS_LOCK — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the Caps Lock key (20).
CapsStyle — final class, package flash.display
The CapsStyle class is an enumeration of constant values that specify the caps style to use in drawing lines.
caption — Property, class flash.ui.ContextMenuItem
Specifies the menu item caption (text) displayed in the context menu.
captureBitmapData(source:flash.display:IBitmapDrawable, matrix:flash.geom:Matrix, colorTransform:flash.geom:ColorTransform, blendMode:String, clipRect:flash.geom:Rectangle, smoothing:Boolean) — Static Method , class mx.graphics.ImageSnapshot
A utility method to grab a raw snapshot of a UI component as BitmapData.
captureEndValues() — method, class mx.effects.Effect
Captures the current values of the relevant properties on the effect's targets and saves them as end values.
captureEndValues() — method, interface mx.effects.IEffect
Captures the current values of the relevant properties on the effect's targets and saves them as end values.
captureImage(source:flash.display:IBitmapDrawable, dpi:Number, encoder:mx.graphics.codec:IImageEncoder, scaleLimited:Boolean) — Static Method , class mx.graphics.ImageSnapshot
A utility method to grab a snapshot of a component, scaled to a specific resolution (in dpi) and encoded into a specific image format.
captureMoreStartValues(targets:Array) — method, class mx.effects.Effect
Captures the current values of the relevant properties of an additional set of targets This function is used by Flex when a data change effect is run.
captureMoreStartValues(targets:Array) — method, interface mx.effects.IEffect
Captures the current values of the relevant properties of an additional set of targets This function is used by Flex when a data change effect is run.
captureRollEvents — Property, class mx.effects.Zoom
If true, prevents Flex from dispatching the rollOut and rollOver events if the mouse has not moved.
captureRollEvents — Property, class mx.effects.effectClasses.ZoomInstance
Prevents the rollOut and rollOver events from being dispatched if the mouse has not moved.
captureStartValues() — method, class mx.effects.Effect
Captures the current values of the relevant properties on the effect's targets.
captureStartValues() — method, interface mx.effects.IEffect
Captures the current values of the relevant properties on the effect's targets.
CAPTURING_PHASE — Constant Static Property, class flash.events.EventPhase
The capturing phase, which is the first phase of the event flow.
cardNumberListener — Property, class mx.validators.CreditCardValidator
The component that listens for the validation result for the card number subfield.
cardNumberProperty — Property, class mx.validators.CreditCardValidator
Name of the card number property to validate.
cardNumberSource — Property, class mx.validators.CreditCardValidator
Object that contains the value of the card number field.
cardTypeListener — Property, class mx.validators.CreditCardValidator
The component that listens for the validation result for the card type subfield.
cardTypeProperty — Property, class mx.validators.CreditCardValidator
Name of the card type property to validate.
cardTypeSource — Property, class mx.validators.CreditCardValidator
Object that contains the value of the card type field.
caretBookmark — Property, class mx.controls.listClasses.AdvancedListBase
A bookmark to the item under the caret.
caretBookmark — Property, class mx.controls.listClasses.ListBase
A bookmark to the item under the caret.
caretColumnIndex — Property, class mx.controls.AdvancedDataGrid
The column name of the item under the caret.
caretIndex — Property, class flash.text.TextField
The index of the insertion point (caret) position.
caretIndex — Property, class mx.controls.listClasses.AdvancedListBase
The offset of the item in the data provider that is at the selection caret point.
caretIndex — Property, class mx.controls.listClasses.ListBase
The offset of the item in the data provider that is the selection caret point.
caretIndex — Property, interface mx.core.IUITextField
The index of the insertion point (caret) position.
caretIndicator — Property, class mx.controls.listClasses.AdvancedListBase
The DisplayObject that contains the graphics that indicate which renderer is the caret.
caretIndicator — Property, class mx.controls.listClasses.ListBase
The DisplayObject that contains the graphics that indicate which renderer is the caret.
caretItemRenderer — Property, class mx.controls.listClasses.AdvancedListBase
The renderer for the item under the caret.
caretItemRenderer — Property, class mx.controls.listClasses.ListBase
The renderer for the item under the caret.
caretUID — Property, class mx.controls.listClasses.AdvancedListBase
The UID of the item under the caret.
caretUID — Property, class mx.controls.listClasses.ListBase
The UID of the item under the caret.
CartesianCanvasValue — class, package mx.charts.chartClasses
Defines the position of objects on a data canvas.
CartesianCanvasValue(value, offset:Number) — Constructor, class mx.charts.chartClasses.CartesianCanvasValue
Constructor.
CartesianChart — class, package mx.charts.chartClasses
The CartesianChart class is a base class for the common chart types.
CartesianChart() — Constructor, class mx.charts.chartClasses.CartesianChart
Constructor.
CartesianChartAutomationImpl — class, package mx.automation.delegates.charts
Defines the methods and properties required to perform instrumentation for the CartesianChart base class.
CartesianChartAutomationImpl(obj:mx.charts.chartClasses:CartesianChart) — Constructor, class mx.automation.delegates.charts.CartesianChartAutomationImpl
Constructor.
CartesianDataCanvas — class, package mx.charts.chartClasses
This class lets you use add graphical elements such as lines, ellipses, and other shapes by using a graphics API.
CartesianDataCanvas() — Constructor, class mx.charts.chartClasses.CartesianDataCanvas
Constructor.
CartesianTransform — class, package mx.charts.chartClasses
The CartesianTransform object represents a set of axes that maps data values to x/y Cartesian screen coordinates and vice versa.
CartesianTransform() — Constructor, class mx.charts.chartClasses.CartesianTransform
Constructor.
case — Statement
Defines a jump target for the switch statement.
caseInsensitive — Property, class mx.collections.GroupingField
Set to true if the sort for this field should be case-insensitive.
caseInsensitive — Property, class mx.collections.SortField
Specifies whether the sort for this field should be case insensitive.
CASEINSENSITIVE — Constant Static Property, class Array
Specifies case-insensitive sorting for the Array class sorting methods.
category — Property, interface mx.logging.ILogger
The category value for the logger.
category — Property, class mx.logging.LogLogger
The category this logger send messages for.
CategoryAxis — class, package mx.charts
The CategoryAxis class lets charts represent data grouped by a set of discrete values along an axis.
CategoryAxis() — Constructor, class mx.charts.CategoryAxis
Constructor.
categoryField — Property, class mx.charts.CategoryAxis
Specifies the field of the data provider containing the text for the labels.
ceil(val:Number) — Static Method , class Math
Returns the ceiling of the specified number or expression.
cellData — Property, class mx.olap.OLAPResult
An Array of Arrays that contains the value of each cell of the result.
cellSelectionTweens — Property, class mx.controls.AdvancedDataGrid
A hash table of selection tweens.
center(width:Number, height:Number) — method, class mx.preloaders.DownloadProgressBar
Centers the download progress bar based on the passed in dimensions.
CENTER — Constant Static Property, class flash.text.TextFieldAutoSize
Specifies that the text is to be treated as center-justified text.
CENTER — Constant Static Property, class flash.text.TextFormatAlign
Constant; centers the text in the text field.
CENTER — Constant Static Property, class flash.text.engine.TabAlignment
Positions the center of the tabbed text at the tab stop.
CENTER — Constant Static Property, class mx.controls.ProgressBarLabelPlacement
Specifies to place at the center inside the progress bar.
centerPopUp(popUp:mx.core:IFlexDisplayObject) — Static Method , class mx.managers.PopUpManager
Centers a popup window over whatever window was used in the call to the createPopUp() or addPopUp() method.
CFF — Constant Static Property, class flash.text.engine.RenderingMode
Sets rendering mode to CFF.
cffHinting — Property, class flash.text.engine.FontDescription
The type of CFF hinting used for this text.
CFFHinting — final class, package flash.text.engine
The CFFHinting class defines values for cff hinting in the FontDescription class.
change — Event, class flash.text.TextField
Dispatched after a control value is modified, unlike the textInput event, which is dispatched before the value is modified.
change — Event, class mx.charts.chartClasses.ChartBase
Dispatched when the selection changes in the chart.
change — Event, class mx.containers.Accordion
Dispatched when the selected child container changes.
change — Event, class mx.containers.ViewStack
Dispatched when the selected child container changes.
change — Event, class mx.controls.Button
Dispatched when the selected property changes for a toggle Button control.
change — Event, class mx.controls.ColorPicker
Dispatched when the selected color changes as a result of user interaction.
change — Event, class mx.controls.ComboBox
Dispatched when the ComboBox contents changes as a result of user interaction, when the selectedIndex or selectedItem property changes, and, if the ComboBox control is editable, each time a keystroke is entered in the box.
change — Event, class mx.controls.DateChooser
Dispatched when a date is selected or changed.
change — Event, class mx.controls.DateField
Dispatched when a date is selected or changed, and the DateChooser control closes.
change — Event, class mx.controls.Menu
Dispatched when selection changes as a result of user interaction.
change — Event, class mx.controls.MenuBar
Dispatched when selection changes as a result of user interaction.
change — Event, class mx.controls.NumericStepper
Dispatched when the value of the NumericStepper control changes as a result of user interaction.
change — Event, class mx.controls.RadioButtonGroup
Dispatched when the value of the selected RadioButton control in this group changes.
change — Event, class mx.controls.RichTextEditor
Dispatched when the user changes the contents or format of the text in the TextArea control.
change — Event, class mx.controls.TextArea
Dispatched when text in the TextArea control changes through user input.
change — Event, class mx.controls.TextInput
Dispatched when text in the TextInput control changes through user input.
change — Event, class mx.controls.listClasses.AdvancedListBase
Dispatched when the selectedIndex or selectedItem property changes as a result of user interaction.
change — Event, class mx.controls.listClasses.ListBase
Dispatched when the selectedIndex or selectedItem property changes as a result of user interaction.
change — Event, class mx.controls.sliderClasses.Slider
Dispatched when the slider changes value due to mouse or keyboard interaction.
change — Event, interface mx.managers.IBrowserManager
Dispatched when the URL is changed either by the user interacting with the browser, invoking an application in AIR, or by setting the property programmatically.
change — Event, class mx.resources.ResourceManagerImpl
CHANGE — Constant Static Property, class flash.events.Event
The Event.CHANGE constant defines the value of the type property of a change event object.
CHANGE — Constant Static Property, class mx.automation.events.ChartSelectionChangeEvent
The AdvancedDataGridEvent.HEADER_RELEASE constant defines the value of the type property of the event object for a headerRelease event, which indicates that the user pressed and released the mouse on a column header.
CHANGE — Constant Static Property, class mx.charts.events.ChartItemEvent
Event type constant; indicates that the selection in the chart has changed.
CHANGE — Constant Static Property, class mx.events.CalendarLayoutChangeEvent
The CalendarLayoutChangeEvent.CHANGE constant defines the value of the type property of the event object for a change event.
CHANGE — Constant Static Property, class mx.events.ColorPickerEvent
The ColorPickerEvent.CHANGE constant defines the value of the type property of the event that is dispatched when the user selects a color from the ColorPicker control.
CHANGE — Constant Static Property, class mx.events.IndexChangedEvent
The IndexChangedEvent.CHANGE constant defines the value of the type property of the event object for a change event, which indicates that an index has changed, such as when and Accordion control changes the displayed panel or a ViewStack changes views.
CHANGE — Constant Static Property, class mx.events.ListEvent
The ListEvent.CHANGE constant defines the value of the type property of the ListEvent object for a change event, which indicates that selection changed as a result of user interaction.
CHANGE — Constant Static Property, class mx.events.MenuEvent
The MenuEvent.CHANGE event type constant indicates that selection changed as a result of user interaction.
CHANGE — Constant Static Property, class mx.events.NumericStepperEvent
The NumericStepperEvent.CHANGE constant defines the value of the type property of the event object for a change event.
CHANGE — Constant Static Property, class mx.events.SliderEvent
The SliderEvent.CHANGE constant defines the value of the type property of the event object for a change event.
changeList — Property, class flash.events.SyncEvent
An array of objects; each object contains properties that describe the changed members of a remote shared object.
ChangeWatcher — class, package mx.binding.utils
The ChangeWatcher class defines utility methods that you can use with bindable Flex properties.
ChangeWatcher(access:Object, handler:Function, commitOnly:Boolean, next:mx.binding.utils:ChangeWatcher) — Constructor, class mx.binding.utils.ChangeWatcher
Constructor.
channel — Property, class mx.messaging.MessageResponder
Provides access to the Channel used to send the message.
channel — Property, class mx.messaging.channels.StreamingConnectionHandler
The Channel that uses this class.
channel — Property, class mx.messaging.events.ChannelEvent
The Channel that generated this event.
Channel — class, package mx.messaging
The Channel class is the base message channel class that all channels in the messaging system must extend.
Channel(id:String, uri:String) — Constructor, class mx.messaging.Channel
Constructs an instance of a generic Channel that connects to the specified endpoint URI.
channelConnect — Event, class mx.messaging.Channel
Dispatched after the channel has connected to its endpoint.
channelConnect — Event, class mx.messaging.ChannelSet
Dispatched after a Channel in the ChannelSet has connected to its endpoint.
channelConnect — Event, class mx.messaging.MessageAgent
Dispatched when the underlying Channel the MessageAgent is using connects.
channelConnectHandler(event:mx.messaging.events:ChannelEvent) — method, class mx.messaging.ChannelSet
Handles a CONNECT ChannelEvent and redispatches the event.
channelConnectHandler(event:mx.messaging.events:ChannelEvent) — method, class mx.messaging.MessageAgent
Handles a CONNECT ChannelEvent.
channelDisconnect — Event, class mx.messaging.Channel
Dispatched after the channel has disconnected from its endpoint.
channelDisconnect — Event, class mx.messaging.ChannelSet
Dispatched after a Channel in the ChannelSet has disconnected from its endpoint.
channelDisconnect — Event, class mx.messaging.MessageAgent
Dispatched when the underlying Channel the MessageAgent is using disconnects.
channelDisconnectHandler(event:mx.messaging.events:ChannelEvent) — method, class mx.messaging.ChannelSet
Handles a DISCONNECT ChannelEvent and redispatches the event.
channelDisconnectHandler(event:mx.messaging.events:ChannelEvent) — method, class mx.messaging.MessageAgent
Handles a DISCONNECT ChannelEvent.
ChannelError — class, package mx.messaging.errors
This is the base class for any channel related errors.
ChannelError(msg:String) — Constructor, class mx.messaging.errors.ChannelError
Constructs a new instance of a ChannelError with the specified message.
ChannelEvent — class, package mx.messaging.events
The ChannelEvent is used to propagate channel events within the messaging system.
ChannelEvent(type:String, bubbles:Boolean, cancelable:Boolean, channel:mx.messaging:Channel, reconnecting:Boolean, rejected:Boolean, connected:Boolean) — Constructor, class mx.messaging.events.ChannelEvent
Constructs an instance of this event with the specified type and Channel instance.
channelFault — Event, class mx.messaging.Channel
Dispatched after the channel has faulted.
channelFault — Event, class mx.messaging.ChannelSet
Dispatched after a Channel in the ChannelSet has faulted.
channelFault — Event, class mx.messaging.MessageAgent
Dispatched when the underlying Channel the MessageAgent is using faults.
ChannelFaultEvent — class, package mx.messaging.events
The ChannelFaultEvent class is used to propagate channel fault events within the messaging system.
ChannelFaultEvent(type:String, bubbles:Boolean, cancelable:Boolean, channel:mx.messaging:Channel, reconnecting:Boolean, code:String, level:String, description:String, rejected:Boolean, connected:Boolean) — Constructor, class mx.messaging.events.ChannelFaultEvent
Constructs an instance of this event with the specified type.
channelFaultHandler(event:mx.messaging.events:ChannelFaultEvent) — method, class mx.messaging.ChannelSet
Handles a ChannelFaultEvent and redispatches the event.
channelFaultHandler(event:mx.messaging.events:ChannelFaultEvent) — method, class mx.messaging.MessageAgent
Handles a ChannelFaultEvent.
channelIds — Property, class mx.messaging.ChannelSet
The ids of the Channels used by the ChannelSet.
channels — Property, class flash.display.ShaderInput
The number of channels that a shader input expects.
channels — Property, class mx.messaging.ChannelSet
Provides access to the Channels in the ChannelSet.
channelSet — Property, class mx.messaging.MessageAgent
Provides access to the ChannelSet used by the MessageAgent.
channelSet — Property, class mx.rpc.AbstractService
Provides access to the ChannelSet used by the service.
channelSet — Property, class mx.rpc.http.HTTPService
Provides access to the ChannelSet used by the service.
ChannelSet — class, package mx.messaging
The ChannelSet is a set of Channels that are used to send messages to a target destination.
ChannelSet(channelIds:Array, clusteredWithURLLoadBalancing:Boolean) — Constructor, class mx.messaging.ChannelSet
Constructs a ChannelSet.
channelSets — Property, class mx.messaging.Channel
Provides access to the ChannelSets connected to the Channel.
charAt(index:Number) — method, class String
Returns the character in the position specified by the index parameter.
charCode — Property, class flash.events.KeyboardEvent
Contains the character code value of the key pressed or released.
charCodeAt(index:Number) — method, class String
Returns the numeric Unicode character code of the character at the specified index.
CharCodeStrings — Constant Static Property, class flash.ui.Keyboard
charCount — Property, class flash.text.TextSnapshot
The number of characters in a TextSnapshot object.
CHARSET_UTF_8 — Constant Static Property, class mx.utils.Base64Encoder
chart — Property, class mx.charts.AxisRenderer
The base chart for this AxisRenderer.
chart — Property, class mx.charts.chartClasses.ChartElement
Refers to the chart component containing this element.
ChartBase — class, package mx.charts.chartClasses
The ChartBase class is the link between the Flex component architecture and the DualStyleObject architecture.
ChartBase() — Constructor, class mx.charts.chartClasses.ChartBase
Constructor.
ChartBaseAutomationImpl — class, package mx.automation.delegates.charts
Defines the methods and properties required to perform instrumentation for the ChartBase base class.
ChartBaseAutomationImpl(obj:mx.charts.chartClasses:ChartBase) — Constructor, class mx.automation.delegates.charts.ChartBaseAutomationImpl
Constructor.
chartClick — Event, class mx.charts.chartClasses.ChartBase
Dispatched when no data point is found under the mouse pointer when mouse is clicked on chart.
CHART_CLICK — Constant Static Property, class mx.charts.events.ChartEvent
Indicates that the user clicked the mouse button over a chart control but not on a chart item.
chartDataProvider — Property, class mx.charts.chartClasses.AxisBase
The data provider assigned to the enclosing chart.
chartDataProvider — Property, class mx.charts.chartClasses.ChartElement
The data provider assigned to the enclosing chart.
chartDataProvider — Property, interface mx.charts.chartClasses.IAxis
The data provider assigned to the enclosing chart.
chartDataProvider — Property, interface mx.charts.chartClasses.IChartElement
The data provider assigned to the enclosing chart.
chartDoubleClick — Event, class mx.charts.chartClasses.ChartBase
Dispatched when no data point is found under the mouse pointer when mouse is double-clicked on chart.
CHART_DOUBLE_CLICK — Constant Static Property, class mx.charts.events.ChartEvent
Indicates that the user double-clicked the mouse button over a chart control but not on a chart item.
ChartElement — class, package mx.charts.chartClasses
The ChartElement class is the base class for visual chart elements.
ChartElement() — Constructor, class mx.charts.chartClasses.ChartElement
Constructor.
ChartEvent — class, package mx.charts.events
The ChartEvent class represents events that are specific to the chart control, such as when a chart is clicked.
ChartEvent(type:String, triggerEvent:flash.events:MouseEvent, target:mx.charts.chartClasses:ChartBase) — Constructor, class mx.charts.events.ChartEvent
Constructor.
chartItem — Property, class mx.charts.HitData
The chart item described by the hit data.
ChartItem — class, package mx.charts
A ChartItem represents a single item in a ChartSeries.
ChartItem(element:mx.charts.chartClasses:IChartElement, item:Object, index:uint) — Constructor, class mx.charts.ChartItem
Constructor.
ChartItemDragProxy — class, package mx.charts.chartClasses
The default drag proxy used when dragging items from a chart control.
ChartItemDragProxy() — Constructor, class mx.charts.chartClasses.ChartItemDragProxy
Constructor.
ChartItemEvent — class, package mx.charts.events
The ChartItemEvent class represents events that are specific to the chart components, such as when a chart item is clicked.
ChartItemEvent(type:String, hitSet:Array, triggerEvent:flash.events:MouseEvent, target:mx.charts.chartClasses:ChartBase) — Constructor, class mx.charts.events.ChartItemEvent
Constructor.
ChartLabel — class, package mx.charts.chartClasses
Draws data labels on chart controls.
ChartLabel() — Constructor, class mx.charts.chartClasses.ChartLabel
Constructor.
ChartSelectionChangeEvent — class, package 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.
ChartSelectionChangeEvent(type:String, selectionInfo:Array, bubbles:Boolean, cancelable:Boolean, triggerEvent:flash.events:Event, ctrlKey:Boolean, altKey:Boolean, shiftKey:Boolean) — Constructor, class mx.automation.events.ChartSelectionChangeEvent
Constructor.
chartSeriesStyles — Style, class mx.charts.chartClasses.ChartBase
Contains a list of Strings, each corresponding to a CSS type selector to be used as the default CSS style for a series.
chartState — Property, class mx.charts.chartClasses.ChartBase
The current transition state of the chart.
ChartState — final class, package mx.charts.chartClasses
Describes the current state of a chart.
chartStateChanged(oldState:uint, newState:uint) — method, class mx.charts.AxisRenderer
Called by the chart to indicate when its current transition state has changed.
chartStateChanged(oldState:uint, v:uint) — method, class mx.charts.chartClasses.ChartElement
Called by the enclosing chart to indicate that the current state of the chart has changed.
chartStateChanged(oldState:uint, v:uint) — method, interface mx.charts.chartClasses.IAxisRenderer
Called by the enclosing chart to indicate that the current state of the chart has changed.
chartStateChanged(oldState:uint, v:uint) — method, interface mx.charts.chartClasses.IChartElement
Called by the enclosing chart to indicate that the current state of the chart has changed.
CheckBox — class, package mx.controls
The CheckBox control consists of an optional label and a small box that can contain a check mark or not.
CheckBox() — Constructor, class mx.controls.CheckBox
Constructor.
CheckBoxAutomationImpl — class, package mx.automation.delegates.controls
Defines methods and properties required to perform instrumentation for the CheckBox control.
CheckBoxAutomationImpl(obj:mx.controls:CheckBox) — Constructor, class mx.automation.delegates.controls.CheckBoxAutomationImpl
Constructor.
CheckBoxIcon — class, package mx.skins.halo
The skin for all the states of the icon in a CheckBox.
CheckBoxIcon() — Constructor, class mx.skins.halo.CheckBoxIcon
Constructor.
checkChannelConsistency(destinationA:String, destinationB:String) — Static Method , class mx.messaging.config.ServerConfig
This method ensures that the destinations specified contain identical channel definitions.
checkDisabledIcon — Style, class mx.controls.Menu
The icon for all dsiabled menu items whose type identifier is a check box.
checked — Property, class flash.display.NativeMenuItem
Controls whether this menu item displays a checkmark.
checkForUpdate — Event, class air.update.ApplicationUpdater
Dispatched before the update process begins, just before the updater tries to download the update descriptor file.
checkForUpdate() — method, class air.update.ApplicationUpdater
Asynchronously downloads and interprets the update descriptor file.
checkForUpdate — Event, class air.update.ApplicationUpdaterUI
Dispatched before the update process begins, just before the updater tries to download the update descriptor file.
CHECK_FOR_UPDATE — Constant Static Property, class air.update.events.UpdateEvent
The UpdateEvent.CHECK_FOR_UPDATE constant defines the value of the type property of the event object for a checkForUpdate event.
checkIcon — Style, class mx.controls.Menu
The icon for all enabled menu items whose type identifier is a check box.
checkNow() — method, class air.update.ApplicationUpdater
Starts the update process.
checkNow() — method, class air.update.ApplicationUpdaterUI
Starts the update process.
checkPolicyFile — Property, class flash.media.SoundLoaderContext
Specifies whether the application should try to download a URL policy file from the loaded sound's server before beginning to load the sound.
checkPolicyFile — Property, class flash.net.NetStream
Specifies whether the application should try to download a cross-domain policy file from the loaded video file's server before beginning to load the video file.
checkPolicyFile — Property, class flash.system.LoaderContext
Specifies whether the application should attempt to download a URL policy file from the loaded object's server before beginning to load the object itself.
checkStatus() — method, class air.net.ServiceMonitor
Checks the status of the service.
checkStatus() — method, class air.net.SocketMonitor
Calling the checkStatus() method of a SocketMonitor object causes the application to try connecting to the socket, to check for a connect event.
checkStatus() — method, class air.net.URLMonitor
Attempts to load content from a URL in the background, to check for a returned HTTP status code.
child(propertyName:Object) — method, class XML
Lists the children of an XML object.
child(propertyName:Object) — method, class XMLList
Calls the child() method of each XML object and returns an XMLList object that contains the results in order.
child(propertyName:Object) — method, class mx.collections.XMLListCollection
Calls the child() method of each XML object in the XMLList and returns an XMLList containing the children of with the specified property name, in order.
child — Property, class mx.modules.ModuleLoader
The DisplayObject created from the module factory.
child — Property, interface mx.olap.IOLAPLevel
The next child level in the hierarchy.
child — Property, class mx.olap.OLAPLevel
The next child level in the hierarchy.
childAdd — Event, class mx.core.Container
Dispatched after a child has been added to a container.
CHILD_ADD — Constant Static Property, class mx.events.ChildExistenceChangedEvent
The ChildExistenceChangedEvent.CHILD_ADD constant defines the value of the type property of the event object for a childAdd event.
childAllowsParent — Property, class flash.display.LoaderInfo
Expresses the trust relationship from content (child) to the Loader (parent).
childAllowsParent — Property, class mx.controls.SWFLoader
Tests if the child allows its parent to access its display objects or listen to messages that originate in the child.
childAllowsParent — Property, interface mx.core.ISWFBridgeProvider
Tests if the child allows its parent to access its display objects or listen to messages that originate in the child.
childAllowsParent — Property, class mx.managers.SystemManager
Tests if the child allows its parent to access its display objects or listen to messages that originate in the child.
childAllowsParent — Property, class mx.managers.WindowedSystemManager
childDescriptors — Property, class mx.core.Container
Array of UIComponentDescriptor objects produced by the MXML compiler.
childDescriptors — Property, class mx.core.Repeater
An Array of UIComponentDescriptor objects for this Repeater's children.
ChildExistenceChangedEvent — class, package mx.events
Represents events that are dispatched when a the child of a control is created or destroyed.
ChildExistenceChangedEvent(type:String, bubbles:Boolean, cancelable:Boolean, relatedObject:flash.display:DisplayObject) — Constructor, class mx.events.ChildExistenceChangedEvent
Constructor.
childIndex() — method, class XML
Identifies the zero-indexed position of this XML object within the context of its parent.
childIndexChange — Event, class mx.core.Container
Dispatched after the index (among the container children) of a container child changes.
CHILD_INDEX_CHANGE — Constant Static Property, class mx.events.IndexChangedEvent
The IndexChangedEvent.CHILD_INDEX_CHANGE constant defines the value of the type property of the event object for a childIndexChange event, which indicates that a component's index among a container's children has changed.
ChildItemPendingError — class, package mx.collections.errors
This error is thrown when retrieving a child item from a collection view requires an asynchronous call.
ChildItemPendingError(message:String) — Constructor, class mx.collections.errors.ChildItemPendingError
Constructor.
childNodes — Property, class flash.xml.XMLNode
An array of the specified XMLNode object's children.
childRemove — Event, class mx.core.Container
Dispatched before a child of a container is removed.
CHILD_REMOVE — Constant Static Property, class mx.events.ChildExistenceChangedEvent
The ChildExistenceChangedEvent.CHILD_REMOVE constant defines the value of the type property of the event object for a childRemove event.
children() — method, class XML
Lists the children of the XML object in the sequence in which they appear.
children() — method, class XMLList
Calls the children() method of each XML object and returns an XMLList object that contains the results.
children() — method, class mx.collections.XMLListCollection
Calls the children() method of each XML object in the XMLList and returns an XMLList containing the results.
children — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumnGroup
An Array of AdvancedDataGridColumn instances that define the columns of the column group.
children — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridHeaderInfo
An Array of all of the child AdvancedDataGridHeaderInfo instances of this AdvancedDataGridHeaderInfo instance, if this column is part of a column group.
children — Property, class mx.effects.CompositeEffect
An Array containing the child effects of this CompositeEffect.
children — Property, interface mx.olap.IOLAPHierarchy
The children of the all member, as a list of IOLAPMember instances.
children — Property, interface mx.olap.IOLAPMember
The children of this member, as a list of IOLAPMember instances.
children — Property, class mx.olap.OLAPHierarchy
The children of the all member, as a list of IOLAPMember instances.
children — Property, class mx.olap.OLAPMember
The children of this member, as a list of IOLAPMember instances.
childrenCreated() — method, class mx.core.UIComponent
Performs any final processing after child objects are created.
childrenDragEnabled — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumnGroup
Specifies whether the child columns can be dragged to reposition them in the group.
childrenField — Property, class mx.collections.HierarchicalData
Indicates the field name to be used to detect children objects in a data item.
childSandboxBridge — Property, class flash.display.LoaderInfo
A object that can be set by the loaded content's code to expose properties and methods that can be accessed by code in the Loader object's sandbox.
CHINESE — Constant Static Property, class flash.system.IMEConversionMode
The string "CHINESE", for use with the IME.conversionMode property.
chunkBuffer — Property, class mx.messaging.channels.StreamingConnectionHandler
Byte buffer used to store the current chunk from the remote endpoint.
CircleItemRenderer — class, package mx.charts.renderers
A simple chart itemRenderer implementation that fills an elliptical area.
CircleItemRenderer() — Constructor, class mx.charts.renderers.CircleItemRenderer
Constructor.
Circular — class, package mx.effects.easing
The Circular class defines three easing functions to implement circular motion with Flex effect classes.
claimStyles(styles:Array, firstAvailable:uint) — method, class mx.charts.chartClasses.ChartElement
Called by the chart to allow associated elements to claim style selectors from its chartSeriesStyles Array.
claimStyles(styles:Array, firstAvailable:uint) — method, interface mx.charts.chartClasses.IChartElement
Called by the chart to allow associated elements to claim style selectors from its chartSeriesStyles Array.
claimStyles(styles:Array, firstAvailable:uint) — method, class mx.charts.chartClasses.Series
clamp — Property, class flash.filters.ConvolutionFilter
Indicates whether the image should be clamped.
CLAMP — Constant Static Property, class flash.filters.DisplacementMapFilterMode
Clamps the displacement value to the edge of the source image.
class — Statement
Defines a class, which lets you instantiate objects that share methods and properties that you define.
Class — Dynamic Class, Top Level
A Class object is created for each class definition in a program.
ClassFactory — class, package mx.core
A ClassFactory instance is a "factory object" which Flex uses to generate instances of another class, each with identical properties.
ClassFactory(generator:Class) — Constructor, class mx.core.ClassFactory
Constructor.
className — Property, class mx.core.UIComponent
The name of this instance's class, such as "Button".
className — Property, class mx.core.UITextField
The name of this instance's class, such as "DataGridItemRenderer".
className — Property, class mx.effects.Effect
The name of the effect class, such as "Fade".
className — Property, class mx.effects.EffectInstance
The name of the effect class, such as "FadeInstance".
className — Property, interface mx.effects.IEffect
The name of the effect class, such as "Fade".
className — Property, interface mx.effects.IEffectInstance
The name of the effect class, such as "FadeInstance".
className — Property, class mx.messaging.management.MBeanInfo
The class name for the MBean.
className — Property, class mx.messaging.management.ObjectInstance
The class name.
className — Property, interface mx.styles.IStyleClient
The name of the component class.
className — Property, class mx.styles.StyleProxy
The name of the component class.
clear() — method, class flash.desktop.Clipboard
Deletes all data representations from this Clipboard object.
clear() — method, class flash.desktop.NativeApplication
Invokes an internal delete command on the focused display object.
clear() — method, class flash.display.Graphics
Clears the graphics that were drawn to this Graphics object, and resets fill and line style settings.
clear — Event, class flash.display.InteractiveObject
Dispatched when the user selects 'Clear' (or 'Delete') from the text context menu.
clear() — method, class flash.media.Video
Clears the image currently displayed in the Video object (not the video stream).
clear() — method, class flash.net.SharedObject
For local shared objects, purges all of the data and deletes the shared object from the disk.
clear() — method, class flash.text.StyleSheet
Removes all styles from the style sheet object.
clear — Property, class flash.ui.ContextMenuClipboardItems
Enables or disables the 'Delete' or 'Clear' item on the clipboard menu.
clear() — method, class flash.utils.ByteArray
Clears the contents of the byte array and resets the length and position properties to 0.
clear() — method, class mx.charts.chartClasses.CartesianDataCanvas
Clears the graphics that were drawn to this Graphics object, and resets fill and line style settings.
clear() — method, class mx.charts.chartClasses.PolarDataCanvas
Clears the canvas.
clear() — method, class mx.controls.FileSystemDataGrid
Clears this control so that it displays no items.
clear() — method, class mx.controls.FileSystemList
Clears this control so that it displays no items.
clear() — method, class mx.controls.FileSystemTree
Clears the list.
clear() — method, class mx.olap.OLAPQueryAxis
Clears all the sets, tuples and members from this axis.
CLEAR — Constant Static Property, class flash.events.Event
The Event.CLEAR constant efines the value of the type property of a clear event object.
clearCaretIndicator(indicator:flash.display:Sprite, itemRenderer:mx.controls.listClasses:IListItemRenderer) — method, class mx.controls.listClasses.ListBase
Clears the caret indicator into the given Sprite.
clearCellSelectionData() — method, class mx.controls.AdvancedDataGrid
Clears information on cell selection.
clearData(format:String) — method, class flash.desktop.Clipboard
Deletes the data representation for the specified format.
clearHeaders() — method, class mx.rpc.soap.AbstractWebService
Clears the headers that applied to all operations.
clearHeaders() — method, class mx.rpc.soap.Operation
Clears the headers for this individual Operation.
clearHighlightIndicator(indicator:flash.display:Sprite, itemRenderer:mx.controls.listClasses:IListItemRenderer) — method, class mx.controls.listClasses.ListBase
Clears the highlight indicator in the given Sprite.
clearIndicators() — method, class mx.controls.AdvancedDataGrid
Removes all selection and highlight and caret indicators. Removes all selection and highlight and caret indicators.
clearIndicators() — method, class mx.controls.advancedDataGridClasses.AdvancedDataGridBase
Removes all selection and highlight and caret indicators.
clearIndicators() — method, class mx.controls.listClasses.AdvancedListBase
Removes all selection and highlight and caret indicators.
clearIndicators() — method, class mx.controls.listClasses.ListBase
Removes all selection and highlight and caret indicators.
clearInterval(id:uint) — Package Function, flash.utils
Cancels a specified setInterval() call.
clearParameters() — method, class flash.data.SQLStatement
Clears all current parameter settings.
clearResult(fireBindingEvent:Boolean) — method, class mx.rpc.AbstractInvoker
Sets the result property of the invoker to null.
clearResult(fireBindingEvent:Boolean) — method, class mx.rpc.http.HTTPService
Sets the result property of the invoker to null.
clearRow(contentHolder:mx.controls.listClasses:ListBaseContentHolder, rowNum:int) — method, class mx.controls.dataGridClasses.DataGridBase
Removes renderers from a row that should be empty for the given rowNum.
clearSamples() — Package Function, flash.sampler
Clears the current set of Sample objects.
clearSelected(transition:Boolean) — method, class mx.controls.listClasses.AdvancedListBase
Clears the set of selected items and removes all graphics depicting the selected state of those items.
clearSelected(transition:Boolean) — method, class mx.controls.listClasses.ListBase
Clears the set of selected items and removes all graphics depicting the selected state of those items.
clearSelectedCells(transition:Boolean) — method, class mx.controls.AdvancedDataGrid
Clears the selectedCells property.
clearSelection() — method, class mx.charts.chartClasses.ChartBase
Deselects all selected chart items in the chart control.
clearSeparators() — method, class mx.controls.AdvancedDataGridBaseEx
Removes column header separators that you normally use to resize columns.
clearSeparators() — method, class mx.controls.DataGrid
Removes column header separators that the user normally uses to resize columns.
clearSeparators() — method, class mx.controls.dataGridClasses.DataGridHeader
Removes column header separators that the user normally uses to resize columns.
clearStyle(styleProp:String) — method, class mx.controls.advancedDataGridClasses.AdvancedDataGridItemRenderer
Deletes a style property from this component instance.
clearStyle(styleProp:String) — method, class mx.controls.dataGridClasses.DataGridItemRenderer
Deletes a style property from this component instance.
clearStyle(styleProp:String) — method, class mx.core.UIComponent
Deletes a style property from this component instance.
clearStyle(styleProp:String) — method, class mx.styles.CSSStyleDeclaration
Clears a style property on this CSSStyleDeclaration.
clearStyle(styleProp:String) — method, interface mx.styles.IStyleClient
Deletes a style property from this component instance.
clearStyle(styleProp:String) — method, class mx.styles.StyleProxy
Deletes a style property from this component instance.
clearStyleDeclaration(selector:String, update:Boolean) — Static Method , class mx.styles.StyleManager
Clears the CSSStyleDeclaration object that stores the rules for the specified CSS selector.
clearTimeout(id:uint) — Package Function, flash.utils
Cancels a specified setTimeout() call.
clearVisibleData() — method, class mx.controls.listClasses.ListBase
Empty the visibleData hash table.
click — Event, class flash.desktop.SystemTrayIcon
Dispatched by this SystemTrayIcon object on mouse click.
click — Event, class flash.display.InteractiveObject
Dispatched when a user presses and releases the main button of the user's pointing device over the same InteractiveObject.
CLICK — Constant Static Property, class flash.events.MouseEvent
Defines the value of the type property of a click event object.
CLICK — Constant Static Property, class flash.events.ScreenMouseEvent
The ScreenMouseEvent.CLICK constant defines the value of the type property of a click event object.
clickCount — Property, class flash.events.MouseEvent
Indicates whether or not the mouse down event is part of a multi-click sequence.
clickHandler(event:flash.events:MouseEvent) — method, class mx.controls.Button
The default handler for the MouseEvent.CLICK event.
clickHandler(event:flash.events:MouseEvent) — method, class mx.controls.NavBar
Handles the MouseEvent.CLICK event for the items in the NavBar control.
clickHandler(event:flash.events:MouseEvent) — method, class mx.controls.SWFLoader
The default handler for the MouseEvent.CLICK event.
CLICK_SOMEWHERE — Constant Static Property, class mx.events.SandboxMouseEvent
Mouse was clicked somewhere outside your sandbox.
clickTarget — Property, class mx.events.SliderEvent
Specifies whether the slider track or a slider thumb was pressed.
client — Property, class flash.net.LocalConnection
Indicates the object on which callback methods are invoked.
client — Property, class flash.net.NetConnection
Indicates the object on which callback methods should be invoked.
client — Property, class flash.net.NetStream
Specifies the object on which callback methods are invoked to handle streaming or FLV file data.
client — Property, class flash.net.SharedObject
Indicates the object on which callback methods are invoked.
clientId — Property, class mx.messaging.MessageAgent
Provides access to the client id for the MessageAgent.
clientId — Property, class mx.messaging.messages.AbstractMessage
The clientId indicates which MessageAgent sent the message.
clientId — Property, interface mx.messaging.messages.IMessage
The clientId indicates which client sent the message.
CLIENT_PING_OPERATION — Constant Static Property, class mx.messaging.messages.CommandMessage
This operation is used to test connectivity over the current channel to the remote endpoint.
clientReceiveTime — Property, class mx.messaging.messages.MessagePerformanceUtils
Timestamp in milliseconds since epoch of when the client received response message from the server
CLIENT_SYNC_OPERATION — Constant Static Property, class mx.messaging.messages.CommandMessage
This operation is used by a remote destination to sync missed or cached messages back to a client as a result of a client issued poll command.
clipboard — Property, class flash.events.NativeDragEvent
The Clipboard object containing the data in this drag operation.
Clipboard — class, package flash.desktop
The Clipboard class provides a container for transferring data and objects through the clipboard.
Clipboard() — Constructor, class flash.desktop.Clipboard
Creates an empty Clipboard object.
ClipboardFormats — class, package flash.desktop
The ClipboardFormats class defines constants for the names of the standard data formats used with the Clipboard class.
clipboardItems — Property, class flash.ui.ContextMenu
An instance of the ContextMenuClipboardItems class with the following properties: cut, copy, paste, delete, selectAll.
clipboardMenu — Property, class flash.ui.ContextMenu
Specifies whether or not the clipboard menu should be used.
ClipboardTransferMode — class, package flash.desktop
The ClipboardTransferMode class defines constants for the modes used as values of the transferMode parameter of the Clipboard.getData() method.
clipContent — Property, class mx.charts.chartClasses.ChartBase
Determines whether Flex clips the chart to the area bounded by the axes.
clipContent — Property, class mx.core.Container
Whether to apply a clip mask if the positions and/or sizes of this container's children extend outside the borders of this container.
clone() — method, class air.update.events.DownloadErrorEvent
Creates a copy of the object and sets the value of each property to match that of the original.
clone() — method, class air.update.events.StatusFileUpdateErrorEvent
Creates a copy of the object and sets the value of each property to match that of the original.
clone() — method, class air.update.events.StatusFileUpdateEvent
Creates a copy of the object and sets the value of each property to match that of the original.
clone() — method, class air.update.events.StatusUpdateErrorEvent
Creates a copy of the object and sets the value of each property to match that of the original.
clone() — method, class air.update.events.StatusUpdateEvent
Creates a copy of the object and sets the value of each property to match that of the original.
clone() — method, class air.update.events.UpdateEvent
Creates a copy of the object and sets the value of each property to match that of the original.
clone() — method, class flash.display.BitmapData
Returns a new BitmapData object that is a clone of the original instance with an exact copy of the contained bitmap.
clone() — method, class flash.display.NativeMenu
Creates a copy of the menu and all items.
clone() — method, class flash.display.NativeMenuItem
Creates a copy of the NativeMenuItem object.
clone() — method, class flash.events.ActivityEvent
Creates a copy of an ActivityEvent object and sets the value of each property to match that of the original.
clone() — method, class flash.events.AsyncErrorEvent
Creates a copy of the AsyncErrorEvent object and sets the value of each property to match that of the original.
clone() — method, class flash.events.BrowserInvokeEvent
Creates a new copy of this event.
clone() — method, class flash.events.ContextMenuEvent
Creates a copy of the ContextMenuEvent object and sets the value of each property to match that of the original.
clone() — method, class flash.events.DRMAuthenticateEvent
Creates a copy of the DRMAuthenticateEvent object and sets the value of each property to match that of the original.
clone() — method, class flash.events.DRMAuthenticationCompleteEvent
Duplicates an instance of an Event subclass.
clone() — method, class flash.events.DRMAuthenticationErrorEvent
Creates a copy of the ErrorEvent object and sets the value of each property to match that of the original. Creates a copy of the TextEvent object and sets the value of each property to match that of the original. Duplicates an instance of an Event subclass.
clone() — method, class flash.events.DRMErrorEvent
Creates a copy of the DRMErrorEvent object and sets the value of each property to match that of the original.
clone() — method, class flash.events.DRMStatusEvent
Creates a copy of the DRMStatusEvent object and sets the value of each property to match that of the original.
clone() — method, class flash.events.DataEvent
Creates a copy of the DataEvent object and sets the value of each property to match that of the original.
clone() — method, class flash.events.ErrorEvent
Creates a copy of the ErrorEvent object and sets the value of each property to match that of the original.
clone() — method, class flash.events.Event
Duplicates an instance of an Event subclass.
clone() — method, class flash.events.FocusEvent
Creates a copy of the FocusEvent object and sets the value of each property to match that of the original.
clone() — method, class flash.events.FullScreenEvent
Creates a copy of a FullScreenEvent object and sets the value of each property to match that of the original.
clone() — method, class flash.events.HTMLUncaughtScriptExceptionEvent
Creates a copy of the HTMLUncaughtScriptExceptionEvent object and sets the value of each property to match that of the original.
clone() — method, class flash.events.HTTPStatusEvent
Creates a copy of the HTTPStatusEvent object and sets the value of each property to match that of the original.
clone() — method, class flash.events.IMEEvent
Creates a copy of the IMEEvent object and sets the value of each property to match that of the original.
clone() — method, class flash.events.IOErrorEvent
Creates a copy of the IOErrorEvent object and sets the value of each property to match that of the original.
clone() — method, class flash.events.InvokeEvent
Creates a new copy of this event.
clone() — method, class flash.events.KeyboardEvent
Creates a copy of the KeyboardEvent object and sets the value of each property to match that of the original.
clone() — method, class flash.events.MouseEvent
Creates a copy of the MouseEvent object and sets the value of each property to match that of the original.
clone() — method, class flash.events.NativeDragEvent
Creates a copy of this NativeDragEvent object.
clone() — method, class flash.events.NativeWindowBoundsEvent
Creates a copy of the NativeWindowBoundsEvent object and sets the value of each property to match that of the original.
clone() — method, class flash.events.NativeWindowDisplayStateEvent
Creates a copy of the NativeWindowDisplayStateEvent object and sets the value of each property to match that of the original.
clone() — method, class flash.events.NetStatusEvent
Creates a copy of the NetStatusEvent object and sets the value of each property to match that of the original.
clone() — method, class flash.events.OutputProgressEvent
Creates a copy of the OutputProgressEvent object and sets each property's value to match that of the original.
clone() — method, class flash.events.ProgressEvent
Creates a copy of the ProgressEvent object and sets each property's value to match that of the original.
clone() — method, class flash.events.SQLErrorEvent
Creates a copy of the SQLErrorEvent object and sets the value of each property to match that of the original.
clone() — method, class flash.events.SQLEvent
Creates a copy of the SQLEvent object and sets the value of each property to match that of the original.
clone() — method, class flash.events.SQLUpdateEvent
Creates a copy of the SQLUpdateEvent object and sets the value of each property to match that of the original.
clone() — method, class flash.events.SampleDataEvent
Creates a copy of the SampleDataEvent object and sets each property's value to match that of the original.
clone() — method, class flash.events.ScreenMouseEvent
Creates a copy of the ScreenMouseEvent object and sets the value of each property to match that of the original.
clone() — method, class flash.events.SecurityErrorEvent
Creates a copy of the SecurityErrorEvent object and sets the value of each property to match that of the original.
clone() — method, class flash.events.ShaderEvent
Creates a copy of the ShaderEvent object and sets the value of each property to match that of the original.
clone() — method, class flash.events.StatusEvent
Creates a copy of the StatusEvent object and sets the value of each property to match that of the original.
clone() — method, class flash.events.SyncEvent
Creates a copy of the SyncEvent object and sets the value of each property to match that of the original.
clone() — method, class flash.events.TextEvent
Creates a copy of the TextEvent object and sets the value of each property to match that of the original.
clone() — method, class flash.events.TimerEvent
Creates a copy of the TimerEvent object and sets each property's value to match that of the original.
clone() — method, class flash.filesystem.File
Returns a copy of this File object.
clone() — method, class flash.filters.BevelFilter
Returns a copy of this filter object.
clone() — method, class flash.filters.BitmapFilter
Returns a BitmapFilter object that is an exact copy of the original BitmapFilter object.
clone() — method, class flash.filters.BlurFilter
Returns a copy of this filter object.
clone() — method, class flash.filters.ColorMatrixFilter
Returns a copy of this filter object.
clone() — method, class flash.filters.ConvolutionFilter
Returns a copy of this filter object.
clone() — method, class flash.filters.DisplacementMapFilter
Returns a copy of this filter object.
clone() — method, class flash.filters.DropShadowFilter
Returns a copy of this filter object.
clone() — method, class flash.filters.GlowFilter
Returns a copy of this filter object.
clone() — method, class flash.filters.GradientBevelFilter
Returns a copy of this filter object.
clone() — method, class flash.filters.GradientGlowFilter
Returns a copy of this filter object.
clone() — method, class flash.geom.Matrix
Returns a new Matrix object that is a clone of this matrix, with an exact copy of the contained object.
clone() — method, class flash.geom.Matrix3D
Returns a new Matrix3D object that is an exact copy of the current Matrix3D object.
clone() — method, class flash.geom.Point
Creates a copy of this Point object.
clone() — method, class flash.geom.Rectangle
Returns a new Rectangle object with the same values for the x, y, width, and height properties as the original Rectangle object.
clone() — method, class flash.geom.Vector3D
Returns a new Vector3D object that is an exact copy of the current Vector3D object.
clone() — method, class flash.text.engine.EastAsianJustifier
Constructs a cloned copy of the EastAsianJustifier.
clone() — method, class flash.text.engine.ElementFormat
Constructs an unlocked, cloned copy of the ElementFormat.
clone() — method, class flash.text.engine.FontDescription
Constructs an unlocked, cloned copy of the FontDescription.
clone() — method, class flash.text.engine.SpaceJustifier
Constructs a cloned copy of the SpaceJustifier.
clone() — method, class flash.text.engine.TextJustifier
Constructs a cloned copy of the TextJustifier.
clone() — method, class flash.ui.ContextMenu
Creates a copy of the menu and all items.
clone() — method, class flash.ui.ContextMenuItem
Creates a copy of the NativeMenuItem object.
clone() — method, class mx.automation.events.ChartSelectionChangeEvent
The data provider index of the item to be selected.
clone() — method, class mx.charts.ChartItem
Returns a copy of this ChartItem.
clone() — method, class mx.charts.chartClasses.RenderData
Creates a copy of the render data.
clone() — method, class mx.charts.series.items.LineSeriesSegment
Returns a copy of this segment.
clone() — method, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn
Clone this column and return a new Column with the same properties and styles as this one.
clone() — method, class mx.core.EdgeMetrics
Returns a copy of this EdgeMetrics object.
clone() — method, class mx.messaging.events.ChannelEvent
Clones the ChannelEvent.
clone() — method, class mx.messaging.events.ChannelFaultEvent
Clones the ChannelFaultEvent.
clone() — method, class mx.messaging.events.MessageAckEvent
Clones the MessageAckEvent.
clone() — method, class mx.messaging.events.MessageEvent
Clones the MessageEvent.
clone() — method, class mx.messaging.events.MessageFaultEvent
Clones the MessageFaultEvent.
clone() — method, class mx.rpc.events.WSDLLoadEvent
Returns a copy of this WSDLLoadEvent object.
clone() — method, class mx.rpc.events.XMLLoadEvent
Returns a copy of this XMLLoadEvent object.
clone() — method, class mx.rpc.soap.LoadEvent
Returns a copy of this LoadEvent.
cloneNode(deep:Boolean) — method, class flash.xml.XMLNode
Constructs and returns a new XML node of the same type, name, value, and attributes as the specified XML object.
CLONE_ONLY — Constant Static Property, class flash.desktop.ClipboardTransferMode
The Clipboard object should only return a copy.
CLONE_PREFERRED — Constant Static Property, class flash.desktop.ClipboardTransferMode
The Clipboard object should return a copy if available and a reference if not.
close — Event, class flash.data.SQLConnection
Dispatched when a close() method call's operation completes successfully.
close(responder:flash.net:Responder) — method, class flash.data.SQLConnection
Closes the current database connection.
close() — method, class flash.display.Loader
Cancels a load() method operation that is currently in progress for the Loader instance.
close — Event, class flash.display.NativeWindow
Dispatched by this NativeWindow object after the window has been closed.
close() — method, class flash.display.NativeWindow
Closes this window.
close — Event, class flash.filesystem.FileStream
Indicates that the stream has been closed by an explicit call to the close() method.
close() — method, class flash.filesystem.FileStream
Closes the FileStream object.
close() — method, class flash.media.Sound
Closes the stream, causing any download of data to cease.
close() — method, class flash.net.LocalConnection
Closes (disconnects) a LocalConnection object.
close() — method, class flash.net.NetConnection
Closes the connection that was opened locally or to the server and dispatches a netStatus event with a code property of NetConnection.Connect.Closed.
close() — method, class flash.net.NetStream
Stops playing all data on the stream, sets the time property to 0, and makes the stream available for another use.
close() — method, class flash.net.SharedObject
Closes the connection between a remote shared object and the server.
close — Event, class flash.net.Socket
Dispatched when the server closes the socket connection.
close() — method, class flash.net.Socket
Closes the socket.
close() — method, class flash.net.URLLoader
Closes the load operation in progress.
close() — method, class flash.net.URLStream
Immediately closes the stream and cancels the download operation.
close — Event, class flash.net.XMLSocket
Dispatched when the server closes the socket connection.
close() — method, class flash.net.XMLSocket
Closes the connection specified by the XMLSocket object.
close — Property, class mx.charts.series.items.HLOCSeriesItem
The close value of this item converted into screen coordinates.
close — Event, class mx.containers.TitleWindow
Dispatched when the user selects the close button.
close — Event, class mx.controls.ColorPicker
Dispatched when the swatch panel closes.
close(trigger:flash.events:Event) — method, class mx.controls.ColorPicker
Hides the drop-down SwatchPanel object.
close — Event, class mx.controls.ComboBox
Dispatched when the drop-down list is dismissed for any reason such when the user: selects an item in the drop-down list clicks outside of the drop-down list clicks the drop-down button while the drop-down list is displayed presses the ESC key while the drop-down list is displayed
close(trigger:flash.events:Event) — method, class mx.controls.ComboBox
Hides the drop-down list.
close — Event, class mx.controls.DateField
Dispatched when a date is selected or the user clicks outside the drop-down list.
close() — method, class mx.controls.DateField
Closes the DateChooser control.
close — Event, class mx.controls.PopUpButton
Dispatched when the specified UIComponent closes.
close() — method, class mx.controls.PopUpButton
Closes the UIComponent object opened by the PopUpButton control.
close — Event, class mx.controls.VideoDisplay
Dispatched when the NetConnection object is closed, whether by timing out or by calling the close() method.
close() — method, class mx.controls.VideoDisplay
Forces the close of an input stream and connection to Flash Media Server.
close() — method, interface mx.core.IWindow
Closes the window.
close — Event, class mx.core.Window
Dispatched after the window has been closed.
close() — method, class mx.core.Window
Closes the window.
close — Event, class mx.core.WindowedApplication
Dispatched after this application window has been closed.
close() — method, class mx.core.WindowedApplication
Closes the application's NativeWindow (the initial native window opened by the application).
CLOSE — Constant Static Property, class flash.errors.SQLErrorOperation
Indicates that the SQLConnection.close() method was called.
CLOSE — Constant Static Property, class flash.events.Event
The Event.CLOSE constant defines the value of the type property of a close event object.
CLOSE — Constant Static Property, class flash.events.SQLEvent
The SQLEvent.CLOSE constant defines the value of the type property of a close event object.
CLOSE — Constant Static Property, class mx.events.CloseEvent
The CloseEvent.CLOSE constant defines the value of the type property of the event object for a close event.
CLOSE — Constant Static Property, class mx.events.DropdownEvent
The DropdownEvent.CLOSE constant defines the value of the type property of the event object for a close event.
CLOSE — Constant Static Property, class mx.events.VideoEvent
The VideoEvent.CLOSE constant defines the value of the type property of the event object for a close event.
closeButton — Property, class mx.core.windowClasses.TitleBar
The Button object that defines the close button.
closeButtonDisabledSkin — Style, class mx.containers.TitleWindow
The close button disabled skin.
closeButtonDownSkin — Style, class mx.containers.TitleWindow
The close button down skin.
closeButtonOverSkin — Style, class mx.containers.TitleWindow
The close button over skin.
closeButtonSkin — Style, class mx.containers.TitleWindow
The close button default skin.
closeButtonSkin — Style, class mx.core.Window
Skin for close button when using Flex chrome.
closeButtonSkin — Style, class mx.core.WindowedApplication
Skin for close button when using Flex chrome.
closeButtonStyleFilters — Property, class mx.containers.Panel
The set of styles to pass from the Panel to the close button.
closeButtonUpSkin — Style, class mx.containers.TitleWindow
The close button up skin.
closed — Property, class flash.display.NativeWindow
Indicates whether this window has been closed.
closed — Property, class mx.core.Window
A flag indicating whether the window has been closed.
closed — Property, class mx.core.WindowedApplication
Returns true when the underlying window has been closed.
closeDuration — Style, class mx.controls.ComboBox
The length of the transition when the drop-down list closes, in milliseconds.
closeDuration — Style, class mx.controls.PopUpButton
Length of a close transition, in milliseconds.
closeDuration — Style, class mx.controls.ColorPicker
Length of a close transition, in milliseconds.
closeEasingFunction — Style, class mx.controls.ComboBox
An easing function to control the close transition.
closeEasingFunction — Style, class mx.controls.PopUpButton
Easing function to control component closing tween.
closeEasingFunction — Style, class mx.controls.ColorPicker
Easing function to control component tweening.
closeEffect — Effect, class mx.core.Window
Played when the window is closed.
closeEffect — Effect, class mx.core.WindowedApplication
Played when the window is closed.
CloseEvent — class, package mx.events
The CloseEvent class represents event objects specific to popup windows, such as the Alert control.
CloseEvent(type:String, bubbles:Boolean, cancelable:Boolean, detail:int) — Constructor, class mx.events.CloseEvent
Constructor.
closeField — Property, class mx.charts.chartClasses.HLOCSeriesBase
Specifies the field of the data provider that determines the y-axis location of the closing value of the element.
closeFilter — Property, class mx.charts.series.items.HLOCSeriesItem
The close value of this item, filtered against the vertical axis of the containing chart.
closeNode(node:Object) — method, class mx.collections.HierarchicalCollectionView
Closes a node to hide its children.
closeNode(node:Object) — method, interface mx.collections.IHierarchicalCollectionView
Closes a node to hide its children.
closeNumber — Property, class mx.charts.series.items.HLOCSeriesItem
The close value of this item, converted to a number by the vertical axis of the containing chart.
closeOnActivity — Property, class mx.controls.PopUpButton
If true, specifies popUp would close on click/enter activity.
closeStreamingConnection() — method, class mx.messaging.channels.StreamingConnectionHandler
Used by the streaming channels to shut down the streaming connection.
closeSubdirectory(nativePath:String) — method, class mx.controls.FileSystemTree
Closes a subdirectory specified by a native file system path.
closeTickLength — Style, class mx.charts.series.HLOCSeries
Specifies the length, in pixels, for the close tick mark.
closeTickStroke — Style, class mx.charts.series.HLOCSeries
Specifies the stroke to use for the close tick mark if an opening value is specified.
closeValue — Property, class mx.charts.series.items.HLOCSeriesItem
The close value of this item.
closing — Event, class flash.display.NativeWindow
Dispatched by this NativeWindow object immediately before the window is to be closed.
closing — Event, class mx.core.Window
Dispatched before the window closes.
closing — Event, class mx.core.WindowedApplication
Dispatched before the WindowedApplication window closes.
CLOSING — Constant Static Property, class flash.events.Event
The Event.CLOSING constant defines the value of the type property of a closing event object.
clustered — Property, class mx.messaging.ChannelSet
Indicates whether the ChannelSet targets a clustered destination.
CLUSTER_REQUEST_OPERATION — Constant Static Property, class mx.messaging.messages.CommandMessage
This operation is used to request a list of failover endpoint URIs for the remote destination based on cluster membership.
code — Property, class flash.events.StatusEvent
A description of the object's status.
code — Property, class mx.automation.AutomationError
The current error code.
code — Property, class mx.controls.videoClasses.VideoError
Contains the error code.
codec — Property, class flash.media.Microphone
The codec to use for compressing audio.
CODE_SIGNING — Constant Static Property, class flash.security.SignerTrustSettings
The certificate is trusted for code signing.
collapseAll() — method, class mx.controls.AdvancedDataGrid
Collapses all the nodes of the navigation tree.
collection — Property, class mx.controls.ComboBase
The ICollectionView of items this component displays.
collection — Property, class mx.controls.listClasses.AdvancedListBase
An ICollectionView that represents the data provider.
collection — Property, class mx.controls.listClasses.ListBase
An ICollectionView that represents the data provider.
collectionChange — Event, interface mx.collections.ICollectionView
Dispatched when the ICollectionView has been updated in some way.
collectionChange — Event, interface mx.collections.IList
Dispatched when the IList has been updated in some way.
collectionChange — Event, class mx.collections.ListCollectionView
Dispatched when the ICollectionView has been updated in some way.
COLLECTION_CHANGE — Constant Static Property, class mx.events.CollectionEvent
The CollectionEvent.COLLECTION_CHANGE constant defines the value of the type property of the event object for an event that is dispatched when a collection has changed.
collectionChangeHandler(event:flash.events:Event) — method, class mx.controls.ComboBase
Responds to changes to the data provider.
collectionChangeHandler(event:flash.events:Event) — method, class mx.controls.listClasses.AdvancedListBase
Handles CollectionEvents dispatched from the data provider as the data changes.
collectionChangeHandler(event:flash.events:Event) — method, class mx.controls.listClasses.ListBase
Handles CollectionEvents dispatched from the data provider as the data changes.
CollectionEvent — class, package mx.events
The mx.events.CollectionEvent class represents an event that is dispatched when the associated collection changes.
CollectionEvent(type:String, bubbles:Boolean, cancelable:Boolean, kind:String, location:int, oldLocation:int, items:Array) — Constructor, class mx.events.CollectionEvent
Constructor.
CollectionEventKind — final class, package mx.events
The CollectionEventKind class contains constants for the valid values of the mx.events.CollectionEvent class kind property.
CollectionViewError — class, package mx.collections.errors
The CollectionViewError class represents general errors within a collection that are not related to specific activities such as Cursor seeking.
CollectionViewError(message:String) — Constructor, class mx.collections.errors.CollectionViewError
Constructor.
collectTransitions(chartState:Number, transitions:Array) — method, class mx.charts.chartClasses.ChartElement
Called by the enclosing chart to collect any transitions a particular element might play when the chart changes state.
collectTransitions(chartState:Number, transitions:Array) — method, interface mx.charts.chartClasses.IChartElement
Called by the enclosing chart to collect any transitions a particular element might play when the chart changes state.
colNumToIndex(colNum:int) — method, class mx.controls.AdvancedDataGridBaseEx
Returns the index of a column as it is currently displayed.
color — Style, class mx.charts.chartClasses.DataTip
Color of text in the component, including the component label.
color — Style, class mx.charts.chartClasses.CartesianChart
Color of text in the component, including the component label.
color — Style, class mx.charts.chartClasses.ChartBase
Color of text in the component, including the component label.
color — Style, class mx.charts.series.PieSeries
Color of text in the component, including the component label.
color — Style, class mx.charts.series.BarSeries
Color of text in the component, including the component label.
color — Style, class mx.charts.series.ColumnSeries
Color of text in the component, including the component label.
color — Style, class mx.charts.LegendItem
Color of text in the component, including the component label.
color — Style, class mx.charts.AxisRenderer
Color of text in the component, including the component label.
color — Style, class mx.charts.PieChart
Color of text in the component, including the component label.
color — Style, class mx.containers.FormHeading
Color of text in the component, including the component label.
color — Style, class mx.controls.advancedDataGridClasses.AdvancedDataGridHeaderRenderer
Text color of a component label.
color — Style, class mx.controls.advancedDataGridClasses.AdvancedDataGridGroupItemRenderer
Text color of a component label.
color — Style, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn
Color of text in the component, including the component label.
color — Style, class mx.controls.dataGridClasses.DataGridColumn
Color of text in the component, including the component label.
color — Style, class mx.controls.listClasses.ListItemRenderer
Text color of a component label.
color — Style, class mx.controls.listClasses.TileListItemRenderer
Text color of a component label.
color — Style, class mx.controls.menuClasses.MenuItemRenderer
Text color of the menu item label.
color — Style, class mx.controls.menuClasses.MenuBarItem
Color of text in the component, including the component label.
color — Style, class mx.controls.olapDataGridClasses.OLAPDataGridGroupRenderer
Text color of a component label.
color — Style, class mx.controls.treeClasses.TreeItemRenderer
Text color of a component label.
color — Style, class mx.controls.Button
Color of text in the component, including the component label.
color — Style, class mx.controls.DateChooser
Color of text in the component, including the component label.
color — Style, class mx.controls.ProgressBar
Color of text in the component, including the component label.
color — Style, class mx.controls.ComboBox
Color of text in the component, including the component label.
color — Style, class mx.controls.ToolTip
Color of text in the component, including the component label.
color — Style, class mx.controls.Label
Color of text in the component, including the component label.
color — Style, class mx.controls.NumericStepper
Color of text in the component, including the component label.
color — Style, class mx.controls.MenuBar
Color of text in the component, including the component label.
color — Style, class mx.controls.TextInput
Color of text in the component, including the component label.
color — Style, class mx.controls.DateField
Color of text in the component, including the component label.
color — Style, class mx.controls.ColorPicker
Color of text in the component, including the component label.
color — Style, class mx.core.ScrollControlBase
Color of text in the component, including the component label.
color — Style, class mx.core.UITextField
Color of text in the component, including the component label.
color — Style, class mx.core.Container
Color of text in the component, including the component label.
color — Property, class flash.display.GraphicsSolidFill
The color of the fill.
color — Property, class flash.filters.ConvolutionFilter
The hexadecimal color to substitute for pixels that are off the source image.
color — Property, class flash.filters.DisplacementMapFilter
Specifies what color to use for out-of-bounds displacements.
color — Property, class flash.filters.DropShadowFilter
The color of the shadow.
color — Property, class flash.filters.GlowFilter
The color of the glow.
color — Property, class flash.geom.ColorTransform
The RGB color value for a ColorTransform object.
color — Property, class flash.text.TextFormat
Indicates the color of the text.
color — Property, class flash.text.engine.ElementFormat
Indicates the color of the text.
color — Property, class mx.controls.textClasses.TextRange
Color of the text in the range.
color — Property, class mx.effects.DefaultListEffect
Hex value that represents the color used when fading the added and removed item.
color — Property, class mx.effects.DefaultTileListEffect
Hex value that represents the color used when fading the added and removed item.
color — Property, class mx.effects.Dissolve
Hex value that represents the color of the floating rectangle that the effect displays over the target object.
color — Property, class mx.effects.Glow
The color of the glow.
color — Property, class mx.effects.effectClasses.DissolveInstance
Hex value that represents the color of the floating rectangle that the effect displays over the target object.
color — Property, class mx.effects.effectClasses.GlowInstance
The color of the glow.
color — Property, class mx.events.ColorPickerEvent
The RGB color that was rolled over, rolled out of, selected, or entered.
color — Property, class mx.graphics.GradientEntry
The color value for a gradient fill.
color — Property, class mx.graphics.RectangularDropShadow
The color of the shadow.
color — Property, class mx.graphics.SolidColor
A color value.
color — Property, class mx.graphics.Stroke
The line color.
COLOR — Constant Static Property, class flash.filters.DisplacementMapFilterMode
If the displacement value is outside the image, substitutes the values in the color and alpha properties.
colorCorrection — Property, class flash.display.Stage
Controls Flash Player color correction for displays.
ColorCorrection — final class, package flash.display
The ColorCorrection class provides values for the flash.display.Stage.colorCorrection property.
colorCorrectionSupport — Property, class flash.display.Stage
Specifies whether Flash Player is running on an operating system that supports color correction and whether the color profile of the main (primary) monitor can be read and understood by Flash Player.
ColorCorrectionSupport — final class, package flash.display
The ColorCorrectionSupport class provides values for the flash.display.Stage.colorCorrectionSupport property.
colorDepth — Property, class flash.display.Screen
The color depth of this screen (expressed in number of bits).
colorField — Property, class mx.controls.ColorPicker
Name of the field in the objects of the dataProvider Array that specifies the hexadecimal values of the colors that the swatch panel displays.
ColorMatrixFilter — final class, package 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.
ColorMatrixFilter(matrix:Array) — Constructor, class flash.filters.ColorMatrixFilter
Initializes a new ColorMatrixFilter instance with the specified parameters.
ColorPicker — class, package mx.controls
The ColorPicker control provides a way for a user to choose a color from a swatch list.
ColorPicker() — Constructor, class mx.controls.ColorPicker
Constructor.
ColorPickerAutomationImpl — class, package mx.automation.delegates.controls
Defines methods and properties required to perform instrumentation for the ColorPicker control.
ColorPickerAutomationImpl(obj:mx.controls:ColorPicker) — Constructor, class mx.automation.delegates.controls.ColorPickerAutomationImpl
Constructor.
ColorPickerEvent — class, package 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.
ColorPickerEvent(type:String, bubbles:Boolean, cancelable:Boolean, index:int, color:uint) — Constructor, class mx.events.ColorPickerEvent
Constructor.
ColorPickerSkin — class, package mx.skins.halo
The skin for all the states of a ColorPicker.
ColorPickerSkin() — Constructor, class mx.skins.halo.ColorPickerSkin
Constructor.
colorPickerToolTip — Property, class mx.controls.RichTextEditor
The ToolTip that appears when the user hovers over the ColorPicker control.
colors — Property, class flash.display.GraphicsGradientFill
An array of RGB hexadecimal color values to use in the gradient.
colors — Property, class flash.filters.GradientBevelFilter
An array of RGB hexadecimal color values to use in the gradient.
colors — Property, class flash.filters.GradientGlowFilter
An array of colors that defines a gradient.
colorTransform(rect:flash.geom:Rectangle, colorTransform:flash.geom:ColorTransform) — method, class flash.display.BitmapData
Adjusts the color values in a specified area of a bitmap image by using a ColorTransform object.
colorTransform — Property, class flash.geom.Transform
A ColorTransform object containing values that universally adjust the colors in the display object.
ColorTransform — class, package flash.geom
The ColorTransform class lets you adjust the color values in a display object.
ColorTransform(redMultiplier:Number, greenMultiplier:Number, blueMultiplier:Number, alphaMultiplier:Number, redOffset:Number, greenOffset:Number, blueOffset:Number, alphaOffset:Number) — Constructor, class flash.geom.ColorTransform
Creates a ColorTransform object for a display object with the specified color channel values and alpha values.
ColorUtil — class, package mx.utils
The ColorUtil class is an all-static class with methods for working with RGB colors within Flex.
colSpan — Property, class mx.containers.GridItem
Number of columns of the Grid container spanned by the cell.
column — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridHeaderInfo
A reference to the AdvancedDataGridColumn instance corresponding to this AdvancedDataGridHeaderInfo instance.
column — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridRendererProvider
The id of the column for which the renderer is used.
column — Property, class mx.events.AdvancedDataGridEvent
The AdvancedDataGridColumnGroup instance for the column that caused the event.
COLUMN_AXIS — Constant Static Property, class mx.controls.OLAPDataGrid
A constant that corresponds to the column axis.
COLUMN_AXIS — Static Property, class mx.olap.OLAPQuery
Specifies a column axis.
COLUMN_AXIS — Static Property, class mx.olap.OLAPResult
Specifies a column axis.
columnAxisHeaderStyleName — Style, class mx.controls.OLAPDataGrid
The name of a CSS style declaration for controlling aspects of the appearance of the column axis headers.
columnCaretIndicator — Property, class mx.controls.dataGridClasses.DataGridBase
The DisplayObject that contains the graphics that indicates which renderer is the caret for lockedColumns.
ColumnChart — class, package mx.charts
The ColumnChart control represents data as a series of vertical columns whose height is determined by values in the data.
ColumnChart() — Constructor, class mx.charts.ColumnChart
Constructor.
columnCount — Style, class mx.controls.ColorPicker
Number of columns in the swatch grid.
columnCount — Property, class mx.controls.listClasses.AdvancedListBase
The number of columns to be displayed in a TileList control or items in a HorizontalList control.
columnCount — Property, class mx.controls.listClasses.ListBase
The number of columns to be displayed in a TileList control or items in a HorizontalList control.
columnDropIndicatorSkin — Style, class mx.controls.AdvancedDataGridBaseEx
The class to use as the skin that indicates that a column can be dropped in the current location.
columnDropIndicatorSkin — Style, class mx.controls.DataGrid
The class to use as the skin that indicates that a column can be dropped in the current location.
columnHighlightIndicator — Property, class mx.controls.dataGridClasses.DataGridBase
The DisplayObject that contains the graphics that indicates which renderer is highlighted for lockedColumns.
columnIndex — Property, class mx.automation.events.AdvancedDataGridItemSelectEvent
The data provider index of the item to be selected.
columnIndex — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridBaseSelectionData
The column index in the data provider of the selected cell.
columnIndex — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridRendererProvider
The column index for which the renderer is used, where the first column is at an index of 0.
columnIndex — Property, class mx.controls.listClasses.BaseListData
The index of the column of the List-based control relative to the currently visible columns of the control, where the first column is at an index of 1.
columnIndex — Property, class mx.events.AdvancedDataGridEvent
The zero-based index in the AdvancedDataGrid object's columns Array of the column associated with the event.
columnIndex — Property, class mx.events.DataGridEvent
The zero-based index in the DataGrid object's columns array of the column associated with the event.
columnIndex — Property, class mx.events.ListEvent
The zero-based index of the column that contains the item renderer where the event occurred.
columnMap — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridBase
A map of item renderers to columns.
columnMap — Property, class mx.controls.dataGridClasses.DataGridBase
A map of item renderes to columns.
columnNames — Property, interface mx.automation.IAutomationTabularData
Names of all columns in the data.
columnNameStyle — Property, class flash.data.SQLConnection
Indicates how column names are reported in the result of a SELECT statement.
columnResizeSkin — Style, class mx.controls.AdvancedDataGridBaseEx
The class to use as the skin for a column that is being resized.
columnResizeSkin — Style, class mx.controls.DataGrid
The class to use as the skin for a column that is being resized.
columns — Property, class flash.data.SQLTableSchema
An array of SQLColumnSchema instances containing schema information for this table's columns.
columns — Property, class mx.controls.AdvancedDataGridBaseEx
An array of AdvancedDataGridColumn objects, one for each column that can be displayed.
columns — Property, class mx.controls.DataGrid
An array of DataGridColumn objects, one for each column that can be displayed.
ColumnSeries — class, package mx.charts.series
Defines a data series for a ColumnChart control.
ColumnSeries() — Constructor, class mx.charts.series.ColumnSeries
Constructor.
ColumnSeriesAutomationImpl — class, package mx.automation.delegates.charts
Defines the methods and properties required to perform instrumentation for the ColumnSeries class.
ColumnSeriesAutomationImpl(obj:mx.charts.series:ColumnSeries) — Constructor, class mx.automation.delegates.charts.ColumnSeriesAutomationImpl
Constructor.
ColumnSeriesItem — class, package mx.charts.series.items
Represents the information required to render an item as part of a ColumnSeries.
ColumnSeriesItem(element:mx.charts.series:ColumnSeries, data:Object, index:uint) — Constructor, class mx.charts.series.items.ColumnSeriesItem
Constructor.
ColumnSeriesRenderData — class, package mx.charts.series.renderData
Represents all the information needed by the ColumnSeries to render.
ColumnSeriesRenderData(cache:Array, filteredCache:Array, renderedBase:Number, renderedHalfWidth:Number, renderedXOffset:Number, labelScale:Number, labelData:Object) — Constructor, class mx.charts.series.renderData.ColumnSeriesRenderData
Constructor.
ColumnSet — class, package mx.charts.series
ColumnSet is a grouping set that can be used to stack or cluster column series in any arbitrary chart.
ColumnSet() — Constructor, class mx.charts.series.ColumnSet
Constructor.
columnSpan — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridHeaderInfo
Number of actual columns spanned by the column header when using column groups.
columnSpan — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridRendererDescription
Specifies the number of columns that the item renderer spans.
columnSpan — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridRendererProvider
Specifies how many columns the renderer should span.
columnStretch — Event, class mx.controls.AdvancedDataGridBaseEx
Dispatched when a user changes the width of a column, indicating that the amount of data displayed in that column may have changed.
columnStretch — Event, class mx.controls.DataGrid
Dispatched when a user changes the width of a column, indicating that the amount of data displayed in that column may have changed.
COLUMN_STRETCH — Constant Static Property, class mx.events.AdvancedDataGridEvent
The AdvancedDataGridEvent.COLUMN_STRETCH constant defines the value of the type property of the event object for a columnStretch event, which indicates that a user expanded a column horizontally.
COLUMN_STRETCH — Constant Static Property, class mx.events.DataGridEvent
The DataGridEvent.COLUMN_STRETCH constant defines the value of the type property of the event object for a columnStretch event, which indicates that a user expanded a column horizontally.
columnWidth — Property, class mx.controls.listClasses.AdvancedListBase
The width of the control's columns.
columnWidth — Property, class mx.controls.listClasses.ListBase
The width of the control's columns.
columnWidthRatio — Style, class mx.charts.HLOCChart
Specifies a ratio of how wide to draw the HLOC lines relative to the horizontal axis's category widths, as a percentage in the range of 0 to 1.
columnWidthRatio — Style, class mx.charts.CandlestickChart
Specifies a ratio of how wide to draw the candlesticks relative to the horizontal axis's category widths, as a percentage in the range of 0 to 1.
columnWidthRatio — Style, class mx.charts.ColumnChart
Specifies a ratio of wide to draw the columns relative to the category width, as a percentage in the range of 0 to 1.
columnWidthRatio — Property, class mx.charts.chartClasses.HLOCSeriesBase
Specifies the width of elements relative to the category width.
columnWidthRatio — Property, interface mx.charts.chartClasses.IColumn
Specifies the width of items relative to the category size.
columnWidthRatio — Property, class mx.charts.series.ColumnSeries
Specifies the width of columns relative to the category width.
columnWidthRatio — Property, class mx.charts.series.ColumnSet
Specifies the width of columns relative to the category width.
ComboBase — class, package 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.
ComboBase() — Constructor, class mx.controls.ComboBase
Constructor.
ComboBaseAutomationImpl — class, package mx.automation.delegates.controls
Defines methods and properties required to perform instrumentation for the ComboBase class.
ComboBaseAutomationImpl(obj:mx.controls:ComboBase) — Constructor, class mx.automation.delegates.controls.ComboBaseAutomationImpl
Constructor.
ComboBox — class, package mx.controls
The ComboBox control contains a drop-down list from which the user can select a single value.
ComboBox() — Constructor, class mx.controls.ComboBox
Constructor.
ComboBoxArrowSkin — class, package mx.skins.halo
The skin for all the states of the button in a ComboBox.
ComboBoxArrowSkin() — Constructor, class mx.skins.halo.ComboBoxArrowSkin
Constructor.
ComboBoxAutomationImpl — class, package mx.automation.delegates.controls
Defines methods and properties required to perform instrumentation for the ComboBox control.
ComboBoxAutomationImpl(obj:mx.controls:ComboBox) — Constructor, class mx.automation.delegates.controls.ComboBoxAutomationImpl
Constructor.
COMMA — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the , key (188).
COMMAND — Constant Static Property, class flash.ui.Keyboard
Constant associated with the Mac command key (15).
commandKey — Property, class flash.events.KeyboardEvent
Indicates whether the Command key is active (true) or inactive (false).
commandKey — Property, class flash.events.MouseEvent
Indicates whether the command key is activated (Mac only.) The value of property commandKey will have the same value as property ctrlKey on the Mac.
CommandMessage — class, package 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.
CommandMessage() — Constructor, class mx.messaging.messages.CommandMessage
Constructs an instance of a CommandMessage with an empty body and header and a default operation of UNKNOWN_OPERATION.
commands — Property, class flash.display.GraphicsPath
The Vector of drawing commands as integers representing the path.
comment — Property, class flash.media.ID3Info
A comment about the recording; corresponds to the ID3 2.0 tag COMM.
comments() — method, class XML
Lists the properties of the XML object that contain XML comments.
comments() — method, class XMLList
Calls the comments() method of each XML object and returns an XMLList of comments.
commit — Event, class flash.data.SQLConnection
Dispatched when a commit() method call's operation completes successfully.
commit(responder:flash.net:Responder) — method, class flash.data.SQLConnection
Commits an existing transaction, causing any actions performed by the transaction's statements to be permanently applied to the database.
COMMIT — Constant Static Property, class flash.errors.SQLErrorOperation
Indicates that the SQLConnection.commit() method was called.
COMMIT — Constant Static Property, class flash.events.SQLEvent
The SQLEvent.COMMIT constant defines the value of the type property of a commit event object.
commitProperties() — method, class mx.charts.Legend
Processes the properties set on the component.
commitProperties() — method, class mx.charts.chartClasses.CartesianChart
Processes the properties set on the component.
commitProperties() — method, class mx.charts.chartClasses.CartesianDataCanvas
Processes the properties set on the component.
commitProperties() — method, class mx.charts.chartClasses.HLOCSeriesBase
Processes the properties set on the component.
commitProperties() — method, class mx.charts.chartClasses.PolarChart
Processes the properties set on the component.
commitProperties() — method, class mx.charts.chartClasses.PolarDataCanvas
Processes the properties set on the component.
commitProperties() — method, class mx.charts.chartClasses.Series
Processes the properties set on the component.
commitProperties() — method, class mx.charts.series.AreaSeries
Processes the properties set on the component.
commitProperties() — method, class mx.charts.series.BarSeries
Processes the properties set on the component.
commitProperties() — method, class mx.charts.series.BubbleSeries
Processes the properties set on the component.
commitProperties() — method, class mx.charts.series.ColumnSeries
Processes the properties set on the component.
commitProperties() — method, class mx.charts.series.LineSeries
Processes the properties set on the component.
commitProperties() — method, class mx.charts.series.PieSeries
Processes the properties set on the component.
commitProperties() — method, class mx.charts.series.PlotSeries
Processes the properties set on the component.
commitProperties() — method, class mx.controls.FlexNativeMenu
Processes the properties set on the component.
commitProperties() — method, class mx.controls.listClasses.AdvancedListBase
Calculates the column width and row height and number of rows and columns based on whether properties like columnCount columnWidth, rowHeight and rowCount were explicitly set.
commitProperties() — method, class mx.controls.listClasses.ListBase
Calculates the column width and row height and number of rows and columns based on whether properties like columnCount columnWidth, rowHeight and rowCount were explicitly set.
commitProperties() — method, class mx.core.UIComponent
Processes the properties set on the component.
commitSelectedIndex(newIndex:int) — method, class mx.containers.ViewStack
Commits the selected index.
COMMON — Constant Static Property, class flash.text.engine.LigatureLevel
Used to specify common ligatures.
compact — Event, class flash.data.SQLConnection
Dispatched when a compact() method call's operation completes successfully.
compact(responder:flash.net:Responder) — method, class flash.data.SQLConnection
Reclaims all unused space in the database.
COMPACT — Constant Static Property, class flash.errors.SQLErrorOperation
Indicates that the SQLConnection.compact() method was called.
COMPACT — Constant Static Property, class flash.events.SQLEvent
The SQLEvent.COMPACT constant defines the value of the type property of a compact event object.
compare(otherBitmapData:flash.display:BitmapData) — method, class flash.display.BitmapData
Compares two BitmapData objects.
compare(a:Object, b:Object, depth:int) — Static Method , class mx.utils.ObjectUtil
Compares the Objects and returns an integer value indicating if the first item is less than greater than or equal to the second item.
compareFunction — Property, class mx.collections.Grouping
The method used to compare items when sorting.
compareFunction — Property, class mx.collections.GroupingField
The function that compares two items during a sort of items for the associated collection.
compareFunction — Property, class mx.collections.Sort
The method used to compare items when sorting.
compareFunction — Property, class mx.collections.SortField
The function that compares two items during a sort of items for the associated collection.
compareMembers(m1:mx.olap:IOLAPMember, m2:mx.olap:IOLAPMember) — method, class mx.olap.OLAPSet
Returns information about the relative location of two members in the set.
compatibilityErrorFunction — Static Property, class mx.core.FlexVersion
A function that gets called when the compatibility version is set more than once, or set after it has been read.
compatibilityVersion — Static Property, class mx.core.FlexVersion
The current version that the framework maintains compatibility for.
compatibilityVersionString — Static Property, class mx.core.FlexVersion
The compatibility version, as a string of the form "X.X.X".
complete — Property, class flash.data.SQLResult
Indicates whether all the resulting data from a statement execution has been returned.
complete — Event, class flash.display.LoaderInfo
Dispatched when data has loaded successfully.
complete — Event, class flash.display.ShaderJob
Dispatched when a ShaderJob that executes asynchronously finishes processing the data using the shader.
complete — Event, class flash.filesystem.File
Dispatched when an asynchronous operation is complete.
complete — Event, class flash.filesystem.FileStream
Signals that the end of the stream has been reached.
complete — Event, class flash.html.HTMLLoader
Signals that the last load operation requested by loadString or load method has completed.
complete — Event, class flash.media.Sound
Dispatched when data has loaded successfully.
complete — Event, class flash.net.FileReference
Dispatched when download is complete or when upload generates an HTTP status code of 200.
complete — Event, class flash.net.URLLoader
Dispatched after all the received data is decoded and placed in the data property of the URLLoader object.
complete — Event, class flash.net.URLStream
Dispatched when data has loaded successfully.
complete — Event, class flash.security.XMLSignatureValidator
Dispatched when verification is complete.
complete — Event, class mx.controls.HTML
Dispatched after the last loading operation caused by setting the location or htmlText property has completed.
complete — Event, class mx.controls.ProgressBar
Dispatched when the load completes.
complete — Event, class mx.controls.SWFLoader
Dispatched when content loading is complete.
complete — Event, class mx.controls.VideoDisplay
Dispatched when the playhead reaches the end of the FLV file.
complete — Event, class mx.core.MovieClipLoaderAsset
Dispatched after the SWF asset has been fully loaded.
complete — Event, class mx.effects.SoundEffect
Dispatched when the sound file finishes loading.
complete — Event, class mx.olap.OLAPCube
Dispatched when a cube has been created and is ready to be queried.
COMPLETE — Constant Static Property, class flash.events.Event
The Event.COMPLETE constant defines the value of the type property of a complete event object.
COMPLETE — Constant Static Property, class flash.events.ShaderEvent
Defines the value of the type property of a complete event object.
COMPLETE — Constant Static Property, class flash.text.engine.TextLineCreationResult
Indicates no line was created because all text in the block had already been broken.
COMPLETE — Constant Static Property, class mx.events.ResourceEvent
Dispatched when the resource module SWF file has finished loading.
COMPLETE — Constant Static Property, class mx.events.StyleEvent
Dispatched when the style SWF has finished downloading.
COMPLETE — Constant Static Property, class mx.events.VideoEvent
The VideoEvent.COMPLETE constant defines the value of the type property of the event object for a complete event.
completeEffect — Effect, class mx.controls.ProgressBar
Effect called when Flex dispatches the complete event, which occurs when the load completes.
completeEffect — Effect, class mx.controls.SWFLoader
An effect that is started when the complete event is dispatched.
completeHandler(event:flash.events:Event) — method, class mx.preloaders.DownloadProgressBar
Event listener for the Event.COMPLETE event.
complexColumnSortCompare(obj1:Object, obj2:Object) — method, class mx.controls.dataGridClasses.DataGridColumn
ComponentDescriptor — class, package 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.
ComponentDescriptor(descriptorProperties:Object) — Constructor, class mx.core.ComponentDescriptor
Constructor.
componentInitialized() — method, class mx.automation.delegates.containers.TabNavigatorAutomationImpl
Method which gets called after the component has been initialized.
componentInitialized() — method, class mx.automation.delegates.controls.AlertFormAutomationImpl
Method which gets called after the component has been initialized.
componentInitialized() — method, class mx.automation.delegates.controls.NumericStepperAutomationImpl
Method which gets called after the component has been initialized.
componentInitialized() — method, class mx.automation.delegates.controls.TextInputAutomationImpl
Method which gets called after the component has been initialized.
componentInitialized() — method, class mx.automation.delegates.core.UIComponentAutomationImpl
Method which gets called after the component has been initialized.
componentX — Property, class flash.filters.DisplacementMapFilter
Describes which color channel to use in the map image to displace the x result.
componentY — Property, class flash.filters.DisplacementMapFilter
Describes which color channel to use in the map image to displace the y result.
CompositeEffect — class, package mx.effects
The CompositeEffect class is the parent class for the Parallel and Sequence classes, which define the and MXML tags.
CompositeEffect(target:Object) — Constructor, class mx.effects.CompositeEffect
Constructor.
CompositeEffectInstance — class, package mx.effects.effectClasses
The CompositeEffectInstance class implements the instance class for the CompositeEffect class.
CompositeEffectInstance(target:Object) — Constructor, class mx.effects.effectClasses.CompositeEffectInstance
Constructor.
compositionAbandoned() — Static Method , class flash.system.IME
compositionSelectionChanged(start:int, end:int) — Static Method , class flash.system.IME
compress(algorithm:String) — method, class flash.utils.ByteArray
Compresses the byte array.
CompressionAlgorithm — final class, package flash.utils
The CompressionAlgorithm class defines string constants for the names of compress and uncompress options.
computeBegin(dataField:String) — method, interface mx.olap.IOLAPCustomAggregator
Flex calls this method to start the computation of an aggregation value.
computeBegin(dataField:String) — method, class mx.olap.aggregators.AverageAggregator
Flex calls this method to start the computation of an aggregation value.
computeBegin(dataField:String) — method, class mx.olap.aggregators.CountAggregator
Flex calls this method to start the computation of an aggregation value.
computeBegin(dataField:String) — method, class mx.olap.aggregators.MaxAggregator
Flex calls this method to start the computation of an aggregation value.
computeBegin(dataField:String) — method, class mx.olap.aggregators.MinAggregator
Flex calls this method to start the computation of an aggregation value.
computeBegin(dataField:String) — method, class mx.olap.aggregators.SumAggregator
Flex calls this method to start the computation of an aggregation value.
computedGutters — Property, class mx.charts.chartClasses.CartesianChart
The current computed size of the gutters of the CartesianChart.
computeDigest(byteArray:flash.utils:ByteArray) — Static Method , class mx.utils.SHA256
Computes the digest of a message using the SHA-256 hash algorithm.
computedInterval — Property, class mx.charts.chartClasses.NumericAxis
The computed interval represented by this axis.
computedMaximum — Property, class mx.charts.chartClasses.NumericAxis
The computed maximum value represented by this axis.
computedMinimum — Property, class mx.charts.chartClasses.NumericAxis
The computed minimum value represented by this axis.
computeEnd(data:Object, dataField:String) — method, interface mx.olap.IOLAPCustomAggregator
Flex calls this method to end the computation of the aggregation value.
computeEnd(data:Object, dataField:String) — method, class mx.olap.aggregators.AverageAggregator
Flex calls this method to end the computation of the aggregation value.
computeEnd(data:Object, dataField:String) — method, class mx.olap.aggregators.CountAggregator
Flex calls this method to end the computation of the aggregation value.
computeEnd(data:Object, dataField:String) — method, class mx.olap.aggregators.MaxAggregator
Flex calls this method to end the computation of the aggregation value.
computeEnd(data:Object, dataField:String) — method, class mx.olap.aggregators.MinAggregator
Flex calls this method to end the computation of the aggregation value.
computeEnd(data:Object, dataField:String) — method, class mx.olap.aggregators.SumAggregator
Flex calls this method to end the computation of the aggregation value.
computeLoop(data:Object, dataField:String, value:Object) — method, interface mx.olap.IOLAPCustomAggregator
Flex calls this method when a new value needs to be added to the aggregation.
computeLoop(data:Object, dataField:String, value:Object) — method, class mx.olap.aggregators.AverageAggregator
Flex calls this method when a new value needs to be added to the aggregation.
computeLoop(data:Object, dataField:String, value:Object) — method, class mx.olap.aggregators.CountAggregator
Flex calls this method when a new value needs to be added to the aggregation.
computeLoop(data:Object, dataField:String, value:Object) — method, class mx.olap.aggregators.MaxAggregator
Flex calls this method when a new value needs to be added to the aggregation.
computeLoop(data:Object, dataField:String, value:Object) — method, class mx.olap.aggregators.MinAggregator
Flex calls this method when a new value needs to be added to the aggregation.
computeLoop(data:Object, dataField:String, value:Object) — method, class mx.olap.aggregators.SumAggregator
Flex calls this method when a new value needs to be added to the aggregation.
computeObjectBegin(value:Object) — method, interface mx.olap.IOLAPCustomAggregator
Flex calls this method to start aggregation of aggregated values.
computeObjectBegin(value:Object) — method, class mx.olap.aggregators.AverageAggregator
Flex calls this method to start aggregation of aggregated values.
computeObjectBegin(value:Object) — method, class mx.olap.aggregators.CountAggregator
Flex calls this method to start aggregation of aggregated values.
computeObjectBegin(value:Object) — method, class mx.olap.aggregators.MaxAggregator
Flex calls this method to start aggregation of aggregated values.
computeObjectBegin(value:Object) — method, class mx.olap.aggregators.MinAggregator
Flex calls this method to start aggregation of aggregated values.
computeObjectBegin(value:Object) — method, class mx.olap.aggregators.SumAggregator
Flex calls this method to start aggregation of aggregated values.
computeObjectEnd(value:Object, dataField:String) — method, interface mx.olap.IOLAPCustomAggregator
Flex calls this method to end the computation.
computeObjectEnd(value:Object, dataField:String) — method, class mx.olap.aggregators.AverageAggregator
Flex calls this method to end the computation.
computeObjectEnd(value:Object, dataField:String) — method, class mx.olap.aggregators.CountAggregator
Flex calls this method to end the computation.
computeObjectEnd(value:Object, dataField:String) — method, class mx.olap.aggregators.MaxAggregator
Flex calls this method to end the computation.
computeObjectEnd(value:Object, dataField:String) — method, class mx.olap.aggregators.MinAggregator
Flex calls this method to end the computation.
computeObjectEnd(value:Object, dataField:String) — method, class mx.olap.aggregators.SumAggregator
Flex calls this method to end the computation.
computeObjectLoop(value:Object, newValue:Object) — method, interface mx.olap.IOLAPCustomAggregator
Flex calls this method when a new aggregated value needs to be added to the aggregation.
computeObjectLoop(value:Object, newValue:Object) — method, class mx.olap.aggregators.AverageAggregator
Flex calls this method when a new aggregated value needs to be added to the aggregation.
computeObjectLoop(value:Object, newValue:Object) — method, class mx.olap.aggregators.CountAggregator
Flex calls this method when a new aggregated value needs to be added to the aggregation.
computeObjectLoop(value:Object, newValue:Object) — method, class mx.olap.aggregators.MaxAggregator
Flex calls this method when a new aggregated value needs to be added to the aggregation.
computeObjectLoop(value:Object, newValue:Object) — method, class mx.olap.aggregators.MinAggregator
Flex calls this method when a new aggregated value needs to be added to the aggregation.
computeObjectLoop(value:Object, newValue:Object) — method, class mx.olap.aggregators.SumAggregator
Flex calls this method when a new aggregated value needs to be added to the aggregation.
COMPUTER — Constant Static Property, class mx.controls.FileSystemComboBox
A constant that can be used as a value for the directory property, representing a pseudo-top level directory named "Computer".
COMPUTER — Constant Static Property, class mx.controls.FileSystemDataGrid
A constant that can be used as a value for the directory property, representing a pseudo-top level directory named "Computer".
COMPUTER — Constant Static Property, class mx.controls.FileSystemList
A constant that can be used as a value for the directory property, representing a pseudo-top level directory named "Computer".
COMPUTER — Constant Static Property, class mx.controls.FileSystemTree
A constant that can be used as a value for the directory property, representing a pseudo-top level directory named "Computer".
computerIcon — Style, class mx.controls.FileSystemComboBox
Specifies the icon that indicates the root directories of the computer.
computeSpectrum(outputArray:flash.utils:ByteArray, FFTMode:Boolean, stretchFactor:int) — Static Method , class flash.media.SoundMixer
Takes a snapshot of the current sound wave and places it into the specified ByteArray object.
concat(... rest) — method, class Array
Concatenates the elements specified in the parameters with the elements in an array and creates a new array.
concat(... rest) — method, class String
Appends the supplied arguments to the end of the String object, converting them to strings if necessary, and returns the resulting string.
concat(... rest) — method, class Vector
Concatenates the elements specified in the parameters with the elements in the Vector and creates a new Vector.
concat(second:flash.geom:ColorTransform) — method, class flash.geom.ColorTransform
Concatenates the ColorTranform object specified by the second parameter with the current ColorTransform object and sets the current object as the result, which is an additive combination of the two color transformations.
concat(m:flash.geom:Matrix) — method, class flash.geom.Matrix
Concatenates a matrix with the current matrix, effectively combining the geometric effects of the two.
concat(other:mx.automation:AutomationID) — method, class mx.automation.AutomationID
Concatenates another id to this id.
concatenatedColorTransform — Property, class flash.geom.Transform
A ColorTransform object representing the combined color transformations applied to the display object and all of its parent objects, back to the root level.
concatenatedMatrix — Property, class flash.geom.Transform
A Matrix object representing the combined transformation matrixes of the display object and all of its parent objects, back to the root level.
concurrency — Property, class mx.rpc.http.AbstractOperation
Value that indicates how to handle multiple calls to the same service.
concurrency — Property, class mx.rpc.http.HTTPService
Value that indicates how to handle multiple calls to the same service.
concurrency — Property, interface mx.rpc.mxml.IMXMLSupport
The concurrency setting of the RPC operation or HTTPService.
concurrency — Property, class mx.rpc.remoting.Operation
The concurrency for this Operation.
concurrency — Property, class mx.rpc.remoting.RemoteObject
Value that indicates how to handle multiple calls to the same service.
concurrency — Property, class mx.rpc.soap.mxml.Operation
The concurrency for this Operation.
concurrency — Property, class mx.rpc.soap.mxml.WebService
Value that indicates how to handle multiple calls to the same service.
Concurrency — final class, package mx.rpc.mxml
Concurrency is set via MXML based access to RPC services to indicate how to handle multiple calls to the same service.
condenseWhite — Property, class flash.text.TextField
A Boolean value that specifies whether extra white space (spaces, line breaks, and so on) in a text field with HTML text is removed.
condenseWhite — Property, class mx.controls.Label
Specifies whether extra white space (spaces, line breaks, and so on) should be removed in a Label control with HTML text.
condenseWhite — Property, class mx.controls.TextArea
Specifies whether extra white space (spaces, line breaks, and so on) should be removed in a TextArea control with HTML text.
condenseWhite — Property, class mx.controls.TextInput
Specifies whether extra white space (spaces, line breaks, and so on) should be removed in a TextInput control with HTML text.
condenseWhite — Property, interface mx.core.IUITextField
A Boolean value that specifies whether extra white space (spaces, line breaks, and so on) in a text field with HTML text is removed.
ConfigMap — Dynamic Class, package mx.messaging.config
The ConfigMap class provides a mechanism to store the properties returned by the server with the ordering of the properties maintained.
ConfigMap(item:Object) — Constructor, class mx.messaging.config.ConfigMap
Constructor.
configurationFile — Property, class air.update.ApplicationUpdater
The location of the configuration file that sets the values for delay and updateURL properties.
configurationFile — Property, class air.update.ApplicationUpdaterUI
The location of the configuration file that sets the values for delay and updateURL properties.
configureScrollBars() — method, class mx.controls.listClasses.AdvancedListBase
Configures the ScrollBars based on the number of rows and columns and viewable rows and columns.
configureScrollBars() — method, class mx.controls.listClasses.ListBase
Configures the ScrollBars based on the number of rows and columns and viewable rows and columns.
connect(connectionName:String) — method, class flash.net.LocalConnection
Prepares a LocalConnection object to receive commands from a send() command (called the sending LocalConnection object).
connect(command:String, ... rest) — method, class flash.net.NetConnection
Creates a bidirectional connection between a Flash Player or AIR an AIR application and a Flash Media Server application.
connect(myConnection:flash.net:NetConnection, params:String) — method, class flash.net.SharedObject
Connects to a remote shared object on a server through a specified NetConnection object.
connect — Event, class flash.net.Socket
Dispatched when a network connection has been established.
connect(host:String, port:int) — method, class flash.net.Socket
Connects the socket to the specified host and port.
connect — Event, class flash.net.XMLSocket
Dispatched after a successful call to the XMLSocket.connect() method.
connect(host:String, port:int) — method, class flash.net.XMLSocket
Establishes a connection to the specified Internet host using the specified TCP port.
connect() — method, class mx.messaging.AbstractProducer
Connects the Producer to its target destination.
connect(channelSet:mx.messaging:ChannelSet) — method, class mx.messaging.Channel
Connects the ChannelSet to the Channel.
connect(agent:mx.messaging:MessageAgent) — method, class mx.messaging.ChannelSet
Connects a MessageAgent to the ChannelSet.
CONNECT — Constant Static Property, class flash.events.Event
The Event.CONNECT constant defines the value of the type property of a connect event object.
CONNECT — Constant Static Property, class mx.messaging.events.ChannelEvent
The CONNECT event type; indicates that the Channel connected to its endpoint.
connected — Property, class flash.data.SQLConnection
Indicates whether the SQLConnection instance has an open connection to a database file.
connected — Property, class flash.net.NetConnection
Indicates whether the application is connected to a server through a persistent RTMP connection (true) or not (false).
connected — Property, class flash.net.Socket
Indicates whether this Socket object is currently connected.
connected — Property, class flash.net.URLStream
Indicates whether this URLStream object is currently connected.
connected — Property, class flash.net.XMLSocket
Indicates whether this XMLSocket object is currently connected.
connected — Property, class mx.messaging.Channel
Indicates whether this channel has established a connection to the remote destination.
connected — Property, class mx.messaging.ChannelSet
Indicates whether the ChannelSet is connected.
connected — Property, class mx.messaging.MessageAgent
Indicates whether this MessageAgent is currently connected to its destination via its ChannelSet.
connected — Property, class mx.messaging.events.ChannelEvent
Indicates whether the Channel that generated this event is already connected.
connectedProxyType — Property, class flash.net.NetConnection
The proxy type used to make a successful NetConnection.connect() call to Flash Media Server: "none", "HTTP", "HTTPS", or "CONNECT".
connectFailed(event:mx.messaging.events:ChannelFaultEvent) — method, class mx.messaging.Channel
Processes a failed internal connect and dispatches the FAULT event for the channel.
CONNECTION_ERROR — Constant Static Property, class mx.events.VideoEvent
The value of the VideoDisplay.state property when the VideoDisplay control was unable to load the video stream.
connectSuccess() — method, class mx.messaging.Channel
Processes a successful internal connect and dispatches the CONNECT event for the Channel.
connectTimeout — Property, class mx.messaging.Channel
Provides access to the connect timeout in seconds for the channel.
connectTimeoutHandler(event:flash.events:TimerEvent) — method, class mx.messaging.Channel
Handles a connect timeout by dispatching a ChannelFaultEvent.
CONNECT_TO_FMS — Constant Static Property, class flash.net.NetStream
A static object used as a parameter to the constructor for a NetStream instance.
const — Statement
Specifies a constant, which is a variable that can be assigned a value only once.
ConstraintColumn — class, package mx.containers.utilityClasses
The ConstraintColumn class partitions an absolutely positioned container in the vertical plane.
ConstraintColumn() — Constructor, class mx.containers.utilityClasses.ConstraintColumn
Constructor.
constraintColumns — Property, class mx.containers.Canvas
An Array of ConstraintColumn instances that partition this container.
constraintColumns — Property, class mx.containers.Panel
An Array of ConstraintColumn instances that partition this container.
constraintColumns — Property, interface mx.containers.utilityClasses.IConstraintLayout
An Array of ConstraintColumn instances that partition this container.
constraintColumns — Property, class mx.core.LayoutContainer
An Array of ConstraintColumn instances that partition this container.
ConstraintRow — class, package mx.containers.utilityClasses
ConstraintRow class partitions an absolutely positioned container in the horizontal plane.
ConstraintRow() — Constructor, class mx.containers.utilityClasses.ConstraintRow
Constructor.
constraintRows — Property, class mx.containers.Canvas
An Array of ConstraintRow instances that partition this container.
constraintRows — Property, class mx.containers.Panel
An Array of ConstraintRow instances that partition this container.
constraintRows — Property, interface mx.containers.utilityClasses.IConstraintLayout
An Array of ConstraintRow instances that partition this container.
constraintRows — Property, class mx.core.LayoutContainer
An Array of ConstraintRow instances that partition this container.
constructor — Property, class Object
A reference to the class object or constructor function for a given object instance.
constructors — Property, class mx.messaging.management.MBeanInfo
The constructors exposed by the MBean.
Consumer — class, package mx.messaging
A Consumer subscribes to a destination to receive messages.
Consumer(messageType:String) — Constructor, class mx.messaging.Consumer
Constructor.
container — Property, interface mx.core.IRepeater
The container that contains this Repeater, and in which it will create its children.
container — Property, class mx.core.Repeater
The container that contains this Repeater.
Container — class, package mx.core
The Container class is an abstract base class for components that controls the layout characteristics of child components.
Container() — Constructor, class mx.core.Container
Constructor.
ContainerAutomationImpl — class, package mx.automation.delegates.core
Defines the methods and properties required to perform instrumentation for the Container class.
ContainerAutomationImpl(obj:mx.core:Container) — Constructor, class mx.automation.delegates.core.ContainerAutomationImpl
Constructor.
ContainerCreationPolicy — final class, package mx.core
The ContainerCreationPolicy class defines the constant values for the creationPolicy property of the Container class.
ContainerLayout — final class, package mx.core
The ContainerLayout class defines the constant values for the layout property of container classes.
ContainerMovieClip — Dynamic Class, package mx.flash
Container components created in Adobe Flash CS3 Professional for use in Flex are subclasses of the mx.flash.ContainerMovieClip class.
ContainerMovieClip() — Constructor, class mx.flash.ContainerMovieClip
Constructor
ContainerMovieClipAutomationImpl — class, package mx.automation.delegates.flashflexkit
Defines methods and properties required to perform instrumentation for the ContainerMovieClip control.
ContainerMovieClipAutomationImpl(obj:mx.flash:ContainerMovieClip) — Constructor, class mx.automation.delegates.flashflexkit.ContainerMovieClipAutomationImpl
Constructor.
contains(value:XML) — method, class XML
Compares the XML object against the given value parameter.
contains(value:XML) — method, class XMLList
Checks whether the XMLList object contains an XML object that is equal to the given value parameter.
contains(child:flash.display:DisplayObject) — method, class flash.display.DisplayObjectContainer
Determines whether the specified display object is a child of the DisplayObjectContainer instance or the instance itself.
contains(x:Number, y:Number) — method, class flash.geom.Rectangle
Determines whether the specified point is contained within the rectangular region defined by this Rectangle object.
contains(item:Object) — method, class mx.collections.HierarchicalCollectionView
Checks the collection for the data item using standard equality test.
contains(item:Object) — method, interface mx.collections.ICollectionView
Returns whether the view contains the specified object.
contains(item:Object) — method, class mx.collections.ListCollectionView
Returns whether the view contains the specified object.
contains(child:flash.display:DisplayObject) — method, interface mx.core.IChildList
Determines if a DisplayObject is in this child list, or is a descendant of an child in this child list.
contains(child:flash.display:DisplayObject) — method, interface mx.core.IContainer
Determines whether the specified display object is a child of the DisplayObjectContainer instance or the instance itself.
contains(child:flash.display:DisplayObject) — method, interface mx.managers.IFocusManagerContainer
Determines whether the specified display object is a child of the container instance or the instance itself.
containsBridge(bridge:flash.events:IEventDispatcher) — method, interface mx.core.ISWFBridgeGroup
Tests if the given bridge is one of the sandbox bridges in this group.
containsBridge(bridge:flash.events:IEventDispatcher) — method, class mx.core.SWFBridgeGroup
Tests if the given bridge is one of the sandbox bridges in this group.
containsItem(item:flash.display:NativeMenuItem) — method, class flash.display.NativeMenu
Reports whether this menu contains the specified menu item.
containsItem(item:flash.display:NativeMenuItem) — method, class flash.ui.ContextMenu
Reports whether this menu contains the specified menu item.
containsPoint(point:flash.geom:Point) — method, class flash.geom.Rectangle
Determines whether the specified point is contained within the rectangular region defined by this Rectangle object.
containsRect(rect:flash.geom:Rectangle) — method, class flash.geom.Rectangle
Determines whether the Rectangle object specified by the rect parameter is contained within this Rectangle object.
content — Property, class flash.display.Loader
Contains the root display object of the SWF file or image (JPG, PNG, or GIF) file that was loaded by using the load() or loadBytes() methods.
content — Property, class flash.display.LoaderInfo
The loaded object associated with this LoaderInfo object.
content — Property, class flash.text.engine.TextBlock
Holds the contents of the text block.
content — Property, class mx.controls.SWFLoader
This property contains the object that represents the content that was loaded in the SWFLoader control.
content — Property, class mx.flash.ContainerMovieClip
The Flex content to display inside this container.
content — Property, class mx.flash.FlexContentHolder
The Flex content to display inside this container.
content — Property, interface mx.resources.IResourceBundle
An object containing key-value pairs for the resources in this resource bundle.
content — Property, class mx.resources.ResourceBundle
An object containing key-value pairs for the resources in this resource bundle.
content — Property, class mx.rpc.Fault
The raw content of the fault (if available), such as an HTTP response body.
content — Property, class mx.rpc.soap.SOAPHeader
The content to send for the header value.
contentData — Property, class flash.events.DRMErrorEvent
The DRMContentData for the media file.
contentData — Property, class flash.events.DRMStatusEvent
A DRMContentData object containing the information necessary to obtain a voucher for viewing the DRM-protected content.
ContentElement — class, package flash.text.engine
The ContentElement class serves as a base class for the element types that can appear in a GroupElement, namely a GraphicElement, another GroupElement, or a TextElement.
ContentElement(elementFormat:flash.text.engine:ElementFormat, eventMirror:flash.events:EventDispatcher, textRotation:String) — Constructor, class flash.text.engine.ContentElement
Calling the new ContentElement() constructor throws an ArgumentError exception.
contentHeight — Property, class flash.html.HTMLLoader
The height, in pixels, of the HTML content.
contentHeight — Property, class mx.containers.Accordion
The height of the area, in pixels, in which content is displayed.
contentHeight — Property, class mx.containers.ViewStack
The height of the area, in pixels, in which content is displayed.
contentHeight — Property, class mx.controls.HTML
The height, in pixels, of the HTML content.
contentHeight — Property, class mx.controls.SWFLoader
Height of the scaled content loaded by the control, in pixels.
contentLoaderInfo — Property, class flash.display.Loader
Returns a LoaderInfo object corresponding to the object being loaded.
contentMouseX — Property, class mx.core.Container
Returns the x position of the mouse, in the content coordinate system.
contentMouseX — Property, class mx.core.UIComponent
Returns the x position of the mouse, in the content coordinate system.
contentMouseY — Property, class mx.core.Container
Returns the y position of the mouse, in the content coordinate system.
contentMouseY — Property, class mx.core.UIComponent
Returns the y position of the mouse, in the content coordinate system.
contentToGlobal(point:flash.geom:Point) — method, class mx.core.Container
Converts a Point object from content coordinates to global coordinates.
contentToGlobal(point:flash.geom:Point) — method, class mx.core.UIComponent
Converts a Point object from content coordinates to global coordinates.
contentToLocal(point:flash.geom:Point) — method, class mx.core.Container
Converts a Point object from content to local coordinates.
contentToLocal(point:flash.geom:Point) — method, class mx.core.UIComponent
Converts a Point object from content to local coordinates.
contentType — Property, class flash.display.LoaderInfo
The MIME type of the loaded file.
contentType — Property, class flash.net.URLRequest
The MIME content type of the content in the the data property.
contentType — Property, class mx.graphics.ImageSnapshot
The MIME content type for the image encoding format that was used to capture this snapshot.
contentType — Property, interface mx.graphics.codec.IImageEncoder
The MIME type for the image format that this encoder produces.
contentType — Property, class mx.graphics.codec.JPEGEncoder
The MIME type for the JPEG encoded image.
contentType — Property, class mx.graphics.codec.PNGEncoder
The MIME type for the PNG encoded image.
contentType — Property, class mx.messaging.messages.HTTPRequestMessage
Indicates the content type of this message.
contentType — Property, class mx.rpc.http.AbstractOperation
Type of content for service requests.
contentType — Property, class mx.rpc.http.HTTPMultiService
Type of content for service requests.
contentType — Property, class mx.rpc.http.HTTPService
Type of content for service requests.
contentType — Property, class mx.rpc.http.Operation
Type of content for service requests.
CONTENT_TYPE_FORM — Constant Static Property, class mx.messaging.messages.HTTPRequestMessage
Indicates that the content of this message is a form.
CONTENT_TYPE_FORM — Constant Static Property, class mx.rpc.http.HTTPService
Indicates that the data being sent by the HTTP service is encoded as application/x-www-form-urlencoded.
CONTENT_TYPE_SOAP_XML — Constant Static Property, class mx.messaging.messages.HTTPRequestMessage
Indicates that the content of this message is XML meant for a SOAP request.
CONTENT_TYPE_XML — Constant Static Property, class mx.messaging.messages.HTTPRequestMessage
Indicates that the content of this message is XML.
CONTENT_TYPE_XML — Constant Static Property, class mx.rpc.http.HTTPService
Indicates that the data being sent by the HTTP service is encoded as application/xml.
contentWidth — Property, class flash.html.HTMLLoader
The width, in pixels, of the HTML content.
contentWidth — Property, class mx.containers.Accordion
The width of the area, in pixels, in which content is displayed.
contentWidth — Property, class mx.containers.ViewStack
The width of the area, in pixels, in which content is displayed.
contentWidth — Property, class mx.controls.HTML
The width, in pixels, of the HTML content.
contentWidth — Property, class mx.controls.SWFLoader
Width of the scaled content loaded by the control, in pixels.
contentX — Property, class mx.containers.ViewStack
The x coordinate of the area of the ViewStack container in which content is displayed, in pixels.
contentY — Property, class mx.containers.ViewStack
The y coordinate of the area of the ViewStack container in which content is displayed, in pixels.
contextColor — Property, class mx.charts.HitData
An RGB value that can be used to associate an on-screen representation of the associated chartItem.
contextMenu — Event, class flash.display.InteractiveObject
Dispatched when a user gesture triggers the context menu associated with this interactive object in an AIR application.
contextMenu — Property, class flash.display.InteractiveObject
Specifies the context menu associated with this object.
ContextMenu — final class, package flash.ui
The ContextMenu class provides control over the items displayed in context menus.
ContextMenu() — Constructor, class flash.ui.ContextMenu
Creates a ContextMenu object.
CONTEXT_MENU — Constant Static Property, class flash.events.MouseEvent
The MouseEvent.CONTEXT_MENU constant defines the value of the type property of a contextMenu event object.
ContextMenuBuiltInItems — final class, package flash.ui
The ContextMenuBuiltInItems class describes the items that are built in to a context menu.
ContextMenuBuiltInItems() — Constructor, class flash.ui.ContextMenuBuiltInItems
Creates a new ContextMenuBuiltInItems object so that you can set the properties for Flash Player to display or hide each menu item.
ContextMenuClipboardItems — final class, package flash.ui
The ContextMenuClipboardItems class lets you enable or disable the commands in the clipboard context menu.
ContextMenuClipboardItems() — Constructor, class flash.ui.ContextMenuClipboardItems
Creates a new ContextMenuClipboardItems object.
ContextMenuEvent — class, package flash.events
An InteractiveObject dispatches a ContextMenuEvent object when the user opens or interacts with the context menu.
ContextMenuEvent(type:String, bubbles:Boolean, cancelable:Boolean, mouseTarget:flash.display:InteractiveObject, contextMenuOwner:flash.display:InteractiveObject) — Constructor, class flash.events.ContextMenuEvent
Creates an Event object that contains specific information about menu events.
ContextMenuItem — final class, package flash.ui
The ContextMenuItem class represents an item in the context menu.
ContextMenuItem(caption:String, separatorBefore:Boolean, enabled:Boolean, visible:Boolean) — Constructor, class flash.ui.ContextMenuItem
Creates a new ContextMenuItem object that can be added to the ContextMenu.customItems array.
contextMenuOwner — Property, class flash.events.ContextMenuEvent
The display list object to which the menu is attached.
ContextualClassFactory — class, package mx.core
A class factory that provides a system manager as a context of where the class should be created.
ContextualClassFactory(generator:Class, moduleFactory:mx.core:IFlexModuleFactory) — Constructor, class mx.core.ContextualClassFactory
Constructor.
continue — Statement
Jumps past all remaining statements in the innermost loop and starts the next iteration of the loop as if control had passed through to the end of the loop normally.
CONTROL — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the Control key (17).
controlBar — Property, class mx.containers.Panel
A reference to this Panel container's control bar, if any.
controlBar — Property, class mx.core.Application
The ApplicationControlBar for this Application.
controlBar — Property, class mx.core.Window
The ApplicationControlBar for this Window.
ControlBar — class, package mx.containers
The ControlBar container lets you place controls at the bottom of a Panel or TitleWindow container.
ControlBar() — Constructor, class mx.containers.ControlBar
Constructor.
controlBarStyleName — Style, class mx.containers.Panel
Name of the CSS style declaration that specifies styles to apply to any control bar child subcontrol.
controlKey — Property, class flash.events.KeyboardEvent
Indicates whether the Control key is active (true) or inactive (false).
controlKey — Property, class flash.events.MouseEvent
Indicates whether the Control key is activated on Mac and whether the Ctrl key is activated on Windows or Linux.
conversion — Property, class mx.controls.ProgressBar
Number used to convert incoming current bytes loaded value and the total bytes loaded values.
conversionMode — Static Property, class flash.system.IME
The conversion mode of the current IME.
convertParametersHandler — Property, class mx.rpc.remoting.RemoteObject
An optional function, primarily intended for framework developers who need to install a function to get called with the parameters passed to each remote object invocation.
convertResultHandler — Property, class mx.rpc.remoting.RemoteObject
An optional function, primarily intended for framework developers who need to install a hook to process the results of an operation before notifying the result handlers.
ConvolutionFilter — class, package flash.filters
The ConvolutionFilter class applies a matrix convolution filter effect.
ConvolutionFilter(matrixX:Number, matrixY:Number, matrix:Array, divisor:Number, bias:Number, preserveAlpha:Boolean, clamp:Boolean, color:uint, alpha:Number) — Constructor, class flash.filters.ConvolutionFilter
Initializes a ConvolutionFilter instance with the specified parameters.
copy() — method, class XML
Returns a copy of the given XML object.
copy() — method, class XMLList
Returns a copy of the given XMLList object.
copy() — method, class flash.desktop.NativeApplication
Invokes an internal copy command on the focused display object.
copy — Event, class flash.display.InteractiveObject
Dispatched when the user activates the platform specific accelerator key combination for a copy operation or selects 'Copy' from the text context menu.
copy — Property, class flash.ui.ContextMenuClipboardItems
Enables or disables the 'Copy' item on the clipboard menu.
copy() — method, class mx.collections.XMLListCollection
Returns a deep copy of the XMLList object.
copy(value:Object) — Static Method , class mx.utils.ObjectUtil
Copies the specified Object and returns a reference to the copy.
COPY — Constant Static Property, class flash.desktop.NativeDragActions
Defines the string to use for the copy action.
COPY — Constant Static Property, class flash.events.Event
Defines the value of the type property of a copy event object.
COPY — Constant Static Property, class mx.managers.DragManager
Constant that specifies that the type of drag action is "copy".
copyChannel(sourceBitmapData:flash.display:BitmapData, sourceRect:flash.geom:Rectangle, destPoint:flash.geom:Point, sourceChannel:uint, destChannel:uint) — method, class flash.display.BitmapData
Transfers data from one channel of another BitmapData object or the current BitmapData object into a channel of the current BitmapData object.
copyCursor — Style, class mx.managers.DragManager
Cursor displayed during a copy operation.
copyFrom(sourceGraphics:flash.display:Graphics) — method, class flash.display.Graphics
Copies all of drawing commands from the source Graphics object into the calling Graphics object.
copyItemWithUID(item:Object) — method, class mx.controls.listClasses.ListBase
Makes a deep copy of the object by calling the ObjectUtil.copy() method, and replaces the copy's uid property (if present) with a new value by calling the UIDUtil.createUID() method.
copyPixels(sourceBitmapData:flash.display:BitmapData, sourceRect:flash.geom:Rectangle, destPoint:flash.geom:Point, alphaBitmapData:flash.display:BitmapData, alphaPoint:flash.geom:Point, mergeAlpha:Boolean) — method, class flash.display.BitmapData
Provides a fast routine to perform pixel manipulation between images with no stretching, rotation, or color effects.
copySelectedItems(useDataField:Boolean) — method, class mx.controls.listClasses.AdvancedListBase
Makes a copy of the selected items in the order they were selected.
copySelectedItems(useDataField:Boolean) — method, class mx.controls.listClasses.ListBase
Copies the selected items in the order that they were selected.
copyTo(newLocation:flash.net:FileReference, overwrite:Boolean) — method, class flash.filesystem.File
Copies the file or directory at the location specified by this File object to the location specified by the newLocation parameter.
copyToAsync(newLocation:flash.net:FileReference, overwrite:Boolean) — method, class flash.filesystem.File
Begins copying the file or directory at the location specified by this File object to the location specified by the destination parameter.
cornerRadius — Style, class mx.containers.Panel
Radius of corners of the window frame.
cornerRadius — Style, class mx.controls.scrollClasses.ScrollBar
Radius of component corners.
cornerRadius — Style, class mx.controls.LinkButton
Corner radius of the highlighted rectangle around a LinkButton.
cornerRadius — Style, class mx.controls.Button
Radius of component corners.
cornerRadius — Style, class mx.controls.DateChooser
Radius of component corners.
cornerRadius — Style, class mx.controls.ComboBox
Radius of component corners.
cornerRadius — Style, class mx.controls.ToolTip
Radius of component corners.
cornerRadius — Style, class mx.controls.NumericStepper
Radius of component corners.
cornerRadius — Style, class mx.controls.MenuBar
Radius of component corners.
cornerRadius — Style, class mx.controls.TextInput
Radius of component corners.
cornerRadius — Style, class mx.controls.DateField
Radius of component corners.
cornerRadius — Style, class mx.controls.VideoDisplay
Radius of component corners.
cornerRadius — Style, class mx.core.ScrollControlBase
Radius of component corners.
cornerRadius — Style, class mx.core.Container
Radius of component corners.
cornerRadius — Property, class mx.graphics.RoundedRectangle
The radius of each corner (in pixels).
correlation — Property, class mx.messaging.events.MessageAckEvent
The original Message correlated with this acknowledgement.
correlationId — Property, class mx.messaging.messages.AsyncMessage
Provides access to the correlation id of the message.
cos(angleRadians:Number) — Static Method , class Math
Computes and returns the cosine of the specified angle in radians.
count — Property, class mx.charts.chartClasses.InstanceCache
The number of items currently required in the cache.
count — Property, interface mx.core.IRepeater
The number of times this Repeater should execute.
count — Property, class mx.core.Repeater
The number of times this Repeater should execute.
CountAggregator — class, package mx.olap.aggregators
The CountAggregator class implements the count aggregator.
country — Property, class mx.resources.Locale
The country code of this Locale instance.
cpuArchitecture — Static Property, class flash.system.Capabilities
Specifies the current CPU architecture on the machine.
create(... rest) — method, interface mx.core.IFlexModuleFactory
A factory method that requests an instance of a definition known to the module.
create(... rest) — method, class mx.managers.SystemManager
A factory method that requests an instance of a definition known to the module.
create(... rest) — method, class mx.managers.WindowedSystemManager
This method is overridden in the autogenerated subclass.
CREATE — Constant Static Property, class flash.data.SQLMode
Indicates that the connection is opened for updates, and a database file is created if the specified file doesn't exist.
createAutomationIDPart(child:mx.automation:IAutomationObject) — method, interface mx.automation.IAutomationObject
Returns a set of properties that identify the child within this container.
createAutomationIDPart(child:mx.automation:IAutomationObject) — method, class mx.core.UIComponent
Returns a set of properties that identify the child within this container.
createAutomationIDPart(child:mx.automation:IAutomationObject) — method, class mx.flash.UIMovieClip
Returns a set of properties that identify the child within this container.
createBorder() — method, class mx.controls.TextInput
Creates the border for this component.
createBorder() — method, class mx.controls.VideoDisplay
Creates the border for this component.
createBorder() — method, class mx.core.Container
Creates the container's border skin if it is needed and does not already exist.
createBorder() — method, class mx.core.ScrollControlBase
Creates the border for this component.
createBox(scaleX:Number, scaleY:Number, rotation:Number, tx:Number, ty:Number) — method, class flash.geom.Matrix
Includes parameters for scaling, rotation, and translation.
createChildren() — method, class mx.charts.chartClasses.ChartLabel
Create child objects of the component.
createChildren() — method, class mx.charts.chartClasses.DataTip
Create child objects of the component.
createChildren() — method, class mx.charts.series.BarSeries
createChildren() — method, class mx.charts.series.ColumnSeries
createChildren() — method, class mx.charts.series.PieSeries
Create child objects of the component.
createChildren() — method, class mx.controls.dataGridClasses.DataGridHeader
Create child objects of the component.
createChildren() — method, class mx.controls.listClasses.AdvancedListBase
Create objects that are children of this ListBase, in this case the listContent object that will hold all the item renderers.
createChildren() — method, class mx.controls.listClasses.ListBase
Creates objects that are children of this ListBase; in this case, the listContent object that will hold all the item renderers.
createChildren() — method, class mx.core.ScrollControlBase
Creates objects that are children of this ScrollControlBase, which in this case are the border and mask.
createChildren() — method, class mx.core.UIComponent
Create child objects of the component.
createChildren() — method, class mx.preloaders.DownloadProgressBar
Creates the subcomponents of the display.
createColumnItemRenderer(c:mx.controls.dataGridClasses:DataGridColumn, forHeader:Boolean, data:Object) — method, class mx.controls.dataGridClasses.DataGridBase
Returns the item renderer for a column cell or for a column header.
createComponentFromDescriptor(descriptor:mx.core:ComponentDescriptor, recurse:Boolean) — method, class mx.core.Container
Given a single UIComponentDescriptor, create the corresponding component and add the component as a child of this Container.
createComponentsFromDescriptors(recurse:Boolean) — method, class mx.core.Container
Iterate through the Array of childDescriptors, and call the createComponentFromDescriptor() method for each one.
createCube(name:String) — method, interface mx.olap.IOLAPSchema
Creates an OLAP cube from the schema.
createCube(name:String) — method, class mx.olap.OLAPSchema
Creates an OLAP cube from the schema.
createCursor() — method, class mx.collections.HierarchicalCollectionView
Returns a new instance of a view iterator over the items in this view.
createCursor() — method, interface mx.collections.ICollectionView
Creates a new IViewCursor that works with this view.
createCursor() — method, class mx.collections.ListCollectionView
Creates a new IViewCursor that works with this view.
createDataID(dataPointID:Number) — method, class mx.charts.chartClasses.ChartElement
Creates a unique id to represent the dataPoint for comparison purposes.
createDirectory() — method, class flash.filesystem.File
Creates the specified directory and any necessary parent directories.
createElement(name:String) — method, class flash.xml.XMLDocument
Creates a new XMLNode object with the name specified in the parameter.
createErrorMessage() — method, class mx.messaging.events.ChannelFaultEvent
Creates an ErrorMessage based on the ChannelFaultEvent by copying over the faultCode, faultString, faultDetail and rootCause to the new ErrorMessage.
createEvent(type:String, channel:mx.messaging:Channel, reconnecting:Boolean, rejected:Boolean, connected:Boolean) — Static Method , class mx.messaging.events.ChannelEvent
Utility method to create a new ChannelEvent that doesn't bubble and is not cancelable.
createEvent(channel:mx.messaging:Channel, reconnecting:Boolean, code:String, level:String, description:String, rejected:Boolean, connected:Boolean) — Static Method , class mx.messaging.events.ChannelFaultEvent
Utility method to create a new ChannelFaultEvent that doesn't bubble and is not cancelable.
createEvent(ack:mx.messaging.messages:AcknowledgeMessage, correlation:mx.messaging.messages:IMessage) — Static Method , class mx.messaging.events.MessageAckEvent
Utility method to create a new MessageAckEvent that doesn't bubble and is not cancelable.
createEvent(type:String, msg:mx.messaging.messages:IMessage) — Static Method , class mx.messaging.events.MessageEvent
Utility method to create a new MessageEvent that doesn't bubble and is not cancelable.
createEvent(msg:mx.messaging.messages:ErrorMessage) — Static Method , class mx.messaging.events.MessageFaultEvent
Utility method to create a new MessageFaultEvent that doesn't bubble and is not cancelable.
createEvent(fault:mx.rpc:Fault, token:mx.rpc:AsyncToken, msg:mx.messaging.messages:IMessage) — Static Method , class mx.rpc.events.FaultEvent
Given a Fault, this method constructs and returns a FaultEvent.
createEvent(header:Object, token:mx.rpc:AsyncToken, message:mx.messaging.messages:IMessage) — Static Method , class mx.rpc.events.HeaderEvent
Utility method to create a new HeaderEvent that doesn't bubble and is cancelable.
createEventFromMessageFault(value:mx.messaging.events:MessageFaultEvent, token:mx.rpc:AsyncToken) — Static Method , class mx.rpc.events.FaultEvent
Given a MessageFaultEvent, this method constructs and returns a FaultEvent.
createGradientBox(width:Number, height:Number, rotation:Number, tx:Number, ty:Number) — method, class flash.geom.Matrix
Creates the specific style of matrix expected by the beginGradientFill() and lineGradientStyle() methods of the Graphics class.
createHeaders(left:Number, top:Number) — method, class mx.controls.advancedDataGridClasses.AdvancedDataGridBase
Creates the column headers.
createHeaderSeparators(n:int, seperators:Array, headerLines:mx.core:UIComponent) — method, class mx.controls.AdvancedDataGridBaseEx
Creates the header separators between column headers, and populates the separators Array with the separators created.
createID(obj:mx.automation:IAutomationObject, relativeToParent:mx.automation:IAutomationObject) — method, interface mx.automation.IAutomationManager
Returns an id for the given object that can be used with the resolveID() method.
createIDPart(obj:mx.automation:IAutomationObject, parent:mx.automation:IAutomationObject) — method, interface mx.automation.IAutomationManager
Returns an id part for the given object that can be used in resolveIDPart.
createInFontContext(classObj:Class) — method, class mx.core.UIComponent
Creates a new object using a context based on the embedded font being used.
createInModuleContext(moduleFactory:mx.core:IFlexModuleFactory, className:String) — method, class mx.core.UIComponent
Creates the object using a given moduleFactory.
createInstance(target:Object) — method, class mx.effects.Effect
Creates a single effect instance and initializes it.
createInstance(target:Object) — method, interface mx.effects.IEffect
Creates a single effect instance and initializes it.
createInstance() — method, class mx.states.AddChild
Creates the child instance from the factory.
createInstances(targets:Array) — method, class mx.effects.Effect
Takes an Array of target objects and invokes the createInstance() method on each target.
createInstances(targets:Array) — method, interface mx.effects.IEffect
Takes an Array of target objects and invokes the createInstance() method on each target.
createItemEditor(colIndex:int, rowIndex:int) — method, class mx.controls.AdvancedDataGridBaseEx
Creates the item editor for the item renderer at the editedItemPosition using the editor specified by the itemEditor property.
createItemEditor(colIndex:int, rowIndex:int) — method, class mx.controls.DataGrid
Creates the item editor for the item renderer at the editedItemPosition using the editor specified by the itemEditor property.
createItemEditor(colIndex:int, rowIndex:int) — method, class mx.controls.List
Creates the item editor for the item renderer at the editedItemPosition using the editor specified by the itemEditor property.
createItemRenderer(data:Object) — method, class mx.controls.List
Get the appropriate renderer, using the default renderer if none is specified.
createItemRenderer(data:Object) — method, class mx.controls.listClasses.ListBase
Creates an item renderer given the data object.
createItemRenderer(data:Object) — method, class mx.controls.listClasses.TileBase
Get the appropriate renderer, using the default renderer if none is specified.
createLockedRows(left:Number, top:Number, right:Number, bottom:Number) — method, class mx.controls.advancedDataGridClasses.AdvancedDataGridBase
Creates the locked rows, if necessary.
createMaskFunction — Property, class mx.effects.MaskEffect
Function called when the effect creates the mask.
createMaskFunction — Property, class mx.effects.effectClasses.MaskEffectInstance
Function called when the effect creates the mask.
createMenu(parent:flash.display:DisplayObjectContainer, mdp:Object, showRoot:Boolean) — Static Method , class mx.controls.Menu
Creates and returns an instance of the Menu class.
CREATE_MODAL_WINDOW_REQUEST — Constant Static Property, class mx.events.SWFBridgeRequest
Creates a modal window.
createNavItem(label:String, icon:Class) — method, class mx.controls.NavBar
Creates the individual navigator items.
createPopUp(parent:flash.display:DisplayObject, className:Class, modal:Boolean, childList:String) — Static Method , class mx.managers.PopUpManager
Creates a top-level window and places it above other windows in the z-order.
createReferenceOnParentDocument(parentDocument:mx.core:IFlexDisplayObject) — method, interface mx.core.IDeferredInstantiationUIComponent
Creates an id reference to this IUIComponent object on its parent document object.
createReferenceOnParentDocument(parentDocument:mx.core:IFlexDisplayObject) — method, class mx.core.UIComponent
Creates an id reference to this IUIComponent object on its parent document object.
createReferenceOnParentDocument(parentDocument:mx.core:IFlexDisplayObject) — method, class mx.flash.UIMovieClip
Creates an id reference to this IUIComponent object on its parent document object.
createRequestTimeoutErrorMessage() — method, class mx.messaging.MessageResponder
Constructs an ErrorMessage that can be passed to the associated MessageAgent's callbacks upon a request timeout.
createRootWindow(visible:Boolean, windowInitOptions:flash.display:NativeWindowInitOptions, scrollBarsVisible:Boolean, bounds:flash.geom:Rectangle) — Static Method , class flash.html.HTMLLoader
Creates a new NativeWindow object that contains an HTMLLoader object.
createSelector(selectorName:String) — Static Method , class mx.charts.styles.HaloDefaults
Creates a CSSStyleDeclaration object or returns an existing one.
createTempDirectory() — Static Method , class flash.filesystem.File
Returns a reference to a new temporary directory.
createTempFile() — Static Method , class flash.filesystem.File
Returns a reference to a new temporary file.
createTextLine(previousLine:flash.text.engine:TextLine, width:Number, lineOffset:Number, fitSomething:Boolean) — method, class flash.text.engine.TextBlock
Instructs the text block to create a line of text from its content, beginning at the point specified by the previousLine parameter and breaking at the point specified by the width parameter.
createTextNode(text:String) — method, class flash.xml.XMLDocument
Creates a new XML text node with the specified text.
createToolTip(text:String, x:Number, y:Number, errorTipBorderStyle:String, context:mx.core:IUIComponent) — Static Method , class mx.managers.ToolTipManager
Creates an instance of the ToolTip class with the specified text and displays it at the specified location in stage coordinates.
createTween(listener:Object, startValue:Object, endValue:Object, duration:Number, minFps:Number) — method, class mx.effects.effectClasses.TweenEffectInstance
Creates a Tween instance, assigns it the start, end, and duration values.
createUID() — Static Method , class mx.utils.RPCUIDUtil
Generates a UID (unique identifier) based on ActionScript's pseudo-random number generator and the current time.
createUID() — Static Method , class mx.utils.UIDUtil
Generates a UID (unique identifier) based on ActionScript's pseudo-random number generator and the current time.
createUniqueName(object:Object) — Static Method , class mx.utils.NameUtil
Creates a unique name for any Object instance, such as "Button12", by combining the unqualified class name with an incrementing counter.
createUpdateEvent(source:Object, property:Object, oldValue:Object, newValue:Object) — Static Method , class mx.events.PropertyChangeEvent
Returns a new PropertyChangeEvent of kind PropertyChangeEventKind.UPDATE with the specified properties.
createWindow(windowCreateOptions:flash.html:HTMLWindowCreateOptions) — method, class flash.html.HTMLHost
The function called when JavaScript code in the HTMLLoader object calls the window.open() method.
createXMLDocument(str:String) — Static Method , class mx.utils.XMLUtil
Creates XML out of the specified string, ignoring whitespace.
creatingContentPane — Property, class mx.core.Container
Containers use an internal content pane to control scrolling.
creatingContentPane — Property, interface mx.core.IContainer
Containers use an internal content pane to control scrolling.
creationCallback — Property, class mx.charts.chartClasses.InstanceCache
A callback invoked when new instances are created.
creationComplete — Event, class mx.core.UIComponent
Dispatched when the component has finished its construction, property processing, measuring, layout, and drawing.
creationComplete — Event, class mx.flash.UIMovieClip
Dispatched when the component has finished its construction.
CREATION_COMPLETE — Constant Static Property, class mx.events.FlexEvent
The FlexEvent.CREATION_COMPLETE constant defines the value of the type property of the event object for a creationComplete event.
creationCompleteEffect — Effect, class mx.core.UIComponent
Played when the component is created.
creationDate — Property, class flash.net.FileReference
The creation date of the file on the local disk.
creationDateColumn — Property, class mx.controls.FileSystemDataGrid
The DataGridColumn representing the Created column.
creationIndex — Property, class mx.core.Container
Specifies the order to instantiate and draw the children of the container.
creationPolicy — Property, class mx.core.Container
The child creation policy for this Container.
creationPolicy — Property, class mx.states.AddChild
The creation policy for this child.
creator — Property, class flash.net.FileReference
The Macintosh creator type of the file, which is only used in Mac OS versions prior to Mac OS X.
CREDENTIALS_CHARSET_HEADER — Constant Static Property, class mx.messaging.messages.CommandMessage
Header to specify which character set encoding was used while encoding login credentials.
CreditCardValidator — class, package 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.
CreditCardValidator() — Constructor, class mx.validators.CreditCardValidator
Constructor.
CreditCardValidatorCardType — final class, package mx.validators
The CreditCardValidatorCardType class defines value constants for specifying the type of credit card to validate.
CRITICAL — Constant Static Property, class flash.desktop.NotificationType
Specifies that a notification alert is critical in nature and the user should attend to it promptly.
CrossItemRenderer — class, package mx.charts.renderers
A simple chart itemRenderer implementation that fills a cross in its assigned area.
CrossItemRenderer() — Constructor, class mx.charts.renderers.CrossItemRenderer
Constructor
crossJoin(input:mx.olap:IOLAPSet) — method, interface mx.olap.IOLAPSet
Returns a new IOLAPSet instance that contains a crossjoin of this IOLAPSet instance and input.
crossJoin(input:mx.olap:IOLAPSet) — method, class mx.olap.OLAPSet
Returns a new IOLAPSet instance that contains a crossjoin of this IOLAPSet instance and input.
crossProduct(a:flash.geom:Vector3D) — method, class flash.geom.Vector3D
Returns a new Vector3D object that is perpendicular (at a right angle) to the current Vector3D and another Vector3D object.
CRT — Constant Static Property, class flash.text.TextDisplayMode
Forces Flash Player to display grayscale anti-aliasing.
CSMSettings — final class, package flash.text
The CSMSettings class contains properties for use with the TextRenderer.setAdvancedAntiAliasingTable() method to provide continuous stroke modulation (CSM).
CSMSettings(fontSize:Number, insideCutoff:Number, outsideCutoff:Number) — Constructor, class flash.text.CSMSettings
Creates a new CSMSettings object which stores stroke values for custom anti-aliasing settings.
CSSStyleDeclaration — class, package mx.styles
The CSSStyleDeclaration class represents a set of CSS style rules.
CSSStyleDeclaration(selector:String) — Constructor, class mx.styles.CSSStyleDeclaration
Constructor.
ctrlKey — Property, class flash.events.KeyboardEvent
On Windows and Linux, indicates whether the Ctrl key is active (true) or inactive (false); On Mac OS, indicates whether either the Ctrl key or the Command key is active.
ctrlKey — Property, class flash.events.MouseEvent
On Windows or Linux, indicates whether the Ctrl key is active (true) or inactive (false).
ctrlKey — Property, class mx.automation.events.AdvancedDataGridItemSelectEvent
Indicates whether the Ctrl key was pressed at the time of the event, true, or not, false.
ctrlKey — Property, class mx.automation.events.ChartSelectionChangeEvent
Indicates whether the Ctrl key was pressed at the time of the event, true, or not, false.
ctrlKey — Property, class mx.automation.events.ListItemSelectEvent
Indicates whether the Ctrl key was pressed at the time of the event, true, or not, false.
ctrlKey — Property, class mx.events.SandboxMouseEvent
Indicates whether the Ctrl key was pressed.
cube — Property, interface mx.olap.IOLAPDimension
The cube to which this dimension belongs.
cube — Property, class mx.olap.OLAPDimension
The cube to which this dimension belongs.
cubeArray — Property, class mx.olap.OLAPSchema
Lets you set the cubes of a schema by passing an Array of IOLAPCube instances.
cubeBuildingTimeInterval — Property, class mx.olap.OLAPCube
The time interval, in milliseconds, used by the timer of the refresh() method to iteratively build the cube.
CUBE_COMPLETE — Constant Static Property, class mx.events.CubeEvent
The CubeEvent.CUBE_COMPLETE constant defines the value of the type property of the event object for a complete event.
CubeEvent — class, package mx.events
Event class used by OLAPCube to indicate its status.
CubeEvent(type:String) — Constructor, class mx.events.CubeEvent
Constructor.
CUBE_PROGRESS — Constant Static Property, class mx.events.CubeEvent
The CubeEvent.CUBE_PROGRESS constant defines the value of the type property of the event object for a progress event.
cubes — Property, interface mx.olap.IOLAPSchema
All the cubes known by this schema, as a list of IOLAPCube instances.
cubes — Property, class mx.olap.OLAPSchema
All the cubes known by this schema, as a list of IOLAPCube instances.
Cubic — class, package mx.effects.easing
The Cubic class defines three easing functions to implement motion with Flex effect classes.
cuePoint — Event, class mx.controls.VideoDisplay
Dispatched when the value of a cue point's time property is equal to the current playhead location.
CUE_POINT — Constant Static Property, class mx.events.CuePointEvent
The CuePointEvent.CUE_POINT constant defines the value of the type property of the event object for a cuePoint event.
CUE_POINT — Constant Static Property, class mx.events.MetadataEvent
The MetadataEvent.CUE_POINT constant defines the value of the type property of the event object for a cuePoint event.
CuePointEvent — class, package mx.events
The CuePointEvent class represents the event object passed to the event listener for cue point events dispatched by the VideoDisplay control.
CuePointEvent(type:String, bubbles:Boolean, cancelable:Boolean, cuePointName:String, cuePointTime:Number, cuePointType:String) — Constructor, class mx.events.CuePointEvent
Constructor.
cuePointManager — Property, class mx.controls.VideoDisplay
The instance of the CuePointManager class associated with the VideoPlayer control.
CuePointManager — class, package mx.controls.videoClasses
The CuePointManager class lets you use ActionScript code to manage the cue points associated with the VideoDisplay control.
CuePointManager(owner:mx.controls.videoClasses:VideoPlayer, id:uint) — Constructor, class mx.controls.videoClasses.CuePointManager
Constructor.
cuePointManagerClass — Property, class mx.controls.VideoDisplay
Cue point manager to use.
cuePointName — Property, class mx.events.CuePointEvent
The name of the cue point that caused the event.
cuePoints — Property, class mx.controls.VideoDisplay
The Array of cue points associated with the control.
cuePointTime — Property, class mx.events.CuePointEvent
The time of the cue point that caused the event, in seconds.
cuePointType — Property, class mx.events.CuePointEvent
The string "actionscript".
culling — Property, class flash.display.GraphicsTrianglePath
Specifies whether to render triangles that face in a given direction.
CurrencyFormatter — class, package mx.formatters
The CurrencyFormatter class formats a valid number as a currency value.
CurrencyFormatter() — Constructor, class mx.formatters.CurrencyFormatter
Constructor.
currencySymbol — Property, class mx.formatters.CurrencyFormatter
Character to use as a currency symbol for a formatted number.
currencySymbol — Property, class mx.validators.CurrencyValidator
The character String used to specify the currency symbol, such as "$", "R$", or "£".
currencySymbolError — Property, class mx.validators.CurrencyValidator
Error message when the currency symbol, defined by currencySymbol, is in the wrong location.
CurrencyValidator — class, package mx.validators
The CurrencyValidator class ensures that a String represents a valid currency expression.
CurrencyValidator() — Constructor, class mx.validators.CurrencyValidator
Constructor.
CurrencyValidatorAlignSymbol — final class, package mx.validators
The CurrencyValidatorAlignSymbol class defines value constants for specifying currency symbol alignment.
current — Property, interface mx.collections.IViewCursor
Provides access the object at the location in the source collection referenced by this cursor.
CURRENT — Static Property, class mx.collections.CursorBookmark
A bookmark representing the current item for the IViewCursor in an ICollectionView.
currentBytesPerSecond — Property, class flash.net.NetStreamInfo
Specifies the rate at which the NetStream buffer is filled in bytes per second.
currentChannel — Property, class mx.messaging.ChannelSet
Returns the current Channel for the ChannelSet.
currentColNum — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridBase
Contains the index of the column for which a renderer is currently being created.
currentCount — Property, class flash.utils.Timer
The total number of times the timer has fired since it started at zero.
currentCursorID — Static Property, class mx.managers.CursorManager
ID of the current custom cursor, or NO_CURSOR if the system cursor is showing.
currentCursorXOffset — Static Property, class mx.managers.CursorManager
The x offset of the custom cursor, in pixels, relative to the mouse pointer.
currentCursorYOffset — Static Property, class mx.managers.CursorManager
The y offset of the custom cursor, in pixels, relative to the mouse pointer.
currentDepth — Property, class mx.collections.HierarchicalCollectionViewCursor
Contains the depth of the node at the location in the source collection referenced by this cursor.
currentDepth — Property, interface mx.collections.IHierarchicalCollectionViewCursor
Contains the depth of the node at the location in the source collection referenced by this cursor.
currentDirectory — Property, class flash.events.InvokeEvent
The directory that should be used to resolve any relative paths in the arguments array.
currentDomain — Static Property, class flash.system.ApplicationDomain
Gets the current application domain in which your code is executing.
currentDomain — Static Property, class flash.system.SecurityDomain
Gets the current security domain.
currentFPS — Property, class flash.media.Camera
The rate at which the camera is capturing data, in frames per second.
currentFPS — Property, class flash.net.NetStream
The number of frames per second being displayed.
currentFrame — Property, class flash.display.MovieClip
Specifies the number of the frame in which the playhead is located in the timeline of the MovieClip instance.
currentFrameLabel — Property, class flash.display.MovieClip
The label at the current frame in the timeline of the MovieClip instance.
currentIndex — Property, interface mx.core.IRepeater
The index of the item in the dataProvider currently being processed while this Repeater is executing.
currentIndex — Property, class mx.core.Repeater
The index of the item in the dataProvider currently being processed while this Repeater is executing.
currentItem — Property, interface mx.core.IRepeater
The item in the dataProvider currently being processed while this Repeater is executing.
currentItem — Property, class mx.core.Repeater
The item in the dataProvider currently being processed while this Repeater is executing.
currentItemTop — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridBase
Contains the top position of the renderer that is currently being created.
currentLabel — Property, class flash.display.MovieClip
The current label in which the playhead is located in the timeline of the MovieClip instance.
currentLabels — Property, class flash.display.MovieClip
Returns an array of FrameLabel objects from the current scene.
currentPageHeight — Property, class mx.printing.PrintAdvancedDataGrid
The height that the PrintAdvancedDataGrid would be if the sizeToPage property is true, meaning that the PrintAdvancedDataGrid displays only completely viewable rows and displays no partial rows.
currentPageHeight — Property, class mx.printing.PrintDataGrid
The height of PrintDataGrid that would be, if sizeToPage property is true and PrintDataGrid displays only completely viewable rows and no partial rows.
currentPageHeight — Property, class mx.printing.PrintOLAPDataGrid
The height that the PrintOLAPDataGrid would be if the sizeToPage property is true, meaning that the PrintOLAPDataGrid displays only completely viewable rows and displays no partial rows.
currentRowHeight — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridBase
The height, in pixels, of the current row.
currentRowNum — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridBase
Contains the index of the row for which a renderer is currently being created.
currentScene — Property, class flash.display.MovieClip
The current scene in which the playhead is located in the timeline of the MovieClip instance.
currentState — Property, class air.update.ApplicationUpdater
The internal state of the updater.
currentState — Property, class mx.charts.ChartItem
Defines the appearance of the ChartItem.
currentState — Property, interface mx.core.IStateClient
The current view state.
currentState — Property, class mx.core.UIComponent
The current view state of the component.
currentState — Property, class mx.flash.UIMovieClip
The current state of this component.
currentStateChange — Event, class mx.core.UIComponent
Dispatched after the view state has changed.
currentStateChange — Event, class mx.flash.UIMovieClip
Dispatched after the view state has changed.
CURRENT_STATE_CHANGE — Constant Static Property, class mx.events.StateChangeEvent
The StateChangeEvent.CURRENT_STATE_CHANGE constant defines the value of the type property of the event that is dispatched when the view state has changed.
currentStateChanging — Event, class mx.core.UIComponent
Dispatched after the currentState property changes, but before the view state changes.
currentStateChanging — Event, class mx.flash.UIMovieClip
Dispatched after the currentState property changes, but before the view state changes.
CURRENT_STATE_CHANGING — Constant Static Property, class mx.events.StateChangeEvent
The StateChangeEvent.CURRENT_STATE_CHANGING constant defines the value of the type property of the event that is dispatched when the view state is about to change.
currentTarget — Property, class flash.events.Event
The object that is actively processing the Event object with an event listener.
currentTarget — Static Property, class mx.managers.ToolTipManager
The UIComponent that is currently displaying a ToolTip, or null if none is.
currentToolTip — Static Property, class mx.managers.ToolTipManager
The ToolTip object that is currently visible, or null if none is shown.
currentVersion — Property, class air.update.ApplicationUpdater
The current version of the application.
currentVersion — Property, class air.update.ApplicationUpdaterUI
The current version of the application.
CURRENT_VERSION — Constant Static Property, class mx.core.FlexVersion
The current released version of the Flex SDK, encoded as a uint.
cursor — Static Property, class flash.ui.Mouse
Sets the mouse cursor.
cursor — Property, class mx.charts.chartClasses.ChartElement
Each ChartElement carries a cursor associated with their dataProvider for their own internal use.
CursorBookmark — class, package mx.collections
Encapsulates the positional aspects of a cursor in an ICollectionView.
CursorBookmark(value:Object) — Constructor, class mx.collections.CursorBookmark
Creates a new instance of a bookmark with the specified value.
cursorChildren — Property, interface mx.managers.ISystemManager
An list of the custom cursors being parented by this ISystemManager.
cursorChildren — Property, class mx.managers.SystemManager
An list of the custom cursors being parented by this ISystemManager.
cursorChildren — Property, class mx.managers.WindowedSystemManager
An list of the custom cursors being parented by this ISystemManager.
CursorError — class, package mx.collections.errors
This error is thrown by a collection Cursor.
CursorError(message:String) — Constructor, class mx.collections.errors.CursorError
Constructor.
CURSOR_MANAGEMENT — Constant Static Property, class mx.core.EventPriority
The CursorManager has handlers for mouse events which must be executed before other mouse event handlers, so they have a high priority.
cursorManager — Property, class mx.core.UIComponent
Gets the CursorManager that controls the cursor for this component and its peers.
cursorManager — Property, class mx.core.Window
Returns the cursor manager for this Window.
CursorManager — class, package mx.managers
The CursorManager class controls a prioritized list of cursors, where the cursor with the highest priority is currently visible.
CursorManagerPriority — final class, package mx.managers
The CursorManagerPriority class defines the constant values for the priority argument to the CursorManager.setCursor() method.
CURSOR_MANAGER_REQUEST — Constant Static Property, class mx.events.InterManagerRequest
Communication between CursorManagers use this request type.
cursorUpdate — Event, interface mx.collections.IViewCursor
Dispatched whenever the cursor position is updated.
CURSOR_UPDATE — Constant Static Property, class mx.events.FlexEvent
The FlexEvent.CURSOR_UPDATE constant defines the value of the type property of the event object for a cursorUpdate event.
curveTo(controlX:Number, controlY:Number, anchorX:Number, anchorY:Number) — method, class flash.display.Graphics
Draws a curve using the current line style from the current drawing position to (anchorX, anchorY) and using the control point that (controlX, controlY) specifies.
curveTo(controlX:Number, controlY:Number, anchorX:Number, anchorY:Number) — method, class flash.display.GraphicsPath
Adds a new "curveTo" command to the commands vector and new coordinates to the data vector.
curveTo(controlX, controlY, anchorX, anchorY) — method, class mx.charts.chartClasses.CartesianDataCanvas
Draws a curve using the current line style from the current drawing position to (anchorX, anchorY) and using the control point that (controlX, controlY) specifies.
curveTo(controlAngle, controlRadial, anchorAngle, anchorRadial) — method, class mx.charts.chartClasses.PolarDataCanvas
Draws a curve using the current line style from the current drawing position to (anchorX, anchorY) and using the control point that (controlX, controlY) specifies.
CURVE_TO — Constant Static Property, class flash.display.GraphicsPathCommand
Specifies a drawing command that draws a curve from the current drawing position to the x- and y-coordinates specified in the data vector, using a control point.
customFilter — Property, class mx.effects.Effect
Specifies a custom filter object, of type EffectTargetFilter, used by the effect to determine the targets on which to play the effect.
customFilter — Property, interface mx.effects.IEffect
Specifies a custom filter object, of type EffectTargetFilter, used by the effect to determine the targets on which to play the effect.
customItems — Property, class flash.ui.ContextMenu
An array of ContextMenuItem objects.
customizeSeries(seriesGlyph:mx.charts.chartClasses:Series, i:uint) — method, class mx.charts.chartClasses.ChartBase
Applies per-series customization and formatting to the series of the chart.
customizeSeries(g:mx.charts.chartClasses:IChartElement, i:uint) — method, class mx.charts.chartClasses.StackedSeries
Applies any customization to a sub-series when building the stacking behavior.
customizeSeries(g:mx.charts.chartClasses:IChartElement, i:uint) — method, class mx.charts.series.ColumnSet
Applies any customization to a sub-series when building the stacking behavior.
cut() — method, class flash.desktop.NativeApplication
Invokes an internal cut command on the focused display object.
cut — Event, class flash.display.InteractiveObject
Dispatched when the user activates the platform specific accelerator key combination for a cut operation or selects 'Cut' from the text context menu.
cut — Property, class flash.ui.ContextMenuClipboardItems
Enables or disables the 'Cut' item on the clipboard menu.
CUT — Constant Static Property, class flash.events.Event
Defines the value of the type property of a cut event object.
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