| 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 |
| ABSOLUTE — Constant static property in class mx.core.ContainerLayout |
|
Use absolute layout for the contents of this container. |
| acceptDragDrop(target:mx.core:IUIComponent) — Static method in class mx.managers.DragManager |
|
Call this method from your dragEnter event handler if you accept
the drag/drop data. |
| accessibilityProperties — Property in interface mx.core.IFlexDisplayObject |
|
|
| AccImpl — Class in package mx.accessibility |
|
The AccImpl class is the base class for accessibility in components. |
| AccImpl(master:mx.core:UIComponent) — Constructor in class mx.accessibility.AccImpl |
|
Constructor. |
| action — Property in class mx.events.DragEvent |
|
The requested action. |
| activate() — Method in class mx.managers.FocusManager |
|
The SystemManager activates and deactivates a FocusManager
if more than one IFocusManagerContainer is visible at the same time. |
| activate() — Method in interface mx.managers.IFocusManager |
|
The SystemManager activates and deactivates a FocusManager
if more than one IFocusManagerContainer is visible at the same time. |
| activate(f:mx.managers:IFocusManagerContainer) — Method in interface mx.managers.ISystemManager |
|
Activates the FocusManager in an IFocusManagerContainer. |
| activate(f:mx.managers:IFocusManagerContainer) — Method in class mx.managers.SystemManager |
|
Activates the FocusManager in an IFocusManagerContainer. |
| ACTIVATE_FOCUS_REQUEST — Constant static property in class mx.events.SWFBridgeRequest |
|
Sent from the top-level focus manager to a subordinate focus managers
so all the focus managers participating in a tab loop get activated. |
| ACTIVATE_POP_UP_REQUEST — Constant static property in class mx.events.SWFBridgeRequest |
|
Requests that a child application's pop up be activated. |
| active — Property in class com.yahoo.astra.animation.Animation |
|
If true, the animation is currently running. |
| activeEffects — Property in class mx.core.UIComponent |
|
The list of effects that are currently playing on the component,
as an Array of EffectInstance instances. |
| actualCollection — Property in class mx.controls.listClasses.ListBase |
|
A copy of the value normally stored in collection
used while running data changes effects. |
| actualCreationPolicy — Property in class mx.core.Container |
|
The creation policy of this container. |
| actualIterator — Property in class mx.controls.listClasses.ListBase |
|
A copy of the value normally stored in iterator
used while running data changes effects. |
| add — Event in class mx.core.UIComponent |
|
Dispatched when the component is added to a container as a content child
by using the addChild() or addChildAt() method. |
| add — Property in class mx.effects.effectClasses.AddRemoveEffectTargetFilter |
|
Determines if this is an add or remove filter. |
| ADD — Constant static property in class mx.events.CollectionEventKind |
|
Indicates that the collection added an item or items. |
| ADD — Constant static property in class mx.events.FlexEvent |
|
The FlexEvent.ADD constant defines the value of the
type property of the event object for an add event. |
| addChild(child) — Method in class mx.core.Container |
|
Adds a child DisplayObject to this Container. |
| addChild(child) — Method in interface mx.core.IChildList |
|
Adds a child DisplayObject after the end of this child list. |
| addChild(child) — Method in interface mx.core.IContainer |
|
|
| addChildAt(child, index) — Method in class mx.core.Container |
|
Adds a child DisplayObject to this Container. |
| addChildAt(child, index) — Method in interface mx.core.IChildList |
|
Adds a child DisplayObject to this child list at the index specified. |
| addChildAt(child, index) — Method in interface mx.core.IContainer |
|
|
| addChildBridge(bridge, bridgeProvider:mx.core:ISWFBridgeProvider) — Method in interface mx.core.ISWFBridgeGroup |
|
Adds a new bridge to the pod. |
| addChildBridge(bridge, bridgeProvider:mx.core:ISWFBridgeProvider) — Method in class mx.core.SWFBridgeGroup |
|
Adds a new bridge to the pod. |
| addChildBridge(bridge, owner) — Method in interface mx.managers.ISystemManager |
|
Adds a child bridge to the system manager. |
| addChildBridge(bridge, owner) — Method in class mx.managers.SystemManager |
|
Add a bridge to talk to the child owned by owner. |
| addChildToSandboxRoot(layer, child) — Method in interface mx.managers.ISystemManager |
|
Adds child to sandbox root in the layer requested. |
| addChildToSandboxRoot(layer, child) — Method in class mx.managers.SystemManager |
|
Adds a child to the requested childList. |
| addData(data, format) — Method in class mx.core.DragSource |
|
Adds data and a corresponding format String to the drag source. |
| addDataEffectItem(item) — Method in class mx.controls.listClasses.ListBase |
|
Adds an item renderer if a data change effect is running. |
| addDataEffectItem(target) — Method in interface mx.effects.IEffectTargetHost |
|
Adds an item renderer if a data change effect is running. |
| addDragData(ds) — Method in class mx.controls.listClasses.ListBase |
|
Adds the selected items to the DragSource object as part of a
drag-and-drop operation. |
| addedEffect — Effect in class mx.core.UIComponent |
|
Played when the component is added as a child to a Container. |
| addEventListener(type, listener, useCapture, priority, useWeakReference) — Method in class mx.collections.ListCollectionView |
|
|
| addEventListener(type, listener, useCapture, priority, useWeakReference) — Method in class mx.utils.ObjectProxy |
|
Registers an event listener object
so that the listener receives notification of an event. |
| ADD_EVENT_LISTENER_REQUEST — Constant static property in class mx.events.EventListenerRequest |
|
Request to add an event listener. |
| addFocusManager(f:mx.managers:IFocusManagerContainer) — Method in interface mx.managers.ISystemManager |
|
Registers a top-level window containing a FocusManager. |
| addFocusManager(f:mx.managers:IFocusManagerContainer) — Method in class mx.managers.SystemManager |
|
Registers a top-level window containing a FocusManager. |
| addHaloColors(colors, themeColor, fillColor0, fillColor1) — Static method in class mx.skins.halo.HaloColors |
|
Calculates colors that are used by components that
support the Halo theme, such as the colors of beveled
edges. |
| addHandler(handler, format) — Method in class mx.core.DragSource |
|
Adds a handler that is called when data
for the specified format is requested. |
| addItem(item) — Method in interface mx.collections.IList |
|
Adds the specified item to the end of the list. |
| addItem(item) — Method in class mx.collections.ListCollectionView |
|
Adds the specified item to the end of the list. |
| addItemAt(item, index) — Method in interface mx.collections.IList |
|
Adds the item at the specified index. |
| addItemAt(item, index) — Method in class mx.collections.ListCollectionView |
|
Adds the item at the specified index. |
| addPopUp(window:mx.core:IFlexDisplayObject, parent, modal, childList) — Static method in class mx.managers.PopUpManager |
|
Pops up a top-level window. |
| ADD_POP_UP_PLACE_HOLDER_REQUEST — Constant static property in class mx.events.SWFBridgeRequest |
|
Adds a placeholder for a pop up window hosted by a child SystemManager. |
| ADD_POP_UP_REQUEST — Constant static property in class mx.events.SWFBridgeRequest |
|
Adds a popup on the targeted application. |
| AddRemoveEffectTargetFilter — Class in package mx.effects.effectClasses |
|
AddRemoveEffectTargetFilter is a subclass of EffectTargetFilter that handles
the logic for filtering targets that have been added or removed as
children to a container. |
| AddRemoveEffectTargetFilter() — Constructor in class mx.effects.effectClasses.AddRemoveEffectTargetFilter |
|
Constructor. |
| addResourceBundle(resourceBundle:mx.resources:IResourceBundle) — Method in interface mx.resources.IResourceManager |
|
Adds the specified ResourceBundle to the ResourceManager
so that its resources can be accessed by ResourceManager
methods such as getString(). |
| addResponder(responder:mx.rpc:IResponder) — Method in class mx.collections.errors.ItemPendingError |
|
addResponder adds a responder to an Array of responders. |
| addSWFBridge(bridge, owner) — Method in class mx.managers.FocusManager |
|
This is called on the top-level focus manager and the parent focus
manager for each new bridge of focusable content created. |
| addSWFBridge(bridge, owner) — Method in interface mx.managers.IFocusManager |
|
Adds a SWF bridge to this focus manager. |
| addToCreationQueue(id, preferredIndex, callbackFunc, parent:mx.core:IFlexDisplayObject) — Method in class mx.core.Application |
|
Add a container to the Application's creation queue. |
| addToFreeItemRenderers(item:mx.controls.listClasses:IListItemRenderer) — Method in class mx.controls.listClasses.ListBase |
|
Adds a renderer to the recycled renderer list,
making it invisible and cleaning up references to it. |
| addToRowArrays() — Method in class mx.controls.listClasses.ListBase |
|
Add a blank row to the beginning of the arrays that store references to the rows. |
| adjustBrightness(rgb, brite) — Static method in class mx.utils.ColorUtil |
|
Performs a linear brightness adjustment of an RGB color. |
| adjustBrightness2(rgb, brite) — Static method in class mx.utils.ColorUtil |
|
Performs a scaled brightness adjustment of an RGB color. |
| adjustFocusRect(obj) — Method in class mx.core.UIComponent |
|
Adjust the focus rectangle. |
| adjustListContent(unscaledWidth, unscaledHeight) — Method in class mx.controls.listClasses.ListBase |
|
Called from the updateDisplayList() method to adjust the size and position of
listContent. |
| AdvancedColorPickerDropDown — Class in package com.yahoo.astra.mx.controls.colorPickerClasses |
|
A drop-down with a ColorPlane, a ColorSlider, and a set of TextInputs
representing values in the HSB and RGB colorspaces. |
| AdvancedColorPickerDropDown() — Constructor in class com.yahoo.astra.mx.controls.colorPickerClasses.AdvancedColorPickerDropDown |
|
Constructor. |
| AdvancedHSBColorWheelPicker — Class in package com.yahoo.astra.mx.controls.colorPickerClasses |
|
An advanced color wheel picker representing the HSB colorspace. |
| AdvancedHSBColorWheelPicker() — Constructor in class com.yahoo.astra.mx.controls.colorPickerClasses.AdvancedHSBColorWheelPicker |
|
Constructor. |
| afterLast — Property in interface mx.collections.IViewCursor |
|
If the cursor is located after the last item in the view,
this property is true . |
| ALL — Constant static property in class mx.core.ContainerCreationPolicy |
|
Immediately create all descendants. |
| allowDragSelection — Property in class mx.controls.listClasses.ListBase |
|
A flag that indicates whether drag-selection is enabled. |
| allowItemSizeChangeNotification — Property in class mx.controls.listClasses.ListBase |
|
If false, renderers cannot invalidate size of List. |
| allowMultipleSelection — Property in class mx.controls.listClasses.ListBase |
|
A flag that indicates whether you can allow more than one item to be
selected at the same time. |
| alpha — Property in interface mx.core.IFlexDisplayObject |
|
|
| alpha — Property in class mx.graphics.RectangularDropShadow |
|
|
| alphaFrom — Property in class mx.effects.Fade |
|
Initial transparency level between 0.0 and 1.0,
where 0.0 means transparent and 1.0 means fully opaque. |
| alphaFrom — Property in class mx.effects.effectClasses.FadeInstance |
|
Initial transparency level between 0.0 and 1.0,
where 0.0 means transparent and 1.0 means fully opaque. |
| alphaTo — Property in class mx.effects.Fade |
|
Final transparency level,
where 0.0 means transparent and 1.0 means fully opaque. |
| alphaTo — Property in class mx.effects.effectClasses.FadeInstance |
|
Final transparency level between 0.0 and 1.0,
where 0.0 means transparent and 1.0 means fully opaque. |
| alternatingItemColors — Style in class mx.controls.listClasses.ListBase |
|
The colors to use for the backgrounds of the items in the list. |
| altKey — Property in class mx.events.SandboxMouseEvent |
|
Indicates whether the Alt key was pressed. |
| alwaysShowSelection — Property in interface mx.core.IUITextField |
|
The ITextField interface defines the basic set of APIs
for flash.display.TextField
|
| AMPM_FOCUS_IN — Constant static property in class com.yahoo.astra.mx.events.TimeInputEvent |
|
Constant defining the event type fired when the am/pm field of a
TimeInput receives focus. |
| AMText — Style in class com.yahoo.astra.mx.controls.TimeInput |
|
The String displayed for the AM value. |
| anchorBookmark — Property in class mx.controls.listClasses.ListBase |
|
A bookmark to the item that is the anchor. |
| anchorIndex — Property in class mx.controls.listClasses.ListBase |
|
The offset of the item in the data provider that is the selection
anchor point. |
| angle — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.DividedColorViewer |
|
The angle of division, in degrees. |
| angle(p1, p2) — Static method in class com.yahoo.astra.utils.PointUtil |
|
Determines the angle between two arbitrary points. |
| angle — Property in class mx.graphics.RectangularDropShadow |
|
|
| Animation — Class in package com.yahoo.astra.animation |
|
An ultra lightweight animation engine. |
| Animation(duration, start, end, autoStart) — Constructor in class com.yahoo.astra.animation.Animation |
|
Constructor. |
| AnimationEvent — Class in package com.yahoo.astra.animation |
|
The AnimationEvent class represents events that are broadcast by the com.yahoo.astra.animation.Animation class. |
| AnimationEvent(type, parameters) — Constructor in class com.yahoo.astra.animation.AnimationEvent |
|
Constructor. |
| antiAliasType — Property in interface mx.core.IUITextField |
|
|
| antiAliasType — Property in class mx.core.UITextFormat |
|
Defines the anti-aliasing setting for the UITextField class. |
| ANY_INDEX_MODE — Constant static property in class mx.collections.Sort |
|
When executing a find return the index any matching item. |
| appendText(newText) — Method in interface mx.core.IUITextField |
|
|
| application — Static property in class mx.core.Application |
|
A reference to the top-level application. |
| application — Property in class mx.managers.SystemManager |
|
The application parented by this SystemManager. |
| Application — Class in package mx.core |
|
Flex defines a default, or Application, container that lets you start
adding content to your application without explicitly defining
another container. |
| Application() — Constructor in class mx.core.Application |
|
Constructor. |
| APPLICATION — Constant static property in class mx.managers.PopUpManagerChildList |
|
Indicates that the popup is placed in the same child list as the
application. |
| applicationComplete — Event in class mx.core.Application |
|
Dispatched after the Application has been initialized,
processed by the LayoutManager, and attached to the display list. |
| applicationComplete — Event in class mx.managers.SystemManager |
|
Dispatched when the application has finished initializing
|
| APPLICATION_COMPLETE — Constant static property in class mx.events.FlexEvent |
|
The FlexEvent.APPLICATION_COMPLETE constant defines the value of the
type property of the event object for a applicationComplete event. |
| apply(parent:mx.core:UIComponent) — Method in interface mx.states.IOverride |
|
Applies the override. |
| applySelectionEffect(indicator, uid, itemRenderer:mx.controls.listClasses:IListItemRenderer) — Method in class mx.controls.listClasses.ListBase |
|
Sets up the effect for applying the selection indicator. |
| applyValueToTarget(target, property, value, props) — Method in class mx.effects.Effect |
|
Used internally by the Effect infrastructure. |
| approximate — Property in class mx.controls.listClasses.ListBaseSelectionData |
|
If true, then the index property is an approximate value and not the exact value. |
| AQUA — Constant static property in class com.yahoo.astra.utils.Color |
| |
| areInaccessibleObjectsUnderPoint(point) — Method in interface mx.core.IContainer |
|
|
| ArrayCollection — Class in package mx.collections |
|
The ArrayCollection class is a wrapper class that exposes an Array as
a collection that can be accessed and manipulated using the methods
and properties of the ICollectionView or IList
interfaces. |
| ArrayCollection(source) — Constructor in class mx.collections.ArrayCollection |
|
Constructor. |
| ArrayUtil — Class in package mx.utils |
|
The ArrayUtil utility class is an all-static class
with methods for working with arrays within Flex. |
| arrowButtonStyleFilters — Property in class mx.controls.ComboBase |
|
Set of styles to pass from the ComboBase to the down arrow button
|
| assignFocus(direction) — Method in interface mx.managers.IFocusManagerComplexComponent |
|
Called by the FocusManager when the component receives focus. |
| AT_BOTTOM — Constant static property in class mx.events.ScrollEventDetail |
|
Indicates that the scroll bar is at the bottom of its scrolling range. |
| AT_LEFT — Constant static property in class mx.events.ScrollEventDetail |
|
Indicates that the scroll bar is at the left of its scrolling range. |
| AT_RIGHT — Constant static property in class mx.events.ScrollEventDetail |
|
Indicates that the scroll bar is at the right of its scrolling range. |
| attachOverlay() — Method in class mx.core.Container |
|
Used internally by the Dissolve Effect to add the overlay to the chrome of a container. |
| attachOverlay() — Method in class mx.core.UIComponent |
|
This is an internal method used by the Flex framework
to support the Dissolve effect. |
| AT_TOP — Constant static property in class mx.events.ScrollEventDetail |
|
Indicates that the scroll bar is at the top of its scrolling range. |
| attribute(attributeName) — Method in class mx.collections.XMLListCollection |
|
Calls the attribute() method of each XML object in the
XMLList and returns an XMLList of the results, which
match the given attributeName. |
| attributes() — Method in class mx.collections.XMLListCollection |
|
Calls the attributes() method of each XML object in the
XMLList object and returns an XMList of attributes for each XML object. |
| AUTO — Constant static property in class mx.core.ContainerCreationPolicy |
|
Delay creating some or all descendants until they are needed. |
| AUTO — Constant static property in class mx.core.ScrollPolicy |
|
Show the scrollbar if the children exceed the owner's dimension. |
| AUTO — Constant static property in class mx.core.UIComponentCachePolicy |
|
Specifies that the Flex framework should use heuristics
to decide whether to cache the object as a bitmap. |
| AutoCompleteManager — Class in package com.yahoo.astra.mx.managers |
|
The AutoCompleteManager manages a set of input controls, popping up
suggestions based on previous entries into the fields. |
| AutoCompleteManager() — Constructor in class com.yahoo.astra.mx.managers.AutoCompleteManager |
|
Constructor. |
| autoFillEnabled — Property in class com.yahoo.astra.mx.managers.AutoCompleteManager |
|
Whether to complete the text in the text field
with the first item in the drop down list or not. |
| autoLayout — Property in class mx.core.Container |
|
If true, measurement and layout are done
when the position or size of a child is changed. |
| automationDelegate — Property in interface mx.automation.IAutomationObject |
|
The delegate object that is handling the automation-related functionality. |
| automationDelegate — Property in class mx.core.UIComponent |
|
The delegate object that handles the automation-related functionality. |
| automationDelegate — Property in class mx.core.UITextField |
|
The delegate object which is handling the automation related functionality. |
| automationName — Property in interface mx.automation.IAutomationObject |
|
Name that can be used as an identifier for this object. |
| automationName — Property in class mx.core.UIComponent |
|
Name that can be used as an identifier for this object. |
| automationName — Property in class mx.core.UITextField |
|
Name that can be used as an identifier for this object. |
| automationTabularData — Property in interface mx.automation.IAutomationObject |
|
An implementation of the IAutomationTabularData interface, which
can be used to retrieve the data. |
| automationTabularData — Property in class mx.core.UIComponent |
|
An implementation of the IAutomationTabularData interface, which
can be used to retrieve the data. |
| automationValue — Property in interface mx.automation.IAutomationObject |
|
This value generally corresponds to the rendered appearance of the
object and should be usable for correlating the identifier with
the object as it appears visually within the application. |
| automationValue — Property in class mx.core.UIComponent |
|
This value generally corresponds to the rendered appearance of the
object and should be usable for correlating the identifier with
the object as it appears visually within the application. |
| automationValue — Property in class mx.core.UITextField |
|
This value generally corresponds to the rendered appearance of the
object and should be usable for correlating the identifier with
the object as it appears visually within the application. |
| autoRepeat — Property in class mx.controls.Button |
|
Specifies whether to dispatch repeated buttonDown
events if the user holds down the mouse button. |
| autoSave — Property in class com.yahoo.astra.mx.managers.AutoCompleteManager |
|
Setting this value to true will add
adding entries to the local history when a target TextInput
is focused out of. |
| autoSize — Property in interface mx.core.IUITextField |
|
|
|
| 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 |