| 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 in class flash.geom.Matrix |
|
The value in the second row and first column of the Matrix object, which affects the positioning of pixels
along the x axis when rotating or skewing an image. |
| cache — Property in class mx.charts.chartClasses.RenderData |
|
The list of ChartItems representing the items
in the series's dataProvider. |
| cacheAsBitmap — Property in class flash.display.DisplayObject |
|
If set to true, Flash Player caches an internal bitmap representation of the
display object. |
| cacheAsBitmap — Property in interface mx.core.IUIComponent |
|
If set to true, Flash Player caches an internal
bitmap representation of the object. |
| cacheDefaultValues(measureName:String, cache:Array, fieldName:String) — Method in 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. |
| cacheHeuristic — Property in interface mx.core.IDeferredInstantiationUIComponent |
|
Used by Flex to suggest bitmap caching for the object. |
| cacheHeuristic — Property in class mx.core.UIComponent |
|
Used by Flex to suggest bitmap caching for the object. |
| cacheIndexValues(measureName:String, cache:Array, fieldName:String) — Method in 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 in 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 in interface mx.core.IDeferredInstantiationUIComponent |
|
Specifies the bitmap caching policy for this object. |
| cachePolicy — Property in class mx.core.UIComponent |
|
Specifies the bitmap caching policy for this object. |
| calculateDropIndex(event:mx.events:DragEvent) — Method in 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 in class mx.controls.listClasses.ListBase |
|
Calculates the y position of the drop indicator
when performing a drag-and-drop operation. |
| calculatePreferredSizeFromData(numItems:int) — Method in 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 in 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 in class mx.controls.dataGridClasses.DataGridBase |
|
Calculates the row height of columns in a row. |
| CalendarLayoutChangeEvent — Class in 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 in class mx.events.CalendarLayoutChangeEvent |
|
Constructor. |
| call(thisObject:Object, parameter1:String) — Method in class Function |
|
Invokes the function represented by a Function object. |
| call(functionName:String, ... rest) — Static method in 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 in class flash.net.NetConnection |
|
Invokes a command or method on the server running Flash Media Server, or on an application server,
to which the application instance is connected. |
| callee — Property in class arguments |
|
A reference to the currently executing function. |
| callLater(method:Function, args:Array) — Method in class mx.core.UIComponent |
|
Queues a function to be called later. |
| calloutGap — Style in 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 in class mx.charts.series.PieSeries |
|
Specifies the line style used to draw the lines to callouts. |
| callProperty(name, ... rest) — Method in class flash.utils.Proxy |
|
Overrides the behavior of an object property that can be called as a function. |
| callProperty(name, ... rest) — Method in class mx.utils.ObjectProxy |
|
Returns the value of the proxied object's method with the specified name. |
| Camera — Final class in package flash.media |
|
The Camera class is primarily for use with Flash Media Server, but can be used in a limited way without the server. |
| CAMERA — Constant static property in class flash.system.SecurityPanel |
|
When passed to Security.showSettings(), displays the
Camera panel in Flash Player Settings. |
| cancel — Event in class flash.net.FileReference |
|
Dispatched when a file upload or download is canceled by the user. |
| cancel() — Method in class flash.net.FileReference |
|
Cancels any ongoing upload or download operation on this FileReference object. |
| cancel — Event in class flash.net.FileReferenceList |
|
Dispatched when the user dismisses the file-browsing dialog box. |
| cancel() — Method in class mx.rpc.AbstractInvoker |
|
Cancels the last service invocation. |
| cancel() — Method in class mx.rpc.http.mxml.HTTPService |
|
Cancels the most recent HTTPService request. |
| cancel() — Method in class mx.rpc.remoting.mxml.Operation |
| |
| cancel() — Method in class mx.rpc.soap.mxml.Operation |
|
Use superclass description. |
| CANCEL — Constant static property in class flash.events.Event |
|
Defines the value of the type property of a cancel event object. |
| CANCEL — Constant static property in 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 in class flash.events.Event |
|
Indicates whether the behavior associated with the event can be prevented. |
| cancelLabel — Static property in class mx.controls.Alert |
|
The label for the Cancel button. |
| CANCELLED — Constant static property in 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 in class mx.events.ListEventReason |
|
Specifies that the user cancelled editing and that they do not
want to save the edited data. |
| CandlestickChart — Class in 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 in class mx.charts.CandlestickChart |
|
Constructor. |
| CandlestickItemRenderer — Class in package mx.charts.renderers |
|
The default itemRenderer
for a CandlestickSeries object. |
| CandlestickItemRenderer() — Constructor in class mx.charts.renderers.CandlestickItemRenderer |
|
Constructor. |
| CandlestickSeries — Class in 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 in class mx.charts.series.CandlestickSeries |
|
Constructor. |
| canDropLabels — Style in class mx.charts.AxisRenderer |
|
Specifies whether the AxisRenderer should drop labels
as necessary to lay out correctly. |
| canLoadWSDL() — Method in 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). |
| canonicalKeyPropertyListString — Property in class mx.messaging.management.ObjectName |
|
A string representation of the list of key properties, with the key properties sorted in lexical order. |
| canonicalName — Property in class mx.messaging.management.ObjectName |
|
The canonical form of the name; a string representation with
the properties sorted in lexical order. |
| canStagger — Style in class mx.charts.AxisRenderer |
|
Specifies whether to stagger labels on two label rows. |
| Canvas — Class in package mx.containers |
|
A Canvas layout container defines a rectangular region
in which you place child containers and controls. |
| Canvas() — Constructor in class mx.containers.Canvas |
|
Constructor. |
| canWatch(host:Object, name:String, commitOnly:Boolean) — Static method in class mx.binding.utils.ChangeWatcher |
|
Lets you determine if the host exposes a data-binding event
on the property. |
| Capabilities — Final class in package flash.system |
|
The Capabilities class provides properties that describe the system and player
that are hosting a SWF file. |
| caps — Property in class mx.graphics.LinearGradientStroke |
|
A value from the CapsStyle class that specifies the type of caps at the end
of lines. |
| caps — Property in class mx.graphics.Stroke |
|
Specifies the type of caps at the end of lines. |
| capsLock — Static property in class flash.ui.Keyboard |
|
Specifies whether the Caps Lock key is activated (true) or not (false). |
| CAPS_LOCK — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the Caps Lock key (20). |
| CapsStyle — Final class in package flash.display |
|
The CapsStyle class is an enumeration of constant values that specify the caps style to use in drawing lines. |
| caption — Property in class flash.ui.ContextMenuItem |
|
Specifies the menu item caption (text) displayed in the context menu. |
| captureRollEvents — Property in class mx.effects.Zoom |
|
If true, prevents Flex from dispatching the rollOut
and rollOver events if the mouse has not moved. |
| captureRollEvents — Property in class mx.effects.effectClasses.ZoomInstance |
|
Prevents the rollOut and rollOver events
from being dispatched if the mouse has not moved. |
| captureStartValues() — Method in class mx.effects.Effect |
|
Captures the current values of the relevant properties
on the effect's targets. |
| CAPTURING_PHASE — Constant static property in class flash.events.EventPhase |
|
The capturing phase, which is the first phase of the event flow. |
| cardNumberListener — Property in class mx.validators.CreditCardValidator |
|
The component that listens for the validation result
for the card number subfield. |
| cardNumberProperty — Property in class mx.validators.CreditCardValidator |
|
Name of the card number property to validate. |
| cardNumberSource — Property in class mx.validators.CreditCardValidator |
|
Object that contains the value of the card number field. |
| cardTypeListener — Property in class mx.validators.CreditCardValidator |
|
The component that listens for the validation result
for the card type subfield. |
| cardTypeProperty — Property in class mx.validators.CreditCardValidator |
|
Name of the card type property to validate. |
| cardTypeSource — Property in class mx.validators.CreditCardValidator |
|
Object that contains the value of the card type field. |
| caretBookmark — Property in class mx.controls.listClasses.ListBase |
|
A bookmark to the item under the caret. |
| caretIndex — Property in class flash.text.TextField |
|
The index of the insertion point (caret) position. |
| caretIndex — Property in class mx.controls.listClasses.ListBase |
|
The offset of the item in the data provider that is the selection
caret point. |
| caretIndicator — Property in class mx.controls.listClasses.ListBase |
|
The DisplayObject that contains the graphics that indicate
which renderer is the caret. |
| caretItemRenderer — Property in class mx.controls.listClasses.ListBase |
|
The renderer for the item under the caret. |
| caretUID — Property in class mx.controls.listClasses.ListBase |
|
The UID of the item under the caret. |
| CartesianChart — Class in package mx.charts.chartClasses |
|
The CartesianChart class is a base class for the common chart types. |
| CartesianChart() — Constructor in class mx.charts.chartClasses.CartesianChart |
|
Constructor. |
| CartesianTransform — Class in 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 in class mx.charts.chartClasses.CartesianTransform |
|
Constructor. |
| case — Statement |
| Defines a jump target for the switch statement. |
| caseInsensitive — Property in class mx.collections.SortField |
|
Specifies whether the sort for this field should be case insensitive. |
| CASEINSENSITIVE — Constant static property in class Array |
|
Specifies case-insensitive sorting for the Array class sorting methods. |
| category — Property in interface mx.logging.ILogger |
|
The category value for the logger. |
| category — Property in class mx.logging.LogLogger |
|
The category this logger send messages for. |
| CategoryAxis — Class in package mx.charts |
|
The CategoryAxis class lets charts represent data
grouped by a set of discrete values along an axis. |
| CategoryAxis() — Constructor in class mx.charts.CategoryAxis |
|
Constructor. |
| categoryField — Property in class mx.charts.CategoryAxis |
|
Specifies the field of the data provider
containing the text for the labels. |
| cause — Property in class mx.data.Conflict |
|
Returns the DataMessage that caused the conflict. |
| cause — Property in class mx.data.messages.DataErrorMessage |
|
The client oringinated message which caused the conflict. |
| ceil(val:Number) — Static method in class Math |
|
Returns the ceiling of the specified number or expression. |
| center(width:Number, height:Number) — Method in class mx.preloaders.DownloadProgressBar |
|
Centers the download progress bar based on the passed in dimensions. |
| CENTER — Constant static property in class flash.text.TextFieldAutoSize |
|
Specifies that the text is to be treated as center-justified text. |
| CENTER — Constant static property in class flash.text.TextFormatAlign |
|
Constant; centers the text in the text field. |
| CENTER — Constant static property in class mx.controls.ProgressBarLabelPlacement |
|
Specifies to place at the center inside the progress bar. |
| centerPopUp(popUp:mx.core:IFlexDisplayObject) — Static method in class mx.managers.PopUpManager |
|
Centers a popup window over whatever window was used in the call
to the createPopUp() or addPopUp() method. |
| change — Event in class flash.text.TextField |
|
Dispatched after a control's value is modified. |
| change — Event in class mx.containers.Accordion |
|
Dispatched when the selected child container changes. |
| change — Event in class mx.containers.ViewStack |
|
Dispatched when the selected child container changes. |
| change — Event in class mx.controls.Button |
|
Dispatched when the selected property
changes for a toggle Button control. |
| change — Event in class mx.controls.ColorPicker |
|
Dispatched when the selected color
changes as a result of user interaction. |
| change — Event in 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 in class mx.controls.DateChooser |
|
Dispatched when a date is selected or changed. |
| change — Event in class mx.controls.DateField |
|
Dispatched when a date is selected or changed,
and the DateChooser control closes. |
| change — Event in class mx.controls.NumericStepper |
|
Dispatched when the value of the NumericStepper control changes
as a result of user interaction. |
| change — Event in class mx.controls.RadioButtonGroup |
|
Dispatched when the value of the selected RadioButton control in
this group changes. |
| change — Event in class mx.controls.RichTextEditor |
|
Dispatched when the user changes the contents or format of the text in the
TextArea control. |
| change — Event in class mx.controls.TextArea |
|
Dispatched when text in the TextArea control changes
through user input or data binding. |
| change — Event in class mx.controls.TextInput |
|
Dispatched when text in the TextInput control changes
through user input or data binding. |
| change — Event in class mx.controls.Tree |
|
Dispatched when the user selects a tree item. |
| change — Event in class mx.controls.listClasses.ListBase |
|
Dispatched when the selectedIndex or selectedItem property
changes as a result of user interaction. |
| change — Event in class mx.controls.sliderClasses.Slider |
|
Dispatched when the slider changes value due to mouse or keyboard interaction. |
| CHANGE — Constant static property in class flash.events.Event |
|
Defines the value of the type property of a change event object. |
| CHANGE — Constant static property in 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 in 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 in 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 in 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 in class mx.events.SliderEvent |
|
The SliderEvent.CHANGE constant defines the value of the
type property of the event object for a change event. |
| changedPropertyNames — Property in interface mx.data.IChangeObject |
|
Returns the list of property names which changed as part of an
update. |
| changeList — Property in class flash.events.SyncEvent |
|
An array with properties that describe the array's status. |
| ChangeWatcher — Class in 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 in class mx.binding.utils.ChangeWatcher |
|
Constructor. |
| channel — Property in class mx.messaging.MessageResponder |
|
Provides access to the Channel used to send the message. |
| channel — Property in class mx.messaging.events.ChannelEvent |
|
The Channel that generated this event. |
| Channel — Class in 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 in class mx.messaging.Channel |
|
Constructs an instance of a generic Channel that connects to the
specified endpoint URI. |
| channelConnect — Event in class mx.messaging.Channel |
|
Dispatched after the channel has connected to its endpoint. |
| channelConnect — Event in class mx.messaging.ChannelSet |
|
Dispatched after a Channel in the ChannelSet has connected to its endpoint. |
| channelConnect — Event in class mx.messaging.MessageAgent |
|
Dispatched when the underlying Channel the MessageAgent is using connects. |
| channelConnectHandler(event:mx.messaging.events:ChannelEvent) — Method in class mx.messaging.ChannelSet |
|
Handles a CONNECT ChannelEvent and redispatches the event. |
| channelConnectHandler(event:mx.messaging.events:ChannelEvent) — Method in class mx.messaging.MessageAgent |
|
Handles a CONNECT ChannelEvent. |
| channelDisconnect — Event in class mx.messaging.Channel |
|
Dispatched after the channel has disconnected from its endpoint. |
| channelDisconnect — Event in class mx.messaging.ChannelSet |
|
Dispatched after a Channel in the ChannelSet has disconnected from its
endpoint. |
| channelDisconnect — Event in class mx.messaging.MessageAgent |
|
Dispatched when the underlying Channel the MessageAgent is using disconnects. |
| channelDisconnectHandler(event:mx.messaging.events:ChannelEvent) — Method in class mx.messaging.ChannelSet |
|
Handles a DISCONNECT ChannelEvent and redispatches the event. |
| channelDisconnectHandler(event:mx.messaging.events:ChannelEvent) — Method in class mx.messaging.MessageAgent |
|
Handles a DISCONNECT ChannelEvent. |
| ChannelError — Class in package mx.messaging.errors |
|
This is the base class for any channel related errors. |
| ChannelError(msg:String) — Constructor in class mx.messaging.errors.ChannelError |
|
Constructs a new instance of a ChannelError with the
specified message. |
| ChannelEvent — Class in 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) — Constructor in class mx.messaging.events.ChannelEvent |
|
Constructs an instance of this event with the specified type and Channel
instance. |
| channelFault — Event in class mx.messaging.Channel |
|
Dispatched after the channel has faulted. |
| channelFault — Event in class mx.messaging.ChannelSet |
|
Dispatched after a Channel in the ChannelSet has faulted. |
| channelFault — Event in class mx.messaging.MessageAgent |
|
Dispatched when the underlying Channel the MessageAgent is using faults. |
| ChannelFaultEvent — Class in 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) — Constructor in class mx.messaging.events.ChannelFaultEvent |
|
Constructs an instance of this event with the specified type. |
| channelFaultHandler(event:mx.messaging.events:ChannelFaultEvent) — Method in class mx.messaging.ChannelSet |
|
Handles a ChannelFaultEvent and redispatches the event. |
| channelFaultHandler(event:mx.messaging.events:ChannelFaultEvent) — Method in class mx.messaging.MessageAgent |
|
Handles a ChannelFaultEvent. |
| channelIds — Property in class mx.messaging.ChannelSet |
|
The ids of the Channels used by the ChannelSet. |
| channelSet — Property in class mx.messaging.MessageAgent |
|
Provides access to the ChannelSet used by the MessageAgent. |
| channelSet — Property in class mx.rpc.AbstractService |
|
Provides access to the ChannelSet used by the service. |
| channelSet — Property in class mx.rpc.http.HTTPService |
|
Provides access to the ChannelSet used by the service. |
| ChannelSet — Class in package mx.messaging |
|
The ChannelSet is a set of Channels that are used to send messages to a
target destination. |
| ChannelSet(channelIds:Array, clustered:Boolean) — Constructor in class mx.messaging.ChannelSet |
|
Constructs a ChannelSet. |
| channelSets — Property in class mx.messaging.Channel |
|
Provides access to the ChannelSets connected to the Channel. |
| charAt(index:Number) — Method in class String |
|
Returns the character in the position specified by the index parameter. |
| charCode — Property in class flash.events.KeyboardEvent |
|
Contains the character code value of the key pressed or released. |
| charCodeAt(index:Number) — Method in class String |
|
Returns the numeric Unicode character code of the character at the specified
index. |
| charCount — Property in class flash.text.TextSnapshot |
|
The number of characters in a TextSnapshot object. |
| chart — Property in class mx.charts.AxisRenderer |
|
The base chart for this AxisRenderer. |
| chart — Property in class mx.charts.chartClasses.ChartElement |
|
Refers to the chart component containing this element. |
| ChartBase — Class in package mx.charts.chartClasses |
|
The ChartBase class is the link between the Flex component
architecture and the DualStyleObject architecture. |
| ChartBase() — Constructor in class mx.charts.chartClasses.ChartBase |
|
Constructor. |
| chartDataProvider — Property in class mx.charts.chartClasses.AxisBase |
|
The data provider assigned to the enclosing chart. |
| chartDataProvider — Property in class mx.charts.chartClasses.ChartElement |
|
The data provider assigned to the enclosing chart. |
| chartDataProvider — Property in interface mx.charts.chartClasses.IAxis |
|
The data provider assigned to the enclosing chart. |
| chartDataProvider — Property in interface mx.charts.chartClasses.IChartElement |
|
The data provider assigned to the enclosing chart. |
| ChartElement — Class in package mx.charts.chartClasses |
|
The ChartElement class is the base class for visual chart elements. |
| ChartElement() — Constructor in class mx.charts.chartClasses.ChartElement |
|
Constructor. |
| chartItem — Property in class mx.charts.HitData |
|
The chart item described by the hit data. |
| ChartItem — Class in package mx.charts |
|
A ChartItem represents a single item in a ChartSeries. |
| ChartItem(element:mx.charts.chartClasses:IChartElement, item:Object, index:uint) — Constructor in class mx.charts.ChartItem |
|
Constructor. |
| ChartItemEvent — Class in 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 in class mx.charts.events.ChartItemEvent |
|
Constructor. |
| ChartLabel — Class in package mx.charts.chartClasses |
|
Draws data labels on chart controls. |
| ChartLabel() — Constructor in class mx.charts.chartClasses.ChartLabel |
|
Constructor. |
| chartSeriesStyles — Style in 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 in class mx.charts.chartClasses.ChartBase |
|
The current transition state of the chart. |
| ChartState — Final class in package mx.charts.chartClasses |
|
Describes the current state of a chart. |
| chartStateChanged(oldState:uint, newState:uint) — Method in class mx.charts.AxisRenderer |
|
Called by the chart to indicate
when its current transition state has changed. |
| chartStateChanged(oldState:uint, v:uint) — Method in 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 in 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 in interface mx.charts.chartClasses.IChartElement |
|
Called by the enclosing chart to indicate that the current state
of the chart has changed. |
| CheckBox — Class in 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 in class mx.controls.CheckBox |
|
Constructor. |
| CheckBoxIcon — Class in package mx.skins.halo |
|
The skin for all the states of the icon in a CheckBox. |
| CheckBoxIcon() — Constructor in class mx.skins.halo.CheckBoxIcon |
|
Constructor. |
| checkCreate(remoteChange:mx.data:IChangeObject, localChange:mx.data:IChangeObject) — Method in class mx.data.ConflictDetector |
|
Called by the DataService when a create
operation is pushed/processed from the remote destination. |
| checkDelete(remoteChange:mx.data:IChangeObject, localChange:mx.data:IChangeObject) — Method in class mx.data.ConflictDetector |
|
Called by the DataService when a delete
operation is pushed/processed from the remote destination. |
| checkDisabledIcon — Style in class mx.controls.Menu |
|
The icon for all dsiabled menu items whose type identifier is a check box. |
| checkIcon — Style in class mx.controls.Menu |
|
The icon for all enabled menu items whose type identifier is a check box. |
| checkPolicyFile — Property in class flash.media.SoundLoaderContext |
|
Specifies whether Flash Player should try to download a cross-domain policy file from the
loaded sound's server before beginning to load the sound. |
| checkPolicyFile — Property in class flash.net.NetStream |
|
Specifies whether Flash Player should try to download a cross-domain policy file from the
loaded FLV file's server before beginning to load the FLV file. |
| checkPolicyFile — Property in class flash.system.LoaderContext |
|
Specifies whether Flash Player should attempt to download a cross-domain policy file from the
loaded object's server before beginning to load the object itself. |
| checkUpdate(remoteChange:mx.data:IChangeObject, localChange:mx.data:IChangeObject) — Method in class mx.data.ConflictDetector |
|
Called by the DataService when an update
operation is pushed/processed from the remote destination. |
| child(propertyName:Object) — Method in class XML |
|
Lists the children of an XML object. |
| child(propertyName:Object) — Method in 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 in 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. |
| childAdd — Event in class mx.core.Container |
|
Dispatched after a child has been added to a container. |
| CHILD_ADD — Constant static property in 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 in class flash.display.LoaderInfo |
|
Expresses the trust relationship from content (child) to the Loader (parent). |
| childDescriptors — Property in class mx.core.Container |
|
Array of UIComponentDescriptor objects produced by the MXML compiler. |
| childDescriptors — Property in class mx.core.Repeater |
|
An Array of UIComponentDescriptor objects for this Repeater's children. |
| ChildExistenceChangedEvent — Class in 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 in class mx.events.ChildExistenceChangedEvent |
|
Constructor. |
| childIndex() — Method in class XML |
|
Identifies the zero-indexed position of this XML object within the context of its parent. |
| childIndexChange — Event in class mx.core.Container |
|
Dispatched after the index (among the container children)
of a container child changes. |
| CHILD_INDEX_CHANGE — Constant static property in 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. |
| childMessageId — Property in class mx.data.messages.DataAssociationMessage |
|
If the association involves a child that is being created in the same
message batch, the server will use this message id to locate the child
instead of relying on the identity provided by the client (the identity
may be changed by the server). |
| childNodes — Property in class flash.xml.XMLNode |
|
An array of the specified XMLNode object's children. |
| childRemove — Event in class mx.core.Container |
|
Dispatched before a child of a container is removed. |
| CHILD_REMOVE — Constant static property in 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 in class XML |
|
Lists the children of the XML object in the sequence in which they appear. |
| children() — Method in class XMLList |
|
Calls the children() method of each XML object and
returns an XMLList object that contains the results. |
| children() — Method in class mx.collections.XMLListCollection |
|
Calls the children() method of each XML object in the XMLList and
returns an XMLList containing the results. |
| children — Property in class mx.effects.CompositeEffect |
|
An Array containing the child effects of this CompositeEffect. |
| childrenCreated() — Method in class mx.core.UIComponent |
|
Performs any final processing after child objects are created. |
| childSequenceId — Property in class mx.data.messages.DataAssociationMessage |
|
The index of the child sequence on the server. |
| CHINESE — Constant static property in class flash.system.IMEConversionMode |
|
The string "CHINESE", for use with the
IME.conversionMode property. |
| CircleItemRenderer — Class in package mx.charts.renderers |
|
A simple chart itemRenderer implementation
that fills an elliptical area. |
| CircleItemRenderer() — Constructor in class mx.charts.renderers.CircleItemRenderer |
|
Constructor. |
| Circular — Class in 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 in 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 in 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 in class mx.charts.chartClasses.Series |
|
Called by the chart to allow associated elements
to claim style selectors from its chartSeriesStyles Array. |
| clamp — Property in class flash.filters.ConvolutionFilter |
|
Indicates whether the image should be clamped. |
| CLAMP — Constant static property in 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 in Top Level |
|
A Class object is created for each class definition in a program. |
| ClassFactory — Class in 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 in class mx.core.ClassFactory |
|
Constructor. |
|