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  
magenta — Property in class com.yahoo.astra.utils.CMYColor
Represents the magenta component of a value in the CMY color space.
MAGENTA — Constant static property in class com.yahoo.astra.utils.CMYColor
A constant representing the magenta component of the CMY colorspace.
MAGENTA — Constant static property in class com.yahoo.astra.utils.CMYKColor
A constant representing the magenta component of the CMYK colorspace.
makeListData(data, uid, rowNum) — Method in class mx.controls.List
Creates a new ListData instance and populates the fields based on the input data provider item.
makeRowsAndColumns(left, top, right, bottom, firstColumn, firstRow, byCount, rowsNeeded) — Method in class mx.controls.listClasses.ListBase
Make enough rows and columns to fill the area described by left, top, right, bottom.
MAROON — Constant static property in class com.yahoo.astra.utils.Color
marshal(event) — Static method in class mx.events.EventListenerRequest
Marshals an event by copying the relevant parameters from the event into a new event.
marshal(event) — Static method in class mx.events.SandboxMouseEvent
Marshal a SWFBridgeRequest from a remote ApplicationDomain into the current ApplicationDomain.
marshal(event) — Static method in class mx.events.SWFBridgeEvent
Marshal a SWFBridgeRequest from a remote ApplicationDomain into the current ApplicationDomain.
marshal(event) — Static method in class mx.events.SWFBridgeRequest
Marshals a SWFBridgeRequest from a remote ApplicationDomain into the current ApplicationDomain.
mask — Property in interface mx.core.IFlexDisplayObject
maskShape — Property in class mx.core.ScrollControlBase
The mask.
master — Property in class mx.accessibility.AccImpl
A reference to the UIComponent instance that this AccImpl instance is making accessible.
master — Property in class mx.accessibility.UIComponentAccImpl
A reference to the UIComponent itself.
maxChars — Property in class mx.controls.TextInput
Maximum number of characters that users can enter in the text field.
maxChars — Property in interface mx.core.IUITextField
maxHeight — Property in class mx.containers.utilityClasses.ConstraintRow
Number that specifies the maximum height of the ConstraintRow instance, in pixels, in the ConstraintRow instance's coordinates.
maxHeight — Property in interface mx.core.IUIComponent
Number that specifies the maximum height of the component, in pixels, as the component's coordinates.
maxHeight — Property in class mx.core.UIComponent
The maximum recommended height of the component to be considered by the parent during layout.
maxHeight — Property in class mx.core.UITextField
The maximum recommended height of the component to be considered by the parent during layout.
maxHorizontalScrollPosition — Property in class mx.core.Container
The largest possible value for the horizontalScrollPosition property.
maxHorizontalScrollPosition — Property in class mx.core.ScrollControlBase
The maximum value for the horizontalScrollPosition property.
maxLabelWidth — Property in class mx.containers.Form
The maximum width, in pixels, of the labels of the FormItems containers in this Form.
maxRowCount — Property in class com.yahoo.astra.mx.managers.AutoCompleteManager
The maximum number of rows that a pop-up autocomplete should display
maxScrollH — Property in interface mx.core.IUITextField
maxScrollPosition — Property in class mx.controls.scrollClasses.ScrollBar
Number which represents the maximum scroll position.
maxScrollV — Property in interface mx.core.IUITextField
maxVerticalScrollPosition — Property in class mx.core.Container
The largest possible value for the verticalScrollPosition property.
maxVerticalScrollPosition — Property in class mx.core.ScrollControlBase
The maximum value for the verticalScrollPosition property.
maxWidth — Property in class mx.containers.utilityClasses.ConstraintColumn
Number that specifies the maximum width of the ConstraintColumn instance, in pixels, in the ConstraintColumn instance's coordinates.
maxWidth — Static property in class mx.controls.ToolTip
Maximum width in pixels for new ToolTip controls.
maxWidth — Property in interface mx.core.IUIComponent
Number that specifies the maximum width of the component, in pixels, as the component's coordinates.
maxWidth — Property in class mx.core.UIComponent
The maximum recommended width of the component to be considered by the parent during layout.
maxWidth — Property in class mx.core.UITextField
The maximum recommended width of the component to be considered by the parent during layout.
measure() — Method in class mx.containers.Form
Calculates the preferred, minimum and maximum sizes of the Form.
measure() — Method in class mx.containers.FormItem
Calculates the preferred, minimum and maximum sizes of the FormItem.
measure() — Method in class mx.controls.ComboBase
Determines the measuredWidth and measuredHeight properties of the control.
measure() — Method in class mx.controls.listClasses.ListBase
Calculates the measured width and height of the component based on the rowCount, columnCount, rowHeight and columnWidth properties.
measure() — Method in class mx.core.UIComponent
Calculates the default size, and optionally the default minimum size, of the component.
measuredHeight — Property in interface mx.core.IFlexDisplayObject
The measured height of this object.
measuredHeight — Property in class mx.core.SpriteAsset
The measured height of this object.
measuredHeight — Property in class mx.core.UIComponent
The default height of the component, in pixels.
measuredHeight — Property in class mx.core.UITextField
The default height of the component, in pixels.
measuredHeight — Property in class mx.managers.SystemManager
The measuredHeight is the explicit or measuredHeight of the main mx.core.Application window or the starting height of the SWF if the main window has not yet been created or does not exist.
measuredHeight — Property in class mx.skins.ProgrammaticSkin
The measured height of this object.
measuredMinHeight — Property in interface mx.core.IUIComponent
The default minimum height of the component, in pixels.
measuredMinHeight — Property in class mx.core.UIComponent
The default minimum height of the component, in pixels.
measuredMinHeight — Property in class mx.core.UITextField
The default minimum height of the component, in pixels.
measuredMinWidth — Property in interface mx.core.IUIComponent
The default minimum width of the component, in pixels.
measuredMinWidth — Property in class mx.core.UIComponent
The default minimum width of the component, in pixels.
measuredMinWidth — Property in class mx.core.UITextField
The default minimum width of the component, in pixels.
measuredWidth — Property in interface mx.core.IFlexDisplayObject
The measured width of this object.
measuredWidth — Property in class mx.core.SpriteAsset
The measured width of this object.
measuredWidth — Property in class mx.core.UIComponent
The default width of the component, in pixels.
measuredWidth — Property in class mx.core.UITextField
The default width of the component, in pixels.
measuredWidth — Property in class mx.managers.SystemManager
The measuredWidth is the explicit or measuredWidth of the main mx.core.Application window, or the starting width of the SWF if the main window has not yet been created or does not exist.
measuredWidth — Property in class mx.skins.ProgrammaticSkin
The measured width of this object.
measureHeightOfItems(index, count) — Method in class mx.controls.listClasses.ListBase
Measures a set of items from the data provider using the current item renderer and returns the sum of the heights of those items.
measureHTMLText(htmlText) — Method in class mx.core.UIComponent
Measures the specified HTML text, which may contain HTML tags such as <font> and <b>, assuming that it is displayed in a single-line UITextField using a UITextFormat determined by the styles of this UIComponent.
measureHTMLText(htmlText, roundUp) — Method in class mx.core.UITextFormat
Returns measurement information for the specified HTML text, which may contain HTML tags such as <font> and <b>, assuming that it is displayed in a single-line UITextField, and using this UITextFormat object to define the text format.
measureText(text) — Method in class mx.core.UIComponent
Measures the specified text, assuming that it is displayed in a single-line UITextField using a UITextFormat determined by the styles of this UIComponent.
measureText(text, roundUp) — Method in class mx.core.UITextFormat
Returns measurement information for the specified text, assuming that it is displayed in a single-line UITextField component, and using this UITextFormat object to define the text format.
measureWidthOfItems(index, count) — Method in class mx.controls.listClasses.ListBase
Measures a set of items from the data provider using the current item renderer and returns the maximum width found.
measuringObjects — Property in class mx.controls.List
cache of measuring objects by factory
MEDIUM — Constant static property in class mx.managers.CursorManagerPriority
Constant that specifies a medium cursor priority when passed as the priority argument to setCursor().
menuSelectionMode — Property in class mx.controls.listClasses.ListBase
A flag that indicates whether menu-style selection should be used.
message — Property in class mx.events.ValidationResultEvent
A single string that contains every error message from all of the ValidationResult objects in the results Array.
MILLISECONDS — Constant static property in class com.yahoo.astra.utils.TimeUnit
A constant representing the milliseconds unit in date and time values.
minCharsForCompletion — Property in class com.yahoo.astra.mx.managers.AutoCompleteManager
The minimum number of characters that must be typed in to display the completion list
minDiskSpace — Property in class com.yahoo.astra.mx.managers.AutoCompleteManager
The minimum disk space, in bytes, that you'd like to allow for local storage.
minHeight — Property in class mx.containers.utilityClasses.ConstraintRow
Number that specifies the minimum height of the ConstraintRow instance, in pixels, in the ConstraintRow instance's coordinates.
minHeight — Property in interface mx.core.IUIComponent
Number that specifies the minimum height of the component, in pixels, as the component's coordinates.
minHeight — Property in class mx.core.UIComponent
The minimum recommended height of the component to be considered by the parent during layout.
minHeight — Property in class mx.core.UITextField
The minimum recommended height of the component to be considered by the parent during layout.
MINIMUM_DISPLAY_TIME — Property in class mx.preloaders.DownloadProgressBar
The minimum number of milliseconds that the display should appear visible.
minScrollPosition — Property in class mx.controls.scrollClasses.ScrollBar
Number that represents the minimum scroll position.
MINUTES — Constant static property in class com.yahoo.astra.utils.TimeUnit
A constant representing the minutes unit in date and time values.
MINUTES_FOCUS_IN — Constant static property in class com.yahoo.astra.mx.events.TimeInputEvent
Constant defining the event type fired when the minutes field of a TimeInput receives focus.
minWidth — Property in class mx.containers.utilityClasses.ConstraintColumn
Number that specifies the minimum width of the ConstraintColumn instance, in pixels, in the ConstraintColumn instance's coordinates.
minWidth — Property in interface mx.core.IUIComponent
Number that specifies the minimum width of the component, in pixels, as the component's coordinates.
minWidth — Property in class mx.core.UIComponent
The minimum recommended width of the component to be considered by the parent during layout.
minWidth — Property in class mx.core.UITextField
The minimum recommended width of the component to be considered by the parent during layout.
modalTransparency — Style in class mx.core.Application
Modality of components launched by the PopUp Manager is simulated by creating a large translucent overlay underneath the component.
modalTransparencyBlur — Style in class mx.core.Application
The blur applied to the application while a modal window is open.
modalTransparencyColor — Style in class mx.core.Application
Color of the modal overlay layer.
modalTransparencyDuration — Style in class mx.core.Application
Duration, in milliseconds, of the modal transparency effect that plays when a modal window opens or closes.
modifiedCollectionView — Property in class mx.controls.listClasses.ListBase
The collection view that temporarily preserves previous data provider state to facilitate running data change effects.
module — Property in class mx.events.ModuleEvent
The target, which is an instance of an interface for a particular module.
ModuleEvent — Class in package mx.events
The ModuleEvent class represents the event object passed to the event listener for events related to dynamically-loaded modules.
ModuleEvent(type, bubbles, cancelable, bytesLoaded, bytesTotal, errorText, module:mx.modules:IModuleInfo) — Constructor in class mx.events.ModuleEvent
Constructor.
moduleFactory — Property in class mx.core.UIComponent
The moduleFactory that is used to create TextFields in the correct SWF context.
moduleFactory — Property in class mx.core.UITextField
The moduleFactory that is used to create TextFields in the correct SWF context.
moduleFactory — Property in class mx.core.UITextFormat
The moduleFactory used to create TextFields for embedded fonts.
ModuleManager — Class in package mx.modules
The ModuleManager class centrally manages dynamically loaded modules.
MONTH — Constant static property in class com.yahoo.astra.utils.TimeUnit
A constant representing the month unit in date and time values.
months — Static property in class com.yahoo.astra.utils.DateUtil
The names of months in English.
mouseChildren — Property in interface mx.core.IContainer
mouseClickHandler(event) — Method in class mx.controls.listClasses.ListBase
Handles MouseEvent.MOUSE_CLICK events from any mouse targets contained in the list including the renderers.
mouseDoubleClickHandler(event) — Method in class mx.controls.listClasses.ListBase
Handles MouseEvent.MOUSE_DOUBLE_CLICK events from any mouse targets contained in the list including the renderers.
mouseDownEffect — Effect in class mx.core.UIComponent
Played when the user presses the mouse button while over the component.
mouseDownHandler(event) — Method in class mx.controls.Button
The default handler for the MouseEvent.MOUSE_DOWN event.
mouseDownHandler(event) — Method in class mx.controls.listClasses.ListBase
Handles MouseEvent.MOUSE_DOWN events from any mouse targets contained in the list including the renderers.
mouseDownOutside — Event in class mx.core.UIComponent
Dispatched from a component opened using the PopUpManager when the user clicks outside it.
MOUSE_DOWN_OUTSIDE — Constant static property in class mx.events.FlexMouseEvent
The FlexMouseEvent.MOUSE_DOWN_OUTSIDE constant defines the value of the type property of the event object for a mouseDownOutside event.
MOUSE_DOWN_SOMEWHERE — Constant static property in class mx.events.SandboxMouseEvent
Mouse button was pressed down somewhere outside your sandbox.
mouseEnabled — Property in interface mx.core.IContainer
mouseEnabled — Property in interface mx.core.IUITextField
mouseEventToItemRenderer(event) — Method in class mx.controls.listClasses.ListBase
Determines which item renderer is under the mouse.
mouseFocusEnabled — Property in class mx.core.UIComponent
Whether you can receive focus when clicked on.
mouseFocusEnabled — Property in interface mx.managers.IFocusManagerComponent
A flag that indicates whether the component can receive focus when selected with the mouse.
mouseMoveHandler(event) — Method in class com.yahoo.astra.mx.controls.colorPickerClasses.DisplayObjectColorPickerDropDown
mouseMoveHandler(event) — Method in class mx.controls.listClasses.ListBase
Handles MouseEvent.MOUSE_MOVE events from any mouse targets contained in the list including the renderers.
MOUSE_MOVE_SOMEWHERE — Constant static property in class mx.events.SandboxMouseEvent
Mouse was moved somewhere outside your sandbox.
mouseOutHandler(event) — Method in class mx.controls.listClasses.ListBase
Handles MouseEvent.MOUSE_OUT events from any mouse targets contained in the list including the renderers.
mouseOverHandler(event) — Method in class mx.controls.listClasses.ListBase
Handles MouseEvent.MOUSE_OVER events from any mouse targets contained in the list, including the renderers.
mouseUpEffect — Effect in class mx.core.UIComponent
Played when the user releases the mouse button while over the component.
mouseUpHandler(event) — Method in class mx.controls.Button
The default handler for the MouseEvent.MOUSE_UP event.
mouseUpHandler(event) — Method in class mx.controls.listClasses.ListBase
Handles MouseEvent.MOUSE_DOWN events from any mouse targets contained in the list including the renderers.
MOUSE_UP_SOMEWHERE — Constant static property in class mx.events.SandboxMouseEvent
Mouse button was released somewhere outside your sandbox.
mouseWheelEnabled — Property in interface mx.core.IUITextField
mouseWheelHandler(event) — Method in class mx.controls.listClasses.ListBase
Handles mouseWheel events by changing scroll positions.
mouseWheelHandler(event) — Method in class mx.core.ScrollControlBase
Event handler for the mouse wheel scroll event.
mouseWheelOutside — Event in class mx.core.UIComponent
Dispatched from a component opened using the PopUpManager when the user scrolls the mouse wheel outside it.
MOUSE_WHEEL_OUTSIDE — Constant static property in class mx.events.FlexMouseEvent
The FlexMouseEvent.MOUSE_WHEEL_OUTSIDE constant defines the value of the type property of the event object for a mouseWheelOutside event.
MOUSE_WHEEL_SOMEWHERE — Constant static property in class mx.events.SandboxMouseEvent
Mouse wheel was spun somewhere outside your sandbox.
mouseX — Property in interface mx.core.IFlexDisplayObject
mouseY — Property in interface mx.core.IFlexDisplayObject
move(x, y) — Method in interface mx.core.IFlexDisplayObject
Moves this object to the specified x and y coordinates.
move(x, y) — Method in class mx.core.SpriteAsset
Moves this object to the specified x and y coordinates.
move — Event in class mx.core.UIComponent
Dispatched when the object has moved.
move(x, y) — Method in class mx.core.UIComponent
Moves the component to a specified position within its parent.
move(x, y) — Method in class mx.core.UITextField
Moves the component to a specified position within its parent.
move(x, y) — Method in class mx.managers.SystemManager
Calling the move() method has no effect as it is directly mapped to the application window or the loader.
move(x, y) — Method in class mx.skins.ProgrammaticSkin
Moves this object to the specified x and y coordinates.
Move — Class in package mx.effects
The Move effect changes the position of a component over a specified time interval.
Move(target) — Constructor in class mx.effects.Move
Constructor.
MOVE — Constant static property in class mx.events.CollectionEventKind
Indicates that the item has moved from the position identified by the CollectionEvent oldLocation property to the position identified by the location property.
MOVE — Constant static property in class mx.events.MoveEvent
The MoveEvent.MOVE constant defines the value of the type property of the event object for a move event.
MOVE — Constant static property in class mx.managers.DragManager
Constant that specifies that the type of drag action is "move".
moveCursor — Style in class mx.managers.DragManager
Cursor displayed during a move operation.
moveEffect — Effect in class mx.core.UIComponent
Played when the component is moved.
MoveEvent — Class in package mx.events
Represents event objects that are dispatched when a Flex component moves.
MoveEvent(type, bubbles, cancelable, oldX, oldY) — Constructor in class mx.events.MoveEvent
Constructor.
moveFocus(direction, fromDisplayObject) — Method in class mx.managers.FocusManager
Move focus from the current control to the previous or next control in the tab order.
moveFocus(direction, fromDisplayObject) — Method in interface mx.managers.IFocusManager
Move focus from the current control to the previous or next control in the tab order.
MOVE_FOCUS_REQUEST — Constant static property in class mx.events.SWFBridgeRequest
Request to move control over focus to another FocusManager.and have that FocusManager give focus to a control under its management based on the direction property in the event.
moveIndicatorsHorizontally(uid, moveBlockDistance) — Method in class mx.controls.listClasses.ListBase
Move the selection and highlight indicators horizontally.
moveIndicatorsVertically(uid, moveBlockDistance) — Method in class mx.controls.listClasses.ListBase
Move the selection and highlight indicators vertically.
MoveInstance — Class in package mx.effects.effectClasses
The MoveInstance class implements the instance class for the Move effect.
MoveInstance(target) — Constructor in class mx.effects.effectClasses.MoveInstance
Constructor.
moveNext() — Method in interface mx.collections.IViewCursor
Moves the cursor to the next item within the collection.
movePrevious() — Method in interface mx.collections.IViewCursor
Moves the cursor to the previous item within the collection.
moveRowVertically(i, numCols, moveBlockDistance) — Method in class mx.controls.listClasses.ListBase
Move a row vertically, and update the rowInfo record.
moveSelectionHorizontally(code, shiftKey, ctrlKey) — Method in class mx.controls.listClasses.ListBase
Moves the selection in a horizontal direction in response to the user selecting items using the left arrow or right arrow keys and modifiers such as the Shift and Ctrl keys.
moveSelectionVertically(code, shiftKey, ctrlKey) — Method in class mx.controls.listClasses.ListBase
Moves the selection in a vertical direction in response to the user selecting items using the up arrow or down arrow Keys and modifiers such as the Shift and Ctrl keys.
multiline — Property in interface mx.core.IUITextField
mx.accessibility — Package
mx.automation — Package
mx.collections — Package
mx.collections.errors — Package
mx.containers — Package
mx.containers.errors — Package
mx.containers.utilityClasses — Package
mx.controls — Package
mx.controls.dataGridClasses — Package
mx.controls.listClasses — Package
mx.controls.scrollClasses — Package
mx.core — Package
mx.effects — Package
mx.effects.effectClasses — Package
mx.events — Package
mx.graphics — Package
mx.managers — Package
mx.modules — Package
mx.preloaders — Package
mx.resources — Package
mx.rpc — Package
mx.skins — Package
mx.skins.halo — Package
mx.states — Package
mx.styles — Package
mx.utils — Package
mx.validators — Package
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