| 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. |
| cacheable — Property in class mx.automation.events.AutomationRecordEvent |
|
Contains true if this is a cacheable event, and false if not. |
| 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. |
| CanvasAutomationImpl — Class in package mx.automation.delegates.containers |
|
Defines the methods and properties required to perform instrumentation for the
Canvas class. |
| CanvasAutomationImpl(obj:mx.containers:Canvas) — Constructor in class mx.automation.delegates.containers.CanvasAutomationImpl |
|
Constructor. |
| canvasLayoutClass — Property in class mx.core.LayoutContainer |
|
The mx.containers.utilityClasses.Layout subclass that is doing the layout
|
| 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. |
| CartesianChartAutomationImpl — Class in 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 in class mx.automation.delegates.charts.CartesianChartAutomationImpl |
|
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.Menu |
|
Dispatched when selection changes as a result
of user interaction. |
| change — Event in class mx.controls.MenuBar |
|
Dispatched when selection changes as a result of user
interaction. |
| 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. |
| change — Event in class mx.controls.TextInput |
|
Dispatched when text in the TextInput control changes
through user input. |
| 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.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 in class mx.events.MenuEvent |
|
The MenuEvent.CHANGE event type constant indicates that selection
changed as a result of user interaction. |
| 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 of objects; each object contains properties that describe the changed members of a remote shared object. |
| 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. |
| ChartBaseAutomationImpl — Class in 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 in class mx.automation.delegates.charts.ChartBaseAutomationImpl |
|
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. |
| CheckBoxAutomationImpl — Class in package mx.automation.delegates.controls |
|
Defines methods and properties required to perform instrumentation for the
CheckBox control. |
| CheckBoxAutomationImpl(obj:mx.controls:CheckBox) — Constructor in class mx.automation.delegates.controls.CheckBoxAutomationImpl |
|
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. |
| child — Property in class mx.modules.ModuleLoader |
|
The DisplayObject created from the module factory. |
| 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. |
| className — Property in class mx.core.UIComponent |
|
The name of this instance's class, such as "Button". |
| className — Property in class mx.core.UITextField |
|
The name of this instance's class, such as
"DataGridItemRenderer". |
| className — Property in class mx.effects.Effect |
|
The name of the effect class, such as "Fade". |
| className — Property in class mx.effects.EffectInstance |
|
The name of the effect class, such as "FadeInstance". |
| className — Property in class mx.messaging.management.MBeanInfo |
|
The class name for the MBean. |
| className — Property in class mx.messaging.management.ObjectInstance |
|
The class name. |
| className — Property in interface mx.styles.IStyleClient |
|
The name of component class. |
| clear() — Method in class flash.display.Graphics |
|
Clears the graphics that were drawn to this Graphics object, and resets fill and
line style settings. |
| clear() — Method in class flash.media.Video |
|
Clears the image currently displayed in the Video object. |
| clear() — Method in class flash.net.SharedObject |
|
For local shared objects, purges all of the data and deletes the shared object from the disk. |
| clear() — Method in class flash.text.StyleSheet |
|
Removes all styles from the style sheet object. |
| clearHeaders() — Method in class mx.rpc.soap.Operation |
|
Clears the headers for this individual Operation. |
| clearHeaders() — Method in class mx.rpc.soap.WebService |
|
Clears the headers that applied to all operations. |
| clearIndicators() — Method in class mx.controls.listClasses.ListBase |
|
Removes all selection and highlight and caret indicators. |
| clearInterval(id) — Package function in flash.utils |
|
Cancels a specified setInterval() call. |
| clearResult(fireBindingEvent:Boolean) — Method in class mx.rpc.AbstractInvoker |
|
Sets the result property of the invoker to null. |
| clearSelected(transition:Boolean) — Method in class mx.controls.listClasses.ListBase |
|
Clears the set of selected items and removes all graphics
depicting the selected state of those items. |
| clearSeparators() — Method in class mx.controls.DataGrid |
|
Removes column header separators that the user normally uses
to resize columns. |
| clearStyle(styleProp:String) — Method in class mx.controls.dataGridClasses.DataGridItemRenderer |
|
Deletes a style property from this component instance. |
| clearStyle(styleProp:String) — Method in class mx.core.UIComponent |
|
Deletes a style property from this component instance. |
| clearStyle(styleProp:String) — Method in class mx.styles.CSSStyleDeclaration |
|
Clears a style property on this CSSStyleDeclaration. |
| clearStyle(styleProp:String) — Method in interface mx.styles.IStyleClient |
|
Deletes a style property from this component instance. |
| clearStyleDeclaration(selector:String, update:Boolean) — Static method in class mx.styles.StyleManager |
|
Clears the CSSStyleDeclaration object that stores the rules
for the specified CSS selector. |
| clearTimeout(id) — Package function in flash.utils |
|
Cancels a specified setTimeout() call. |
| click — Event in 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 in class flash.events.MouseEvent |
|
Defines the value of the type property of a click event object. |
| clickHandler(event:flash.events:MouseEvent) — Method in class mx.controls.Button |
|
The default handler for the MouseEvent.CLICK event. |
| clickHandler(event:flash.events:MouseEvent) — Method in class mx.controls.NavBar |
|
Handles the MouseEvent.CLICK event
for the items in the NavBar control. |
| clickTarget — Property in class mx.events.SliderEvent |
|
Specifies whether the slider track or a slider thumb was pressed. |
| client — Property in class flash.net.LocalConnection |
|
Indicates the object on which callback methods are invoked. |
| client — Property in class flash.net.NetConnection |
|
Indicates the object on which callback methods should be invoked. |
| client — Property in class flash.net.NetStream |
|
Specifies the object on which callback methods are invoked. |
| client — Property in class flash.net.SharedObject |
|
Indicates the object on which
callback methods are invoked. |
| clientId — Property in class mx.messaging.MessageAgent |
|
Provides access to the client id for the MessageAgent. |
| clientId — Property in class mx.messaging.messages.AbstractMessage |
|
The clientId indicates which MessageAgent sent the message. |
| clientId — Property in interface mx.messaging.messages.IMessage |
|
The clientId indicates which client sent the message. |
| clientObject — Property in class mx.data.Conflict |
|
Returns the state of the client object (whose property was changed)
at the time of the conflict. |
| CLIENT_PING_OPERATION — Constant static property in class mx.messaging.messages.CommandMessage |
|
This operation is used to test connectivity over the current channel to
the remote endpoint. |
| CLIENT_SYNC_OPERATION — Constant static property in 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. |
| CLIENT_UPDATE — Constant static property in class mx.data.messages.UpdateCollectionMessage |
|
Indicates this update collection message was client generated. |
| clipContent — Property in class mx.charts.chartClasses.ChartBase |
|
Determines if Flex clips the chart to the area bounded by the axes. |
| clipContent — Property in 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 in 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 in 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 in 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 in 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 in 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 in 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 in class flash.events.Event |
|
Duplicates an instance of an Event subclass. |
| clone() — Method in 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 in 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 in 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 in 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 in 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 in 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 in 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 in 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 in 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 in 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 in 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 in 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 in 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 in 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 in class flash.filters.BevelFilter |
|
Returns a copy of this filter object. |
| clone() — Method in class flash.filters.BitmapFilter |
|
Returns a BitmapFilter object that is an exact copy of the original
BitmapFilter object. |
| clone() — Method in class flash.filters.BlurFilter |
|
Returns a copy of this filter object. |
| clone() — Method in class flash.filters.ColorMatrixFilter |
|
Returns a copy of this filter object. |
| clone() — Method in class flash.filters.ConvolutionFilter |
|
Returns a copy of this filter object. |
| clone() — Method in class flash.filters.DisplacementMapFilter |
|
Returns a copy of this filter object. |
| clone() — Method in class flash.filters.DropShadowFilter |
|
Returns a copy of this filter object. |
| clone() — Method in class flash.filters.GlowFilter |
|
Returns a copy of this filter object. |
| clone() — Method in class flash.filters.GradientBevelFilter |
|
Returns a copy of this filter object. |
| clone() — Method in class flash.filters.GradientGlowFilter |
|
Returns a copy of this filter object. |
| clone() — Method in 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 in class flash.geom.Point |
|
Creates a copy of this Point object. |
| clone() — Method in 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 in class flash.ui.ContextMenu |
|
Creates a copy of the specified ContextMenu object. |
| clone() — Method in class flash.ui.ContextMenuItem |
|
Creates and returns a copy of the specified ContextMenuItem object. |
| clone() — Method in class mx.charts.ChartItem |
|
Returns a copy of this ChartItem. |
| clone() — Method in class mx.charts.chartClasses.RenderData |
|
Creates a copy of the render data. |
| clone() — Method in class mx.charts.series.items.LineSeriesSegment |
|
Returns a copy of this segment. |
| clone() — Method in class mx.core.EdgeMetrics |
|
Returns a copy of this EdgeMetrics object. |
| clone() — Method in class mx.messaging.events.ChannelEvent |
|
Clones the ChannelEvent. |
| clone() — Method in class mx.messaging.events.ChannelFaultEvent |
|
Clones the ChannelFaultEvent. |
| clone() — Method in class mx.messaging.events.MessageAckEvent |
|
Clones the MessageAckEvent. |
| clone() — Method in class mx.messaging.events.MessageEvent |
|
Clones the MessageEvent. |
| clone() — Method in class mx.messaging.events.MessageFaultEvent |
|
Clones the MessageFaultEvent. |
| clone() — Method in class mx.rpc.events.FaultEvent |
| |
| clone() — Method in class mx.rpc.events.InvokeEvent |
| |
| clone() — Method in class mx.rpc.events.ResultEvent |
| |
| clone() — Method in class mx.rpc.soap.LoadEvent |
| |
| cloneNode(deep:Boolean) — Method in class flash.xml.XMLNode |
|
Constructs and returns a new XML node of the same type, name, value, and attributes as the
specified XML object. |
| close() — Method in class flash.display.Loader |
|
Cancels a load() method operation that is currently in progress for the Loader instance. |
| close() — Method in class flash.media.Sound |
|
Closes the stream, causing any download of data to cease. |
| close() — Method in class flash.net.LocalConnection |
|
Closes (disconnects) a LocalConnection object. |
| close() — Method in class flash.net.NetConnection |
|
Closes the connection that was opened locally or with the server and dispatches
the netStatus event
with a code property of NetConnection.Connect.Closed. |
| close() — Method in 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 in class flash.net.SharedObject |
|
Closes the connection between a remote shared object and the server. |
| close — Event in class flash.net.Socket |
|
Dispatched when the server closes the socket connection. |
| close() — Method in class flash.net.Socket |
|
Closes the socket. |
| close() — Method in class flash.net.URLLoader |
|
Closes the load operation in progress. |
| close() — Method in class flash.net.URLStream |
|
Immediately closes the stream and
cancels the download operation. |
| close — Event in class flash.net.XMLSocket |
|
Dispatched when the server closes the socket connection. |
| close() — Method in class flash.net.XMLSocket |
|
Closes the connection specified by the XMLSocket object. |
| close — Property in class mx.charts.series.items.HLOCSeriesItem |
|
The close value of this item converted into screen coordinates. |
| close — Event in class mx.containers.TitleWindow |
|
Dispatched when the user selects the close button. |
| close — Event in class mx.controls.ColorPicker |
|
Dispatched when the swatch panel closes. |
| close(trigger:flash.events:Event) — Method in class mx.controls.ColorPicker |
|
Hides the drop-down SwatchPanel object. |
| close — Event in 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 in class mx.controls.ComboBox |
|
Hides the drop-down list. |
| close — Event in class mx.controls.DateField |
|
Dispatched when a date is selected or the user clicks
outside the drop-down list. |
| close() — Method in class mx.controls.DateField |
|
Closes the DateChooser control. |
| close — Event in class mx.controls.PopUpButton |
|
Dispatched when the specified UIComponent closes. |
| close() — Method in class mx.controls.PopUpButton |
|
Closes the UIComponent object opened by the PopUpButton control. |
| close — Event in class mx.controls.VideoDisplay |
|
Dispatched when the NetConnection object is closed, whether by timing
out or by calling the close() method. |
| close() — Method in class mx.controls.VideoDisplay |
|
Forces the close of an input stream and connection to Flash Media
Server. |
| CLOSE — Constant static property in class flash.events.Event |
|
Defines the value of the type property of a close event object. |
| CLOSE — Constant static property in class mx.events.CloseEvent |
|
The CloseEvent.CHANGE constant defines the value of the
type property of the event object for a close event. |
| CLOSE — Constant static property in 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 in class mx.events.VideoEvent |
|
The VideoEvent.CLOSE constant defines the value of the
type property of the event object for a close event. |
| closeButtonDisabledSkin — Style in class mx.containers.TitleWindow |
|
The close button disabled skin. |
| closeButtonDownSkin — Style in class mx.containers.TitleWindow |
|
The close button down skin. |
| closeButtonOverSkin — Style in class mx.containers.TitleWindow |
|
The close button over skin. |
| closeButtonUpSkin — Style in class mx.containers.TitleWindow |
|
The close button up skin. |
| closeDuration — Style in class mx.controls.ColorPicker |
|
Length of a close transition, in milliseconds. |
| closeDuration — Style in class mx.controls.ComboBox |
|
The length of the transition when the drop-down list closes, in milliseconds. |
| closeDuration — Style in class mx.controls.PopUpButton |
|
Length of a close transition, in milliseconds. |
| closeEasingFunction — Style in class mx.controls.ColorPicker |
|
Easing function to control component tweening. |
| closeEasingFunction — Style in class mx.controls.ComboBox |
|
An easing function to control the close transition. |
| closeEasingFunction — Style in class mx.controls.PopUpButton |
|
Easing function to control component closing tween. |
| CloseEvent — Class in 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 in class mx.events.CloseEvent |
|
Constructor. |
| closeField — Property in 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 in class mx.charts.series.items.HLOCSeriesItem |
|
The close value of this item, filtered against the vertical axis of the containing chart. |
| closeNumber — Property in class mx.charts.series.items.HLOCSeriesItem |
|
The close value of this item, converted to a number by the vertical axis of the containing chart. |
| closeTickLength — Style in class mx.charts.series.HLOCSeries |
|
Specifies the length, in pixels, for the close tick mark. |
| closeTickStroke — Style in class mx.charts.series.HLOCSeries |
|
Specifies the stroke to use for the close tick mark
if an opening value is specified. |
| closeValue — Property in class mx.charts.series.items.HLOCSeriesItem |
|
The close value of this item. |
| clustered — Property in class mx.messaging.ChannelSet |
|
Indicates whether the ChannelSet targets a clustered destination. |
| CLUSTER_REQUEST_OPERATION — Constant static property in 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 in class flash.events.StatusEvent |
|
A description of the object's status. |
| code — Property in class mx.automation.AutomationError |
|
The current error code. |
| code — Property in class mx.controls.videoClasses.VideoError |
|
Contains the error code. |
| collection — Property in class mx.controls.ComboBase |
|
The ICollectionView of items this component displays. |
| collection — Property in class mx.controls.listClasses.ListBase |
|
An ICollectionView that represents the data provider. |
| collectionChange — Event in interface mx.collections.ICollectionView |
|
Dispatched when the ICollectionView has been updated in some way. |
| collectionChange — Event in interface mx.collections.IList |
|
Dispatched when the IList has been updated in some way. |
| collectionChange — Event in class mx.collections.ListCollectionView |
|
Dispatched when the ICollectionView has been updated in some way. |
| COLLECTION_CHANGE — Constant static property in 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 in class mx.controls.ComboBase |
|
Responds to changes to the data provider. |
| collectionChangeHandler(event:flash.events:Event) — Method in class mx.controls.listClasses.ListBase |
|
Handles CollectionEvents dispatched from the data provider
as the data changes. |
| CollectionEvent — Class in 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 in class mx.events.CollectionEvent |
|
Constructor. |
| CollectionEventKind — Final class in package mx.events |
|
The CollectionEventKind class contains constants for the valid values
of the mx.events.CollectionEvent class kind property. |
| collectionId — Property in class mx.data.messages.UpdateCollectionMessage |
|
The unique identifier for the collection that was updated. |
| CollectionViewError — Class in 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 in class mx.collections.errors.CollectionViewError |
|
Constructor. |
| collectTransitions(chartState:Number, transitions:Array) — Method in 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 in interface mx.charts.chartClasses.IChartElement |
|
Called by the enclosing chart to collect any transitions
a particular element might play when the chart changes state. |
| color — Property in class flash.filters.ConvolutionFilter |
|
The hexadecimal color to substitute for pixels that are off the source image. |
| color — Property in class flash.filters.DisplacementMapFilter |
|
Specifies what color to use for out-of-bounds displacements. |
| color — Property in class flash.filters.DropShadowFilter |
|
The color of the shadow. |
| color — Property in class flash.filters.GlowFilter |
|
The color of the glow. |
| color — Property in class flash.geom.ColorTransform |
|
The RGB color value for a ColorTransform object. |
| color — Property in class flash.text.TextFormat |
|
Indicates the color of the text. |
| color — Style in class mx.charts.AxisRenderer |
|
Color of text in the component, including the component label. |
| color — Style in class mx.charts.chartClasses.ChartBase |
|
Color of text in the component, including the component label. |
| color — Style in class mx.charts.chartClasses.DataTip |
|
Text color of a component label. |
| color — Style in class mx.charts.chartClasses.DataTip |
|
Color of text in the component, including the component label. |
| color — Style in class mx.charts.series.PieSeries |
|
Color of text in the component, including the component label. |
| color — Style in class mx.containers.FormHeading |
|
Color of text in the component, including the component label. |
| color — Style in class mx.controls.Button |
|
Color of text in the component, including the component label. |
| color — Style in class mx.controls.ColorPicker |
|
Color of text in the component, including the component label. |
| color — Style in class mx.controls.ComboBox |
|
Color of text in the component, including the component label. |
| color — Style in class mx.controls.DateChooser |
|
Color of text in the component, including the component label. |
| color — Style in class mx.controls.DateField |
|
Color of text in the component, including the component label. |
| color — Style in class mx.controls.Label |
|
Color of text in the component, including the component label. |
| color — Style in class mx.controls.MenuBar |
|
Color of text in the component, including the component label. |
| color — Style in class mx.controls.NumericStepper |
|
Color of text in the component, including the component label. |
| color — Style in class mx.controls.ProgressBar |
|
Color of text in the component, including the component label. |
| color — Style in class mx.controls.TextInput |
|
Color of text in the component, including the component label. |
| color — Style in class mx.controls.ToolTip |
|
Color of text in the component, including the component label. |
| color — Style in class mx.controls.dataGridClasses.DataGridColumn |
|
Color of text in the component, including the component label. |
| color — Style in class mx.controls.listClasses.ListItemRenderer |
|
Text color of a component label. |
| color — Style in class mx.controls.listClasses.TileListItemRenderer |
|
Text color of a component label. |
| color — Style in class mx.controls.menuClasses.MenuBarItem |
|
Color of text in the component, including the component label. |
| color — Style in class mx.controls.menuClasses.MenuItemRenderer |
|
Text color of the menu item label. |
| color — Property in class mx.controls.textClasses.TextRange |
|
Color of the text in the range. |
| color — Style in class mx.controls.treeClasses.TreeItemRenderer |
|
Text color of a component label. |
| color — Style in class mx.core.Container |
|
Color of text in the component, including the component label. |
| color — Style in class mx.core.ScrollControlBase |
|
Color of text in the component, including the component label. |
| color — Style in class mx.core.UITextField |
|
Color of text in the component, including the component label. |
| color — Property in class mx.effects.Dissolve |
|
Hex value that represents the color of the floating rectangle
that the effect displays over the target object. |
| color — Property in class mx.effects.Glow |
|
The color of the glow. |
| color — Property in 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 in class mx.effects.effectClasses.GlowInstance |
|
The color of the glow. |
| color — Property in class mx.events.ColorPickerEvent |
|
The RGB color that was rolled over, rolled out of, selected, or
entered. |
| color — Property in class mx.graphics.GradientEntry |
|
The color value for a gradient fill. |
| color — Property in class mx.graphics.RectangularDropShadow |
|
The color of the shadow. |
| color — Property in class mx.graphics.SolidColor |
|
A color value. |
| color — Property in class mx.graphics.Stroke |
|
The line color. |
| COLOR — Constant static property in class flash.filters.DisplacementMapFilterMode |
|
If the displacement value is outside the image, substitutes the values in
the color and alpha properties. |
| colorField — Property in 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 in 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 in class flash.filters.ColorMatrixFilter |
|
Initializes a new ColorMatrixFilter instance with the specified parameters. |
| ColorPicker — Class in package mx.controls |
|
The ColorPicker control provides a way for a user to choose a color from a swatch list. |
| ColorPicker() — Constructor in class mx.controls.ColorPicker |
|
Constructor. |
| ColorPickerAutomationImpl — Class in package mx.automation.delegates.controls |
|
Defines methods and properties required to perform instrumentation for the
ColorPicker control. |
| ColorPickerAutomationImpl(obj:mx.controls:ColorPicker) — Constructor in class mx.automation.delegates.controls.ColorPickerAutomationImpl |
|
Constructor. |
| ColorPickerEvent — Class in 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 in class mx.events.ColorPickerEvent |
|
Constructor. |
| ColorPickerSkin — Class in package mx.skins.halo |
|
The skin for all the states of a ColorPicker. |
| ColorPickerSkin() — Constructor in class mx.skins.halo.ColorPickerSkin |
|
Constructor. |
| colors — Property in class flash.filters.GradientBevelFilter |
|
An array of RGB hexadecimal color values to use in the gradient. |
| colors — Property in class flash.filters.GradientGlowFilter |
|
An array of colors that defines a gradient. |
| colorTransform(rect:flash.geom:Rectangle, colorTransform:flash.geom:ColorTransform) — Method in class flash.display.BitmapData |
|
Adjusts the color values in a specified area of a bitmap image by using a
ColorTransform object. |
| colorTransform — Property in class flash.geom.Transform |
|
A ColorTransform object containing values that universally adjust the colors in
the display object. |
| ColorTransform — Class in 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 in class flash.geom.ColorTransform |
|
Creates a ColorTransform object for a display object with the specified
color channel values and alpha values. |
| ColorUtil — Class in package mx.utils |
|
The ColorUtil class is an all-static class
with methods for working with RGB colors within Flex. |
| colSpan — Property in class mx.containers.GridItem |
|
Number of columns of the Grid container spanned by the cell. |
| ColumnChart — Class in 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 in class mx.charts.ColumnChart |
|
Constructor. |
| columnCount — Style in class mx.controls.ColorPicker |
|
Number of columns in the swatch grid. |
| columnCount — Property in class mx.controls.listClasses.ListBase |
|
The number of columns to be displayed in a TileList control or items
in a HorizontalList control. |
| columnDropIndicatorSkin — Style in class mx.controls.DataGrid |
|
The class to use as the skin that indicates that
a column can be dropped in the current location. |
| columnIndex — Property in 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 in class mx.events.DataGridEvent |
|
The zero-based index in the DataGrid object's columns array
of the column associated with the event. |
| columnIndex — Property in class mx.events.ListEvent |
|
The zero-based index of the column that contains
the item renderer where the event occurred. |
| columnMap — Property in class mx.controls.dataGridClasses.DataGridBase |
|
A map of item renderes to columns. |
| columnNames — Property in interface mx.automation.IAutomationTabularData |
|
Names of all columns in the data. |
| columnResizeSkin — Style in class mx.controls.DataGrid |
|
The class to use as the skin for a column that is being resized. |
| columns — Property in class mx.controls.DataGrid |
|
An array of DataGridColumn objects, one for each column that
can be displayed. |
| ColumnSeries — Class in package mx.charts.series |
|
Defines a data series for a ColumnChart control. |
| ColumnSeries() — Constructor in class mx.charts.series.ColumnSeries |
|
Constructor. |
| ColumnSeriesAutomationImpl — Class in 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 in class mx.automation.delegates.charts.ColumnSeriesAutomationImpl |
|
Constructor. |
| ColumnSeriesItem — Class in 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 in class mx.charts.series.items.ColumnSeriesItem |
|
Constructor. |
| ColumnSeriesRenderData — Class in 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) — Constructor in class mx.charts.series.renderData.ColumnSeriesRenderData |
|
Constructor. |
| ColumnSet — Class in 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 in class mx.charts.series.ColumnSet |
|
Constructor. |
| columnStretch — Event in 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 in 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 in class mx.controls.listClasses.ListBase |
|
The width of the control's columns. |
| columnWidthRatio — Style in 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 in 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 — Style in 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 — Property in class mx.charts.chartClasses.HLOCSeriesBase |
|
Specifies the width of elements relative to the category width. |
| columnWidthRatio — Property in interface mx.charts.chartClasses.IColumn |
|
Specifies the width of items relative to the category size. |
| columnWidthRatio — Property in class mx.charts.series.ColumnSeries |
|
Specifies the width of columns relative to the category width. |
| columnWidthRatio — Property in class mx.charts.series.ColumnSet |
|
Specifies the width of columns relative to the category width. |
| ComboBase — Class in 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 in class mx.controls.ComboBase |
|
Constructor. |
| ComboBaseAutomationImpl — Class in package mx.automation.delegates.controls |
|
Defines methods and properties required to perform instrumentation for the
ComboBase class. |
| ComboBaseAutomationImpl(obj:mx.controls:ComboBase) — Constructor in class mx.automation.delegates.controls.ComboBaseAutomationImpl |
|
Constructor. |
| ComboBox — Class in package mx.controls |
|
The ComboBox control contains a drop-down list
from which the user can select a single value. |
| ComboBox() — Constructor in class mx.controls.ComboBox |
|
Constructor. |
| ComboBoxArrowSkin — Class in package mx.skins.halo |
|
The skin for all the states of the button in a ComboBox. |
| ComboBoxArrowSkin() — Constructor in class mx.skins.halo.ComboBoxArrowSkin |
|
Constructor. |
| ComboBoxAutomationImpl — Class in package mx.automation.delegates.controls |
|
Defines methods and properties required to perform instrumentation for the
ComboBox control. |
| ComboBoxAutomationImpl(obj:mx.controls:ComboBox) — Constructor in class mx.automation.delegates.controls.ComboBoxAutomationImpl |
|
Constructor. |
| CommandMessage — Class in 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 in class mx.messaging.messages.CommandMessage |
|
Constructs an instance of a CommandMessage with an empty body and header
and a default operation of UNKNOWN_OPERATION. |
| comment — Property in class flash.media.ID3Info |
|
A comment about the recording; corresponds to the ID3 2.0 tag COMM. |
| comments() — Method in class XML |
|
Lists the properties of the XML object that contain XML comments. |
| comments() — Method in class XMLList |
|
Calls the comments() method of each XML object and returns
an XMLList of comments. |
| commit() — Method in class mx.data.DataService |
|
Commits any pending changes for all collections currently managed by
this service. |
| commit() — Method in class mx.data.DataStore |
|
Commits any pending changes for all collections currently managed by
this DataService. |
| commit() — Method in class mx.data.mxml.DataService |
|
Commits any pending changes for all collections currently managed by
this service. |
| commitProperties() — Method in class mx.charts.Legend |
|
Processes the properties set on the component. |
| commitProperties() — Method in class mx.charts.chartClasses.CartesianChart |
|
Processes the properties set on the component. |
| commitProperties() — Method in 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 in class mx.core.UIComponent |
|
Processes the properties set on the component. |
| commitRequired — Property in class mx.data.DataService |
|
Indicates if there are changes that have not been committed and
the commit() method should be called. |
| commitRequired — Property in class mx.data.DataStore |
|
Indicates if there are pending updates that must be committed. |
| commitRequired — Property in class mx.data.mxml.DataService |
|
Indicates if there are changes that have not been committed and
the commit() method should be called. |
| compare(otherBitmapData:flash.display:BitmapData) — Method in class flash.display.BitmapData |
|
Compares two BitmapData objects. |
| compare(a:Object, b:Object, depth:int) — Static method in 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 in class mx.collections.Sort |
|
The method used to compare items when sorting. |
| compareFunction — Property in class mx.collections.SortField |
|
The function that compares two items during a sort of items for the
associated collection. |
| complete — Event in class flash.display.LoaderInfo |
|
Dispatched when data has loaded successfully. |
| complete — Event in class flash.media.Sound |
|
Dispatched when data has loaded successfully. |
| complete — Event in class flash.net.FileReference |
|
Dispatched when download is complete or when upload generates an HTTP status code of 200. |
| complete — Event in class flash.net.URLLoader |
|
Dispatched after all the received data is decoded and
placed in the data property of the URLLoader object. |
| complete — Event in class flash.net.URLStream |
|
Dispatched when data has loaded successfully. |
| complete — Event in class mx.controls.ProgressBar |
|
Dispatched when the load completes. |
| complete — Event in class mx.controls.SWFLoader |
|
Dispatched when content loading is complete. |
| complete — Event in class mx.controls.VideoDisplay |
|
Dispatched when the playhead reaches the end of the FLV file. |
| complete — Event in class mx.core.MovieClipLoaderAsset |
|
Dispatched after the SWF asset has been fully loaded. |
| complete — Event in class mx.effects.SoundEffect |
|
Dispatched when the sound file finishes loading. |
| COMPLETE — Constant static property in class flash.events.Event |
|
Defines the value of the type property of a complete event object. |
| COMPLETE — Constant static property in class mx.events.StyleEvent |
|
Dispatched when the style SWF has finished downloading. |
| COMPLETE — Constant static property in 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 in class mx.controls.ProgressBar |
|
Effect called when Flex dispatches the complete event,
which occurs when the load completes. |
| completeEffect — Effect in class mx.controls.SWFLoader |
|
An effect that is started when the complete event is dispatched. |
| completeHandler(event:flash.events:Event) — Method in class mx.preloaders.DownloadProgressBar |
|
Event listener for the Event.COMPLETE event. |
| Component — MXML Only Component |
| You use the <mx:Component> tag to define an inline cell renderer or cell editor in an MXML editor. |
| ComponentDescriptor — Class in 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 in class mx.core.ComponentDescriptor |
|
Constructor
|
| componentInitialized() — Method in class mx.automation.delegates.containers.TabNavigatorAutomationImpl |
| |
| componentInitialized() — Method in class mx.automation.delegates.controls.AlertFormAutomationImpl |
| |
| componentInitialized() — Method in class mx.automation.delegates.controls.ComboBaseAutomationImpl |
| |
| componentInitialized() — Method in class mx.automation.delegates.controls.NumericStepperAutomationImpl |
| |
| componentInitialized() — Method in class mx.automation.delegates.controls.TextInputAutomationImpl |
| |
| componentInitialized() — Method in class mx.automation.delegates.core.UIComponentAutomationImpl |
|
Method which gets called after the component has been initialized. |
| componentX — Property in class flash.filters.DisplacementMapFilter |
|
Describes which color channel to use in the map image to displace the x result. |
| componentY — Property in class flash.filters.DisplacementMapFilter |
|
Describes which color channel to use in the map image to displace the y result. |
| CompositeEffect — Class in package mx.effects |
|
The CompositeEffect class is the parent class for the Parallel
and Sequence classes, which define the <mx:Parallel>
and <mx:Sequence> MXML tags. |
| CompositeEffect(target:Object) — Constructor in class mx.effects.CompositeEffect |
|
Constructor. |
| CompositeEffectInstance — Class in package mx.effects.effectClasses |
|
The CompositeEffectInstance class implements the instance class
for the CompositeEffect class. |
| CompositeEffectInstance(target:Object) — Constructor in class mx.effects.effectClasses.CompositeEffectInstance |
|
Constructor. |
| compress() — Method in class flash.utils.ByteArray |
|
Compresses the byte array using zlib compression. |
| computedGutters — Property in class mx.charts.chartClasses.CartesianChart |
|
The current computed size of the gutters of the CartesianChart. |
| computedInterval — Property in class mx.charts.chartClasses.NumericAxis |
|
The computed interval represented by this axis. |
| computedMaximum — Property in class mx.charts.chartClasses.NumericAxis |
|
The computed maximum value represented by this axis. |
| computedMinimum — Property in class mx.charts.chartClasses.NumericAxis |
|
The computed minimum value represented by this axis. |
| computeSpectrum(outputArray:flash.utils:ByteArray, FFTMode:Boolean, stretchFactor:int) — Static method in class flash.media.SoundMixer |
|
Takes a snapshot of the current sound wave and places it into the specified ByteArray object. |
| concat(... rest) — Method in class Array |
|
Concatenates the elements specified in the parameters with the elements in an array and creates a new array. |
| concat(... rest) — Method in 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(second:flash.geom:ColorTransform) — Method in 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 in 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 in class mx.automation.AutomationID |
|
Concatenates another id to this id. |
| concatenatedColorTransform — Property in 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 in 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 in class mx.rpc.http.mxml.HTTPService |
|
Value that indicates how to handle multiple calls to the same service. |
| concurrency — Property in interface mx.rpc.mxml.IMXMLSupport |
|
The concurrency setting of the RPC operation or HTTPService. |
| concurrency — Property in class mx.rpc.remoting.mxml.Operation |
|
The concurrency for this Operation. |
| concurrency — Property in class mx.rpc.remoting.mxml.RemoteObject |
|
Value that indicates how to handle multiple calls to the same service. |
| concurrency — Property in class mx.rpc.soap.mxml.Operation |
|
The concurrency for this Operation. |
| concurrency — Property in class mx.rpc.soap.mxml.WebService |
|
Value that indicates how to handle multiple calls to the same service. |
| condenseWhite — Property in 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 should be removed. |
| condenseWhite — Property in 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 in 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 in 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. |
| configured — Property in class mx.messaging.ChannelSet |
|
Indicates whether the ChannelSet is using automatically configured
Channels or manually assigned Channels. |
| configureScrollBars() — Method in class mx.controls.listClasses.ListBase |
|
Configures the ScrollBars based on the number of rows and columns and
viewable rows and columns. |
| conflict — Event in class mx.data.DataService |
|
The DataConflictEvent.CONFLICT event is dispatched when a
conflict is detected between either pending local changes and changes
submitted by another client, or when changes submitted by this
client are conflicting with those in the remote destination. |
| conflict — Event in class mx.data.DataStore |
|
Dispatched when a conflict is detected between either pending changes on
this client and changes submitted by another client, or when changes
submitted by this client result detect a conflict error at the remote
destination. |
| conflict(description:String, properties:Array) — Method in interface mx.data.IChangeObject |
|
Declares that a conflict occurred while processing this change. |
| conflict — Property in class mx.data.events.DataConflictEvent |
| |
| Conflict — Class in package mx.data |
|
The Conflict class is used to represent error that has occurred due to an update operation. |
| Conflict(dataService, errMsg:mx.data.messages:DataErrorMessage, resolver) — Constructor in class mx.data.Conflict |
|
Constructs an instance of a Conflict based on the specified error
message
|
| CONFLICT — Constant static property in class mx.data.events.DataConflictEvent |
|
The CONFLICT event type. |
| conflictDetector — Property in class mx.data.DataService |
|
Provides access to the current implementation being used to
detect conflicts for remote operations pushed to this
DataService. |
| conflictDetector — Property in class mx.data.mxml.DataService |
|
Provides access to the current implementation being used to
detect conflicts for remote operations pushed to this
DataService. |
| ConflictDetector — Class in package mx.data |
|
A DataService instance uses a ConflictDetector instance
to determine when a conflict occurs for an operation
pushed from a remote destination. |
| ConflictDetector(dataService) — Constructor in class mx.data.ConflictDetector |
|
Constructs an instance of the default conflict detection mechanism. |
| conflicts — Property in class mx.data.DataService |
|
Returns the Conflicts object, an ArrayList of
Conflict instances. |
| conflicts — Property in class mx.data.DataStore |
|
Returns a list of conflicts for all managed items. |
| conflicts — Property in class mx.data.mxml.DataService |
|
Returns the Conflicts object, an ArrayList of
Conflict instances. |
| Conflicts — Class in package mx.data |
|
The Conflicts class represents a list of conflicts. |
| Conflicts() — Constructor in class mx.data.Conflicts |
| |
| connect(connectionName:String) — Method in 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 in class flash.net.NetConnection |
|
Opens a connection to a server. |
| connect(myConnection:flash.net:NetConnection, params:String) — Method in class flash.net.SharedObject |
|
Connects to a remote shared object on the server through the specified connection. |
| connect — Event in class flash.net.Socket |
|
Dispatched when a network connection has been established. |
| connect(host:String, port:int) — Method in class flash.net.Socket |
|
Connects the socket to the specified host and port. |
| connect — Event in class flash.net.XMLSocket |
|
Dispatched after a successful call to the XMLSocket.connect() method. |
| connect(host:String, port:int) — Method in class flash.net.XMLSocket |
|
Establishes a connection to the specified Internet host using the specified TCP port. |
| connect(channelSet:mx.messaging:ChannelSet) — Method in class mx.messaging.Channel |
|
Connects the ChannelSet to the Channel. |
| connect(agent:mx.messaging:MessageAgent) — Method in class mx.messaging.ChannelSet |
|
Connects a MessageAgent to the ChannelSet. |
| CONNECT — Constant static property in class flash.events.Event |
|
Defines the value of the type property of a connect event object. |
| CONNECT — Constant static property in class mx.messaging.events.ChannelEvent |
|
The CONNECT event type; indicates that the Channel connected to its
endpoint. |
| connected — Property in class flash.net.NetConnection |
|
Indicates whether Flash Player has connected to a server through
a persistent RTMP connection (true) or not (false). |
| connected — Property in class flash.net.Socket |
|
Indicates whether this Socket object is currently connected. |
| connected — Property in class flash.net.URLStream |
|
Indicates whether this URLStream object is
currently connected. |
| connected — Property in class flash.net.XMLSocket |
|
Indicates whether this XMLSocket object is currently connected. |
| connected — Property in class mx.data.DataService |
|
Indicates if the DataService is connected to the remote destination. |
| connected — Property in class mx.data.DataStore |
|
Indicates whether the DataStore is connected. |
| connected — Property in class mx.messaging.Channel |
|
Indicates whether this channel has established a connection to the
remote destination. |
| connected — Property in class mx.messaging.ChannelSet |
|
Indicates whether the ChannelSet is connected. |
| connected — Property in class mx.messaging.MessageAgent |
|
Indicates whether this MessageAgent is currently connected to its
destination via its ChannelSet. |
| connectedProxyType — Property in class flash.net.NetConnection |
|
If a successful connection is made, indicates the method that was used to make it:
a direct connection, the CONNECT method, or HTTP tunneling. |
| connectFailed(event:mx.messaging.events:ChannelFaultEvent) — Method in class mx.messaging.Channel |
|
Processes a failed internal connect and dispatches the
FAULT event for the channel. |
| CONNECTION_ERROR — Constant static property in class mx.events.VideoEvent |
|
The value of the VideoDisplay.state property
when the VideoDisplay control was unable to load the video stream. |
| connectSuccess() — Method in class mx.messaging.Channel |
|
Processes a successful internal connect and dispatches the
CONNECT event for the Channel. |
| connectTimeout — Property in class mx.messaging.Channel |
|
Provides access to the connect timeout in seconds for the channel. |
| connectTimeoutHandler(event:flash.events:TimerEvent) — Method in class mx.messaging.Channel |
|
Handles a connect timeout by dispatching a ChannelFaultEvent. |
| const — Statement |
| Specifies a constant, which is a variable that can be assigned a value only once. |
| constructor — Property in class Object |
|
A reference to the class object or constructor function for a given object instance. |
| constructors — Property in class mx.messaging.management.MBeanInfo |
|
The constructors exposed by the MBean. |
| Consumer — Class in package mx.messaging |
|
A Consumer subscribes to a destination to receive messages. |
| Consumer(messageType:String) — Constructor in class mx.messaging.Consumer |
|
Constructs a Consumer. |
| container — Property in interface mx.core.IRepeater |
|
The container that contains this Repeater,
and in which it will create its children. |
| container — Property in class mx.core.Repeater |
|
The container that contains this Repeater. |
| Container — Class in package mx.core |
|
The Container class is an abstract base class for components that
controls the layout characteristics of child components. |
| Container() — Constructor in class mx.core.Container |
|
Constructor. |
| ContainerAutomationImpl — Class in package mx.automation.delegates.core |
|
Defines the methods and properties required to perform instrumentation for the
Container class. |
| ContainerAutomationImpl(obj:mx.core:Container) — Constructor in class mx.automation.delegates.core.ContainerAutomationImpl |
|
Constructor. |
| ContainerCreationPolicy — Final class in package mx.core |
|
The ContainerCreationPolicy class defines the constant values
for the creationPolicy property of the Container class. |
| ContainerLayout — Final class in package mx.core |
|
The ContainerLayout class defines the constant values
for the layout property of container classes. |
| contains(value:XML) — Method in class XML |
|
Compares the XML object against the given value parameter. |
| contains(value:XML) — Method in 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 in 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 in class flash.geom.Rectangle |
|
Determines whether the specified point is contained within the rectangular region defined
by this Rectangle object. |
| contains(item:Object) — Method in interface mx.collections.ICollectionView |
|
Returns whether the view contains the specified object. |
| contains(item:Object) — Method in class mx.collections.ListCollectionView |
|
Returns whether the view contains the specified object. |
| contains(child:flash.display:DisplayObject) — Method in 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 in interface mx.managers.IFocusManagerContainer |
|
Determines whether the specified display object is a child
of the container instance or the instance itself. |
| containsPoint(point:flash.geom:Point) — Method in 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 in class flash.geom.Rectangle |
|
Determines whether the Rectangle object specified by the rect parameter is contained
within this Rectangle object. |
| content — Property in 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 in class flash.display.LoaderInfo |
|
The loaded object associated with this LoaderInfo object. |
| content — Property in class mx.controls.SWFLoader |
|
This property contains the object that represents
the content that was loaded in the SWFLoader control. |
| content — Property in class mx.rpc.soap.SOAPHeader |
|
The content to send for the header value; can be a String
or flash.xml.XMLNode. |
| contentHeight — Property in class mx.containers.Accordion |
|
The height of the area, in pixels, in which content is displayed. |
| contentHeight — Property in class mx.containers.ViewStack |
|
The height of the area, in pixels, in which content is displayed. |
| contentHeight — Property in class mx.controls.SWFLoader |
|
Height of the scaled content loaded by the control, in pixels. |
| contentLoaderInfo — Property in class flash.display.Loader |
|
Returns a LoaderInfo object corresponding to the object being loaded. |
| contentMouseX — Property in class mx.core.Container |
|
Returns the x position of the mouse, in the content coordinate system. |
| contentMouseX — Property in class mx.core.UIComponent |
|
Returns the x position of the mouse, in the content coordinate system. |
| contentMouseY — Property in class mx.core.Container |
|
Returns the y position of the mouse, in the content coordinate system. |
| contentMouseY — Property in class mx.core.UIComponent |
|
Returns the y position of the mouse, in the content coordinate system. |
| contentToGlobal(point:flash.geom:Point) — Method in class mx.core.Container |
|
Converts a Point object from content coordinates to global coordinates. |
| contentToGlobal(point:flash.geom:Point) — Method in class mx.core.UIComponent |
|
Converts a Point object from content coordinates to global coordinates. |
| contentToLocal(point:flash.geom:Point) — Method in class mx.core.Container |
|
Converts a Point object from content to local coordinates. |
| contentToLocal(point:flash.geom:Point) — Method in class mx.core.UIComponent |
|
Converts a Point object from content to local coordinates. |
| contentType — Property in class flash.display.LoaderInfo |
|
The MIME type of the loaded file. |
| contentType — Property in class flash.net.URLRequest |
|
The MIME content type of any POST data. |
| contentType — Property in class mx.messaging.messages.HTTPRequestMessage |
|
Indicates the content type of this message. |
| contentType — Property in class mx.rpc.http.HTTPService |
|
Type of content for service requests. |
| CONTENT_TYPE_FORM — Constant static property in class mx.messaging.messages.HTTPRequestMessage |
|
Indicates that the content of this message is a form. |
| CONTENT_TYPE_FORM — Constant static property in 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 in 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 in class mx.messaging.messages.HTTPRequestMessage |
|
Indicates that the content of this message is XML. |
| CONTENT_TYPE_XML — Constant static property in class mx.rpc.http.HTTPService |
|
Indicates that the data being sent by the HTTP service is encoded as application/xml. |
| contentWidth — Property in class mx.containers.Accordion |
|
The width of the area, in pixels, in which content is displayed. |
| contentWidth — Property in class mx.containers.ViewStack |
|
The width of the area, in pixels, in which content is displayed. |
| contentWidth — Property in class mx.controls.SWFLoader |
|
Width of the scaled content loaded by the control, in pixels. |
| contentX — Property in class mx.containers.ViewStack |
|
The x coordinate of the area of the ViewStack container
in which content is displayed, in pixels. |
| contentY — Property in class mx.containers.ViewStack |
|
The y coordinate of the area of the ViewStack container
in which content is displayed, in pixels. |
| contextColor — Property in class mx.charts.HitData |
|
An RGB value that can be used to associate an on-screen
representation of the associated chartItem. |
| contextMenu — Property in class flash.display.InteractiveObject |
|
Specifies the context menu associated with this object. |
| ContextMenu — Final class in package flash.ui |
|
The ContextMenu class provides control over the items in the Flash Player context menu. |
| ContextMenu() — Constructor in class flash.ui.ContextMenu |
|
Creates a ContextMenu object. |
| ContextMenuBuiltInItems — Final class in package flash.ui |
|
The ContextMenuBuiltInItems class describes the items that are built in to a context menu. |
| ContextMenuBuiltInItems() — Constructor in 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. |
| ContextMenuEvent — Class in package flash.events |
|
Flash® Player dispatches ContextMenuEvent objects when a user generates or interacts with
the context menu. |
| ContextMenuEvent(type:String, bubbles:Boolean, cancelable:Boolean, mouseTarget:flash.display:InteractiveObject, contextMenuOwner:flash.display:InteractiveObject) — Constructor in class flash.events.ContextMenuEvent |
|
Creates an Event object that contains specific information about menu events. |
| ContextMenuItem — Final class in package flash.ui |
|
Use the ContextMenuItem class to create custom menu items to display in the Flash Player context
menu. |
| ContextMenuItem(caption:String, separatorBefore:Boolean, enabled:Boolean, visible:Boolean) — Constructor in class flash.ui.ContextMenuItem |
|
Creates a new ContextMenuItem object that can be added to the ContextMenu.customItems
array. |
| contextMenuOwner — Property in class flash.events.ContextMenuEvent |
|
The display list object to which the menu is attached. |
| 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 in class flash.ui.Keyboard |
|
Constant associated with the key code value for the Control key (17). |
| controlBar — Property in class mx.containers.Panel |
|
A reference to this Panel container's control bar, if any. |
| controlBar — Property in class mx.core.Application |
|
The ApplicationControlBar for this Application. |
| ControlBar — Class in package mx.containers |
|
The ControlBar container lets you place controls
at the bottom of a Panel or TitleWindow container. |
| ControlBar() — Constructor in class mx.containers.ControlBar |
|
Constructor. |
| controlBarStyleName — Style in class mx.containers.Panel |
|
Name of the CSS style declaration that specifies styles to apply to
any control bar child subcontrol. |
| conversion — Property in class mx.controls.ProgressBar |
|
Number used to convert incoming current bytes loaded value and
the total bytes loaded values. |
| conversionMode — Static property in class flash.system.IME |
|
The conversion mode of the current IME. |
| ConvolutionFilter — Class in 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 in class flash.filters.ConvolutionFilter |
|
Initializes a ConvolutionFilter instance with the specified parameters. |
| copy() — Method in class XML |
|
Returns a copy of the given XML object. |
| copy() — Method in class XMLList |
|
Returns a copy of the given XMLList object. |
| copy() — Method in class mx.collections.XMLListCollection |
|
Returns a deep copy of the XMLList object. |
| copy(value:Object) — Static method in class mx.utils.ObjectUtil |
|
Copies the specified Object and returns a reference to the copy. |
| COPY — Constant static property in 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 in 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 in class mx.managers.DragManager |
|
Cursor displayed during a copy operation. |
| copyPixels(sourceBitmapData:flash.display:BitmapData, sourceRect:flash.geom:Rectangle, destPoint:flash.geom:Point, alphaBitmapData:flash.display:BitmapData, alphaPoint:flash.geom:Point, mergeAlpha:Boolean) — Method in 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 in class mx.controls.listClasses.ListBase |
|
Makes a copy of the selected items in the order they were
selected. |
| cornerRadius — Style in class mx.containers.Panel |
|
Radius of corners of the window frame. |
| cornerRadius — Style in class mx.controls.Button |
|
Radius of component corners. |
| cornerRadius — Style in class mx.controls.ComboBox |
|
Radius of component corners. |
| cornerRadius — Style in class mx.controls.DateChooser |
|
Radius of component corners. |
| cornerRadius — Style in class mx.controls.DateField |
|
Radius of component corners. |
| cornerRadius — Style in class mx.controls.LinkButton |
|
Corner radius of the highlighted rectangle around a LinkButton. |
| cornerRadius — Style in class mx.controls.MenuBar |
|
Radius of component corners. |
| cornerRadius — Style in class mx.controls.NumericStepper |
|
Radius of component corners. |
| cornerRadius — Style in class mx.controls.TextInput |
|
Radius of component corners. |
| cornerRadius — Style in class mx.controls.ToolTip |
|
Radius of component corners. |
| cornerRadius — Style in class mx.controls.VideoDisplay |
|
Radius of component corners. |
| cornerRadius — Style in class mx.controls.scrollClasses.ScrollBar |
|
Radius of component corners. |
| cornerRadius — Style in class mx.core.Container |
|
Radius of component corners. |
| cornerRadius — Style in class mx.core.ScrollControlBase |
|
Radius of component corners. |
| cornerRadius — Property in class mx.graphics.RoundedRectangle |
|
The radius of each corner (in pixels). |
| correlation — Property in class mx.messaging.events.MessageAckEvent |
|
The original Message correlated with this acknowledgement. |
| correlationId — Property in class mx.messaging.messages.AsyncMessage |
|
Provides access to the correlation id of the message. |
| cos(angleRadians:Number) — Static method in class Math |
|
Computes and returns the cosine of the specified angle in radians. |
| count — Property in class mx.charts.chartClasses.InstanceCache |
|
The number of items currently required in the cache. |
| count — Property in interface mx.core.IRepeater |
|
The number of times this Repeater should execute. |
| count — Property in class mx.core.Repeater |
|
The number of times this Repeater should execute. |
| count(... rest) — Method in class mx.data.DataService |
|
Calls a count method on the remote destination. |
| count(... rest) — Method in class mx.data.mxml.DataService |
|
Calls a count method on the remote destination. |
| COUNT_OPERATION — Constant static property in class mx.data.messages.DataMessage |
|
This operation requests that a configured <count-method> be
invoked on a remote destination. |
| country — Property in class mx.resources.Locale |
|
The country of current locale [Read-Only]. |
| create(... rest) — Method in interface mx.core.IFlexModuleFactory |
|
A factory method that requests
an instance of a definition known to the module. |
| create(... rest) — Method in class mx.managers.SystemManager |
|
Entry point for creating the application. |
| CREATE_AND_SEQUENCE_OPERATION — Constant static property in class mx.data.messages.DataMessage |
|
This operation requests a create of the specified item from a remote
destination. |
| createAutomationIDPart(child:mx.automation:IAutomationObject) — Method in interface mx.automation.IAutomationObject |
|
Returns a set of properties that identify the child within
this container. |
| createAutomationIDPart(child:mx.automation:IAutomationObject) — Method in class mx.automation.delegates.charts.ChartBaseAutomationImpl |
|
Returns a set of properties that identify the child within
this container. |
| createAutomationIDPart(child:mx.automation:IAutomationObject) — Method in class mx.automation.delegates.containers.FormItemAutomationImpl |
|
Returns a set of properties that identify the child within
this container. |
| createAutomationIDPart(child:mx.automation:IAutomationObject) — Method in class mx.automation.delegates.controls.ListBaseAutomationImpl |
|
Returns a set of properties that identify the child within
this container. |
| createAutomationIDPart(child:mx.automation:IAutomationObject) — Method in class mx.automation.delegates.controls.MenuBarAutomationImpl |
|
Returns a set of properties that identify the child within
this container. |
| createAutomationIDPart(child:mx.automation:IAutomationObject) — Method in class mx.automation.delegates.controls.PopUpButtonAutomationImpl |
|
Returns a set of properties that identify the child within
this container. |
| createAutomationIDPart(child:mx.automation:IAutomationObject) — Method in class mx.automation.delegates.controls.SWFLoaderAutomationImpl |
|
Returns a set of properties that identify the child within
this container. |
| createAutomationIDPart(child:mx.automation:IAutomationObject) — Method in class mx.automation.delegates.core.ContainerAutomationImpl |
|
Returns a set of properties that identify the child within
this container. |
| createAutomationIDPart(child:mx.automation:IAutomationObject) — Method in class mx.automation.delegates.core.RepeaterAutomationImpl |
|
Returns a set of properties that identify the child within
this container. |
| createAutomationIDPart(child:mx.automation:IAutomationObject) — Method in class mx.core.UIComponent |
|
Returns a set of properties that identify the child within
this container. |
| createBorder() — Method in class mx.controls.VideoDisplay |
|
Creates the border for this component. |
| createBorder() — Method in class mx.core.Container |
|
Creates the container's border skin
if it is needed and does not already exist. |
| createBorder() — Method in class mx.core.ScrollControlBase |
|
Creates the border for this component. |
| createBox(scaleX:Number, scaleY:Number, rotation:Number, tx:Number, ty:Number) — Method in class flash.geom.Matrix |
|
Includes parameters for scaling,
rotation, and translation. |
| createChildren() — Method in class mx.charts.chartClasses.ChartLabel |
|
Create child objects of the component. |
| createChildren() — Method in class mx.charts.chartClasses.DataTip |
|
Create child objects of the component. |
| createChildren() — Method in class mx.charts.series.PieSeries |
| |
| createChildren() — Method in class mx.controls.listClasses.ListBase |
|
Create objects that are children of this ListBase, in this case
the listContent object that will hold all the item
renderers. |
| createChildren() — Method in class mx.core.ScrollControlBase |
|
Creates objects that are children of this ScrollControlBase,
which in this case are the border and mask. |
| createChildren() — Method in class mx.core.UIComponent |
|
Create child objects of the component. |
| createChildren() — Method in class mx.preloaders.DownloadProgressBar |
|
Creates the subcomponents of the display. |
| createComponentFromDescriptor(descriptor:mx.core:ComponentDescriptor, recurse:Boolean) — Method in 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 in class mx.core.Container |
|
Iterate through the Array of childDescriptors,
and call the createComponentFromDescriptor() method for each one. |
| createCursor() — Method in interface mx.collections.ICollectionView |
|
Creates a new IViewCursor that works with this view. |
| createCursor() — Method in class mx.collections.ListCollectionView |
|
Creates a new IViewCursor that works with this view. |
| createDataID(dataPointID:Number) — Method in class mx.charts.chartClasses.ChartElement |
|
Creates a unique id to represent the a dataPoint
for comparison purposes. |
| createElement(name:String) — Method in class flash.xml.XMLDocument |
|
Creates a new XMLNode object with the name specified in the parameter. |
| createErrorMessage() — Method in 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(c:mx.data:Conflict) — Static method in class mx.data.events.DataConflictEvent |
| |
| createEvent(fault:mx.rpc:Fault, token:mx.rpc:AsyncToken, message:mx.messaging.messages:ErrorMessage, obj:Object, id:Object) — Static method in class mx.data.events.DataServiceFaultEvent |
| |
| createEvent(type:String, channel:mx.messaging:Channel, reconnecting:Boolean, rejected:Boolean) — Static method in 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) — Static method in 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 in 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 in 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 in 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 in 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 in class mx.rpc.events.HeaderEvent |
| |
| createEventFromMessageFault(value:mx.messaging.events:MessageFaultEvent, token:mx.rpc:AsyncToken) — Static method in class mx.rpc.events.FaultEvent |
|
Given a MessageFaultEvent, this method constructs and
returns a FaultEvent. |
| createFaultEvent(faultCode:String, faultString:String, faultDetail:String) — Method in class mx.rpc.soap.Operation |
| |
| createGradientBox(width:Number, height:Number, rotation:Number, tx:Number, ty:Number) — Method in class flash.geom.Matrix |
|
Creates the specific style of matrix expected by the beginGradientFill() and
lineGradientStyle() methods of the Graphics class. |
| createID(obj:mx.automation:IAutomationObject, relativeToParent:mx.automation:IAutomationObject) — Method in 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 in interface mx.automation.IAutomationManager |
|
Returns an id part for the given object that can be used in resolveIDPart. |
| createInstance(target:Object) — Method in class mx.effects.Effect |
|
Creates a single effect instance and initializes it. |
| createInstance() — Method in class mx.states.AddChild |
|
Creates the child instance from the factory. |
| createInstances(targets:Array) — Method in class mx.effects.Effect |
|
Takes an Array of target objects and invokes the
createInstance() method on each target. |
| createItem(item:Object) — Method in class mx.data.DataService |
|
Requests that the specified item be created in the remote store. |
| createItem(item:Object) — Method in class mx.data.mxml.DataService |
|
Requests that the specified item be created in the remote store. |
| createItemEditor(colIndex:int, rowIndex:int) — Method in 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 in class mx.controls.List |
|
Creates the item editor for the item renderer at the
editedItemPosition using the editor
specified by the itemEditor property. |
| createMaskFunction — Property in class mx.effects.MaskEffect |
|
Function called when the effect creates the mask. |
| createMaskFunction — Property in class mx.effects.effectClasses.MaskEffectInstance |
|
Function called when the effect creates the mask. |
| createMenu(parent:flash.display:DisplayObjectContainer, mdp:Object, showRoot:Boolean) — Static method in class mx.controls.Menu |
|
Creates and returns an instance of the Menu class. |
| createNavItem(label:String, icon:Class) — Method in class mx.controls.NavBar |
|
Creates the individual navigator items. |
| CREATE_OPERATION — Constant static property in class mx.data.messages.DataMessage |
|
Indicates a create operation. |
| createPopUp(parent:flash.display:DisplayObject, className:Class, modal:Boolean, childList:String) — Static method in 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 in interface mx.core.IDeferredInstantiationUIComponent |
|
Creates an id reference to this IUIComponent object
on its parent document object. |
| createReferenceOnParentDocument(parentDocument:mx.core:IFlexDisplayObject) — Method in class mx.core.UIComponent |
|
Creates an id reference to this IUIComponent object
on its parent document object. |
| createRequestTimeoutErrorMessage() — Method in class mx.messaging.MessageResponder |
|
Constructs an ErrorMessage that can be passed to the associated
MessageAgent's callbacks upon a request timeout. |
| createTextNode(text:String) — Method in 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 in 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 in class mx.effects.effectClasses.TweenEffectInstance |
|
Creates a Tween instance,
assigns it the start, end, and duration values. |
| createUID() — Static method in 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 in 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(obj:mx.data:IManaged, property:Object, event:mx.events:PropertyChangeEvent) — Static method in class mx.data.utils.Managed |
| |
| createUpdateEvent(source:Object, property:Object, oldValue:Object, newValue:Object) — Static method in class mx.events.PropertyChangeEvent |
|
Returns a new PropertyChangeEvent of kind
PropertyChangeEventKind.UPDATE
with the specified properties. |
| createXMLDocument(str:String) — Static method in class mx.utils.XMLUtil |
|
Creates XML out of the specified string, ignoring whitespace. |
| creationCallback — Property in class mx.charts.chartClasses.InstanceCache |
|
A callback invoked when new instances are created. |
| creationComplete — Event in class mx.core.UIComponent |
|
Dispatched when the component has finished its construction,
property processing, measuring, layout, and drawing. |
| CREATION_COMPLETE — Constant static property in 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 in class mx.core.UIComponent |
|
Played when the component is created. |
| creationDate — Property in class flash.net.FileReference |
|
The creation date of the file on the local disk. |
| creationIndex — Property in class mx.core.Container |
|
Specifies the order to instantiate and draw the children
of the container. |
| creationPolicy — Property in class mx.core.Container |
|
The child creation policy for this Container. |
| creationPolicy — Property in class mx.states.AddChild |
|
The creation policy for this child. |
| creator — Property in class flash.net.FileReference |
|
The Macintosh creator type of the file. |
| CreditCardValidator — Class in 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 in class mx.validators.CreditCardValidator |
|
Constructor. |
| CreditCardValidatorCardType — Final class in package mx.validators |
|
The CreditCardValidatorCardType class defines value constants
for specifying the type of credit card to validate. |
| CrossItemRenderer — Class in package mx.charts.renderers |
|
A simple chart itemRenderer implementation
that fills a cross in its assigned area. |
| CrossItemRenderer() — Constructor in class mx.charts.renderers.CrossItemRenderer |
|
Constructor
|
| CRT — Constant static property in class flash.text.TextDisplayMode |
|
Forces Flash Player to display grayscale anti-aliasing. |
| CSMSettings — Final class in 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 in class flash.text.CSMSettings |
|
Creates a new CSMSettings object which stores stroke values for custom anti-aliasing settings. |
| CSSStyleDeclaration — Class in package mx.styles |
|
The CSSStyleDeclaration class represents a set of CSS style rules. |
| CSSStyleDeclaration(selector:String) — Constructor in class mx.styles.CSSStyleDeclaration |
|
Constructor. |
| ctrlKey — Property in class flash.events.KeyboardEvent |
|
Indicates whether the Control key is active (true) or inactive
(false). |
| ctrlKey — Property in class flash.events.MouseEvent |
|
Indicates whether the Control key is active (true) or inactive (false). |
| ctrlKey — Property in class mx.automation.events.ListItemSelectEvent |
|
Indicates whether the Ctrl key was pressed at the time of the event, true,
or not, false. |
| Cubic — Class in package mx.effects.easing |
|
The Cubic class defines three easing functions to implement
motion with Flex effect classes. |
| cuePoint — Event in 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 in class mx.events.CuePointEvent |
|
The CuePointEvent.CUE_POINT constant defines the value of the
type property of the event object for a cuePoint event. |
| CuePointEvent — Class in 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 in class mx.events.CuePointEvent |
|
Constructor. |
| cuePointManager — Property in class mx.controls.VideoDisplay |
|
The instance of the CuePointManager class associated with
the VideoPlayer control. |
| CuePointManager — Class in package mx.controls.videoClasses |
|
The CuePointManager class lets you use ActionScript code to
manage the cue points associated with the VideoDisplay control. |
| CuePointManager(owner, id:uint) — Constructor in class mx.controls.videoClasses.CuePointManager |
|
Constructor. |
| cuePointManagerClass — Property in class mx.controls.VideoDisplay |
|
Cue point manager to use. |
| cuePointName — Property in class mx.events.CuePointEvent |
|
The name of the cue point that caused the event. |
| cuePoints — Property in class mx.controls.VideoDisplay |
|
The Array of cue points associated with the control. |
| cuePointTime — Property in class mx.events.CuePointEvent |
|
The time of the cue point that caused the event, in seconds. |
| cuePointType — Property in class mx.events.CuePointEvent |
|
The string "actionscript". |
| CurrencyFormatter — Class in package mx.formatters |
|
The CurrencyFormatter class formats a valid number as a currency value. |
| CurrencyFormatter() — Constructor in class mx.formatters.CurrencyFormatter |
|
Constructor. |
| currencySymbol — Property in class mx.formatters.CurrencyFormatter |
|
Character to use as a currency symbol for a formatted number. |
| currencySymbol — Property in class mx.validators.CurrencyValidator |
|
The single-character String used to specify the currency symbol,
such as "$" or "£". |
| currencySymbolError — Property in class mx.validators.CurrencyValidator |
|
Error message when the currency symbol, defined by currencySymbol,
is in the wrong location. |
| CurrencyValidator — Class in package mx.validators |
|
The CurrencyValidator class ensures that a String
represents a valid currency expression. |
| CurrencyValidator() — Constructor in class mx.validators.CurrencyValidator |
|
Constructor. |
| CurrencyValidatorAlignSymbol — Final class in package mx.validators |
|
The CurrencyValidatorAlignSymbol class defines value constants
for specifying currency symbol alignment. |
| current — Property in interface mx.collections.IViewCursor |
|
Provides access the object at the location
in the source collection referenced by this cursor. |
| CURRENT — Static property in class mx.collections.CursorBookmark |
|
A bookmark representing the current item for the IViewCursor in
an ICollectionView. |
| currentChannel — Property in class mx.messaging.ChannelSet |
|
Returns the current channel for this channel set. |
| currentCount — Property in class flash.utils.Timer |
|
The total number of times the timer has fired since it started
at zero. |
| currentCursorID — Static property in class mx.managers.CursorManager |
|
ID of the current custom cursor,
or NO_CURSOR if the system cursor is showing. |
| currentCursorXOffset — Static property in class mx.managers.CursorManager |
|
The x offset of the custom cursor, in pixels,
relative to the mouse pointer. |
| currentCursorYOffset — Static property in class mx.managers.CursorManager |
|
The y offset of the custom cursor, in pixels,
relative to the mouse pointer. |
| currentDomain — Static property in class flash.system.ApplicationDomain |
|
Gets the current application domain in which your code is executing. |
| currentDomain — Static property in class flash.system.SecurityDomain |
|
Gets the current security domain. |
| currentFPS — Property in class flash.media.Camera |
|
The rate at which the camera is capturing data, in frames per second. |
| currentFPS — Property in class flash.net.NetStream |
|
The number of frames per second being displayed. |
| currentFrame — Property in class flash.display.MovieClip |
|
Specifies the number of the frame in which the playhead is located in the timeline of
the MovieClip instance. |
| currentIndex — Property in interface mx.core.IRepeater |
|
The index of the item in the dataProvider currently
being processed while this Repeater is executing. |
| currentIndex — Property in class mx.core.Repeater |
|
The index of the item in the dataProvider currently
being processed while this Repeater is executing. |
| currentItem — Property in interface mx.core.IRepeater |
|
The item in the dataProvider currently being processed
while this Repeater is executing. |
| currentItem — Property in class mx.core.Repeater |
|
The item in the dataProvider currently being processed
while this Repeater is executing. |
| currentLabel — Property in class flash.display.MovieClip |
|
The current label in which the playhead is located in the timeline of the MovieClip instance. |
| currentLabels — Property in class flash.display.MovieClip |
|
Returns an array of FrameLabel objects from the current scene. |
| currentPageHeight — Property in 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. |
| currentScene — Property in class flash.display.MovieClip |
|
The current scene in which the playhead is located in the timeline of the MovieClip instance. |
| currentState — Property in class mx.core.UIComponent |
|
The current view state of the component. |
| currentStateChange — Event in class mx.core.UIComponent |
|
Dispatched after the view state has changed. |
| CURRENT_STATE_CHANGE — Constant static property in 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 in class mx.core.UIComponent |
|
Dispatched after the currentState property changes,
but before the view state changes. |
| CURRENT_STATE_CHANGING — Constant static property in 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 in class flash.events.Event |
|
The object that is actively processing the Event object with an event listener. |
| currentTarget — Static property in class mx.managers.ToolTipManager |
|
The UIComponent that is currently displaying a ToolTip,
or null if none is. |
| currentToolTip — Static property in class mx.managers.ToolTipManager |
|
The ToolTip object that is currently visible,
or null if none is shown. |
| currentVersion — Property in interface mx.data.IChangeObject |
|
New version of the item. |
| cursor — Property in class mx.charts.chartClasses.ChartElement |
|
Each ChartElement carries a cursor associated with their dataProvider
for their own internal use. |
| CursorBookmark — Class in package mx.collections |
|
Encapsulates the positional aspects of a cursor in an
ICollectionView. |
| CursorBookmark(value:Object) — Constructor in class mx.collections.CursorBookmark |
|
Creates a new instance of a bookmark with the specified value. |
| cursorChildren — Property in interface mx.managers.ISystemManager |
|
An list of the custom cursors
being parented by this ISystemManager. |
| cursorChildren — Property in class mx.managers.SystemManager |
|
An list of the custom cursors
being parented by this ISystemManager. |
| CursorError — Class in package mx.collections.errors |
|
This error is thrown by a collection Cursor. |
| CursorError(message:String) — Constructor in class mx.collections.errors.CursorError |
|
Constructor. |
| CURSOR_MANAGEMENT — Constant static property in 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 — Class in 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 in package mx.managers |
|
The CursorManagerPriority class defines the constant values for the
priority argument to the
CursorManager.setCursor() method. |
| cursorUpdate — Event in interface mx.collections.IViewCursor |
|
Dispatched whenever the cursor position is updated. |
| CURSOR_UPDATE — Constant static property in 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 in 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. |
| customFilter — Property in 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. |
| customItems — Property in class flash.ui.ContextMenu |
|
An array of ContextMenuItem objects. |
| customizeSeries(seriesGlyph:mx.charts.chartClasses:Series, i:uint) — Method in 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 in 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 in class mx.charts.series.ColumnSet |
|
Applies any customization to a sub-series
when building the stacking behavior. |
|
| 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 |