| Symbols 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 | |
| macType — Property in class flash.net.FileFilter | |
| A list of Macintosh file types. | |
| maintainAspectRatio — Property in class mx.controls.SWFLoader | |
If true, specifies to display the image with the same ratio of
height to width as the original image. |
|
| maintainAspectRatio — Property in class mx.controls.VideoDisplay | |
| Specifies whether the control should maintain the original aspect ratio while resizing the video. | |
| makeListData(data:Object, uid:String, rowNum:int) — Method in class mx.controls.List | |
| Creates a new ListData instance and populates the fields based on the input data provider item. | |
| makeObjectsBindable — Property in class mx.rpc.AbstractInvoker | |
| When this value is true, anonymous objects returned are forced to bindable objects. | |
| makeObjectsBindable — Property in class mx.rpc.remoting.Operation | |
| When this value is true, anonymous objects returned are forced to bindable objects. | |
| makeObjectsBindable — Property in class mx.rpc.remoting.RemoteObject | |
| When this value is true, anonymous objects returned are forced to bindable objects. | |
| makeObjectsBindable — Property in class mx.rpc.soap.Operation | |
| When this value is true, anonymous objects returned are forced to bindable objects. | |
| makeObjectsBindable — Property in class mx.rpc.soap.WebService | |
| When this value is true, anonymous objects returned are forced to bindable objects. | |
| makeRowsAndColumns(left:Number, top:Number, right:Number, bottom:Number, firstColumn:int, firstRow:int, byCount:Boolean, rowsNeeded:uint) — Method in class mx.controls.listClasses.ListBase | |
| Make enough rows and columns to fill the area described by left, top, right, bottom. | |
| Managed — Class in package mx.data.utils | |
| Provides utility methods for DataService managed objects. | |
| MANUAL — Constant static property in class mx.controls.ProgressBarMode | |
| You manually update the ProgressBar status. | |
| manufacturer — Static property in class flash.system.Capabilities | |
Specifies the manufacturer of Flash Player, in the format "Adobe
OSName". |
|
| map(callback:Function, thisObject) — Method in class Array | |
| Executes a function on each item in an array, and constructs a new array of items corresponding to the results of the function on each item in the original array. | |
| mapBitmap — Property in class flash.filters.DisplacementMapFilter | |
| A BitmapData object containing the displacement map data. | |
| mapCache(cache:Array, field:String, convertedField:String, indexValues:Boolean) — Method in class mx.charts.CategoryAxis | |
| Converts a set of values of arbitrary type to a set of numbers that can be transformed into screen coordinates. | |
| mapCache(cache:Array, field:String, convertedField:String, indexValues:Boolean) — Method in interface mx.charts.chartClasses.IAxis | |
| Converts a set of values of arbitrary type to a set of numbers that can be transformed into screen coordinates. | |
| mapCache(cache:Array, field:String, convertedField:String, indexValues:Boolean) — Method in class mx.charts.chartClasses.NumericAxis | |
| Converts a set of values of arbitrary type to a set of numbers that can be transformed into screen coordinates. | |
| mappingChanged() — Method in class mx.charts.chartClasses.ChartElement | |
| Called when the mapping of one or more associated axes changes. | |
| mappingChanged() — Method in interface mx.charts.chartClasses.IChartElement | |
| Indicates to the element that the data mapping of the associated axes has changed. | |
| mapPoint — Property in class flash.filters.DisplacementMapFilter | |
| A value that contains the offset of the upper-left corner of the target display object from the upper-left corner of the map image. | |
| marker — Property in class mx.charts.LegendItem | |
| The marker displayed by this legend item. | |
| marker — Property in class mx.charts.chartClasses.LegendData | |
| A visual indicator associating the legend item with the series or item being represented. | |
| markerAspectRatio — Property in class mx.charts.LegendItem | |
| The aspect ratio for the marker associated with this legend item. | |
| markerHeight — Style in class mx.charts.Legend | |
| Specifies the height of the legend element. | |
| markerHeight — Style in class mx.charts.LegendItem | |
| Specifies the height of the legend element. | |
| markerWidth — Style in class mx.charts.Legend | |
| Specifies the width of the legend element. | |
| markerWidth — Style in class mx.charts.LegendItem | |
| Specifies the width of the legend element. | |
| mask — Property in class flash.display.DisplayObject | |
The calling display object is masked by the specified mask object. |
|
| mask — Property in interface mx.core.IFlexDisplayObject | |
| The DisplayObject used to mask this object so that only part of it is actually drawn. | |
| MaskEffect — Class in package mx.effects | |
| The MaskEffect class is an abstract base class for all effects that animate a mask, such as the wipe effects and the Iris effect. | |
| MaskEffect(target:Object) — Constructor in class mx.effects.MaskEffect | |
| Constructor. | |
| MaskEffectInstance — Class in package mx.effects.effectClasses | |
| The MaskEffectInstance class is an abstract base class that implements the instance class for the MaskEffect class. | |
| MaskEffectInstance(target:Object) — Constructor in class mx.effects.effectClasses.MaskEffectInstance | |
| Constructor. | |
| maskShape — Property in class mx.core.ScrollControlBase | |
| The mask. | |
| MASTER_CARD — Constant static property in class mx.validators.CreditCardValidatorCardType | |
| Specifies the card type as MasterCard. | |
| match(pattern) — Method in class String | |
Matches the specifed pattern against the
string. |
|
| matchedIndex — Property in class mx.validators.RegExpValidationResult | |
| An integer that contains the starting index in the input String of the match. | |
| matchedString — Property in class mx.validators.RegExpValidationResult | |
| A String that contains the substring of the input String that matches the regular expression. | |
| matchedSubstrings — Property in class mx.validators.RegExpValidationResult | |
| An Array of Strings that contains parenthesized substring matches, if any. | |
| MATCH_HEIGHT — Constant static property in class mx.printing.FlexPrintJobScaleType | |
| Scales the object to fill the available page height. | |
| MATCH_WIDTH — Constant static property in class mx.printing.FlexPrintJobScaleType | |
| Scales the object to fill the available page width. | |
| Math — Final class in Top Level | |
| The Math class contains methods and constants that represent common mathematical functions and values. | |
| matrix — Property in class flash.filters.ColorMatrixFilter | |
| An array of 20 items for 4 x 5 color transform. | |
| matrix — Property in class flash.filters.ConvolutionFilter | |
| An array of values used for matrix transformation. | |
| matrix — Property in class flash.geom.Transform | |
| A Matrix object containing values that affect the scaling, rotation, and translation of the display object. | |
| Matrix — Class in package flash.geom | |
| The Matrix class represents a transformation matrix that determines how to map points from one coordinate space to another. | |
| Matrix(a:Number, b:Number, c:Number, d:Number, tx:Number, ty:Number) — Constructor in class flash.geom.Matrix | |
| Creates a new Matrix object with the specified parameters. | |
| matrixX — Property in class flash.filters.ConvolutionFilter | |
| The x dimension of the matrix (the number of columns in the matrix). | |
| matrixY — Property in class flash.filters.ConvolutionFilter | |
| The y dimension of the matrix (the number of rows in the matrix). | |
| max(val1:Number, val2:Number, ... rest) — Static method in class Math | |
Evaluates val1 and val2 (or more values) and returns the largest value. |
|
| max — Property in class mx.charts.chartClasses.DataDescription | |
| The maximum data value displayed by the element. | |
| maxBarWidth — Style in class mx.charts.BarChart | |
| Specifies how wide to draw the bars, in pixels. | |
| maxBarWidth — Property in interface mx.charts.chartClasses.IBar | |
| Specifies how wide to draw the items, in pixels. | |
| maxBarWidth — Property in class mx.charts.series.BarSeries | |
| Specifies the width of the bars, in pixels. | |
| maxBarWidth — Property in class mx.charts.series.BarSet | |
| Specifies how wide to draw the bars, in pixels. | |
| maxChars — Property in class flash.text.TextField | |
| The maximum number of characters that the text field can contain, as entered by a user. | |
| maxChars — Property in class mx.controls.NumericStepper | |
| The maximum number of characters that can be entered in the field. | |
| maxChars — Property in class mx.controls.TextArea | |
| Maximum number of characters that users can enter in the text field. | |
| maxChars — Property in class mx.controls.TextInput | |
| Maximum number of characters that users can enter in the text field. | |
| maxColumns — Property in class mx.controls.listClasses.TileBase | |
| The maximum number of columns that the control can have. | |
| maxColumnWidth — Style in class mx.charts.CandlestickChart | |
| Specifies how wide to draw the candlesticks, in pixels. | |
| maxColumnWidth — Style in class mx.charts.ColumnChart | |
| Specifies how wide to draw the columns, in pixels. | |
| maxColumnWidth — Style in class mx.charts.HLOCChart | |
| Specifies how wide to draw the HLOC lines, in pixels. | |
| maxColumnWidth — Property in class mx.charts.chartClasses.HLOCSeriesBase | |
| Specifies the width of the elements, in pixels. | |
| maxColumnWidth — Property in interface mx.charts.chartClasses.IColumn | |
| Specifies how wide to draw the items, in pixels. | |
| maxColumnWidth — Property in class mx.charts.series.ColumnSeries | |
| Specifies the width of the columns, in pixels. | |
| maxColumnWidth — Property in class mx.charts.series.ColumnSet | |
| Specifies the width of the columns, in pixels. | |
| 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 | |
| Number that specifies the maximum height of the component, in pixels, in the component's coordinates. | |
| maxHeight — Property in class mx.core.UITextField | |
| Number that specifies the maximum height of the component, in pixels, in the component's coordinates. | |
| maxHorizontalScrollPosition — Property in class mx.controls.TextInput | |
Maximum value of horizontalScrollPosition. |
|
| maxHorizontalScrollPosition — Property in class mx.controls.Tree | |
The maximum value for the maxHorizontalScrollPosition property for the Tree control. |
|
| 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. |
|
| maximum — Property in class mx.charts.DateTimeAxis | |
| Specifies the maximum value for an axis label. | |
| maximum — Property in class mx.charts.LinearAxis | |
| Specifies the maximum value for an axis label. | |
| maximum — Property in class mx.charts.LogAxis | |
| Specifies the maximum value for an axis label. | |
| maximum — Property in class mx.controls.NumericStepper | |
| Maximum value of the NumericStepper. | |
| maximum — Property in class mx.controls.ProgressBar | |
| Largest progress value for the ProgressBar. | |
| maximum — Property in class mx.controls.sliderClasses.Slider | |
| The maximum allowed value on the slider. | |
| maximumDataTipCount — Style in class mx.charts.chartClasses.ChartBase | |
| Specifies the maximum number of datatips a chart will show. | |
| maximumLabelPrecision — Property in class mx.charts.LinearAxis | |
| Specifies the maximum number of decimal places for representing fractional values on the labels generated by this axis. | |
| maximumLabelPrecision — Property in class mx.charts.LogAxis | |
| Specifies the maximum number of decimal places for representing fractional values on the labels generated by this axis. | |
| maxLabelRadius — Property in class mx.charts.series.PieSeries | |
| The maximum amount of the PieSeries's radius that can be allocated to labels. | |
| maxLength — Property in class mx.validators.StringValidator | |
| Maximum length for a valid String. | |
| maxLevel — Static property in class flash.text.TextRenderer | |
| The adaptively sampled distance fields (ADFs) quality level for advanced anti-aliasing. | |
| maxRadius — Style in class mx.charts.BubbleChart | |
| The maximum radius of the largest chart element, in pixels Flex assigns this radius to the data point with the largest value; all other data points are assigned a smaller radius based on their value relative to the largest value. | |
| maxRadius — Property in class mx.charts.series.BubbleSeries | |
| The radius of the largest item rendererd in this series. | |
| maxRows — Property in class mx.controls.listClasses.TileBase | |
| The maximum number of rows that the control can have. | |
| maxScrollH — Property in class flash.text.TextField | |
The maximum value of scrollH. |
|
| maxScrollPosition — Property in class mx.controls.scrollClasses.ScrollBar | |
| Number which represents the maximum scroll position. | |
| maxScrollV — Property in class flash.text.TextField | |
The maximum value of scrollV. |
|
| maxTipWidth — Static property in class mx.charts.chartClasses.DataTip | |
| Specifies the maximum width of the bounding box, in pixels, for new DataTip controls. | |
| maxValue — Property in class mx.validators.CurrencyValidator | |
| Maximum value for a valid number. | |
| maxValue — Property in class mx.validators.NumberValidator | |
| Maximum value for a valid number. | |
| MAX_VALUE — Constant static property in class int | |
| The largest representable 32-bit signed integer, which is 2,147,483,647. | |
| MAX_VALUE — Constant static property in class Number | |
| The largest representable number (double-precision IEEE-754). | |
| MAX_VALUE — Constant static property in class uint | |
| The largest representable 32-bit unsigned integer, which is 4,294,967,295. | |
| 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 — 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 | |
| Number that specifies the maximum width of the component, in pixels, in the component's coordinates. | |
| maxWidth — Property in class mx.core.UITextField | |
| Number that specifies the maximum width of the component, in pixels, in the component's coordinates. | |
| maxYear — Property in class mx.controls.DateChooser | |
| The last year selectable in the control. | |
| maxYear — Property in class mx.controls.DateField | |
| The last year selectable in the control. | |
| MBeanAttributeInfo — Class in package mx.messaging.management | |
| Client representation of metadata for a MBean attribute. | |
| MBeanAttributeInfo() — Constructor in class mx.messaging.management.MBeanAttributeInfo | |
| Creates a new instance of an empty MBeanAttributeInfo. | |
| MBeanFeatureInfo — Class in package mx.messaging.management | |
| Client representation of metadata for a MBean feature. | |
| MBeanFeatureInfo() — Constructor in class mx.messaging.management.MBeanFeatureInfo | |
| Creates a new instance of an empty MBeanFeatureInfo. | |
| MBeanInfo — Class in package mx.messaging.management | |
| Client representation of metadata for a MBean. | |
| MBeanInfo() — Constructor in class mx.messaging.management.MBeanInfo | |
| Creates a new instance of an empty MBeanInfo. | |
| MBeanOperationInfo — Class in package mx.messaging.management | |
| Client representation of metadata for a MBean operation. | |
| MBeanOperationInfo() — Constructor in class mx.messaging.management.MBeanOperationInfo | |
| Creates a new instance of an empty MBeanOperationInfo. | |
| MBeanParameterInfo — Class in package mx.messaging.management | |
| Client representation of metadata for a MBean operation parameter. | |
| MBeanParameterInfo() — Constructor in class mx.messaging.management.MBeanParameterInfo | |
| Creates a new instance of an empty MBeanParameterInfo. | |
| measure() — Method in class mx.charts.AxisRenderer | |
| Calculates the default size, and optionally the default minimum size, of the component. | |
| measure() — Method in class mx.charts.Legend | |
| Calculates the preferred, minimum, and maximum sizes of the Legend. | |
| measure() — Method in class mx.charts.chartClasses.CartesianChart | |
| measure() — Method in class mx.charts.chartClasses.ChartLabel | |
| Calculates the default size, and optionally the default minimum size, of the component. | |
| measure() — Method in class mx.charts.chartClasses.DataTip | |
| Calculates the default size, and optionally the default minimum size, of the component. | |
| measure() — Method in class mx.containers.Box | |
| Calculates the default sizes and minimum and maximum values of the Box container. | |
| measure() — Method in class mx.containers.Canvas | |
| Calculates the preferred minimum and preferred maximum sizes of the Canvas. | |
| 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.containers.Grid | |
| Calculates the preferred, minimum, and maximum sizes of the Grid. | |
| measure() — Method in class mx.containers.Panel | |
| Calculates the default mininum and maximum sizes of the Panel container. | |
| measure() — Method in class mx.containers.TabNavigator | |
| Calculates the default sizes and mininum and maximum values of this TabNavigator container. | |
| measure() — Method in class mx.containers.Tile | |
| Calculates the default minimum and maximum sizes of the Tile container. | |
| measure() — Method in class mx.containers.ViewStack | |
| Calculates the default sizes and minimum and maximum values of the ViewStack container. | |
| measure() — Method in class mx.controls.ComboBase | |
Determines the measuredWidth and
measuredHeight properties of the control. |
|
| measure() — Method in class mx.controls.ComboBox | |
| Makes sure the control is at least 40 pixels wide, and tall enough to fit one line of text in the TextInput portion of the control but at least 22 pixels high. | |
| measure() — Method in class mx.controls.Menu | |
| Calculates the preferred width and height of the Menu based on the widths and heights of its menu items. | |
| measure() — Method in class mx.controls.MenuBar | |
| Calculates the preferred width and height of the MenuBar based on the default widths of the MenuBar items. | |
| 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.controls.sliderClasses.Slider | |
| Calculates the amount of space that the component takes up. | |
| measure() — Method in class mx.core.UIComponent | |
| Calculates the default size, and optionally the default minimum size, of the component. | |
| measuredHeight — Property in class mx.core.BitmapAsset | |
| The measured height of this object. | |
| measuredHeight — Property in class mx.core.ButtonAsset | |
| The measured height of this object. | |
| measuredHeight — Property in interface mx.core.IFlexDisplayObject | |
| The measured height of this object. | |
| measuredHeight — Property in class mx.core.MovieClipAsset | |
| 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.TextFieldAsset | |
| 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 class mx.core.BitmapAsset | |
| The measured width of this object. | |
| measuredWidth — Property in class mx.core.ButtonAsset | |
| The measured width of this object. | |
| measuredWidth — Property in interface mx.core.IFlexDisplayObject | |
| The measured width of this object. | |
| measuredWidth — Property in class mx.core.MovieClipAsset | |
| 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.TextFieldAsset | |
| 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:int, count:int) — 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:String) — 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:String) — 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:String) — 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:String) — 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:int, count:int) — 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. | |
| MEDIUM — Constant static property in class flash.display.StageQuality | |
| Specifies medium rendering quality: graphics are anti-aliased using a 2 x 2 pixel grid, but bitmaps are not smoothed. | |
| MEDIUM — Constant static property in class flash.filters.BitmapFilterQuality | |
| Defines the medium quality filter setting. | |
| MEDIUM — Constant static property in class mx.managers.CursorManagerPriority | |
Constant that specifies a medium cursor priority when passed
as the priority argument to setCursor(). |
|
| MemoryError — Dynamic class in package flash.errors | |
| The MemoryError exception is thrown when a memory allocation request fails. | |
| MemoryError(message:String) — Constructor in class flash.errors.MemoryError | |
| Creates a new MemoryError object. | |
| menu — Property in interface mx.controls.menuClasses.IMenuItemRenderer | |
| A reference to this menu item renderer's Menu control, if it contains one. | |
| menu — Property in class mx.controls.menuClasses.MenuItemRenderer | |
| Contains a reference to the associated Menu control. | |
| menu — Property in class mx.events.MenuEvent | |
| The specific Menu instance associated with the event, such as the menu or submenu that was hidden or opened. | |
| Menu — Class in package mx.controls | |
| The Menu control creates a pop-up menu of individually selectable choices, similar to the File or Edit menu found in most software applications. | |
| Menu() — Constructor in class mx.controls.Menu | |
| Constructor. | |
| menuBar — Property in class mx.events.MenuEvent | |
| The MenuBar instance that is the parent of the selected Menu control, or null when the target Menu control is not parented by a MenuBar control. | |
| MenuBar — Class in package mx.controls | |
| A MenuBar control defines a horizontal menu bar that contains one or more child menus. | |
| MenuBar() — Constructor in class mx.controls.MenuBar | |
| Constructor | |
| MenuBarBackgroundSkin — Class in package mx.skins.halo | |
| The skin for the background of a MenuBar. | |
| MenuBarBackgroundSkin() — Constructor in class mx.skins.halo.MenuBarBackgroundSkin | |
| Constructor. | |
| menuBarIndex — Property in class mx.controls.menuClasses.MenuBarItem | |
| The index of this MenuBarItem relative to other MenuBarItems in the MenuBar. | |
| MenuBarItem — Class in package mx.controls.menuClasses | |
| The MenuBarItem class defines an item displayed in a MenuBar control. | |
| MenuBarItem() — Constructor in class mx.controls.menuClasses.MenuBarItem | |
| Constructor | |
| menuBarItems — Property in class mx.controls.MenuBar | |
| An Array of MenuBarItem objects that populate this MenuBar. | |
| MenuEvent — Class in package mx.events | |
| The MenuEvent class represents events that are associated with menu activities in controls such as Menu, MenuBar, and PopUpMenuButton. | |
| MenuEvent(type:String, bubbles:Boolean, cancelable:Boolean, menuBar:mx.controls:MenuBar, menu:mx.controls:Menu, item:Object, itemRenderer:mx.controls.listClasses:IListItemRenderer, label:String, index:int) — Constructor in class mx.events.MenuEvent | |
| Constructor. | |
| menuHide — Event in class mx.controls.Menu | |
| Dispatched when a menu or submenu is dismissed. | |
| menuHide — Event in class mx.controls.MenuBar | |
| Dispatched when a menu or submenu closes. | |
| MENU_HIDE — Constant static property in class mx.events.MenuEvent | |
| The MenuEvent.MENU_HIDE event type constant indicates that a menu or submenu closed. | |
| MenuItemRenderer — Class in package mx.controls.menuClasses | |
| The MenuItemRenderer class defines the default item renderer for menu items in any menu control. | |
| MenuItemRenderer() — Constructor in class mx.controls.menuClasses.MenuItemRenderer | |
| Constructor. | |
| menuItemSelect — Event in class flash.ui.ContextMenuItem | |
| Dispatched when a user selects an item from a context menu. | |
| MENU_ITEM_SELECT — Constant static property in class flash.events.ContextMenuEvent | |
Defines the value of the type property of a menuItemSelect event object. |
|
| menus — Property in class mx.controls.MenuBar | |
| An Array containing the Menu objects for this MenuBar. | |
| menuSelect — Event in class flash.ui.ContextMenu | |
| Dispatched when a user first generates a context menu but before the contents of the context menu are displayed. | |
| MENU_SELECT — Constant static property in class flash.events.ContextMenuEvent | |
Defines the value of the type property of a menuSelect event object. |
|
| menuSelectionMode — Property in class mx.controls.listClasses.ListBase | |
| A flag that indicates whether menu-style selection should be used. | |
| menuShow — Event in class mx.controls.Menu | |
| Dispatched when a menu or submenu opens. | |
| menuShow — Event in class mx.controls.MenuBar | |
| Dispatched when a menu or submenu opens, or the mouse pointer rolls over an item with no drop-down menu. | |
| MENU_SHOW — Constant static property in class mx.events.MenuEvent | |
| The MenuEvent.MENU_SHOW type constant indicates that the mouse pointer rolled a menu or submenu opened. | |
| merge(sourceBitmapData:flash.display:BitmapData, sourceRect:flash.geom:Rectangle, destPoint:flash.geom:Point, redMultiplier:uint, greenMultiplier:uint, blueMultiplier:uint, alphaMultiplier:uint) — Method in class flash.display.BitmapData | |
| Performs per-channel blending from a source image to a destination image. | |
| merge() — Method in class mx.data.DataService | |
| Merges any pending updates into the managed set of objects. | |
| merge() — Method in class mx.data.DataStore | |
| Merges any pending updates into the managed set of objects. | |
| merge() — Method in class mx.data.mxml.DataService | |
| Merges any pending updates into the managed set of objects. | |
| mergeRequired — Property in class mx.data.DataService | |
| Indicates if there are any pending changes that must be merged. | |
| mergeRequired — Property in class mx.data.DataStore | |
| Indicates if there are any pending changes that must be merged. | |
| mergeRequired — Property in class mx.data.mxml.DataService | |
| Indicates if there are any pending changes that must be merged. | |
| message — Property in class Error | |
| Contains the message associated with the Error object. | |
| message — Event in class mx.data.DataService | |
The MessageEvent.MESSAGE event is dispatched when the remote
destination pushes a notification of a data operation. |
|
| message — Property in interface mx.data.IChangeObject | |
Provides access to the local DataMessage corresponding
to the local changes. |
|
| 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. | |
| message — Property in class mx.logging.LogEvent | |
| Provides access to the message that was logged. | |
| message — Event in class mx.messaging.Channel | |
| Dispatched when a channel receives a message from its endpoint. | |
| message — Event in class mx.messaging.Consumer | |
| Dispatched when a message is received by the Consumer. | |
| message — Property in class mx.messaging.MessageResponder | |
| Provides access to the sent Message. | |
| message — Property in class mx.messaging.events.MessageEvent | |
| The Message associated with this event. | |
| message — Property in class mx.messaging.events.MessageFaultEvent | |
| The ErrorMessage for this event. | |
| message — Property in class mx.rpc.AsyncToken | |
| Provides access to the associated message. | |
| MESSAGE — Constant static property in class mx.messaging.events.MessageEvent | |
| The MESSAGE event type; dispatched upon receipt of a message. | |
| MessageAckEvent — Class in package mx.messaging.events | |
| The MessageAckEvent class is used to propagate acknowledge messages within the messaging system. | |
| MessageAckEvent(type:String, bubbles:Boolean, cancelable:Boolean, ack:mx.messaging.messages:AcknowledgeMessage, correlation:mx.messaging.messages:IMessage) — Constructor in class mx.messaging.events.MessageAckEvent | |
| Constructs an instance of this event with the specified acknowledge message and original correlated message. | |
| MessageAgent — Class in package mx.messaging | |
|
The MessageAgent class provides the basic low-level functionality common to
message handling for a destination.
Note: For advanced use only. |
|
| MessageAgent() — Constructor in class mx.messaging.MessageAgent | |
| Constructor. | |
| messageAgents — Property in class mx.messaging.ChannelSet | |
| Provides access to the set of MessageAgents that use this ChannelSet. | |
| MESSAGE_DELIVERY_IN_DOUBT — Constant static property in class mx.messaging.messages.ErrorMessage | |
If a message may not have been delivered, the faultCode will
contain this constant. |
|
| MessageEvent — Class in package mx.messaging.events | |
| The MessageEvent class is used to propagate messages within the messaging system. | |
| MessageEvent(type:String, bubbles:Boolean, cancelable:Boolean, message:mx.messaging.messages:IMessage) — Constructor in class mx.messaging.events.MessageEvent | |
| Constructs an instance of this event with the specified type and message. | |
| MessageFaultEvent — Class in package mx.messaging.events | |
| The MessageFaultEvent class is used to propagate fault messages within the messaging system. | |
| MessageFaultEvent(type:String, bubbles:Boolean, cancelable:Boolean, message:mx.messaging.messages:ErrorMessage) — Constructor in class mx.messaging.events.MessageFaultEvent | |
| Constructs an instance of a fault message event for the specified message and fault information. | |
| messageId — Property in class mx.messaging.messages.AbstractMessage | |
| The unique id for the message. | |
| messageId — Property in interface mx.messaging.messages.IMessage | |
| The unique id for the message. | |
| messageRefType — Property in class mx.messaging.messages.CommandMessage | |
| Targets the CommandMessage to a remote destination belonging to a specific service, based upon whether this server message type matches the message type the service handles. | |
| MessageResponder — Class in package mx.messaging | |
| The MessageResponder class handles a successful result or fault from a message destination. | |
| MessageResponder(agent:mx.messaging:MessageAgent, message:mx.messaging.messages:IMessage, channel:mx.messaging:Channel) — Constructor in class mx.messaging.MessageResponder | |
| Constructs a MessageResponder to handle the response for the specified Message for the specified MessageAgent. | |
| MessageSerializationError — Class in package mx.messaging.errors | |
| This error indicates a problem serializing a message within a channel. | |
| MessageSerializationError(msg:String, fault:mx.messaging.messages:ErrorMessage) — Constructor in class mx.messaging.errors.MessageSerializationError | |
| Constructs a new instance of the MessageSerializationError with the specified message. | |
| messageStyleName — Style in class mx.controls.Alert | |
| Name of the CSS style declaration that specifies styles for the Alert message text. | |