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, class flash.display.Stage
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 will be 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.
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.
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 — 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.mxml.HTTPService
Cancels the most recent HTTPService request.
cancel(id:String) — Method, class mx.rpc.remoting.mxml.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
Use superclass description.
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.
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 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.
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 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.
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 sed to map 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 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.
change — Event, class flash.text.TextField
Dispatched after a control's 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 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 mx.messaging.ChannelSet
Provides access to the Channels in the ChannelSet.
channelSet — Property, class mx.messaging.MessageAgent