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
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.
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.
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.
CAN_ACTIVATE_POP_UP_REQUEST — Constant static property in class mx.events.SWFBridgeRequest
Tests if a given pop up can be activated.
cancelColorChange() — Method in class com.yahoo.astra.mx.controls.DropDownColorPicker
Resets the picker color and clears the preview.
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.
caseSensitive — Property in class com.yahoo.astra.mx.managers.AutoCompleteManager
Whether the auto complete will match based on case or not
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 com.yahoo.astra.mx.controls.ColorPlaneAndSliderPicker
Dispatched when the selected color changes as a result of user interaction.
change — Event in class com.yahoo.astra.mx.controls.ColorSliderPicker
Dispatched when the selected color changes as a result of user interaction.
change — Event in class com.yahoo.astra.mx.controls.DropDownColorPicker
Dispatched when the selected color changes as a result of user interaction.
change — Event in class com.yahoo.astra.mx.controls.IPv4AddressInput
Dispatched when text in the IPv4AddressInput control changes through user input.
change — Event in class com.yahoo.astra.mx.controls.TimeInput
Dispatched when text in the TimeInput control changes through user input.
change — Event in class com.yahoo.astra.mx.controls.TimeStepper
Dispatched when the value of the TimeStepper control changes as a result of user interaction.
change — Event in class com.yahoo.astra.mx.controls.colorPickerClasses.AdvancedHSBColorWheelPicker
Dispatched when the selected color changes as a result of user interaction.
change — Event in class com.yahoo.astra.mx.controls.colorPickerClasses.BaseColorPickerDropDown
Dispatched when the selected color changes as a result of user interaction.
change — Event in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorPlane
Dispatched when the selected color changes as a result of user interaction.
change — Event in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorSlider
Dispatched when the selected color changes as a result of user interaction.
change — Event in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorWheelPicker
Dispatched when the selected color changes as a result of user interaction.
change — Event in class com.yahoo.astra.mx.controls.colorPickerClasses.DisplayObjectColorPickerDropDown
Dispatched when the selected color changes as a result of user interaction.
change — Event in class com.yahoo.astra.mx.controls.colorPickerClasses.HexColorInput
Dispatched when the selected color changes as a result of user interaction.
change — Event in interface com.yahoo.astra.mx.controls.colorPickerClasses.IColorPicker
Dispatched when the selected color changes as a result of user interaction.
change — Event in class com.yahoo.astra.mx.controls.colorPickerClasses.SwatchPicker
Dispatched when the selected color changes as a result of user interaction.
change — Event in class com.yahoo.astra.mx.managers.AutoCompleteManager
Dispatched when the pop-up completion changes selection.
change — Event in class mx.controls.Button
Dispatched when the selected property changes for a toggle Button control.
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 — Constant static property in class com.yahoo.astra.mx.events.TimeStepperEvent
The TimeStepperEvent.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.
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.
childAllowsParent — Property in interface mx.core.ISWFBridgeProvider
Tests if the child allows its parent to access its display objects or listen to messages that originate in the child.
childAllowsParent — Property in class mx.managers.SystemManager
Tests if the child allows its parent to access its display objects or listen to messages that originate in the child.
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.
classToColorSpace(type) — Static method in class com.yahoo.astra.utils.ColorSpace
Taking an IColor implementation as input, returns the string constant that represents the colorspace for the 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.
clearPreview() — Method in class com.yahoo.astra.mx.controls.DropDownColorPicker
If the viewer shows a preview color, clear it.
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.
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.
CLICK_SOMEWHERE — Constant static property in class mx.events.SandboxMouseEvent
Mouse was clicked somewhere outside your sandbox.
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 com.yahoo.astra.utils.CMYColor
Copies the values of the IColor object into a new instance.
clone() — Method in class com.yahoo.astra.utils.CMYKColor
Copies the values of the IColor object into a new instance.
clone() — Method in class com.yahoo.astra.utils.HSBColor
Copies the values of the IColor object into a new instance.
clone() — Method in interface com.yahoo.astra.utils.IColor
Copies the values of the IColor object into a new instance.
clone() — Method in class com.yahoo.astra.utils.RGBColor
Copies the values of the IColor object into a new instance.
clone() — Method in class mx.core.EdgeMetrics
Returns a copy of this EdgeMetrics object.
close — Event in class com.yahoo.astra.mx.controls.DropDownColorPicker
Dispatched when the picker drop down closes.
close — Event in class com.yahoo.astra.mx.managers.AutoCompleteManager
Dispatched when the completion box becomes invisible.
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.
closeDropdownForTarget(target:mx.controls:TextInput) — Method in class com.yahoo.astra.mx.managers.AutoCompleteManager
Hides the drop-down list.
CMY — Constant static property in class com.yahoo.astra.utils.ColorSpace
A constant representing the CMY colorspace.
CMYColor — Class in package com.yahoo.astra.utils
Represents a value in the CMY color space.
CMYColor(cyan, magenta, yellow) — Constructor in class com.yahoo.astra.utils.CMYColor
Constructor.
CMYK — Constant static property in class com.yahoo.astra.utils.ColorSpace
A constant representing the CMYK colorspace.
CMYKColor — Class in package com.yahoo.astra.utils
Represents a value in the CMYK color space.
CMYKColor(cyan, magenta, yellow, key) — Constructor in class com.yahoo.astra.utils.CMYKColor
Constructor
CMYKToCMY(cmyk:com.yahoo.astra.utils:CMYKColor) — Static method in class com.yahoo.astra.utils.ColorUtil
Converts an CMYK color value to the CMY colorspace.
CMYKToHSB(cmyk:com.yahoo.astra.utils:CMYKColor) — Static method in class com.yahoo.astra.utils.ColorUtil
Converts an CMYK color value to the HSB colorspace.
CMYKToRGB(cmyk:com.yahoo.astra.utils:CMYKColor) — Static method in class com.yahoo.astra.utils.ColorUtil
Converts an CMYK color value to the RGB colorspace.
CMYKTouint(cmyk:com.yahoo.astra.utils:CMYKColor) — Static method in class com.yahoo.astra.utils.ColorUtil
Converts an CMYK color value to a standard uint color value.
CMYToCMYK(cmy:com.yahoo.astra.utils:CMYColor) — Static method in class com.yahoo.astra.utils.ColorUtil
Converts an CMY color value to the CMYK colorspace.
CMYToHSB(cmy:com.yahoo.astra.utils:CMYColor) — Static method in class com.yahoo.astra.utils.ColorUtil
Converts an CMY color value to the HSB colorspace.
CMYToRGB(cmy:com.yahoo.astra.utils:CMYColor) — Static method in class com.yahoo.astra.utils.ColorUtil
Converts an CMY color value to the RGB colorspace.
CMYTouint(cmy:com.yahoo.astra.utils:CMYColor) — Static method in class com.yahoo.astra.utils.ColorUtil
Converts an CMY color value to a standard uint color value.
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 com.yahoo.astra.mx.controls.DropDownColorPicker
Color of text in the component, including the component label.
color — Style in class com.yahoo.astra.mx.controls.TimeStepper
Color of text in the component, including the component label.
color — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorSelectionViewer
The currently displayed color.
color — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.DefaultColorViewer
The currently displayed color.
color — Style in class com.yahoo.astra.mx.controls.colorPickerClasses.HexColorInput
Color of text in the component, including the component label.
color — Style in class com.yahoo.astra.mx.controls.colorPickerClasses.HexColorViewer
Color of text in the component, including the component label.
color — Property in interface com.yahoo.astra.mx.controls.colorPickerClasses.IColorViewer
The currently displayed color.
color — Style in class com.yahoo.astra.mx.controls.inputClasses.BaseMultiFieldInput
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.Label
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.listClasses.ListItemRenderer
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
Color — Class in package com.yahoo.astra.utils
Color creates a list of common color names with corresponding hex values.
Color(name, hexValue) — Constructor in class com.yahoo.astra.utils.Color
Constructor.
colorList — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.SwatchPicker
The list of colors to be displayed by swatches.
colorList — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.SwatchPickerDropDown
The list of colors that will be displayed in the SwatchPicker.
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.
ColorPlane — Class in package com.yahoo.astra.mx.controls.colorPickerClasses
Two individual components of a colorspace represented in a two-dimensional picker.
ColorPlane() — Constructor in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorPlane
Constructor.
ColorPlaneAndSliderPicker — Class in package com.yahoo.astra.mx.controls
ColorPlane and ColorSlider controls combined to represent a full colorspace.
ColorPlaneAndSliderPicker() — Constructor in class com.yahoo.astra.mx.controls.ColorPlaneAndSliderPicker
Constructor.
ColorRequestEvent — Class in package com.yahoo.astra.mx.events
A control may request a new color value.
ColorRequestEvent(type, bubbles, cancelable, currentColor) — Constructor in class com.yahoo.astra.mx.events.ColorRequestEvent
Constructor.
ColorSelectionIndicator — Class in package com.yahoo.astra.mx.controls.colorPickerClasses
A simple round border the indicates selection in color picker controls.
ColorSelectionIndicator() — Constructor in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorSelectionIndicator
Constructor.
ColorSelectionViewer — Class in package com.yahoo.astra.mx.controls.colorPickerClasses
An advanced color selection indicators that also displays a color.
ColorSelectionViewer() — Constructor in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorSelectionViewer
Constructor.
ColorSlider — Class in package com.yahoo.astra.mx.controls.colorPickerClasses
A slider that represents the value of one individual component in a colorspace.
ColorSlider() — Constructor in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorSlider
Constructor.
ColorSliderDropDown — Class in package com.yahoo.astra.mx.controls.colorPickerClasses
A drop-down with a set of ColorSliders for the DropDownColorPicker control.
ColorSliderDropDown() — Constructor in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorSliderDropDown
Constructor.
ColorSliderPicker — Class in package com.yahoo.astra.mx.controls
A set of color sliders representing the components in a colorspace.
ColorSliderPicker() — Constructor in class com.yahoo.astra.mx.controls.ColorSliderPicker
Constructor
colorSliders — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorSliderDropDown
The color slider picker.
ColorSliderThumb — Class in package com.yahoo.astra.mx.controls.colorPickerClasses
A button representing the thumb on the ColorSlider control.
ColorSliderThumb() — Constructor in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorSliderThumb
Constructor.
colorSpace — Property in class com.yahoo.astra.mx.controls.ColorSliderPicker
The color space specifies how many sliders will be displayed and which component each slider will represent.
colorSpace — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorSlider
The color space specifies how many sliders will be displayed and which component each slider will represent.
colorSpace — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorSliderDropDown
The color space specifies how many sliders will be displayed and which component each slider will represent.
ColorSpace — Class in package com.yahoo.astra.utils
A collection of constants and methods for use with colorspaces.
colorSpaceToClass(colorSpace) — Static method in class com.yahoo.astra.utils.ColorSpace
Taking a string constant for a colorspace, returns the IColor implementation for that colorspace.
ColorUtil — Class in package com.yahoo.astra.utils
Utility functions for working with color values.
ColorUtil — Class in package mx.utils
The ColorUtil class is an all-static class with methods for working with RGB colors within Flex.
ColorViewerSimpleSkin — Class in package com.yahoo.astra.mx.skins.halo
A simple skin for a color viewer.
ColorViewerSimpleSkin() — Constructor in class com.yahoo.astra.mx.skins.halo.ColorViewerSimpleSkin
Constructor.
ColorViewerSkin — Class in package com.yahoo.astra.mx.skins.halo
The skin for all the states of a color viewer.
ColorViewerSkin() — Constructor in class com.yahoo.astra.mx.skins.halo.ColorViewerSkin
Constructor.
colorWheel — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.AdvancedHSBColorWheelPicker
The color wheel.
colorWheel — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorWheelPicker
The color wheel.
ColorWheelPicker — Class in package com.yahoo.astra.mx.controls.colorPickerClasses
Two individual components of the HSB colorspace represented in a two-dimensional picker.
ColorWheelPicker() — Constructor in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorWheelPicker
Constructor.
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.
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.ListEvent
The zero-based index of the column that contains the item renderer where the event occurred.
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 is the accessibility class for ComboBase.
ComboBaseAccImpl(master:mx.core:UIComponent) — Constructor in class mx.accessibility.ComboBaseAccImpl
Constructor.
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.
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 — Event in class com.yahoo.astra.animation.Animation
Dispatched when the Animation instance has finished.
COMPLETE — Constant static property in class com.yahoo.astra.animation.AnimationEvent
Indicates that the animation has reached the end and finished.
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.
component — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorSlider
The currently displayed and editable component of the chosen color space.
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.
componentRadioGroup — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.AdvancedColorPickerDropDown
The radio group for the colorspace component inputs.
com.yahoo.astra.accessibility — Package
com.yahoo.astra.animation — Package
com.yahoo.astra.mx.accessibility — Package
com.yahoo.astra.mx.controls — Package
com.yahoo.astra.mx.controls.colorPickerClasses — Package
com.yahoo.astra.mx.controls.inputClasses — Package
com.yahoo.astra.mx.events — Package
com.yahoo.astra.mx.managers — Package
com.yahoo.astra.mx.skins.halo — Package
com.yahoo.astra.net — Package
com.yahoo.astra.utils — Package
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 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 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.
containsBridge(bridge) — Method in interface mx.core.ISWFBridgeGroup
Tests if the given bridge is one of the sandbox bridges in this group.
containsBridge(bridge) — Method in class mx.core.SWFBridgeGroup
Tests if the given bridge is one of the sandbox bridges in this group.
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.
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.
controlBar — Property in class mx.core.Application
The ApplicationControlBar for this Application.
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
Copies the selected items in the order that they were selected.
cornerRadius — Style in class com.yahoo.astra.mx.controls.TimeStepper
Radius of component corners.
cornerRadius — Style in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorPlane
Radius of component corners.
cornerRadius — Style in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorSlider
Radius of component corners.
cornerRadius — Style in class com.yahoo.astra.mx.controls.colorPickerClasses.HexColorInput
Radius of component corners.
cornerRadius — Style in class com.yahoo.astra.mx.controls.inputClasses.BaseMultiFieldInput
Radius of component corners.
cornerRadius — Style in class mx.controls.Button
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.
countDays(start, end) — Static method in class com.yahoo.astra.utils.DateUtil
Determines the number of days between the start value and the end value.
create(target, duration, parameters, autoStart, clearAllRunning) — Static method in class com.yahoo.astra.animation.Animation
Animates one or more properties of a target object.
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
A factory method that requests an instance of a definition known to the module.
createAccessibilityImplementation(component:mx.core:UIComponent) — Static method in class com.yahoo.astra.mx.accessibility.TimeInputAccImpl
Method for creating the Accessibility class.
createAccessibilityImplementation(component:mx.core:UIComponent) — Static method in class com.yahoo.astra.mx.accessibility.TimeStepperAccImpl
Method for creating the Accessibility class.
createAccessibilityImplementation — Static property in class com.yahoo.astra.mx.controls.ColorSliderPicker
createAccessibilityImplementation — Static property in class com.yahoo.astra.mx.controls.DropDownColorPicker
createAccessibilityImplementation — Static property in class com.yahoo.astra.mx.controls.IPv4AddressInput
createAccessibilityImplementation — Static property in class com.yahoo.astra.mx.controls.TimeInput
createAccessibilityImplementation — Static property in class com.yahoo.astra.mx.controls.TimeStepper
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.listClasses.ListBase
Creates objects that are children of this ListBase; in this case, the listContent object that will hold all the item renderers.
createChildren() — Method 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) — 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.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 is specified.
createItemRenderer(data) — Method in class mx.controls.listClasses.ListBase
Creates an item renderer given the data object.
CREATE_MODAL_WINDOW_REQUEST — Constant static property in class mx.events.SWFBridgeRequest
Creates a modal window.
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.
ctrlKey — Property in class mx.events.SandboxMouseEvent
Indicates whether the Ctrl key was pressed.
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.
currentColor — Property in class com.yahoo.astra.mx.events.ColorRequestEvent
The color currently displayed by the IColorViewer.
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.
currentSkin — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.DefaultColorViewer
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.
CURSOR_MANAGER_REQUEST — Constant static property in class mx.events.InterManagerRequest
Communication between CursorManagers use this request type.
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.
cyan — Property in class com.yahoo.astra.utils.CMYColor
Represents the cyan component of a value in the CMY color space.
CYAN — Constant static property in class com.yahoo.astra.utils.CMYColor
A constant representing the cyan component of the CMY colorspace.
CYAN — Constant static property in class com.yahoo.astra.utils.CMYKColor
A constant representing the cyan component of the CMYK colorspace.
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