| 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 |
|
|
| 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. |
| 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 |
|
|
| 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.listClasses.ListBase |
|
Called from updateDisplayList() to adjust the size and position of
listContent. |
| 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.ComboBox |
|
The set of BackgroundColors for drop-down list 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 |
|
|
| 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. |
| 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. |
| AutoCompleteCollectionEvent — Class in package com.flextras.autoCompleteComboBox |
|
The AutoCompleteCollectionEvent represents events associated with the AutoComplete filtering functionality of the
AutoCompleteComboBox. |
| AutoCompleteCollectionEvent(type, argFilterFunction, bubbles, cancelable, kind, location, oldLocation, items) — Constructor in class com.flextras.autoCompleteComboBox.AutoCompleteCollectionEvent |
|
constructor
|
| autoCompleteComboBox — Property in class com.flextras.autoCompleteComboBox.AutoCompleteListData |
|
The AutoCompleteComboBox property gives your itemRenderer a link to the AutoCompleteComboBox
|
| AutoCompleteComboBox — Class in package com.flextras.autoCompleteComboBox |
|
The Flextras AutoCompleteComboBox is an advanced ComboBox, providing AutoComplete functionality, type-ahead functionality, label truncation, a selectedValue option, and an automatic width resize to content. |
| AutoCompleteComboBox() — Constructor in class com.flextras.autoCompleteComboBox.AutoCompleteComboBox |
|
Constructor. |
| AutoCompleteComboBoxEvent — Class in package com.flextras.autoCompleteComboBox |
|
The AutoCompleteComboBoxEvent class represents generic events associated with the AutoCompleteComboBox. |
| AutoCompleteComboBoxEvent(type, argText, argnewText, bubbles, cancelable) — Constructor in class com.flextras.autoCompleteComboBox.AutoCompleteComboBoxEvent |
|
Constructor
|
| AutoCompleteComboBoxResizeEvent — Class in package com.flextras.autoCompleteComboBox |
|
The AutoCompleteComboBoxResizeEvent class represents drop down resize events associated with the AutoCompleteComboBox, either when the height is changed for AutoComplete purposes, or when the width is expanded for expandDropDownToContent purposes. |
| AutoCompleteComboBoxResizeEvent(type, argcurrentSize, argnewSize, bubbles, cancelable) — Constructor in class com.flextras.autoCompleteComboBox.AutoCompleteComboBoxResizeEvent |
|
constructor
|
| autoCompleteDataProviderFilterBegin — Event in class com.flextras.autoCompleteComboBox.AutoCompleteComboBox |
|
This event is dispatched before the dataProvider is filtered for AutoComplete Purposes. |
| AUTOCOMPLETE_DATAPROVIDER_FILTER_BEGIN — Constant static property in class com.flextras.autoCompleteComboBox.AutoCompleteCollectionEvent |
|
The AutoCompleteCollectionEvent.AUTOCOMPLETE_DATAPROVIDER_FILTER_BEGIN constant defines the value of the type property of the event object for an event that is dispatched when the AutoCompleteComboBox dataProvider is about to be filtered. |
| autoCompleteDataProviderFiltered — Event in class com.flextras.autoCompleteComboBox.AutoCompleteComboBox |
|
This event is dispatched after the dataProvider is filtered for AutoComplete Purposes. |
| AUTOCOMPLETE_DATAPROVIDER_FILTERED — Constant static property in class com.flextras.autoCompleteComboBox.AutoCompleteCollectionEvent |
|
The AutoCompleteCollectionEvent.AUTOCOMPLETE_DATAPROVIDER_FILTER constant defines the value of the type property of the event object for an event that is dispatched when the filtering for the AutoCompleteComboBox dataProvider is complete. |
| autoCompleteEnabled — Property in class com.flextras.autoCompleteComboBox.AutoCompleteComboBox |
|
This property enables the AutoComplete functionality. |
| autoCompleteFilter(item) — Method in class com.flextras.autoCompleteComboBox.AutoCompleteComboBox |
|
This is the default filter function for AutoComplete functionality. |
| autoCompleteFilterFunction — Property in class com.flextras.autoCompleteComboBox.AutoCompleteComboBox |
|
This property defines the filter function used to filter the dataProvider for AutoComplete purposes. |
| autoCompleteHighlightOnFocus — Property in class com.flextras.autoCompleteComboBox.AutoCompleteComboBox |
|
Use this property if you want to select all characters in the autoCompleteTextInput when it gains focus. |
| AutoCompleteListData — Class in package com.flextras.autoCompleteComboBox |
|
The AutoCompleteListData class defines the data type of the listData
property implemented by drop-in item renderers or drop-in item editors
for the drop down piece of the AutoCompleteComboBox control. |
| AutoCompleteListData(listData:mx.controls.listClasses:ListData, argAypeAheadText, argAutoCompleteComboBox:com.flextras.autoCompleteComboBox:AutoCompleteComboBox) — Constructor in class com.flextras.autoCompleteComboBox.AutoCompleteListData |
|
constructor
|
| autoCompleteRemoteData — Property in class com.flextras.autoCompleteComboBox.AutoCompleteComboBox |
|
Use this property if you are populating the dataProvider from a remote data source and want to change the dataProvider
with each character the user types. |
| autoCompleteResetIndex — Property in class com.flextras.autoCompleteComboBox.AutoCompleteComboBox |
|
This property allows you to specify a default selectedIndex when the dataProvider is set or reset. |
| autoCompleteSelectOnEnter — Property in class com.flextras.autoCompleteComboBox.AutoCompleteComboBox |
|
Use this property if you want to select the first item in the AutoComplete's filtered drop down list when the user
presses the enter key. |
| autoCompleteSelectOnEnterIfEmpty — Property in class com.flextras.autoCompleteComboBox.AutoCompleteComboBox |
|
If set to true, the top item in the drop down will be selected when the user presses enter without having entered
any text. |
| autoCompleteSelectOnEqual — Property in class com.flextras.autoCompleteComboBox.AutoCompleteComboBox |
|
Use this property if you want to select an item in the AutoComplete's filtered drop down list
if that item is equal to the text you typed. |
| autoCompleteSelectOnEqualCaseSensitivity — Property in class com.flextras.autoCompleteComboBox.AutoCompleteComboBox |
|
This controls the case sensitivity of the autoCompleteSelectOnEqual comparison. |
| autoCompleteSelectOnOne — Property in class com.flextras.autoCompleteComboBox.AutoCompleteComboBox |
|
Use this property if you want to select an item in the AutoComplete's filtered drop down list
if there is only a single item remaining. |
| autoCompleteSetTypeAheadText(value) — Method in class com.flextras.autoCompleteComboBox.AutoCompleteComboBox |
|
This method lets you reset the AutoComplete Type Ahead Text. |
| autoCompleteTextInputStyleName — Style in class com.flextras.autoCompleteComboBox.AutoCompleteComboBox |
|
This style is a pass through style for the AutoComplete TextInput
|
| 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 |