| 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. |
| accDoDefaultAction(childID) — Method in class flash.accessibility.AccessibilityImplementation |
|
IAccessible method that performs the default action associated with the component that this AccessibilityImplementation represents or of one of its child elements. |
| accDoDefaultAction(childID) — Method in class mx.accessibility.ButtonAccImpl |
|
IAccessible method for performing the default action associated with Button, which is Press. |
| accDoDefaultAction(childID) — Method in class mx.accessibility.DataGridAccImpl |
|
IAccessible method for performing the default action associated with a GridItem, which is Double Click. |
| accDoDefaultAction(childID) — Method in class mx.accessibility.DateChooserAccImpl |
|
IAccessible method for executing the Default Action. |
| accDoDefaultAction(childID) — Method in class mx.accessibility.ListBaseAccImpl |
|
IAccessible method for performing the default action associated with a ListItem, which is Double Click. |
| accDoDefaultAction(childID) — Method in class mx.accessibility.MenuBarAccImpl |
|
IAccessible method for performing the default action associated with a MenuItem. |
| accDoDefaultAction(childID) — Method in class mx.accessibility.TabBarAccImpl |
|
IAccessible method for performing the default action associated with a Tab, which is to select the Tab. |
| accDoDefaultAction(childID) — Method in class mx.accessibility.TreeAccImpl |
|
IAccessible method for performing the default action associated with a treeItem, which is Expand or Collapse depending on the item state. |
| 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. |
| Accessibility — Final class in package flash.accessibility |
|
The Accessibility class manages communication with screen readers. |
| AccessibilityImplementation — Class in package flash.accessibility |
|
The AccessibilityImplementation class is the base class in the Flash Player
which allows for the implementation of accessibility in components. |
| AccessibilityImplementation() — Constructor in class flash.accessibility.AccessibilityImplementation |
|
AccessibilityImplementation should not be instantiated directly with a call to its constructor. |
| accessibilityProperties — Property in interface mx.core.IFlexDisplayObject |
|
|
| AccessibilityProperties — Class in package flash.accessibility |
|
The AccessibilityProperties class lets you control the presentation of Flash objects to accessibility
aids, such as screen readers. |
| AccessibilityProperties() — Constructor in class flash.accessibility.AccessibilityProperties |
|
Creates a new AccessibilityProperties object. |
| AccImpl — Class in package mx.accessibility |
|
The AccImpl class, also called the Accessibility Implementation class, is the base class
for the implementation of accessibility in components. |
| AccImpl(master:mx.core:UIComponent) — Constructor in class mx.accessibility.AccImpl |
|
Creates a new Accessibility Implementation instance for the specified component. |
| accLocation(childID) — Method in class flash.accessibility.AccessibilityImplementation |
|
IAccessible method for returning a DisplayObject or Rectangle specifying the bounding box of a child element in the AccessibilityImplementation. |
| accLocation(childID) — Method in class mx.accessibility.DataGridAccImpl |
|
IAccessible method for returning the bounding box of a GridItem. |
| accLocation(childID) — Method in class mx.accessibility.ListBaseAccImpl |
|
IAccessible method for returning the bounding box of a ListItemRenderer. |
| accLocation(childID) — Method in class mx.accessibility.MenuBarAccImpl |
|
IAccessible method for returning the bounding box of a MenuItem. |
| accLocation(childID) — Method in class mx.accessibility.PanelAccImpl |
|
IAccessible method for returning the bounding box of the Panel or of one of its child elements. |
| accLocation(childID) — Method in class mx.accessibility.TabBarAccImpl |
|
IAccessible method for returning the bounding box of a Tab. |
| accLocation(childID) — Method in class mx.accessibility.TreeAccImpl |
|
IAccessible method for returning the bounding box of a treeItem. |
| Accordion — Class in package mx.containers |
|
An Accordion navigator container has a collection of child containers,
but only one of them at a time is visible. |
| Accordion() — Constructor in class mx.containers.Accordion |
|
Constructor. |
| AccordionHeader — Class in package mx.containers.accordionClasses |
|
The AccordionHeader class defines the appearance of the navigation buttons
of an Accordion. |
| AccordionHeader() — Constructor in class mx.containers.accordionClasses.AccordionHeader |
|
Constructor. |
| AccordionHeaderAccImpl — Class in package mx.accessibility |
|
The AccordionHeaderAccImpl class, also called the AccordionHeader Accessibility Implementation class,
enables communication between a AccordionHeader component and a screen reader. |
| AccordionHeaderAccImpl(master:mx.core:UIComponent) — Constructor in class mx.accessibility.AccordionHeaderAccImpl |
|
Creates a new AccordionHeaderAccImpl instance for the specified AccordionHeader component. |
| accSelect(selFlag, childID) — Method in class flash.accessibility.AccessibilityImplementation |
|
IAccessible method for altering the selection in the component that this AccessibilityImplementation represents. |
| accSelect(selFlag, childID) — Method in class mx.accessibility.ListBaseAccImpl |
|
IAccessible method for selecting an item. |
| 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. |
| active — Static property in class flash.accessibility.Accessibility |
|
Indicates whether a screen reader is currently active and the player is
communicating with it. |
| 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(parent, newChild, index, model) — Method in interface mx.controls.menuClasses.IMenuDataDescriptor |
|
Add a child node to a node at the specified index. |
| addChildAt(parent, newChild, index, model) — Method in class mx.controls.treeClasses.DefaultDataDescriptor |
|
Add a child node to a node at the specified index. |
| addChildAt(parent, newChild, index, model) — Method in interface mx.controls.treeClasses.ITreeDataDescriptor |
|
Adds a child node to a node at the specified index. |
| 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 |
|
|
| 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. |
| 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. |
| 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. |
| 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. |
| 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.DataGrid |
|
Called from updateDisplayList() to adjust the size and position of
listContent. |
| adjustListContent(unscaledWidth, unscaledHeight) — Method in class mx.controls.listClasses.ListBase |
|
Called from updateDisplayList() to adjust the size and position of
listContent. |
| adjustRow(contentHolder, rowNum, yy, hh) — Method in class mx.controls.dataGridClasses.DataGridBase |
|
Adjust size and positions of the renderers for the given rowNum, row position and height
|
| afterLast — Property in interface mx.collections.IViewCursor |
|
If the cursor is located after the last item in the view,
this property is true . |
| Alert — Class in package mx.controls |
|
The Alert control is a pop-up dialog box that can contain a message,
a title, buttons (any combination of OK, Cancel, Yes, and No) and an icon. |
| Alert() — Constructor in class mx.controls.Alert |
|
Constructor. |
| AlertAccImpl — Class in package mx.accessibility |
|
The AlertAccImpl class, also called the Alert Accessibility Implementation class,
enables communication between a Alert component and a screen reader. |
| AlertAccImpl(master:mx.core:UIComponent) — Constructor in class mx.accessibility.AlertAccImpl |
|
Creates a new AlertAccImpl instance for the specified Alert component. |
| ALL — Constant static property in class mx.core.ContainerCreationPolicy |
|
Immediately create all descendants. |
| allowDisjointSelection — Property in class mx.controls.DateChooser |
|
If true, specifies that non-contiguous(disjoint)
selection is allowed in the DateChooser control. |
| 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.DateChooser |
|
If true, specifies that multiple selection
is allowed in the DateChooser control. |
| 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. |
| allowThumbOverlap — Property in class mx.controls.sliderClasses.Slider |
|
If set to false, then each thumb can only be moved to the edge of
the adjacent thumb. |
| allowTrackClick — Property in class mx.controls.sliderClasses.Slider |
|
Specifies whether clicking on the track will move the slider thumb. |
| 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.ComboBox |
|
The set of BackgroundColors for drop-down list rows in an alternating
pattern. |
| alternatingItemColors — Style in class mx.controls.Menu |
|
The colors used for menu or submenu menu items in an alternating pattern. |
| alternatingItemColors — Style in class mx.controls.Tree |
|
Colors for rows in an alternating pattern. |
| alternatingItemColors — Style in class mx.controls.listClasses.ListBase |
|
The colors to use for the backgrounds of the items in the list. |
| alwaysShowSelection — Property in interface mx.core.IUITextField |
|
The ITextField interface defines the basic set of APIs
for flash.display.TextField
|
| 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 mx.graphics.RectangularDropShadow |
|
|
| animate — Property in class mx.events.TreeEvent |
|
Whether to animate an opening or closing operation; used for
ITEM_OPENING type events only. |
| 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. |
| ApplicationControlBar — Class in package mx.containers |
|
The ApplicationControlBar container holds components
that provide global navigation and application commands. |
| ApplicationControlBar() — Constructor in class mx.containers.ApplicationControlBar |
|
Constructor. |
| APPLICATION_URL_CHANGE — Constant static property in class mx.events.BrowserChangeEvent |
|
The BrowserChangeEvent.APPLICATION_URL_CHANGE constant defines the value of the
type property of the event object for a applicationURLChange 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. |
| 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
|
| arrowButtonWidth — Style in class mx.controls.ComboBox |
|
Width of the arrow button in pixels. |
| 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. |
| 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. |
| 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 |