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  
cacheAsBitmap — Property in interface mx.core.IFlexDisplayObject
cachedHeaderHeight — Property in class mx.controls.dataGridClasses.DataGridHeader
The cached header height, in pixels.
cachedItemsChangeEffect — Property in class mx.controls.listClasses.ListBase
The effect that plays when changes occur in the data provider for the control, set through the itemsChangeEffect style.
cachedPaddingBottom — Property in class mx.controls.dataGridClasses.DataGridHeader
The cached padding for the bottom of the renderer, in pixels.
cachedPaddingTop — Property in class mx.controls.dataGridClasses.DataGridHeader
The cached padding for the top of the renderer, in pixels.
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.
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, rowNum) — Method in class mx.controls.listClasses.ListBase
Calculates the y position of the drop indicator when performing a drag-and-drop operation.
calculatePreferredSizeFromData(numItems) — 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) — 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, hh, skipVisible) — 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, bubbles, cancelable, newDate, triggerEvent) — Constructor in class mx.events.CalendarLayoutChangeEvent
Constructor.
calendarLayoutStyleFilters — Property in class mx.controls.DateChooser
The set of styles to pass from the DateChooser to the calendar layout.
callLater(method, args) — Method in interface mx.core.IButton
Queues a function to be called later.
callLater(method, args) — Method in class mx.core.UIComponent
Queues a function to be called later.
callProperty(name, ... rest) — Method in class mx.utils.ObjectProxy
Returns the value of the proxied object's method with the specified name.
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.
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.
canvasLayoutClass — Property in class mx.core.LayoutContainer
The mx.containers.utilityClasses.Layout subclass that is doing the layout
captureEndValues() — Method in class mx.effects.Effect
Captures the current values of the relevant properties on the effect's targets and saves them as end values.
captureEndValues() — Method in interface mx.effects.IEffect
Captures the current values of the relevant properties on the effect's targets and saves them as end values.
captureMoreStartValues(targets) — Method in class mx.effects.Effect
Captures the current values of the relevant properties of an additional set of targets

This function is used by Flex when a data change effect is run.

captureMoreStartValues(targets) — Method in interface mx.effects.IEffect
Captures the current values of the relevant properties of an additional set of targets

This function is used by Flex when a data change effect is run.

captureRollEvents — Property 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.
captureStartValues() — Method in interface mx.effects.IEffect
Captures the current values of the relevant properties on the effect's targets.
caretBookmark — Property in class mx.controls.listClasses.ListBase
A bookmark to the item under the caret.
caretIndex — Property in class mx.controls.listClasses.ListBase
The offset of the item in the data provider that is the selection caret point.
caretIndex — Property in interface mx.core.IUITextField
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.
caseInsensitive — Property in class mx.collections.SortField
Specifies whether the sort for this field should be case insensitive.
catchCallLaterExceptions — Static property in class mx.core.UIComponentGlobals
A global flag that can is used to catch unhandled exceptions during execution of methods executed via callLater
center(width, height) — Method in class mx.preloaders.DownloadProgressBar
Centers the download progress bar based on the passed in dimensions.
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 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.RadioButtonGroup
Dispatched when the value of the selected RadioButton control in this group changes.
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 — Event in interface mx.managers.IBrowserManager
Dispatched when the URL is changed either by the user interacting with the browser, invoking an application in AIR, or by setting the property programmatically.
CHANGE — 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.SliderEvent
The SliderEvent.CHANGE constant defines the value of the type property of the event object for a change event.
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.
CheckBoxAccImpl — Class in package mx.accessibility
The CheckBoxAccImpl class, also called the CheckBox Accessibility Implementation class, is used to make a CheckBox component accessible.
CheckBoxAccImpl(master:mx.core:UIComponent) — Constructor in class mx.accessibility.CheckBoxAccImpl
Creates a new CheckBoxAccImpl instance for the specified CheckBox component.
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.
child(propertyName) — Method in class mx.collections.XMLListCollection
Calls the child() method of each XML object in the XMLList and returns an XMLList containing the children of with the specified property name, in order.
childAdd — Event in class mx.core.Container
Dispatched after a child has been added to a container.
CHILD_ADD — Constant static property in class mx.events.ChildExistenceChangedEvent
The ChildExistenceChangedEvent.CHILD_ADD constant defines the value of the type property of the event object for a childAdd event.
childDescriptors — Property in class mx.core.Container
Array of UIComponentDescriptor objects produced by the MXML compiler.
ChildExistenceChangedEvent — Class in package mx.events
Represents events that are dispatched when a the child of a control is created or destroyed.
ChildExistenceChangedEvent(type, bubbles, cancelable, relatedObject) — Constructor in class mx.events.ChildExistenceChangedEvent
Constructor.
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.
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 mx.collections.XMLListCollection
Calls the children() method of each XML object in the XMLList and returns an XMLList containing the results.
childrenCreated() — Method in class mx.core.UIComponent
Performs any final processing after child objects are created.
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) — 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 interface mx.effects.IEffect
The name of the effect class, such as "Fade".
className — Property in interface mx.effects.IEffectInstance
The name of the effect class, such as "FadeInstance".
className — Property in interface mx.styles.IStyleClient
The name of the component class.
className — Property in class mx.styles.StyleProxy
The name of the component class.
clearCaretIndicator(indicator, itemRenderer:mx.controls.listClasses:IListItemRenderer) — Method in class mx.controls.listClasses.ListBase
Clears the caret indicator into the given Sprite
clearHighlightIndicator(indicator, itemRenderer:mx.controls.listClasses:IListItemRenderer) — Method in class mx.controls.listClasses.ListBase
Clears the highlight indicator in the given Sprite
clearIndicators() — Method in class mx.controls.listClasses.ListBase
Removes all selection and highlight and caret indicators.
clearRow(contentHolder, rowNum) — Method in class mx.controls.dataGridClasses.DataGridBase
Remove renderers from a row that should be empty for the given rowNum
clearSelected(transition) — 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.
clearSeparators() — Method in class mx.controls.dataGridClasses.DataGridHeader
Removes column header separators that the user normally uses to resize columns.
clearStyle(styleProp) — Method in class mx.controls.dataGridClasses.DataGridItemRenderer
Deletes a style property from this component instance.
clearStyle(styleProp) — Method in class mx.core.UIComponent
Deletes a style property from this component instance.
clearStyle(styleProp) — Method in class mx.styles.CSSStyleDeclaration
Clears a style property on this CSSStyleDeclaration.
clearStyle(styleProp) — Method in interface mx.styles.IStyleClient
Deletes a style property from this component instance.
clearStyle(styleProp) — Method in class mx.styles.StyleProxy
Deletes a style property from this component instance.
clearStyleDeclaration(selector, update) — Static method in class mx.styles.StyleManager
Clears the CSSStyleDeclaration object that stores the rules for the specified CSS selector.
clearVisibleData() — Method in class mx.controls.listClasses.ListBase
Empty the visibleData hash table
clickHandler(event) — Method in class mx.controls.Button
The default handler for the MouseEvent.CLICK event.
clickHandler(event) — 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.
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 mx.core.EdgeMetrics
Returns a copy of this EdgeMetrics object.
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) — 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) — 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 — Constant static property in class mx.events.CloseEvent
The CloseEvent.CLOSE constant defines the value of the type property of the event object for a close event.
CLOSE — Constant static property in class mx.events.DropdownEvent
The DropdownEvent.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.
closeButtonSkin — Style in class mx.containers.TitleWindow
The close button default skin.
closeButtonStyleFilters — Property in class mx.containers.Panel
The set of styles to pass from the Panel to the close button.
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.
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.
CloseEvent — Class in package mx.events
The CloseEvent class represents event objects specific to popup windows, such as the Alert control.
CloseEvent(type, bubbles, cancelable, detail) — Constructor in class mx.events.CloseEvent
Constructor.
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) — Method in class mx.controls.ComboBase
Responds to changes to the data provider.
collectionChangeHandler(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, bubbles, cancelable, kind, location, oldLocation, items) — 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.
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) — Constructor in class mx.collections.errors.CollectionViewError
Constructor.
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.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.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 — 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.events.ColorPickerEvent
The RGB color that was rolled over, rolled out of, selected, or entered.
color — Property in class mx.graphics.RectangularDropShadow
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.
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.
ColorPickerAccImpl — Class in package mx.accessibility
The ColorPickerAccImpl class, also called the ComboBase Accessibility Implementation class, is used to make a ColorPicker component accessible.
ColorPickerAccImpl(master:mx.core:UIComponent) — Constructor in class mx.accessibility.ColorPickerAccImpl
Creates a new ColorPickerAccImpl instance for the specified ColorPicker component.
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, bubbles, cancelable, index, color) — Constructor in class mx.events.ColorPickerEvent
Constructor.
ColorUtil — Class in package mx.utils
The ColorUtil class is an all-static class with methods for working with RGB colors within Flex.
columnCaretIndicator — Property in class mx.controls.dataGridClasses.DataGridBase
The DisplayObject that contains the graphics that indicates which renderer is the caret for lockedColumns.
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.
columnHighlightIndicator — Property in class mx.controls.dataGridClasses.DataGridBase
The DisplayObject that contains the graphics that indicates which renderer is highlighted for lockedColumns.
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.
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.
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.
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.
ComboBaseAccImpl — Class in package mx.accessibility
The ComboBaseAccImpl class, also called the ComboBase Accessibility Implementation class, is used to make a ComboBase component accessible.
ComboBaseAccImpl(master:mx.core:UIComponent) — Constructor in class mx.accessibility.ComboBaseAccImpl
Creates a new ComboBaseAccImpl instance for the specified ComboBase component.
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.
ComboBoxAccImpl — Class in package mx.accessibility
The ComboBoxAccImpl class, also called the ComboBox Accessibility Implementation class, is used to make a ComboBase component accessible.
ComboBoxAccImpl(master:mx.core:UIComponent) — Constructor in class mx.accessibility.ComboBoxAccImpl
Creates a new ComboBoxAccImpl instance for the specified ComboBox 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.
commitSelectedIndex(newIndex) — Method in class mx.containers.ViewStack
Commits the selected index.
compare(a, b, depth) — 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.
compatibilityErrorFunction — Static property in class mx.core.FlexVersion
A function that gets called when the compatibility version is set more than once, or set after it has been read.
compatibilityVersion — Static property in class mx.core.FlexVersion
The current version that the framework maintains compatibility for.
compatibilityVersionString — Static property in class mx.core.FlexVersion
The compatibility version, as a string of the form "X.X.X".
COMPLETE — Constant static property in class mx.events.ResourceEvent
Dispatched when the resource module SWF file has finished loading.
COMPLETE — Constant static property in class mx.events.StyleEvent
Dispatched when the style SWF has finished downloading.
completeHandler(event) — Method in class mx.preloaders.DownloadProgressBar
Event listener for the Event.COMPLETE event.
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) — Constructor in class mx.core.ComponentDescriptor
Constructor
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.TextInput
Specifies whether extra white space (spaces, line breaks, and so on) should be removed in a TextInput control with HTML text.
condenseWhite — Property in interface mx.core.IUITextField
configureScrollBars() — Method in class mx.controls.listClasses.ListBase
Configures the ScrollBars based on the number of rows and columns and viewable rows and columns.
ConstraintColumn — Class in package mx.containers.utilityClasses
The ConstraintColumn class partitions an absolutely positioned container in the vertical plane.
ConstraintColumn() — Constructor in class mx.containers.utilityClasses.ConstraintColumn
Constructor.
constraintColumns — Property in class mx.containers.Panel
An Array of ConstraintColumn instances that partition this container.
constraintColumns — Property in interface mx.containers.utilityClasses.IConstraintLayout
An Array of ConstraintColumn instances that partition this container.
constraintColumns — Property in class mx.core.LayoutContainer
An Array of ConstraintColumn instances that partition this container.
ConstraintError — Class in package mx.containers.errors
This error is thrown when a constraint expression is not configured properly; for example, if the GridColumn reference is invalid.
ConstraintError(message) — Constructor in class mx.containers.errors.ConstraintError
Constructor.
ConstraintRow — Class in package mx.containers.utilityClasses
ConstraintRow class partitions an absolutely positioned container in the horizontal plane.
ConstraintRow() — Constructor in class mx.containers.utilityClasses.ConstraintRow
Constructor.
constraintRows — Property in class mx.containers.Panel
An Array of ConstraintRow instances that partition this container.
constraintRows — Property in interface mx.containers.utilityClasses.IConstraintLayout
An Array of ConstraintRow instances that partition this container.
constraintRows — Property in class mx.core.LayoutContainer
An Array of ConstraintRow instances that partition this container.
container — Property in interface mx.core.IRepeater
The container that contains this Repeater, and in which it will create its children.
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.
ContainerCreationPolicy — Final class in package mx.core
The ContainerCreationPolicy class defines the constant values for the creationPolicy property of the Container class.
ContainerGlobals — Class in package mx.core
ContainerLayout — Final class in package mx.core
The ContainerLayout class defines the constant values for the layout property of container classes.
contains(item) — Method in interface mx.collections.ICollectionView
Returns whether the view contains the specified object.
contains(item) — Method in class mx.collections.ListCollectionView
Returns whether the view contains the specified object.
contains(child) — 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) — Method in interface mx.core.IContainer
contains(child) — Method in interface mx.managers.IFocusManagerContainer
Determines whether the specified display object is a child of the container instance or the instance itself.
content — Property in interface mx.resources.IResourceBundle
An object containing key-value pairs for the resources in this resource bundle.
content — Property in class mx.resources.ResourceBundle
An object containing key-value pairs for the resources in this resource bundle.
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.
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) — Method in class mx.core.Container
Converts a Point object from content coordinates to global coordinates.
contentToGlobal(point) — Method in class mx.core.UIComponent
Converts a Point object from content coordinates to global coordinates.
contentToLocal(point) — Method in class mx.core.Container
Converts a Point object from content to local coordinates.
contentToLocal(point) — Method in class mx.core.UIComponent
Converts a Point object from content to local coordinates.
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.
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.
ContextualClassFactory — Class in package mx.core
A class factory that provides a system manager as a context of where the class should be created.
ContextualClassFactory(generator, moduleFactory:mx.core:IFlexModuleFactory) — Constructor in class mx.core.ContextualClassFactory
Constructor.
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.
copy() — Method in class mx.collections.XMLListCollection
Returns a deep copy of the XMLList object.
copy(value) — 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".
copyCursor — Style in class mx.managers.DragManager
Cursor displayed during a copy operation.
copyItemWithUID(item) — Method in class mx.controls.listClasses.ListBase
Makes a deep copy of the object by calling the ObjectUtil.copy() method, and replaces the copy's uid property (if present) with a new value by calling the UIDUtil.createUID() method.
copySelectedItems(useDataField) — 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.TextInput
Radius of component corners.
cornerRadius — Style in class mx.controls.ToolTip
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).
count — Property in interface mx.core.IRepeater
The number of times this Repeater should execute.
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
This method is overridden in the autogenerated subclass.
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.core.UIComponent
Returns a set of properties that identify the child within this container.
createBorder() — Method in class mx.controls.TextInput
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.
createChildren() — Method in class mx.controls.dataGridClasses.DataGridHeader
Create child objects of the component.
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.
createColumnItemRenderer(c:mx.controls.dataGridClasses:DataGridColumn, forHeader, data) — Method in class mx.controls.dataGridClasses.DataGridBase
Returns the item renderer for a column cell or for a column header.
createComponentFromDescriptor(descriptor:mx.core:ComponentDescriptor, recurse) — 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) — 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.
createInFontContext(classObj) — Method in class mx.core.UIComponent
Creates a new object using a context based on the embedded font being used.
createInModuleContext(moduleFactory:mx.core:IFlexModuleFactory, className) — Method in class mx.core.UIComponent
Creates the object using a given moduleFactory.
createInstance(target) — Method in class mx.effects.Effect
Creates a single effect instance and initializes it.
createInstance(target) — Method in interface mx.effects.IEffect
Creates a single effect instance and initializes it.
createInstances(targets) — Method in class mx.effects.Effect
Takes an Array of target objects and invokes the createInstance() method on each target.
createInstances(targets) — Method in interface mx.effects.IEffect
Takes an Array of target objects and invokes the createInstance() method on each target.
createItemEditor(colIndex, rowIndex) — 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, rowIndex) — 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.
createItemRenderer(data) — Method in class mx.controls.List
Get the appropriate renderer, using the default renderer if none specified
createItemRenderer(data) — Method in class mx.controls.listClasses.ListBase
Creates an item renderer given the data object
createMenu(parent, mdp, showRoot) — Static method in class mx.controls.Menu
Creates and returns an instance of the Menu class.
createNavItem(label, icon) — Method in class mx.controls.NavBar
Creates the individual navigator items.
createPopUp(parent, className, modal, childList) — 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.
createToolTip(text, x, y, errorTipBorderStyle, 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, startValue, endValue, duration, minFps) — 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) — 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(source, property, oldValue, newValue) — Static method in class mx.events.PropertyChangeEvent
Returns a new PropertyChangeEvent of kind PropertyChangeEventKind.UPDATE with the specified properties.
creatingContentPane — Property in class mx.core.Container
Containers use an internal content pane to control scrolling.
creatingContentPane — Property in interface mx.core.IContainer
Containers use an internal content pane to control scrolling.
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.
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.
CSSStyleDeclaration — Class in package mx.styles
The CSSStyleDeclaration class represents a set of CSS style rules.
CSSStyleDeclaration(selector) — Constructor in class mx.styles.CSSStyleDeclaration
Constructor.
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.
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.
currentIndex — Property in interface mx.core.IRepeater
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.
currentState — Property in interface mx.core.IStateClient
The current view state.
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 — 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.
CURRENT_VERSION — Constant static property in class mx.core.FlexVersion
The current released version of the Flex SDK, encoded as a uint.
CursorBookmark — Class in package mx.collections
Encapsulates the positional aspects of a cursor in an ICollectionView.
CursorBookmark(value) — 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) — 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 — Property in class mx.core.UIComponent
Gets the CursorManager that controls the cursor for this component and its peers.
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.
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.
customFilter — Property in interface mx.effects.IEffect
Specifies a custom filter object, of type EffectTargetFilter, used by the effect to determine the targets on which to play the effect.
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