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 | |
M — Constant Static Property, class flash.ui.Keyboard | |
Constant associated with the key code value for the M key (77). | |
MacCloseButtonSkin — class, package spark.skins.spark.windowChrome | |
The default skin class for the close button in the title bar of the Spark WindowedApplication component and Spark Window component when you use Flex chrome on an Apple Computer. | |
MacCloseButtonSkin() — Constructor, class spark.skins.spark.windowChrome.MacCloseButtonSkin | |
Constructor. | |
MacMaximizeButtonSkin — class, package spark.skins.spark.windowChrome | |
The default skin class for the maximize button in the title bar of the Spark WindowedApplication component and Spark Window component when you use Flex chrome with an Apple computer. | |
MacMaximizeButtonSkin() — Constructor, class spark.skins.spark.windowChrome.MacMaximizeButtonSkin | |
Constructor. | |
MacMinimizeButtonSkin — class, package spark.skins.spark.windowChrome | |
The default skin class for the minimize button in the title bar of the Spark WindowedApplication component and Spark Window component when you use Flex chrome with an Apple computer. | |
MacMinimizeButtonSkin() — Constructor, class spark.skins.spark.windowChrome.MacMinimizeButtonSkin | |
Constructor. | |
MacTitleBarSkin — class, package spark.skins.spark.windowChrome | |
The default skin class for the title bar of the Spark WindowedApplication component and Spark Window component for an Apple Macintosh when you use Flex chrome. | |
MacTitleBarSkin() — Constructor, class spark.skins.spark.windowChrome.MacTitleBarSkin | |
Constructor. | |
macType — Property, class flash.net.FileFilter | |
A list of Macintosh file types. | |
mainScreen — Static Property, class flash.display.Screen | |
The primary display. | |
maintainAspectRatio — Property, class mx.controls.SWFLoader | |
A flag that indicates whether to maintain the aspect ratio of the loaded content. | |
maintainAspectRatio — Property, class mx.controls.VideoDisplay | |
Specifies whether the control should maintain the original aspect ratio while resizing the video. | |
maintainProjectionCenter — Property, class mx.core.UIComponent | |
When true, the component keeps its projection matrix centered on the middle of its bounding box. | |
maintainProjectionCenter — Property, class mx.flash.UIMovieClip | |
When true, the component will keep its projection matrix centered on the middle of its bounding box. | |
makeJavascriptSubclass(constructorFunction:Object) — Static Method , class air.net.ServiceMonitor | |
Adds public ServiceMonitor methods to a JavaScript constructor function's prototype. | |
makeListData(data:Object, uid:String, rowNum:int) — method, class mx.controls.List | |
Creates a new ListData instance and populates the fields based on the input data provider item. | |
makeListData(data:Object, uid:String, rowNum:int) — method, class mx.controls.Menu | |
Creates a new MenuListData instance and populates the fields based on the input data provider item. | |
makeListData(data:Object, uid:String, rowNum:int) — method, class mx.controls.Tree | |
Creates a new TreeListData instance and populates the fields based on the input data provider item. | |
makeListData(data:Object, uid:String, rowNum:int, columnNum:int, column:mx.controls.advancedDataGridClasses:AdvancedDataGridColumn) — method, class mx.controls.advancedDataGridClasses.AdvancedDataGridBase | |
Creates a new AdvancedDataGridListData instance and populates the fields based on the input data provider item. | |
makeListData(data:Object, uid:String, rowNum:int, columnNum:int, column:mx.controls.dataGridClasses:DataGridColumn) — method, class mx.controls.dataGridClasses.DataGridBase | |
Creates a new DataGridListData instance and populates the fields based on the input data provider item. | |
makeListData(data:Object, uid:String, rowNum:int, columnNum:int) — method, class mx.controls.listClasses.TileBase | |
Creates a new ListData instance and populates the fields based on the input data provider item. | |
makeObjectsBindable — Property, class mx.rpc.AbstractInvoker | |
When this value is true, anonymous objects returned are forced to bindable objects. | |
makeObjectsBindable — Property, class mx.rpc.http.HTTPMultiService | |
When true, the objects returned support data binding to UI controls. | |
makeObjectsBindable — Property, class mx.rpc.http.HTTPService | |
When this value is true, anonymous objects returned are forced to bindable objects. | |
makeObjectsBindable — Property, class mx.rpc.http.Operation | |
When this value is true, anonymous objects returned are forced to bindable objects. | |
makeObjectsBindable — Property, class mx.rpc.remoting.Operation | |
When this value is true, anonymous objects returned are forced to bindable objects. | |
makeObjectsBindable — Property, class mx.rpc.remoting.RemoteObject | |
When this value is true, anonymous objects returned are forced to bindable objects. | |
makeObjectsBindable — Property, class mx.rpc.soap.AbstractWebService | |
When this value is true, anonymous objects returned are forced to bindable objects. | |
makeObjectsBindable — Property, class mx.rpc.soap.Operation | |
When this value is true, anonymous objects returned are forced to bindable objects. | |
makeObjectsBindable — Property, interface mx.rpc.xml.IXMLDecoder | |
When makeObjectsBindable is set to true, anonymous Objects and Arrays are wrapped to make them bindable. | |
makeRow(contentHolder:mx.controls.listClasses:ListBaseContentHolder, rowNum:int, left:Number, right:Number, yy:Number, data:Object, uid:String) — method, class mx.controls.dataGridClasses.DataGridBase | |
Creates the renderers for the given rowNum, dataObject and uid. | |
makeRowsAndColumns(left:Number, top:Number, right:Number, bottom:Number, firstColumn:int, firstRow:int, byCount:Boolean, rowsNeeded:uint) — method, class mx.controls.listClasses.ListBase | |
Make enough rows and columns to fill the area described by left, top, right, bottom. | |
manageCookies — Property, class flash.html.HTMLLoader | |
Specifies whether the HTTP protocol stack should manage cookies for this object. | |
manageCookies — Property, class flash.net.URLRequest | |
Specifies whether the HTTP protocol stack should manage cookies for this request. | |
manageCookies — Static Property, class flash.net.URLRequestDefaults | |
The default setting for the manageCookies property of URLRequest objects. | |
Managed — class, package mx.data.utils | |
The Managed class provides utility methods for DataService managed objects. | |
ManagedAssociation — class, package mx.data | |
This class is used to represent an association as part of the data management metadata. | |
ManagedAssociation(info:XML) — Constructor, class mx.data.ManagedAssociation | |
Constructs an instance of metadata with the specified XML snippet that contains the relationship and service reference information. | |
ManagedObjectProxy — Dynamic Class, package mx.data | |
The ManagedObjectProxy class provides the ability to track changes to an item that is anonymous and managed by a DataService. | |
ManagedObjectProxy(item:Object, uid:String) — Constructor, class mx.data.ManagedObjectProxy | |
Intializes this proxy with the specified object and id. | |
ManagedOperation — class, package mx.data | |
The ManagedOperation class is used to represent a managed service operation for an RPC service that uses client-side data management. | |
ManagedOperation(nameParam:String, typeParam:String) — Constructor, class mx.data.ManagedOperation | |
Creates a ManagedOperation object. | |
managedOperations — Property, class mx.data.RPCDataManager | |
The list of managed operations used for this data service. | |
ManagedQuery — class, package mx.data | |
Use an instance of this class to define a query which is managed by the DataManagement system. | |
ManagedQuery(nameParam:String, typeParam:String) — Constructor, class mx.data.ManagedQuery | |
Builds a ManagedQuery. | |
manageEnterKey — Property, class flashx.textLayout.elements.Configuration | |
Specifies whether the Enter / Return key is entered as text by Text Layout Framework, to split a paragraph for example, or the client code handles it. | |
manageEnterKey — Property, interface flashx.textLayout.elements.IConfiguration | |
Specifies whether the Enter / Return key is entered as text by Text Layout Framework, to split a paragraph for example, or the client code handles it. | |
managers — Property, class mx.rpc.AbstractService | |
The managers property stores a list of data managers which modify the behavior of this service. | |
manageTabKey — Property, class flashx.textLayout.elements.Configuration | |
Specifies whether the TAB key is entered as text by Text Layout Framework, or Flash Player or AIR handles it and turns it into a tabbed panel event. | |
manageTabKey — Property, interface flashx.textLayout.elements.IConfiguration | |
Specifies whether the TAB key is entered as text by Text Layout Framework, or Flash Player or AIR handles it and turns it into a tabbed panel event. | |
managingService — Property, interface com.adobe.fiber.valueobjects.IValueObject | |
Associates the value object with a custom strategy fro retrieving services that may be required for property calculations. | |
MANUAL — Constant Static Property, class mx.controls.ProgressBarMode | |
You manually update the ProgressBar status. | |
manualSync — Property, class mx.data.DataManager | |
The manualSync property provides access to the ManualSyncConfiguration instance for each data service. | |
ManualSyncConfiguration — class, package mx.data | |
This class is used when you need more control for how clients share data with other clients than is provided by the autoSyncEnabled feature. | |
ManualSyncConfiguration() — Constructor, class mx.data.ManualSyncConfiguration | |
Constructor. | |
manufacturer — Static Property, class flash.system.Capabilities | |
Specifies the manufacturer of the running version of Flash Player or the AIR runtime, in the format "Adobe OSName". | |
MANY — Constant Static Property, class mx.data.ManagedAssociation | |
Indicates that this is a many-to-many or one-to-many relationship. | |
map(callback:Function, thisObject:any) — method, 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. | |
map(callback:Function, thisObject:Object) — method, class Vector | |
Executes a function on each item in the Vector, and returns a new Vector of items corresponding to the results of calling the function on each item in this Vector. | |
mapBitmap — Property, class flash.filters.DisplacementMapFilter | |
A BitmapData object containing the displacement map data. | |
mapBitmap — Property, class spark.filters.DisplacementMapFilter | |
A BitmapData object containing the displacement map data. | |
mapCache(cache:Array, field:String, convertedField:String, indexValues:Boolean) — method, 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, 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, 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, class mx.charts.chartClasses.CartesianDataCanvas | |
Called when the mapping of one or more associated axes changes. | |
mappingChanged() — method, class mx.charts.chartClasses.ChartElement | |
Called when the mapping of one or more associated axes changes. | |
mappingChanged() — method, interface mx.charts.chartClasses.IChartElement | |
Indicates to the element that the data mapping of the associated axes has changed. | |
mappingChanged() — method, class mx.charts.chartClasses.PolarDataCanvas | |
Called when the mapping of one or more associated axes changes. | |
mapPoint — Property, 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. | |
mapPoint — Property, class spark.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. | |
marhsalledBeginRecordHandler(event:flash.events:Event) — method, class mx.automation.AutomationManager | |
marhsalledEndRecordHandler(event:flash.events:Event) — method, class mx.automation.AutomationManager | |
marker — Property, class mx.charts.LegendItem | |
The marker displayed by this legend item. | |
marker — Property, class mx.charts.chartClasses.LegendData | |
A visual indicator associating the legend item with the series or item being represented. | |
markerAspectRatio — Property, class mx.charts.LegendItem | |
The aspect ratio for the marker associated with this legend item. | |
markerHeight — Style, class mx.charts.LegendItem | |
Specifies the height of the legend element. | |
markerHeight — Style, class mx.charts.Legend | |
Specifies the height of the legend element. | |
markerWidth — Style, class mx.charts.LegendItem | |
Specifies the width of the legend element. | |
markerWidth — Style, class mx.charts.Legend | |
Specifies the width of the legend element. | |
marshal(event:flash.events:Event) — Static Method , class mx.automation.events.MarshalledAutomationEvent | |
marshal(event:flash.events:Event) — Static Method , class mx.events.EventListenerRequest | |
Marshals an event by copying the relevant parameters from the event into a new event. | |
marshal(event:flash.events:Event) — Static Method , class mx.events.SWFBridgeEvent | |
Marshal a SWFBridgeRequest from a remote ApplicationDomain into the current ApplicationDomain. | |
marshal(event:flash.events:Event) — Static Method , class mx.events.SWFBridgeRequest | |
Marshals a SWFBridgeRequest from a remote ApplicationDomain into the current ApplicationDomain. | |
marshal(event:flash.events:Event) — Static Method , class mx.events.SandboxMouseEvent | |
Marshal a SWFBridgeRequest from a remote ApplicationDomain into the current ApplicationDomain. | |
MarshalledAutomationEvent — class, package mx.automation.events | |
The MarshalledAutomationEvents class represents event objects that are dispatched by the AutomationManager.This represents the marshalling related events. | |
MarshalledAutomationEvent(type:String, bubbles:Boolean, cancelable:Boolean, applicationName:String, interAppDataToSubApp:Array, interAppDataToMainApp:Array) — Constructor, class mx.automation.events.MarshalledAutomationEvent | |
marshallExceptions — Static Property, class flash.external.ExternalInterface | |
Indicates whether the external interface should attempt to pass ActionScript exceptions to the current browser and JavaScript exceptions to Flash Player. | |
mask — Property, class flash.display.DisplayObject | |
The calling display object is masked by the specified mask object. | |
mask — Property, class mx.containers.utilityClasses.PostScaleAdapter | |
mask — Property, interface mx.core.IFlexDisplayObject | |
The calling display object is masked by the specified mask object. | |
mask — Property, class spark.components.supportClasses.GroupBase | |
Sets the mask. | |
mask — Property, class spark.core.SpriteVisualElement | |
Sets the mask. | |
mask — Property, class spark.primitives.supportClasses.GraphicElement | |
The calling display object is masked by the specified mask object. | |
MASK — Constant Static Property, class spark.components.supportClasses.OverlayDepth | |
The overlay depth for a mask. | |
MaskEffect — class, 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, class mx.effects.MaskEffect | |
Constructor. | |
MaskEffectInstance — class, 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, class mx.effects.effectClasses.MaskEffectInstance | |
Constructor. | |
maskShape — Property, class mx.core.ScrollControlBase | |
The mask. | |
maskSkin — Style, class mx.controls.ProgressBar | |
Skin style for the mask of the determinate and indeterminate bars. | |
maskType — Property, class spark.components.RichText | |
The maskType defines how the mask is applied to the component. The possible values are MaskType.CLIP, MaskType.ALPHA and MaskType.LUMINOSITY. Clip Masking When masking in clip mode, a clipping masks is reduced to 1-bit. | |
maskType — Property, class spark.components.supportClasses.GroupBase | |
The mask type. | |
maskType — Property, class spark.core.SpriteVisualElement | |
The mask type. | |
maskType — Property, class spark.primitives.supportClasses.GraphicElement | |
Defines how the mask is applied to the GraphicElement. The possible values are MaskType.CLIP, MaskType.ALPHA, and MaskType.LUMINOSITY. Clip Masking When masking in clip mode, a clipping masks is reduced to 1-bit. | |
MaskType — final class, package spark.core | |
The MaskType class defines the possible values for the maskType property of the GraphicElement class. | |
master — Property, class mx.accessibility.AccImpl | |
A reference to the UIComponent instance that this AccImpl instance is making accessible. | |
master — Property, class mx.accessibility.UIComponentAccProps | |
A reference to the UIComponent itself. | |
MASTER_CARD — Constant Static Property, class mx.validators.CreditCardValidatorCardType | |
Specifies the card type as MasterCard. | |
match(pattern:any) — method, class String | |
Matches the specifed pattern against the string. | |
matchedIndex — Property, class mx.validators.RegExpValidationResult | |
An integer that contains the starting index in the input String of the match. | |
matchedString — Property, class mx.validators.RegExpValidationResult | |
A String that contains the substring of the input String that matches the regular expression. | |
matchedSubstrings — Property, class mx.validators.RegExpValidationResult | |
An Array of Strings that contains parenthesized substring matches, if any. | |
matchesCSSState(cssState:String) — method, class mx.core.UIComponent | |
Returns true if cssState matches currentCSSState. | |
matchesCSSState(cssState:String) — method, interface mx.styles.IAdvancedStyleClient | |
Returns true if cssState matches currentCSSState. | |
matchesCSSState(cssState:String) — method, class mx.styles.StyleProxy | |
Returns true if cssState matches currentCSSState. | |
matchesCSSType(cssType:String) — method, class mx.core.UIComponent | |
Determines whether this instance is the same as, or is a subclass of, the given type. | |
matchesCSSType(cssType:String) — method, interface mx.styles.IAdvancedStyleClient | |
Determines whether this instance is the same as, or is a subclass of, the given type. | |
matchesCSSType(cssType:String) — method, class mx.styles.StyleProxy | |
Determines whether this instance is the same as, or is a subclass of, the given type. | |
matchesStyleClient(object:mx.styles:IAdvancedStyleClient) — method, class mx.styles.CSSCondition | |
Determines whether this condition matches the given component. | |
matchesStyleClient(object:mx.styles:IAdvancedStyleClient) — method, class mx.styles.CSSSelector | |
Determines whether this selector matches the given component. | |
matchesStyleClient(object:mx.styles:IAdvancedStyleClient) — method, class mx.styles.CSSStyleDeclaration | |
Determines whether this style declaration applies to the given component based on a match of the selector chain. | |
MATCH_HEIGHT — Constant Static Property, class mx.printing.FlexPrintJobScaleType | |
Scales the object to fill the available page height. | |
MATCH_WIDTH — Constant Static Property, class mx.printing.FlexPrintJobScaleType | |
Scales the object to fill the available page width. | |
Math — final class, Top Level | |
The Math class contains methods and constants that represent common mathematical functions and values. | |
MathFunc — class, package com.adobe.fiber.runtime.lib | |
The MathFunc class defines the implementations of the expression runtime functions for Math functions in the Adobe application modeling language. | |
matrix — Property, class flash.display.GraphicsBitmapFill | |
A matrix object (of the flash.geom.Matrix class) that defines transformations on the bitmap. | |
matrix — Property, class flash.display.GraphicsGradientFill | |
A transformation matrix as defined by the Matrix class. | |
matrix — Property, class flash.display.GraphicsShaderFill | |
A matrix object (of the flash.geom.Matrix class), which you can use to define transformations on the shader. | |
matrix — Property, class flash.filters.ColorMatrixFilter | |
An array of 20 items for 4 x 5 color transform. | |
matrix — Property, class flash.filters.ConvolutionFilter | |
An array of values used for matrix transformation. | |
matrix — Property, class flash.geom.Transform | |
A Matrix object containing values that alter the scaling, rotation, and translation of the display object. | |
matrix — Property, class mx.geom.CompoundTransform | |
The 2D matrix either set directly by the user, or composed by combining the transform center, scale, rotation and translation, in that order. | |
matrix — Property, class mx.graphics.BitmapFill | |
An array of values used for matrix transformation. | |
matrix — Property, class mx.graphics.GradientBase | |
An array of values used for matrix transformation. | |
matrix — Property, class spark.filters.ColorMatrixFilter | |
A comma delimited list of 20 doubles that comprise a 4x5 matrix applied to the rendered element. | |
matrix — Property, class spark.filters.ConvolutionFilter | |
The amount of horizontal blur. | |
Matrix — class, 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, class flash.geom.Matrix | |
Creates a new Matrix object with the specified parameters. | |
MATRIX2X2 — Constant Static Property, class flash.display.ShaderParameterType | |
Indicates that the shader parameter is defined as a float2x2 value, equivalent to a 2-by-2 matrix. | |
matrix3D — Property, class flash.geom.Transform | |
Provides access to the Matrix3D object of a three-dimensional display object. | |
matrix3D — Property, class mx.geom.CompoundTransform | |
The 3D matrix either set directly by the user, or composed by combining the transform center, scale, rotation and translation, in that order. | |
matrix3D — Property, class mx.geom.Transform | |
Provides access to the Matrix3D object of a three-dimensional display object. | |
Matrix3D — class, package flash.geom | |
The Matrix3D class represents a transformation matrix that determines the position and orientation of a three-dimensional (3D) display object. | |
Matrix3D(v:Vector$Number) — Constructor, class flash.geom.Matrix3D | |
Creates a Matrix3D object. | |
MATRIX3X3 — Constant Static Property, class flash.display.ShaderParameterType | |
Indicates that the shader parameter is defined as a float3x3 value, equivalent to a 3-by-3 matrix. | |
MATRIX4X4 — Constant Static Property, class flash.display.ShaderParameterType | |
Indicates that the shader parameter is defined as a float4x4 value, equivalent to a 4-by-4 matrix. | |
matrixX — Property, class flash.filters.ConvolutionFilter | |
The x dimension of the matrix (the number of columns in the matrix). | |
matrixX — Property, class spark.filters.ConvolutionFilter | |
The x dimension of the matrix (the number of rows in the matrix). | |
matrixY — Property, class flash.filters.ConvolutionFilter | |
The y dimension of the matrix (the number of rows in the matrix). | |
matrixY — Property, class spark.filters.ConvolutionFilter | |
The y dimension of the matrix (the number of columns in the matrix). | |
max(val1:Number, val2:Number, ... rest) — Static Method , class Math | |
Evaluates val1 and val2 (or more values) and returns the largest value. | |
max(n1:Number, n2:Number) — Static Method , class com.adobe.fiber.runtime.lib.MathFunc | |
Returns the larger of two numbers. | |
max — Property, class mx.charts.chartClasses.DataDescription | |
The maximum data value displayed by the element. | |
MaxAggregator — class, package mx.olap.aggregators | |
The MaxAggregator class implements the maximum aggregator. | |
maxBarWidth — Style, class mx.charts.BarChart | |
Specifies how wide to draw the bars, in pixels. | |
maxBarWidth — Property, interface mx.charts.chartClasses.IBar | |
Specifies how wide to draw the items, in pixels. | |
maxBarWidth — Property, class mx.charts.series.BarSeries | |
Specifies the width of the bars, in pixels. | |
maxBarWidth — Property, class mx.charts.series.BarSet | |
Specifies how wide to draw the bars, in pixels. | |
MAX_BITMAP_DIMENSION — Constant Static Property, class mx.graphics.ImageSnapshot | |
The maximum width and height of a Bitmap. | |
maxBytesPerSecond — Property, class flash.net.NetStreamInfo | |
Specifies the maximum rate at which the NetStream buffer is filled in bytes per second. | |
maxChars — Property, class flash.text.TextField | |
The maximum number of characters that the text field can contain, as entered by a user. | |
maxChars — Property, class mx.controls.NumericStepper | |
The maximum number of characters that can be entered in the field. | |
maxChars — Property, class mx.controls.TextArea | |
Maximum number of characters that users can enter in the text field. | |
maxChars — Property, class mx.controls.TextInput | |
Maximum number of characters that users can enter in the text field. | |
maxChars — Property, class mx.core.FTETextField | |
This property has not been implemented in FTETextField because FTETextField does not support editing. | |
maxChars — Property, interface mx.core.ITextInput | |
Maximum number of characters that users can enter in the text field. | |
maxChars — Property, interface mx.core.IUITextField | |
The maximum number of characters that the text field can contain, as entered by a user. | |
maxChars — Property, class spark.components.ComboBox | |
The maximum number of characters that the prompt area can contain, as entered by a user. | |
maxChars — Property, class spark.components.NumericStepper | |
The maximum number of characters that can be entered in the field. | |
maxChars — Property, class spark.components.RichEditableText | |
The maximum number of characters that the text field can contain, as entered by a user. | |
maxChars — Property, class spark.components.supportClasses.SkinnableTextBase | |
The maximum number of characters that the text field can contain, as entered by a user. | |
maxColumns — Property, class mx.controls.listClasses.TileBase | |
The maximum number of columns that the control can have. | |
maxColumnWidth — Style, class mx.charts.ColumnChart | |
Specifies how wide to draw the columns, in pixels. | |
maxColumnWidth — Style, class mx.charts.HLOCChart | |
Specifies how wide to draw the HLOC lines, in pixels. | |
maxColumnWidth — Style, class mx.charts.CandlestickChart | |
Specifies how wide to draw the candlesticks, in pixels. | |
maxColumnWidth — Property, class mx.charts.chartClasses.HLOCSeriesBase | |
Specifies the width of the elements, in pixels. | |
maxColumnWidth — Property, interface mx.charts.chartClasses.IColumn | |
Specifies how wide to draw the items, in pixels. | |
maxColumnWidth — Property, class mx.charts.series.ColumnSeries | |
Specifies the width of the columns, in pixels. | |
maxColumnWidth — Property, class mx.charts.series.ColumnSet | |
Specifies the width of the columns, in pixels. | |
maxDisplayedLines — Property, class spark.components.supportClasses.TextBase | |
An integer which determines whether, and where, the text gets truncated. | |
maxFrequency — Property, class mx.data.DataManager | |
Determines the maximum number of messages per second the DataManager wants to receive. | |
maxFrequency — Property, class mx.messaging.AbstractConsumer | |
Determines the maximum number of messages per second the Consumer wants to receive. | |
maxFrequency — Property, class mx.messaging.SubscriptionInfo | |
The maximum number of messages per second the subscription wants to receive. | |
MAX_FREQUENCY_HEADER — Constant Static Property, class mx.messaging.messages.CommandMessage | |
Header to indicate the maximum number of messages a Consumer wants to receive per second. | |
maxHeight — Property, 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, class mx.containers.utilityClasses.PostScaleAdapter | |
Number that specifies the maximum height of the component, in pixels, as the component's coordinates. | |
maxHeight — Property, interface mx.core.IUIComponent | |
Number that specifies the maximum height of the component, in pixels, as the component's coordinates. | |
maxHeight — Property, class mx.core.UIComponent | |
The maximum recommended height of the component to be considered by the parent during layout. | |
maxHeight — Property, class mx.core.UIFTETextField | |
The maximum recommended height of the component to be considered by the parent during layout. | |
maxHeight — Property, class mx.core.UITextField | |
The maximum recommended height of the component to be considered by the parent during layout. | |
maxHeight — Property, class mx.flash.UIMovieClip | |
Number that specifies the maximum height of the component, in pixels, as the component's coordinates. | |
maxHeight — Property, class spark.primitives.supportClasses.GraphicElement | |
The maximum recommended height of the component to be considered by the parent during layout. | |
maxHorizontalScrollPosition — Property, class mx.controls.Tree | |
The maximum value for the maxHorizontalScrollPosition property for the Tree control. | |
maxHorizontalScrollPosition — Property, class mx.core.Container | |
The largest possible value for the horizontalScrollPosition property. | |
maxHorizontalScrollPosition — Property, class mx.core.ScrollControlBase | |
The maximum value for the horizontalScrollPosition property. | |
maximizable — Property, class flash.display.NativeWindow | |
Reports the maximizable setting used to create this window. | |
maximizable — Property, class flash.display.NativeWindowInitOptions | |
Specifies whether the window can be maximized by the user. | |
maximizable — Property, interface mx.core.IWindow | |
Specifies whether the window can be maximized. | |
maximizable — Property, class mx.core.Window | |
Specifies whether the window can be maximized. | |
maximizable — Property, class mx.core.WindowedApplication | |
Specifies whether the window can be maximized. | |
maximizable — Property, class spark.components.Window | |
Specifies whether the window can be maximized. | |
maximizable — Property, class spark.components.WindowedApplication | |
Specifies whether the window can be maximized. | |
maximize() — method, class flash.display.NativeWindow | |
Maximizes this window. | |
maximize() — method, interface mx.core.IWindow | |
Maximizes the window, or does nothing if it's already maximized. | |
maximize() — method, class mx.core.Window | |
Maximizes the window, or does nothing if it's already maximized. | |
maximize() — method, class mx.core.WindowedApplication | |
Maximizes the window, or does nothing if it's already maximized. | |
maximize() — method, class spark.components.Window | |
Maximizes the window, or does nothing if it's already maximized. | |
maximize() — method, class spark.components.WindowedApplication | |
Maximizes the window, or does nothing if it's already maximized. | |
maximizeButton — Skin Part, class spark.components.windowClasses.TitleBar | |
The skin part that defines the Button control that corresponds to the maximize button. | |
maximizeButton — Property, class mx.core.windowClasses.TitleBar | |
The Button object that defines the maximize button. | |
maximizeButton — Property, class spark.skins.spark.windowChrome.MacTitleBarSkin | |
maximizeButton — Property, class spark.skins.spark.windowChrome.TitleBarSkin | |
maximizeButtonSkin — Style, class mx.core.Window | |
Skin for maximize button when using Flex chrome. | |
maximizeButtonSkin — Style, class mx.core.WindowedApplication | |
Skin for maximize button when using Flex chrome. | |
MaximizeButtonSkin — class, package mx.skins.wireframe.windowChrome | |
The wireframe skin class for the MX WindowedApplication component's maximize button. | |
MaximizeButtonSkin — class, package spark.skins.spark.windowChrome | |
The default skin class for the maximize button in the title bar of the Spark WindowedApplication component and Spark Window component when you use Flex chrome. | |
MaximizeButtonSkin() — Constructor, class mx.skins.wireframe.windowChrome.MaximizeButtonSkin | |
Constructor. | |
MaximizeButtonSkin() — Constructor, class spark.skins.spark.windowChrome.MaximizeButtonSkin | |
Constructor. | |
MAXIMIZED — Constant Static Property, class flash.display.NativeWindowDisplayState | |
The maximized display state. | |
maximum — Property, class mx.charts.DateTimeAxis | |
Specifies the maximum value for an axis label. | |
maximum — Property, class mx.charts.LinearAxis | |
Specifies the maximum value for an axis label. | |
maximum — Property, class mx.charts.LogAxis | |
Specifies the maximum value for an axis label. | |
maximum — Property, class mx.controls.NumericStepper | |
Maximum value of the NumericStepper. | |
maximum — Property, class mx.controls.ProgressBar | |
Largest progress value for the ProgressBar. | |
maximum — Property, class mx.controls.sliderClasses.Slider | |
The maximum allowed value on the slider. | |
maximum — Property, class spark.components.NumericStepper | |
Number which represents the maximum value possible for value. | |
maximum — Property, class spark.components.supportClasses.Range | |
The maximum valid value. | |
maximum — Property, class spark.components.supportClasses.SliderBase | |
Number which represents the maximum value possible for value. | |
maximumDataTipCount — Style, class mx.charts.chartClasses.ChartBase | |
Specifies the maximum number of datatips a chart will show. | |
maximumLabelPrecision — Property, class mx.charts.LinearAxis | |
Specifies the maximum number of decimal places for representing fractional values on the labels generated by this axis. | |
maximumLabelPrecision — Property, class mx.charts.LogAxis | |
Specifies the maximum number of decimal places for representing fractional values on the labels generated by this axis. | |
maxLabelRadius — Property, class mx.charts.series.PieSeries | |
The maximum amount of the PieSeries's radius that can be allocated to labels. | |
maxLabelWidth — Property, class mx.charts.ColumnChart | |
Determines maximum width in pixels of label of items. | |
maxLabelWidth — Property, class mx.containers.Form | |
The maximum width, in pixels, of the labels of the FormItems containers in this Form. | |
maxLength — Property, class mx.validators.StringValidator | |
Maximum length for a valid String. | |
maxLevel — Static Property, class flash.text.TextRenderer | |
The adaptively sampled distance fields (ADFs) quality level for advanced anti-aliasing. | |
maxLevelIDC — Static Property, class flash.system.Capabilities | |
Retrieves the highest H.264 Level IDC that the client hardware supports. | |
MAX_LINE_WIDTH — Constant Static Property, class flash.text.engine.TextLine | |
The maximum requested width of a text line, in pixels. | |
maxMeasuredBranchIconWidth — Property, class mx.controls.menuClasses.MenuListData | |
The max branch icon width for all MenuItemListRenderers | |
maxMeasuredIconWidth — Property, class mx.controls.menuClasses.MenuListData | |
The max icon width for all MenuItemListRenderers | |
maxMeasuredTypeIconWidth — Property, class mx.controls.menuClasses.MenuListData | |
The max type icon width for all MenuItemListRenderers | |
maxPauseBufferTime — Property, class flash.net.NetStream | |
Specifies how long to buffer messages during pause mode, in seconds. | |
maxPeerConnections — Property, class flash.net.NetConnection | |
The total number of inbound and outbound peer connections that this instance of Flash Player or Adobe AIR allows. | |
maxRadius — Style, 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 smallest and largest value. | |
maxRadius — Property, class mx.charts.series.BubbleSeries | |
The radius of the largest item renderered in this series. | |
MAX_REPLY_FETCH_INTERVAL_MILLIS — Constant Static Property, class mx.messaging.AdvancedChannelSet | |
maxRows — Property, class mx.controls.listClasses.TileBase | |
The maximum number of rows that the control can have. | |
maxScrollH — Property, class flash.text.TextField | |
The maximum value of scrollH. | |
maxScrollH — Property, class mx.core.FTETextField | |
This property has not been implemented in FTETextField because FTETextField does not support scrolling. | |
maxScrollH — Property, interface mx.core.IUITextField | |
The maximum value of scrollH. | |
maxScrollPosition — Property, class mx.controls.scrollClasses.ScrollBar | |
Number which represents the maximum scroll position. | |
maxScrollV — Property, class flash.text.TextField | |
The maximum value of scrollV. | |
maxScrollV — Property, class mx.core.FTETextField | |
This property has not been implemented in FTETextField because FTETextField does not support scrolling. | |
maxScrollV — Property, interface mx.core.IUITextField | |
The maximum value of scrollV. | |
maxSize — Property, class flash.display.NativeWindow | |
The maximum size for this window. | |
MAX_TIP_LENGTH — Constant Static Property, class flash.desktop.SystemTrayIcon | |
The permitted length of the system tray icon tooltip. | |
maxTipWidth — Static Property, class mx.charts.chartClasses.DataTip | |
Specifies the maximum width of the bounding box, in pixels, for new DataTip controls. | |
maxValue — Property, class mx.validators.CurrencyValidator | |
Maximum value for a valid number. | |
maxValue — Property, class mx.validators.NumberValidator | |
Maximum value for a valid number. | |
MAX_VALUE — Constant Static Property, class Number | |
The largest representable number (double-precision IEEE-754). | |
MAX_VALUE — Constant Static Property, class int | |
The largest representable 32-bit signed integer, which is 2,147,483,647. | |
MAX_VALUE — Constant Static Property, class uint | |
The largest representable 32-bit unsigned integer, which is 4,294,967,295. | |
maxVerticalScrollPosition — Property, class mx.core.Container | |
The largest possible value for the verticalScrollPosition property. | |
maxVerticalScrollPosition — Property, class mx.core.ScrollControlBase | |
The maximum value for the verticalScrollPosition property. | |
maxWidth — Property, class mx.containers.utilityClasses.ConstraintColumn | |
Number that specifies the maximum width of the ConstraintColumn instance, in pixels, in the ConstraintColumn instance's coordinates. | |
maxWidth — Property, class mx.containers.utilityClasses.PostScaleAdapter | |
Number that specifies the maximum width of the component, in pixels, as the component's coordinates. | |
maxWidth — Static Property, class mx.controls.ToolTip | |
Maximum width in pixels for new ToolTip controls. | |
maxWidth — Property, interface mx.core.IUIComponent | |
Number that specifies the maximum width of the component, in pixels, as the component's coordinates. | |
maxWidth — Property, class mx.core.UIComponent | |
The maximum recommended width of the component to be considered by the parent during layout. | |
maxWidth — Property, class mx.core.UIFTETextField | |
The maximum recommended width of the component to be considered by the parent during layout. | |
maxWidth — Property, class mx.core.UITextField | |
The maximum recommended width of the component to be considered by the parent during layout. | |
maxWidth — Property, class mx.flash.UIMovieClip | |
Number that specifies the maximum width of the component, in pixels, as the component's coordinates. | |
maxWidth — Property, class spark.primitives.supportClasses.GraphicElement | |
The maximum recommended width of the component to be considered by the parent during layout. | |
maxYear — Property, class mx.controls.DateChooser | |
The last year selectable in the control. | |
maxYear — Property, class mx.controls.DateField | |
The last year selectable in the control. | |
MBeanAttributeInfo — class, package mx.messaging.management | |
Client representation of metadata for a MBean attribute. | |
MBeanAttributeInfo() — Constructor, class mx.messaging.management.MBeanAttributeInfo | |
Creates a new instance of an empty MBeanAttributeInfo. | |
MBeanConstructorInfo — class, package mx.messaging.management | |
Client representation of metadata for a MBean constructor. | |
MBeanConstructorInfo() — Constructor, class mx.messaging.management.MBeanConstructorInfo | |
Creates a new instance of an empty MBeanConstructorInfo. | |
MBeanFeatureInfo — class, package mx.messaging.management | |
Client representation of metadata for a MBean feature. | |
MBeanFeatureInfo() — Constructor, class mx.messaging.management.MBeanFeatureInfo | |
Creates a new instance of an empty MBeanFeatureInfo. | |
MBeanInfo — class, package mx.messaging.management | |
Client representation of metadata for a MBean. | |
MBeanInfo() — Constructor, class mx.messaging.management.MBeanInfo | |
Creates a new instance of an empty MBeanInfo. | |
MBeanOperationInfo — class, package mx.messaging.management | |
Client representation of metadata for a MBean operation. | |
MBeanOperationInfo() — Constructor, class mx.messaging.management.MBeanOperationInfo | |
Creates a new instance of an empty MBeanOperationInfo. | |
MBeanParameterInfo — class, package mx.messaging.management | |
Client representation of metadata for a MBean operation parameter. | |
MBeanParameterInfo() — Constructor, class mx.messaging.management.MBeanParameterInfo | |
Creates a new instance of an empty MBeanParameterInfo. | |
measure() — method, class mx.charts.AxisRenderer | |
Calculates the default size, and optionally the default minimum size, of the component. | |
measure() — method, class mx.charts.Legend | |
Calculates the preferred, minimum, and maximum sizes of the Legend. | |
measure() — method, class mx.charts.chartClasses.ChartLabel | |
Calculates the default size, and optionally the default minimum size, of the component. | |
measure() — method, class mx.charts.chartClasses.DataTip | |
Calculates the default size, and optionally the default minimum size, of the component. | |
measure() — method, class mx.containers.Box | |
Calculates the default sizes and minimum and maximum values of the Box container. | |
measure() — method, class mx.containers.Canvas | |
Calculates the preferred minimum and preferred maximum sizes of the Canvas. | |
measure() — method, class mx.containers.Form | |
Calculates the preferred, minimum and maximum sizes of the Form. | |
measure() — method, class mx.containers.FormItem | |
Calculates the preferred, minimum and maximum sizes of the FormItem. | |
measure() — method, class mx.containers.Grid | |
Calculates the preferred, minimum, and maximum sizes of the Grid. | |
measure() — method, class mx.containers.Panel | |
Calculates the default mininum and maximum sizes of the Panel container. | |
measure() — method, class mx.containers.TabNavigator | |
Calculates the default sizes and mininum and maximum values of this TabNavigator container. | |
measure() — method, class mx.containers.Tile | |
Calculates the default minimum and maximum sizes of the Tile container. | |
measure() — method, class mx.containers.ViewStack | |
Calculates the default sizes and minimum and maximum values of the ViewStack container. | |
measure() — method, class mx.controls.ComboBase | |
Determines the measuredWidth and measuredHeight properties of the control. | |
measure() — method, 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, 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, class mx.controls.MenuBar | |
Calculates the preferred width and height of the MenuBar based on the default widths of the MenuBar items. | |
measure() — method, class mx.controls.dataGridClasses.DataGridHeader | |
Calculates the default size, and optionally the default minimum size, of the component. | |
measure() — method, class mx.controls.listClasses.AdvancedListBase | |
Calculates the measured width and height of the component based on the rowCount, columnCount, rowHeight and columnWidth properties. | |
measure() — method, 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, class mx.controls.sliderClasses.Slider | |
Calculates the amount of space that the component takes up. | |
measure() — method, class mx.core.UIComponent | |
Calculates the default size, and optionally the default minimum size, of the component. | |
measure() — method, class spark.layouts.supportClasses.LayoutBase | |
Measures the target's default size based on its content, and optionally measures the target's default minimum size. | |
measure() — method, class spark.primitives.BitmapImage | |
Calculates the default size of the element. | |
measure() — method, class spark.primitives.Graphic | |
Calculates the default size, and optionally the default minimum size, of the component. | |
measure() — method, class spark.primitives.Line | |
Calculates the default size of the element. | |
measure() — method, class spark.primitives.Path | |
Calculates the default size of the element. | |
measure() — method, class spark.primitives.supportClasses.GraphicElement | |
Calculates the default size of the element. | |
measuredBranchIconWidth — Property, interface mx.controls.menuClasses.IMenuItemRenderer | |
The width of the branch icon. | |
measuredBranchIconWidth — Property, class mx.controls.menuClasses.MenuItemRenderer | |
The width of the branch icon | |
measuredHeight — Property, class flashx.textLayout.elements.InlineGraphicElement | |
The natural height of the graphic. | |
measuredHeight — Property, class mx.containers.utilityClasses.PostScaleAdapter | |
The measured height of this object. | |
measuredHeight — Property, class mx.controls.dataGridClasses.DataGridLockedRowContentHolder | |
The measured height of the DataGrid control. | |
measuredHeight — Property, class mx.core.BitmapAsset | |
The measured height of this object. | |
measuredHeight — Property, class mx.core.ButtonAsset | |
The measured height of this object. | |
measuredHeight — Property, interface mx.core.IFlexDisplayObject | |
The measured height of this object. | |
measuredHeight — Property, class mx.core.MovieClipAsset | |
The measured height of this object. | |
measuredHeight — Property, class mx.core.SpriteAsset | |
The measured height of this object. | |
measuredHeight — Property, class mx.core.TextFieldAsset | |
The measured height of this object. | |
measuredHeight — Property, class mx.core.UIComponent | |
The default height of the component, in pixels. | |
measuredHeight — Property, class mx.core.UIFTETextField | |
The default height of the component, in pixels. | |
measuredHeight — Property, class mx.core.UITextField | |
The default height of the component, in pixels. | |
measuredHeight — Property, class mx.flash.UIMovieClip | |
The measured height of this object. | |
measuredHeight — Property, 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, class mx.skins.ProgrammaticSkin | |
The measured height of this object. | |
measuredHeight — Property, class spark.primitives.supportClasses.GraphicElement | |
The default height of the component, in pixels. | |
measuredIconWidth — Property, interface mx.controls.menuClasses.IMenuItemRenderer | |
The width of the icon. | |
measuredIconWidth — Property, class mx.controls.menuClasses.MenuItemRenderer | |
The width of the icon | |
measureDimensionName — Property, class mx.olap.OLAPCube | |
Sets the name of the dimension for the measures of the OLAP cube. | |
measuredMinHeight — Property, class mx.containers.utilityClasses.PostScaleAdapter | |
measuredMinHeight — Property, interface mx.core.IUIComponent | |
The default minimum height of the component, in pixels. | |
measuredMinHeight — Property, class mx.core.UIComponent | |
The default minimum height of the component, in pixels. | |
measuredMinHeight — Property, class mx.core.UIFTETextField | |
The default minimum height of the component, in pixels. | |
measuredMinHeight — Property, class mx.core.UITextField | |
The default minimum height of the component, in pixels. | |
measuredMinHeight — Property, class mx.flash.UIMovieClip | |
The default minimum height of the component, in pixels. | |
measuredMinWidth — Property, class mx.containers.utilityClasses.PostScaleAdapter | |
measuredMinWidth — Property, interface mx.core.IUIComponent | |
The default minimum width of the component, in pixels. | |
measuredMinWidth — Property, class mx.core.UIComponent | |
The default minimum width of the component, in pixels. | |
measuredMinWidth — Property, class mx.core.UIFTETextField | |
The default minimum width of the component, in pixels. | |
measuredMinWidth — Property, class mx.core.UITextField | |
The default minimum width of the component, in pixels. | |
measuredMinWidth — Property, class mx.flash.UIMovieClip | |
The default minimum width of the component, in pixels. | |
measuredSizeIncludesScrollBars — Property, class spark.components.Scroller | |
If true, the Scroller's measured size includes the space required for the visible scroll bars, otherwise the Scroller's measured size depends only on its viewport. | |
measuredTypeIconWidth — Property, interface mx.controls.menuClasses.IMenuItemRenderer | |
The width of the type icon (radio/check). | |
measuredTypeIconWidth — Property, class mx.controls.menuClasses.MenuItemRenderer | |
The width of the type icon (radio/check) | |
measuredWidth — Property, class flashx.textLayout.elements.InlineGraphicElement | |
The natural width of the graphic. | |
measuredWidth — Property, class mx.containers.utilityClasses.PostScaleAdapter | |
The measured width of this object. | |
measuredWidth — Property, class mx.core.BitmapAsset | |
The measured width of this object. | |
measuredWidth — Property, class mx.core.ButtonAsset | |
The measured width of this object. | |
measuredWidth — Property, interface mx.core.IFlexDisplayObject | |
The measured width of this object. | |
measuredWidth — Property, class mx.core.MovieClipAsset | |
The measured width of this object. | |
measuredWidth — Property, class mx.core.SpriteAsset | |
The measured width of this object. | |
measuredWidth — Property, class mx.core.TextFieldAsset | |
The measured width of this object. | |
measuredWidth — Property, class mx.core.UIComponent | |
The default width of the component, in pixels. | |
measuredWidth — Property, class mx.core.UIFTETextField | |
The default width of the component, in pixels. | |
measuredWidth — Property, class mx.core.UITextField | |
The default width of the component, in pixels. | |
measuredWidth — Property, class mx.flash.UIMovieClip | |
The measured width of this object. | |
measuredWidth — Property, 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, class mx.skins.ProgrammaticSkin | |
The measured width of this object. | |
measuredWidth — Property, class spark.primitives.supportClasses.GraphicElement | |
The default width of the component, in pixels. | |
measuredX — Property, class spark.primitives.supportClasses.GraphicElement | |
The default measured bounds top-left corner relative to the origin of the element. | |
measuredY — Property, class spark.primitives.supportClasses.GraphicElement | |
The default measured bounds top-left corner relative to the origin of the element. | |
measureHeightOfItems(index:int, count:int) — method, class mx.controls.listClasses.AdvancedListBase | |
Measures a set of items from the data provider using the current item renderer and returns the sum of the heights of those items. | |
measureHeightOfItems(index:int, count:int) — method, 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, class mx.core.UIComponent | |
Measures the specified HTML text, which can 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, roundUp:Boolean) — method, 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. | |
measures — Property, class mx.olap.OLAPCube | |
Sets the measures of the OLAP cube, as a list of OLAPMeasure instances. | |
measureText(text:String) — method, class mx.core.UIComponent | |
Measures the specified text, assuming that it is displayed in a single-line UITextField (or UIFTETextField) using a UITextFormat determined by the styles of this UIComponent. | |
measureText(text:String, roundUp:Boolean) — method, 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, class mx.controls.listClasses.AdvancedListBase | |
Measures a set of items from the data provider using the current item renderer and returns the maximum width found. | |
measureWidthOfItems(index:int, count:int) — method, 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, class mx.controls.List | |
cache of measuring objects by factory | |
measuringObjects — Property, class mx.controls.listClasses.TileBase | |
Cache of measuring objects by factory. | |
mediaPlayerState — Property, class spark.components.VideoDisplay | |
The current state of the video. | |
mediaPlayerState — Property, class spark.components.VideoPlayer | |
The current state of the video. | |
MediaPlayerState — final class, package org.osmf.media | |
The MediaPlayerState class enumerates public constants that describe the current state of the MediaPlayer. | |
mediaPlayerStateChange — Event, class spark.components.VideoDisplay | |
Dispatched when the MediaPlayer's state has changed. | |
mediaPlayerStateChange — Event, class spark.components.VideoPlayer | |
Dispatched when the MediaPlayer's state has changed. | |
MEDIA_PLAYER_STATE_CHANGE — Constant Static Property, class org.osmf.events.MediaPlayerStateChangeEvent | |
The MediaPlayerStateChangeEvent.MEDIA_PLAYER_STATE_CHANGE constant defines the value of the type property of the event object for a mediaPlayerStateChange event. | |
MediaPlayerStateChangeEvent — class, package org.osmf.events | |
A MediaPlayer dispatches this event when its state has changed. | |
MediaPlayerStateChangeEvent(type:String, bubbles:Boolean, cancelable:Boolean, state:String) — Constructor, class org.osmf.events.MediaPlayerStateChangeEvent | |
Constructor. | |
MEDIUM — Constant Static Property, 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, class flash.filters.BitmapFilterQuality | |
Defines the medium quality filter setting. | |
MEDIUM — Constant Static Property, class mx.managers.CursorManagerPriority | |
Constant that specifies a medium cursor priority when passed as the priority argument to setCursor(). | |
members — Property, interface mx.olap.IOLAPAxisPosition | |
The members for this position, as a list of IOLAPMember instances. | |
members — Property, interface mx.olap.IOLAPDimension | |
Returns all the members of this dimension, as a list of IOLAPMember instances. | |
members — Property, interface mx.olap.IOLAPHierarchy | |
All members of all the levels that belong to this hierarchy, as a list of IOLAPMember instances. | |
members — Property, interface mx.olap.IOLAPLevel | |
The members of this level, as a list of IOLAPMember instances, or null if a member is not found. | |
members — Property, class mx.olap.OLAPAttribute | |
All members of all the levels that belong to this hierarchy, as a list of IOLAPMember instances. | |
members — Property, class mx.olap.OLAPAxisPosition | |
The members of the query result, at this position as a list of IOLAPMember instances. | |
members — Property, class mx.olap.OLAPDimension | |
Returns all the members of this dimension, as a list of IOLAPMember instances. | |
members — Property, class mx.olap.OLAPHierarchy | |
All members of all the levels that belong to this hierarchy, as a list of IOLAPMember instances. | |
members — Property, class mx.olap.OLAPLevel | |
The members of this level, as a list of IOLAPMember instances, or null if a member is not found. | |
MemoryError — Dynamic Class, package flash.errors | |
The MemoryError exception is thrown when a memory allocation request fails. | |
MemoryError(message:String) — Constructor, class flash.errors.MemoryError | |
Creates a new MemoryError object. | |
menu — Property, class flash.desktop.DockIcon | |
The system-supplied menu of this dock icon. | |
menu — Property, class flash.desktop.NativeApplication | |
The application menu. | |
menu — Property, class flash.desktop.SystemTrayIcon | |
The system tray icon menu. | |
menu — Property, class flash.display.NativeMenuItem | |
The menu that contains this item. | |
menu — Property, class flash.display.NativeWindow | |
The native menu for this window. | |
menu — Property, interface mx.controls.menuClasses.IMenuItemRenderer | |
A reference to this menu item renderer's Menu control, if it contains one. | |
menu — Property, class mx.controls.menuClasses.MenuItemRenderer | |
Contains a reference to the associated Menu control. | |
menu — Property, class mx.core.Window | |
The window menu for this window. | |
menu — Property, class mx.core.WindowedApplication | |
The application menu for operating systems that support an application menu, or the window menu of the application's initial window for operating systems that support window menus. | |
menu — Property, class mx.events.MenuEvent | |
The specific Menu instance associated with the event, such as the menu or submenu that was hidden or opened. | |
menu — Property, class spark.components.Window | |
The window menu for this window. | |
menu — Property, class spark.components.WindowedApplication | |
The application menu for operating systems that support an application menu, or the window menu of the application's initial window for operating systems that support window menus. | |
Menu — class, 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, class mx.controls.Menu | |
Constructor. | |
MenuAccImpl — class, package mx.accessibility | |
MenuAccImpl is a subclass of AccessibilityImplementation which implements accessibility for the Menu class. | |
MenuAccImpl(master:mx.core:UIComponent) — Constructor, class mx.accessibility.MenuAccImpl | |
Constructor. | |
MenuArrow — class, package mx.skins.spark | |
The Spark skin class for the branchIcon of an MX Menu component. | |
MenuArrow — class, package mx.skins.wireframe | |
The wireframe skin class for the branchIcon of a MX Menu component. | |
MenuArrow() — Constructor, class mx.skins.spark.MenuArrow | |
Constructor. | |
MenuArrow() — Constructor, class mx.skins.wireframe.MenuArrow | |
Constructor. | |
MenuArrowDisabled — class, package mx.skins.spark | |
The Spark skin class for the disabled branchIcon of an MX Menu component. | |
MenuArrowDisabled — class, package mx.skins.wireframe | |
The wireframe skin class for the disabled branchIcon of a MX Menu component. | |
MenuArrowDisabled() — Constructor, class mx.skins.spark.MenuArrowDisabled | |
Constructor. | |
MenuArrowDisabled() — Constructor, class mx.skins.wireframe.MenuArrowDisabled | |
Constructor. | |
MenuAutomationImpl — class, package mx.automation.delegates.controls | |
Defines methods and properties required to perform instrumentation for the Menu control. | |
MenuAutomationImpl(obj:mx.controls:Menu) — Constructor, class mx.automation.delegates.controls.MenuAutomationImpl | |
Constructor. | |
menuBar — Property, interface mx.controls.menuClasses.IMenuBarItemRenderer | |
Contains a reference to the item renderer's MenuBar control. | |
menuBar — Property, class mx.controls.menuClasses.MenuBarItem | |
menuBar — Property, 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, package mx.controls | |
A MenuBar control defines a horizontal, top-level menu bar that contains one or more menus. | |
MenuBar() — Constructor, class mx.controls.MenuBar | |
Constructor. | |
MenuBarAccImpl — class, package mx.accessibility | |
MenuBarAccImpl is a subclass of AccessibilityImplementation which implements accessibility for the MenuBar class. | |
MenuBarAccImpl(master:mx.core:UIComponent) — Constructor, class mx.accessibility.MenuBarAccImpl | |
Constructor. | |
MenuBarAutomationImpl — class, package mx.automation.delegates.controls | |
Defines methods and properties required to perform instrumentation for the MenuBar control. | |
MenuBarAutomationImpl(obj:mx.controls:MenuBar) — Constructor, class mx.automation.delegates.controls.MenuBarAutomationImpl | |
Constructor. | |
MenuBarBackgroundSkin — class, package mx.skins.halo | |
The skin for the background of a MenuBar. | |
MenuBarBackgroundSkin() — Constructor, class mx.skins.halo.MenuBarBackgroundSkin | |
Constructor. | |
MenuBarItem — class, package mx.controls.menuClasses | |
The MenuBarItem class defines the default item renderer for the top-level menu bar of a MenuBar control. | |
MenuBarItem() — Constructor, class mx.controls.menuClasses.MenuBarItem | |
Constructor. | |
MenuBarItemAutomationImpl — class, package mx.automation.delegates.controls | |
Defines methods and properties required to perform instrumentation for the MenuBarItem class. | |
MenuBarItemAutomationImpl(obj:mx.controls.menuClasses:MenuBarItem) — Constructor, class mx.automation.delegates.controls.MenuBarItemAutomationImpl | |
Constructor. | |
menuBarItemIndex — Property, interface mx.controls.menuClasses.IMenuBarItemRenderer | |
Contains the index of this item renderer relative to other item renderers in the MenuBar control. | |
menuBarItemIndex — Property, class mx.controls.menuClasses.MenuBarItem | |
menuBarItemRenderer — Property, class mx.controls.MenuBar | |
The item renderer used by the MenuBar control for the top-level menu bar of the MenuBar control. | |
menuBarItems — Property, class mx.controls.MenuBar | |
An Array that contains the MenuBarItem objects that render each item in the top-level menu bar of a MenuBar control. | |
MenuBarItemSkin — class, package mx.skins.wireframe | |
The wireframe skin class for menu items in the MX MenuBar component. | |
MenuBarItemSkin() — Constructor, class mx.skins.wireframe.MenuBarItemSkin | |
Constructor. | |
menuBarItemState — Property, interface mx.controls.menuClasses.IMenuBarItemRenderer | |
Contains the current state of this item renderer. | |
menuBarItemState — Property, class mx.controls.menuClasses.MenuBarItem | |
menuBarItemStyleFilters — Property, class mx.controls.MenuBar | |
The set of styles to pass from the MenuBar to the menuBar items. | |
MenuBarSkin — class, package mx.skins.wireframe | |
The wireframe skin class for the MX MenuBar component. | |
MenuBarSkin() — Constructor, class mx.skins.wireframe.MenuBarSkin | |
Constructor. | |
menuBarVisible — Property, class flash.html.HTMLWindowCreateOptions | |
Specifies whether a menu bar should be displayed. | |
MenuCheck — class, package mx.skins.spark | |
The Spark skin class for the checkIcon of an MX Menu component. | |
MenuCheck — class, package mx.skins.wireframe | |
The wireframe skin class for the check icon of the MX Menu component. | |
MenuCheck() — Constructor, class mx.skins.spark.MenuCheck | |
Constructor. | |
MenuCheck() — Constructor, class mx.skins.wireframe.MenuCheck | |
Constructor. | |
MenuCheckDisabled — class, package mx.skins.spark | |
The Spark skin class for the checkDisabledIcon of an MX Menu component. | |
MenuCheckDisabled — class, package mx.skins.wireframe | |
The wireframe skin class for the disabled check icon of a MX Menu component. | |
MenuCheckDisabled() — Constructor, class mx.skins.spark.MenuCheckDisabled | |
Constructor. | |
MenuCheckDisabled() — Constructor, class mx.skins.wireframe.MenuCheckDisabled | |
Constructor. | |
MenuEvent — class, 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, class mx.events.MenuEvent | |
Constructor. | |
menuHide — Event, class mx.controls.Menu | |
Dispatched when a menu or submenu is dismissed. | |
menuHide — Event, class mx.controls.MenuBar | |
Dispatched when a pop-up submenu closes. | |
MENU_HIDE — Constant Static Property, class mx.events.MenuEvent | |
The MenuEvent.MENU_HIDE event type constant indicates that a menu or submenu closed. | |
MenuItemRenderer — class, package mx.controls.menuClasses | |
The MenuItemRenderer class defines the default item renderer for menu items in any menu control. | |
MenuItemRenderer() — Constructor, class mx.controls.menuClasses.MenuItemRenderer | |
Constructor. | |
MenuItemRendererAutomationImpl — class, package mx.automation.delegates.controls | |
Defines methods and properties required to perform instrumentation for the MenuItemRenderer class. | |
MenuItemRendererAutomationImpl(obj:mx.controls.menuClasses:MenuItemRenderer) — Constructor, class mx.automation.delegates.controls.MenuItemRendererAutomationImpl | |
Constructor. | |
menuItemSelect — Event, class flash.ui.ContextMenuItem | |
Dispatched when a user selects an item from a context menu. | |
MENU_ITEM_SELECT — Constant Static Property, class flash.events.ContextMenuEvent | |
Defines the value of the type property of a menuItemSelect event object. | |
MenuItemSkin — class, package mx.skins.spark | |
The wireframe skin class for menu items in the MX Menu component. | |
MenuItemSkin() — Constructor, class mx.skins.spark.MenuItemSkin | |
Constructor. | |
MenuListData — class, package mx.controls.menuClasses | |
The MenuListData class defines the data type of the listData property implemented by drop-in item renderers or drop-in item editors for the Menu and MenuBar control. | |
MenuListData(text:String, icon:Class, labelField:String, uid:String, owner:mx.core:IUIComponent, rowIndex:int, columnIndex:int) — Constructor, class mx.controls.menuClasses.MenuListData | |
Constructor. | |
MenuRadio — class, package mx.skins.spark | |
The Spark skin class for the radio icon of the MX Menu component. | |
MenuRadio — class, package mx.skins.wireframe | |
The wireframe skin class for the radio icon of the MX Menu component. | |
MenuRadio() — Constructor, class mx.skins.spark.MenuRadio | |
Constructor. | |
MenuRadio() — Constructor, class mx.skins.wireframe.MenuRadio | |
Constructor. | |
MenuRadioDisabled — class, package mx.skins.spark | |
The Spark skin class for the disabled radio icon of the MX Menu component. | |
MenuRadioDisabled — class, package mx.skins.wireframe | |
The wireframe skin class for the disabled radio icon of the MX Menu component. | |
MenuRadioDisabled() — Constructor, class mx.skins.spark.MenuRadioDisabled | |
Constructor. | |
MenuRadioDisabled() — Constructor, class mx.skins.wireframe.MenuRadioDisabled | |
Constructor. | |
menus — Property, class mx.controls.MenuBar | |
An Array containing the Menu objects corresponding to the pop-up submenus of this MenuBar control. | |
menuSelect — Event, 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, class flash.events.ContextMenuEvent | |
Defines the value of the type property of a menuSelect event object. | |
menuSelectHandler(event:flash.events:ContextMenuEvent) — method, class flashx.textLayout.container.ContainerController | |
Processes the ContextMenuEvent.MENU_SELECT event when the client manages events. | |
menuSelectHandler(event:flash.events:ContextMenuEvent) — method, class flashx.textLayout.container.TextContainerManager | |
Processes the ContextMenuEvent.MENU_SELECT event when the client manages events. | |
menuSelectHandler(event:flash.events:ContextMenuEvent) — method, interface flashx.textLayout.edit.IInteractionEventHandler | |
Processes a menuSelect event. | |
menuSelectHandler(event:flash.events:ContextMenuEvent) — method, class flashx.textLayout.edit.SelectionManager | |
Processes a menuSelect event. | |
menuSelectionMode — Property, class mx.controls.listClasses.AdvancedListBase | |
A flag that indicates whether menu-style selection should be used. | |
menuSelectionMode — Property, class mx.controls.listClasses.ListBase | |
A flag that indicates whether menu-style selection should be used. | |
MenuSeparatorSkin — class, package mx.skins.spark | |
The Spark skin class for the menu item separators in the MX Menu component. | |
MenuSeparatorSkin — class, package mx.skins.wireframe | |
The wireframe skin class for the menu item separators in the MX menu component. | |
MenuSeparatorSkin() — Constructor, class mx.skins.spark.MenuSeparatorSkin | |
Constructor. | |
MenuSeparatorSkin() — Constructor, class mx.skins.wireframe.MenuSeparatorSkin | |
Constructor. | |
menuShow — Event, class mx.controls.FlexNativeMenu | |
Dispatched before a menu or submenu is displayed. | |
menuShow — Event, class mx.controls.Menu | |
Dispatched when a menu or submenu opens. | |
menuShow — Event, class mx.controls.MenuBar | |
Dispatched when a pop-up submenu opens, or the user selects a menu bar item with no drop-down menu. | |
MENU_SHOW — Constant Static Property, class mx.automation.events.MenuShowEvent | |
The MenuShowEvent.MENU_SHOW constant defines the value of the type property of the event object for a menuShow event. | |
MENU_SHOW — Constant Static Property, class mx.events.FlexNativeMenuEvent | |
The FlexNativeMenuEvent.MENU_SHOW type constant indicates that the mouse pointer rolled a menu or submenu opened. | |
MENU_SHOW — Constant Static Property, class mx.events.MenuEvent | |
The MenuEvent.MENU_SHOW type constant indicates that the mouse pointer rolled a menu or submenu opened. | |
MenuShowEvent — class, package mx.automation.events | |
The MenuShowEvent class represents events that are associated with menuBar. | |
MenuShowEvent(type:String, itemRenderer:mx.controls.menuClasses:IMenuBarItemRenderer) — Constructor, class mx.automation.events.MenuShowEvent | |
Constructor. | |
MenuSkin — class, package mx.skins.wireframe | |
The wireframe skin class for the border of the MX Menu component. | |
MenuSkin() — Constructor, class mx.skins.wireframe.MenuSkin | |
Constructor. | |
menuStyleName — Style, class mx.controls.MenuBar | |
Name of the CSSStyleDeclaration that specifies the styles for the Menu controls displayed by this MenuBar control. | |
merge(sourceBitmapData:flash.display:BitmapData, sourceRect:flash.geom:Rectangle, destPoint:flash.geom:Point, redMultiplier:uint, greenMultiplier:uint, blueMultiplier:uint, alphaMultiplier:uint) — method, class flash.display.BitmapData | |
Performs per-channel blending from a source image to a destination image. | |
merge() — method, class mx.data.DataManager | |
Merges any pending updates into the managed set of objects. | |
merge() — method, class mx.data.DataStore | |
Merges any pending updates into the managed set of objects. | |
mergeRequired — Property, class mx.data.DataManager | |
Indicates if there are any pending changes that must be merged. | |
mergeRequired — Property, class mx.data.DataStore | |
Indicates if there are any pending changes that must be merged. | |
mergeTextElements(beginIndex:int, endIndex:int) — method, class flash.text.engine.GroupElement | |
Merges the text from the range of elements that the beginIndex and endIndex parameters specify into the element specified by beginIndex without affecting the format of that element. | |
message — Property, class Error | |
Contains the message associated with the Error object. | |
message — Property, interface com.adobe.fiber.styles.ILocalizeableMessage | |
Bindable property that returns the localized version of this message via a call to IResourceManager.getString(bundle, key, tokens). | |
message — Property, class com.adobe.fiber.styles.LocalizeableMessage | |
Bindable property that returns the localized version of this message via a call to IResourceManager.getString(bundle, key, tokens). | |
message — Event, class mx.data.DataManager | |
The MessageEvent.MESSAGE event is dispatched when the remote destination pushes a notification of a data operation. | |
message — Event, class mx.data.DataService | |
The MessageEvent.MESSAGE event is dispatched when the remote destination pushes a notification of a data operation. | |
message — Property, interface mx.data.IChangeObject | |
Provides access to the local DataMessage object corresponding to the local changes. | |
message — Property, class mx.data.MessageCacheItem | |
The reference to the DataMessage for this change. | |
message — Property, class mx.events.CubeEvent | |
A description of what is being processed. | |
message — Property, class mx.events.ValidationResultEvent | |
A single string that contains every error message from all of the ValidationResult objects in the results Array. | |
message — Property, class mx.logging.LogEvent | |
Provides access to the message that was logged. | |
message — Event, class mx.messaging.AbstractConsumer | |
Dispatched when a message is received by the Consumer. | |
message — Event, class mx.messaging.Channel | |
Dispatched when a channel receives a message from its endpoint. | |
message — Event, class mx.messaging.Consumer | |
Dispatched when a message is received by the Consumer. | |
message — Property, class mx.messaging.MessageResponder | |
Provides access to the sent Message. | |
message — Event, class mx.messaging.MultiTopicConsumer | |
Dispatched when a message is received by the Consumer. | |
message — Property, class mx.messaging.events.MessageEvent | |
The Message associated with this event. | |
message — Property, class mx.messaging.events.MessageFaultEvent | |
The ErrorMessage for this event. | |
message — Property, class mx.rpc.AsyncToken | |
Provides access to the associated message. | |
MESSAGE — Constant Static Property, class mx.messaging.events.MessageEvent | |
The MESSAGE event type; dispatched upon receipt of a message. | |
MessageAckEvent — class, 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, class mx.messaging.events.MessageAckEvent | |
Constructs an instance of this event with the specified acknowledge message and original correlated message. | |
MessageAgent — class, package mx.messaging | |
The MessageAgent class provides the basic low-level functionality common to message handling for a destination. | |
MessageAgent() — Constructor, class mx.messaging.MessageAgent | |
Constructor. | |
messageAgents — Property, class mx.messaging.ChannelSet | |
Provides access to the set of MessageAgents that use this ChannelSet. | |
MessageBatch — class, package mx.data | |
Represents a group of changes: creates, updates, deletes, and update collection messages. | |
MessageBatch() — Constructor, class mx.data.MessageBatch | |
Constructor. | |
MessageCacheItem — class, package mx.data | |
Represents an element of the MessageBatch's items property. | |
MessageCacheItem() — Constructor, class mx.data.MessageCacheItem | |
Constructor. | |
MESSAGE_DELIVERY_IN_DOUBT — Constant Static Property, class mx.messaging.messages.ErrorMessage | |
If a message may not have been delivered, the faultCode will contain this constant. | |
MessageEvent — class, 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, class mx.messaging.events.MessageEvent | |
Constructs an instance of this event with the specified type and message. | |
MessageFaultEvent — class, 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, class mx.messaging.events.MessageFaultEvent | |
Constructs an instance of a fault message event for the specified message and fault information. | |
messageHandler(event:mx.messaging.events:MessageEvent) — method, class mx.messaging.ChannelSet | |
Redispatches message events from the currently connected Channel. | |
messageId — Property, class mx.messaging.messages.AbstractMessage | |
The unique id for the message. | |
messageId — Property, interface mx.messaging.messages.IMessage | |
The unique id for the message. | |
MessagePerformanceUtils — class, package mx.messaging.messages | |
The MessagePerformanceUtils utility class is used to retrieve various metrics about the sizing and timing of a message sent from a client to the server and its response message, as well as pushed messages from the server to the client. | |
MessagePerformanceUtils(message:Object) — Constructor, class mx.messaging.messages.MessagePerformanceUtils | |
Constructor Creates an MPUtils instance with information from the MPI headers of the passed in message | |
MessageResponder — class, 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, class mx.messaging.MessageResponder | |
Constructs a MessageResponder to handle the response for the specified Message for the specified MessageAgent. | |
MessageSerializationError — class, package mx.messaging.errors | |
This error indicates a problem serializing a message within a channel. | |
MessageSerializationError(msg:String, fault:mx.messaging.messages:ErrorMessage) — Constructor, class mx.messaging.errors.MessageSerializationError | |
Constructs a new instance of the MessageSerializationError with the specified message. | |
messageSize — Property, class mx.messaging.messages.MessagePerformanceUtils | |
The size of the original client message as measured during deserialization by the server endpoint | |
messageStyleName — Style, class mx.controls.Alert | |
Name of the CSS style declaration that specifies styles for the Alert message text. | |
MessagingDataServiceAdapter — class, package mx.data | |
DataServiceAdapter for an LCDS back-end. | |
MessagingDataServiceAdapter(rootDestination:String, dataStore:mx.data:DataStore) — Constructor, class mx.data.MessagingDataServiceAdapter | |
Constructs a messaging data service adapter. | |
MessagingError — class, package mx.messaging.errors | |
This is the base class for any messaging related error. | |
MessagingError(msg:String) — Constructor, class mx.messaging.errors.MessagingError | |
Constructs a new instance of a MessagingError with the specified message. | |
MESSAGING_VERSION — Constant Static Property, class mx.messaging.messages.CommandMessage | |
Endpoints can imply what features they support by reporting the latest version of messaging they are capable of during the handshake of the initial ping CommandMessage. | |
metadata — Property, class mx.controls.VideoDisplay | |
An object that contains a metadata information packet that is received from a call to the NetStream.onMetaData() callback method, if available. | |
metadata — Property, class mx.data.CacheDataDescriptor | |
Provides access to custom information stored along with this data in the local store. | |
MetadataEvent — class, package mx.events | |
The MetadataEvent class defines the event type for metadata and cue point events. | |
MetadataEvent(type:String, bubbles:Boolean, cancelable:Boolean, info:Object) — Constructor, class mx.events.MetadataEvent | |
Constructor. | |
metadataReceived — Event, class mx.controls.VideoDisplay | |
Dispatched the first time metadata in the FLV file is reached. | |
METADATA_RECEIVED — Constant Static Property, class mx.events.MetadataEvent | |
The MetadataEvent.METADATA_RECEIVED constant defines the value of the type property for a metadataReceived event. | |
method — Property, class flash.net.URLRequest | |
Controls the HTTP form submission method. | |
method — Property, class mx.messaging.messages.HTTPRequestMessage | |
Indicates what method should be used for the request. | |
method — Property, class mx.rpc.http.AbstractOperation | |
HTTP method for sending the request. | |
method — Property, class mx.rpc.http.HTTPMultiService | |
HTTP method for sending the request if a method is not set explicit on the operation. | |
method — Property, class mx.rpc.http.HTTPService | |
HTTP method for sending the request. | |
method — Property, class mx.rpc.http.Operation | |
HTTP method for sending the request. | |
Microphone — final class, package flash.media | |
Use the Microphone class to capture audio from a microphone attached to a computer running Flash Player or Adobe AIR. | |
MICROPHONE — Constant Static Property, class flash.system.SecurityPanel | |
When passed to Security.showSettings(), displays the Microphone panel in Flash Player Settings. | |
MIDDLE — Constant Static Property, class flashx.textLayout.compose.TextFlowLineLocation | |
Specifies a middle line in a paragraph - neither the first nor the last line. | |
MIDDLE — Constant Static Property, class flashx.textLayout.formats.VerticalAlign | |
Specifies alignment with the middle of the frame. | |
MIDDLE — Constant Static Property, class spark.layouts.VerticalAlign | |
Vertically align children in the middle of the container. | |
middleButton — Skin Part, class spark.components.ButtonBar | |
A skin part that defines the middle button(s). | |
middleButton — Property, class spark.skins.spark.ButtonBarSkin | |
middleButton — Property, class spark.skins.wireframe.ButtonBarSkin | |
middleClick — Event, class flash.display.InteractiveObject | |
Dispatched when a user presses and releases the middle button of the user's pointing device over the same InteractiveObject. | |
MIDDLE_CLICK — Constant Static Property, class flash.events.MouseEvent | |
Defines the value of the type property of a middleClick event object. | |
middleMouseDown — Event, class flash.display.InteractiveObject | |
Dispatched when a user presses the middle pointing device button over an InteractiveObject instance. | |
MIDDLE_MOUSE_DOWN — Constant Static Property, class flash.events.MouseEvent | |
Defines the value of the type property of a middleMouseDown event object. | |
middleMouseUp — Event, class flash.display.InteractiveObject | |
Dispatched when a user releases the pointing device button over an InteractiveObject instance. | |
MIDDLE_MOUSE_UP — Constant Static Property, class flash.events.MouseEvent | |
Defines the value of the type property of a middleMouseUp event object. | |
milliseconds — Property, class Date | |
The milliseconds (an integer from 0 to 999) portion of a Date object according to local time. | |
millisecondsUTC — Property, class Date | |
The milliseconds (an integer from 0 to 999) portion of a Date object according to universal time (UTC). | |
min(val1:Number, val2:Number, ... rest) — Static Method , class Math | |
Evaluates val1 and val2 (or more values) and returns the smallest value. | |
min(n1:Number, n2:Number) — Static Method , class com.adobe.fiber.runtime.lib.MathFunc | |
Returns the smaller of two numbers. | |
min — Property, class mx.charts.chartClasses.DataDescription | |
The minimum data value displayed by the element. | |
min — Property, class mx.charts.series.items.AreaSeriesItem | |
The minimum value of this item converted into screen coordinates. | |
min — Property, class mx.charts.series.items.BarSeriesItem | |
The minimum value of this item converted into screen coordinates. | |
min — Property, class mx.charts.series.items.ColumnSeriesItem | |
The minimum value of this item converted into screen coordinates. | |
MinAggregator — class, package mx.olap.aggregators | |
The MinAggregator class implements the minimum aggregator. | |
minColumnWidth — Property, class mx.controls.AdvancedDataGridBaseEx | |
The minimum width of the columns, in pixels. | |
minColumnWidth — Property, class mx.controls.DataGrid | |
The minimum width of the columns, in pixels. | |
minDigits — Property, class mx.validators.PhoneNumberValidator | |
Minimum number of digits for a valid phone number. | |
MIN_DOMAIN_MEMORY_LENGTH — Static Property, class flash.system.ApplicationDomain | |
Gets the minimum memory object length required to be used as ApplicationDomain.domainMemory. | |
minField — Property, class mx.charts.series.AreaSeries | |
Specifies the field of the dataProvider that determines the bottom boundary of the area. | |
minField — Property, class mx.charts.series.BarSeries | |
Specifies the field of the data provider that determines the bottom of each bar. | |
minField — Property, class mx.charts.series.ColumnSeries | |
Specifies the field of the data provider that determines the y-axis location of the bottom of a column. | |
minFilter — Property, class mx.charts.series.items.AreaSeriesItem | |
The minimum value of this item, filtered against the vertical axis of the containing chart. | |
minFilter — Property, class mx.charts.series.items.BarSeriesItem | |
The minimum value of this item, filtered against the horizontal axis of the containing chart. | |
minFilter — Property, class mx.charts.series.items.ColumnSeriesItem | |
The minimum value of this item, filtered against the vertical axis of the containing chart. | |
minHeight — Property, 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, class mx.containers.utilityClasses.PostScaleAdapter | |
Number that specifies the minimum height of the component, in pixels, as the component's coordinates. | |
minHeight — Property, interface mx.core.IUIComponent | |
Number that specifies the minimum height of the component, in pixels, as the component's coordinates. | |
minHeight — Property, class mx.core.UIComponent | |
The minimum recommended height of the component to be considered by the parent during layout. | |
minHeight — Property, class mx.core.UIFTETextField | |
The minimum recommended height of the component to be considered by the parent during layout. | |
minHeight — Property, class mx.core.UITextField | |
The minimum recommended height of the component to be considered by the parent during layout. | |
minHeight — Property, class mx.flash.UIMovieClip | |
Number that specifies the minimum height of the component, in pixels, as the component's coordinates. | |
minHeight — Property, class spark.primitives.supportClasses.GraphicElement | |
The minimum recommended height of the component to be considered by the parent during layout. | |
minimizable — Property, class flash.display.NativeWindow | |
Reports the minimizable setting used to create this window. | |
minimizable — Property, class flash.display.NativeWindowInitOptions | |
Specifies whether the window can be minimized by the user. | |
minimizable — Property, interface mx.core.IWindow | |
Specifies whether the window can be minimized. | |
minimizable — Property, class mx.core.Window | |
Specifies whether the window can be minimized. | |
minimizable — Property, class mx.core.WindowedApplication | |
Specifies whether the window can be minimized. | |
minimizable — Property, class spark.components.Window | |
Specifies whether the window can be minimized. | |
minimizable — Property, class spark.components.WindowedApplication | |
Specifies whether the window can be minimized. | |
minimize() — method, class flash.display.NativeWindow | |
Minimizes this window. | |
minimize() — method, interface mx.core.IWindow | |
Minimizes the window. | |
minimize() — method, class mx.core.Window | |
Minimizes the window. | |
minimize() — method, class mx.core.WindowedApplication | |
Minimizes the window. | |
minimize() — method, class spark.components.Window | |
Minimizes the window. | |
minimize() — method, class spark.components.WindowedApplication | |
Minimizes the window. | |
minimizeButton — Skin Part, class spark.components.windowClasses.TitleBar | |
The skin part that defines the Button control that corresponds to the minimize button. | |
minimizeButton — Property, class mx.core.windowClasses.TitleBar | |
The Button object that defines the minimize button. | |
minimizeButton — Property, class spark.skins.spark.windowChrome.MacTitleBarSkin | |
minimizeButton — Property, class spark.skins.spark.windowChrome.TitleBarSkin | |
minimizeButtonSkin — Style, class mx.core.Window | |
Skin for minimize button when using Flex chrome. | |
minimizeButtonSkin — Style, class mx.core.WindowedApplication | |
Skin for minimize button when using Flex chrome. | |
MinimizeButtonSkin — class, package mx.skins.wireframe.windowChrome | |
The wireframe skin class for the MX WindowedApplication component's minimize button. | |
MinimizeButtonSkin — class, package spark.skins.spark.windowChrome | |
The default skin class for the minimize button in the title bar of the Spark WindowedApplication component and Spark Window component when you use Flex chrome. | |
MinimizeButtonSkin() — Constructor, class mx.skins.wireframe.windowChrome.MinimizeButtonSkin | |
Constructor. | |
MinimizeButtonSkin() — Constructor, class spark.skins.spark.windowChrome.MinimizeButtonSkin | |
Constructor. | |
MINIMIZED — Constant Static Property, class flash.display.NativeWindowDisplayState | |
The minimized display state. | |
minimizeEffect — Effect, class mx.core.Window | |
Played when the component is minimized. | |
minimizeEffect — Effect, class mx.core.WindowedApplication | |
Played when the component is minimized. | |
minimizeEffect — Effect, class spark.components.WindowedApplication | |
Played when the component is minimized. | |
minimizeEffect — Effect, class spark.components.Window | |
Played when the component is minimized. | |
minimum — Property, class mx.charts.DateTimeAxis | |
Specifies the minimum value for an axis label. | |
minimum — Property, class mx.charts.LinearAxis | |
Specifies the minimum value for an axis label. | |
minimum — Property, class mx.charts.LogAxis | |
Specifies the minimum value for an axis label. | |
minimum — Property, class mx.controls.NumericStepper | |
Minimum value of the NumericStepper. | |
minimum — Property, class mx.controls.ProgressBar | |
Smallest progress value for the ProgressBar. | |
minimum — Property, class mx.controls.sliderClasses.Slider | |
The minimum allowed value on the slider control. | |
minimum — Property, class spark.components.supportClasses.Range | |
The minimum valid value. | |
MINIMUM — Constant Static Property, class flash.text.engine.LigatureLevel | |
Used to specify minimum ligatures. | |
MINIMUM_DISPLAY_TIME — Property, class mx.preloaders.DownloadProgressBar | |
The minimum number of milliseconds that the display should appear visible. | |
minimumElementDuration — Property, class mx.charts.effects.SeriesEffect | |
Specifies the amount of time, in milliseconds, that an individual element should take to complete the effect. | |
minimumElementDuration — Property, class mx.charts.effects.effectClasses.SeriesEffectInstance | |
Specifies the amount of time, in milliseconds, that an individual element should take to complete the effect. | |
minInterval — Property, class mx.charts.chartClasses.DataDescription | |
The minimum interval, in data units, between any two values displayed by the element. | |
minLength — Property, class mx.validators.StringValidator | |
Minimum length for a valid String. | |
minNumber — Property, class mx.charts.series.items.AreaSeriesItem | |
The minimum value of this item, converted to a number by the vertical axis of the containing chart. | |
minNumber — Property, class mx.charts.series.items.BarSeriesItem | |
The minimum value of this item, converted to a number by the horizontal axis of the containing chart. | |
minNumber — Property, class mx.charts.series.items.ColumnSeriesItem | |
The minimum value of this item, converted to a number by the vertical axis of the containing chart. | |
minorInterval — Property, class mx.charts.LinearAxis | |
Specifies the numeric difference between minor tick marks along the axis. | |
minorTickCache — Property, class mx.charts.chartClasses.NumericAxis | |
The most recent set of minor tick marks generated to represent this axis. | |
minorTickInterval — Property, class mx.charts.DateTimeAxis | |
Specifies the number of minorTickUnits between minor tick marks along the axis. | |
minorTickLength — Style, class mx.charts.AxisRenderer | |
Specifies the length of the minor tick marks on the axis, in pixels. | |
minorTickPlacement — Style, class mx.charts.AxisRenderer | |
Specifies where to draw the minor tick marks. | |
minorTicks — Property, class mx.charts.AxisRenderer | |
Contains an array that specifies where Flex draws the minor tick marks along the axis. | |
minorTicks — Property, class mx.charts.chartClasses.AxisLabelSet | |
An array of values from 0 to 1 representing where to place minor tick marks along the axis. | |
minorTicks — Property, interface mx.charts.chartClasses.IAxisRenderer | |
Contains an array that specifies where Flex draws the minor tick marks along the axis. | |
minorTicks — Property, class mx.charts.chartClasses.NumericAxis | |
An Array of minor tick marks generated to represent this axis. | |
minorTickStroke — Style, class mx.charts.AxisRenderer | |
Specifies the characteristics of the minor tick marks on the axis. | |
minorTickUnits — Property, class mx.charts.DateTimeAxis | |
The units that the Axis considers when generating minor tick marks. | |
minRadius — Style, class mx.charts.BubbleChart | |
The minimum radius of the smallest chart element, in pixels Flex assigns this radius to the data point with the smallest value; all other data points are assigned a larger radius based on their value relative to the smallest and largest value. | |
minRadius — Property, class mx.charts.series.BubbleSeries | |
The radius of the smallest item renderered in this series. | |
minScrollPosition — Property, class mx.controls.scrollClasses.ScrollBar | |
Number that represents the minimum scroll position. | |
minSize — Property, class flash.display.NativeWindow | |
The minimum size for this window. | |
MINUS — Constant Static Property, class flash.ui.Keyboard | |
Constant associated with the key code value for the - key (189). | |
minutes — Property, class Date | |
The minutes (an integer from 0 to 59) portion of a Date object according to local time. | |
minutesUTC — Property, class Date | |
The minutes (an integer from 0 to 59) portion of a Date object according to universal time (UTC). | |
minValue — Property, class mx.charts.series.items.AreaSeriesItem | |
The minimum value of this item. | |
minValue — Property, class mx.charts.series.items.BarSeriesItem | |
The minimum value of this item. | |
minValue — Property, class mx.charts.series.items.ColumnSeriesItem | |
The miniumum value of this item. | |
minValue — Property, class mx.validators.CurrencyValidator | |
Minimum value for a valid number. | |
minValue — Property, class mx.validators.NumberValidator | |
Minimum value for a valid number. | |
MIN_VALUE — Constant Static Property, class Number | |
The smallest representable non-negative, non-zero, number (double-precision IEEE-754). | |
MIN_VALUE — Constant Static Property, class int | |
The smallest representable 32-bit signed integer, which is -2,147,483,648. | |
MIN_VALUE — Constant Static Property, class uint | |
The smallest representable unsigned integer, which is 0. | |
minViewportInset — Property, class spark.components.Scroller | |
The minimum space between the viewport and the edges of the Scroller. | |
minWidth — Property, 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, class mx.containers.utilityClasses.PostScaleAdapter | |
Number that specifies the minimum width of the component, in pixels, as the component's coordinates. | |
minWidth — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn | |
The minimum width of the column, in pixels. | |
minWidth — Property, class mx.controls.dataGridClasses.DataGridColumn | |
The minimum width of the column. | |
minWidth — Property, interface mx.core.IUIComponent | |
Number that specifies the minimum width of the component, in pixels, as the component's coordinates. | |
minWidth — Property, class mx.core.UIComponent | |
The minimum recommended width of the component to be considered by the parent during layout. | |
minWidth — Property, class mx.core.UIFTETextField | |
The minimum recommended width of the component to be considered by the parent during layout. | |
minWidth — Property, class mx.core.UITextField | |
The minimum recommended width of the component to be considered by the parent during layout. | |
minWidth — Property, class mx.flash.UIMovieClip | |
Number that specifies the minimum width of the component, in pixels, as the component's coordinates. | |
minWidth — Property, class spark.primitives.supportClasses.GraphicElement | |
The minimum recommended width of the component to be considered by the parent during layout. | |
minYear — Property, class mx.controls.DateChooser | |
The first year selectable in the control. | |
minYear — Property, class mx.controls.DateField | |
The first year selectable in the control. | |
mirror — Property, class flash.text.engine.TextLineMirrorRegion | |
The EventDispatcher object to which events affecting the mirror region are mirrored. | |
mirrorRegions — Property, class flash.text.engine.TextLine | |
A Vector containing the TextLineMirrorRegion objects associated with the line, or null if none exist. | |
missingAtSignError — Property, class mx.validators.EmailValidator | |
Error message when there is no at sign in the email address. | |
missingPeriodInDomainError — Property, class mx.validators.EmailValidator | |
Error message when there is no period in the domain. | |
missingUsernameError — Property, class mx.validators.EmailValidator | |
Error message when there is no username. | |
MITER — Constant Static Property, class flash.display.JointStyle | |
Specifies mitered joints in the joints parameter of the flash.display.Graphics.lineStyle() method. | |
miterLimit — Property, class flash.display.GraphicsStroke | |
Indicates the limit at which a miter is cut off. | |
miterLimit — Property, class mx.graphics.GradientStroke | |
A number that indicates the limit at which a miter is cut off. | |
miterLimit — Property, interface mx.graphics.IStroke | |
Indicates the limit at which a miter is cut off. | |
miterLimit — Property, class mx.graphics.SolidColorStroke | |
Indicates the limit at which a miter is cut off. | |
mnemonicIndex — Property, class flash.display.NativeMenuItem | |
The position of the mnemonic character in the menu item label. | |
mnemonicIndexField — Property, class mx.controls.FlexNativeMenu | |
The name of the field in the data provider that determines the mnemonic index for each menu item. | |
mnemonicIndexFunction — Property, class mx.controls.FlexNativeMenu | |
The function that determines the mnemonic index for each menu item. | |
modalTransparency — Style, class mx.containers.Panel | |
Modality of components launched by the PopUp Manager is simulated by creating a large translucent overlay underneath the component. | |
modalTransparency — Style, 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, class mx.containers.Panel | |
The blur applied to the application while a modal window is open. | |
modalTransparencyBlur — Style, class mx.core.Application | |
The blur applied to the application while a modal window is open. | |
modalTransparencyColor — Style, class mx.containers.Panel | |
Color of the modal overlay layer. | |
modalTransparencyColor — Style, class mx.core.Application | |
Color of the modal overlay layer. | |
modalTransparencyDuration — Style, class mx.containers.Panel | |
Duration, in milliseconds, of the modal transparency effect that plays when a modal window opens or closes. | |
modalTransparencyDuration — Style, class mx.core.Application | |
Duration, in milliseconds, of the modal transparency effect that plays when a modal window opens or closes. | |
mode — Property, class flash.filters.DisplacementMapFilter | |
The mode for the filter. | |
mode — Property, class mx.controls.ProgressBar | |
Specifies the method used to update the bar. | |
mode — Property, class mx.graphics.shaderClasses.LuminosityMaskShader | |
A convenience field that takes into account whether luminosityClip and/or luminosityInvert are on or off. | |
mode — Property, class spark.filters.DisplacementMapFilter | |
The mode for the filter. | |
modificationDate — Property, class flash.net.FileReference | |
The date that the file on the local disk was last modified. | |
modificationDateColumn — Property, class mx.controls.FileSystemDataGrid | |
The DataGridColumn representing the Modified column. | |
modifiedCollectionView — Property, class mx.controls.listClasses.AdvancedListBase | |
The collection view that temporarily preserves previous data provider state to facilitate running data change effects. | |
modifiedCollectionView — Property, class mx.controls.listClasses.ListBase | |
The collection view that temporarily preserves previous data provider state to facilitate running data change effects. | |
modifiesSelection — Property, class mx.controls.textClasses.TextRange | |
Whether the TextRange modifies the currenly selected text. | |
modifyInlineGraphic(source:Object, width:Object, height:Object, options:Object, operationState:flashx.textLayout.edit:SelectionState) — method, class flashx.textLayout.edit.EditManager | |
Modifies an existing inline graphic. | |
modifyInlineGraphic(source:Object, width:Object, height:Object, options:Object, operationState:flashx.textLayout.edit:SelectionState) — method, interface flashx.textLayout.edit.IEditManager | |
Modifies an existing inline graphic. | |
ModifyInlineGraphicOperation — class, package flashx.textLayout.operations | |
The InsertInlineGraphicOperation class encapsulates the modification of an existing inline graphic. | |
ModifyInlineGraphicOperation(operationState:flashx.textLayout.edit:SelectionState, source:Object, width:Object, height:Object, options:Object) — Constructor, class flashx.textLayout.operations.ModifyInlineGraphicOperation | |
Creates a ModifyInlineGraphicsOperation object. | |
module — Property, class mx.events.ModuleEvent | |
The target, which is an instance of an interface for a particular module. | |
Module — class, package mx.modules | |
The base class for MXML-based dynamically-loadable modules. | |
Module() — Constructor, class mx.modules.Module | |
Constructor. | |
ModuleBase — class, package mx.modules | |
The base class for ActionScript-based dynamically-loadable modules. | |
ModuleEvent — class, package mx.events | |
The ModuleEvent class represents the event object passed to the event listener for events related to dynamically-loaded modules. | |
ModuleEvent(type:String, bubbles:Boolean, cancelable:Boolean, bytesLoaded:uint, bytesTotal:uint, errorText:String, module:mx.modules:IModuleInfo) — Constructor, class mx.events.ModuleEvent | |
Constructor. | |
moduleFactory — Property, class mx.charts.AreaChart | |
moduleFactory — Property, class mx.charts.AxisRenderer | |
A module factory is used as context for using embedded fonts and for finding the style manager that controls the styles for this component. | |
moduleFactory — Property, class mx.charts.BarChart | |
moduleFactory — Property, class mx.charts.BubbleChart | |
moduleFactory — Property, class mx.charts.CandlestickChart | |
moduleFactory — Property, class mx.charts.ColumnChart | |
moduleFactory — Property, class mx.charts.GridLines | |
A module factory is used as context for using embedded fonts and for finding the style manager that controls the styles for this component. | |
moduleFactory — Property, class mx.charts.HLOCChart | |
moduleFactory — Property, class mx.charts.Legend | |
A module factory is used as context for using embedded fonts and for finding the style manager that controls the styles for this component. | |
moduleFactory — Property, class mx.charts.LegendItem | |
A module factory is used as context for using embedded fonts and for finding the style manager that controls the styles for this component. | |
moduleFactory — Property, class mx.charts.LineChart | |
moduleFactory — Property, class mx.charts.PieChart | |
moduleFactory — Property, class mx.charts.PlotChart | |
moduleFactory — Property, class mx.charts.chartClasses.CartesianChart | |
moduleFactory — Property, class mx.charts.chartClasses.ChartBase | |
moduleFactory — Property, class mx.charts.chartClasses.DataTip | |
A module factory is used as context for using embedded fonts and for finding the style manager that controls the styles for this component. | |
moduleFactory — Property, class mx.charts.chartClasses.PolarChart | |
moduleFactory — Property, class mx.charts.series.AreaSeries | |
moduleFactory — Property, class mx.charts.series.BarSeries | |
A module factory is used as context for using embedded fonts and for finding the style manager that controls the styles for this component. | |
moduleFactory — Property, class mx.charts.series.BubbleSeries | |
A module factory is used as context for using embedded fonts and for finding the style manager that controls the styles for this component. | |
moduleFactory — Property, class mx.charts.series.CandlestickSeries | |
A module factory is used as context for using embedded fonts and for finding the style manager that controls the styles for this component. | |
moduleFactory — Property, class mx.charts.series.ColumnSeries | |
A module factory is used as context for using embedded fonts and for finding the style manager that controls the styles for this component. | |
moduleFactory — Property, class mx.charts.series.HLOCSeries | |
A module factory is used as context for using embedded fonts and for finding the style manager that controls the styles for this component. | |
moduleFactory — Property, class mx.charts.series.LineSeries | |
moduleFactory — Property, class mx.charts.series.PieSeries | |
moduleFactory — Property, class mx.charts.series.PlotSeries | |
A module factory is used as context for using embedded fonts and for finding the style manager that controls the styles for this component. | |
moduleFactory — Property, class mx.core.ContextualClassFactory | |
The context in which an object should be created. | |
moduleFactory — Property, class mx.core.UIComponent | |
A module factory is used as context for using embedded fonts and for finding the style manager that controls the styles for this component. | |
moduleFactory — Property, class mx.core.UIFTETextField | |
The moduleFactory that is used to create TextFields in the correct SWF context. | |
moduleFactory — Property, class mx.core.UITextField | |
The moduleFactory that is used to create TextFields in the correct SWF context. | |
moduleFactory — Property, class mx.core.UITextFormat | |
The moduleFactory used to create TextFields for embedded fonts. | |
moduleFactory — Property, class mx.flash.UIMovieClip | |
A module factory is used as context for using embeded fonts and for finding the style manager that controls the styles for this component. | |
moduleFactory — Property, class spark.core.SpriteVisualElement | |
A module factory is used as context for using embeded fonts and for finding the style manager that controls the styles for this component. | |
ModuleLoader — class, package mx.modules | |
ModuleLoader is a component that behaves much like a SWFLoader except that it follows a contract with the loaded content. | |
ModuleLoader() — Constructor, class mx.modules.ModuleLoader | |
Constructor. | |
ModuleManager — class, package mx.modules | |
The ModuleManager class centrally manages dynamically loaded modules. | |
monitorEvent(event:flash.events:Event, correlationID:String) — Static Method , class mx.netmon.NetworkMonitor | |
Tell the monitor that an event occurred. | |
monitorEventImpl — Static Property, class mx.netmon.NetworkMonitor | |
To be assigned by mix-in. | |
monitorFault(faultMessage:Object, actualFault:Object) — Static Method , class mx.netmon.NetworkMonitor | |
Tell the monitor that a fault occurred. | |
monitorFaultImpl — Static Property, class mx.netmon.NetworkMonitor | |
To be assigned by mix-in. | |
monitorInvocation(id:String, invocationMessage:Object, messageAgent:Object) — Static Method , class mx.netmon.NetworkMonitor | |
Tell the monitor that an invocation is occuring. | |
monitorInvocationImpl — Static Property, class mx.netmon.NetworkMonitor | |
To be assigned by mix-in. | |
monitorResult(resultMessage:Object, actualResult:Object) — Static Method , class mx.netmon.NetworkMonitor | |
Tell the monitor that a result was returned. | |
monitorResultImpl — Static Property, class mx.netmon.NetworkMonitor | |
To be assigned by mix-in. | |
month — Property, class Date | |
The month (0 for January, 1 for February, and so on) portion of a Date object according to local time. | |
monthListener — Property, class mx.validators.DateValidator | |
The component that listens for the validation result for the month subfield. | |
monthNames — Property, class mx.controls.DateChooser | |
Names of the months displayed at the top of the DateChooser control. | |
monthNames — Property, class mx.controls.DateField | |
Names of the months displayed at the top of the control. | |
monthNamesLong — Static Property, class mx.formatters.DateBase | |
Long format of month names. | |
monthNamesShort — Static Property, class mx.formatters.DateBase | |
Short format of month names. | |
monthProperty — Property, class mx.validators.DateValidator | |
Name of the month property to validate. | |
monthSource — Property, class mx.validators.DateValidator | |
Object that contains the value of the month field. | |
monthSymbol — Property, class mx.controls.DateChooser | |
This property is appended to the end of the value specified by the monthNames property to define the names of the months displayed at the top of the DateChooser control. | |
monthSymbol — Property, class mx.controls.DateField | |
This property is appended to the end of the value specified by the monthNames property to define the names of the months displayed at the top of the control. | |
monthUTC — Property, class Date | |
The month (0 [January] to 11 [December]) portion of a Date object according to universal time (UTC). | |
MorphShape — final class, package flash.display | |
The MorphShape class represents MorphShape objects on the display list. | |
motionLevel — Property, class flash.media.Camera | |
The amount of motion required to invoke the activity event. | |
MotionPath — class, package spark.effects.animation | |
The MotionPath class defines the collection of Keyframes objects for an effect, and the name of the property on the target to animate. | |
MotionPath(property:String) — Constructor, class spark.effects.animation.MotionPath | |
Constructor. | |
motionPaths — Property, class spark.effects.Animate | |
A Vector of MotionPath objects, each of which holds the name of a property being animated and the values that the property takes during the animation. | |
motionPaths — Property, class spark.effects.animation.Animation | |
The set of MotionPath objects that define the properties and values that the Animation will animate over time. | |
motionPaths — Property, class spark.effects.supportClasses.AnimateInstance | |
A Vector of MotionPath objects, each of which holds the name of a property being animated and the values that the property takes during the animation. | |
motionTimeout — Property, class flash.media.Camera | |
The number of milliseconds between the time the camera stops detecting motion and the time the activity event is invoked. | |
Mouse — final class, package flash.ui | |
The methods of the Mouse class are used to hide and show the mouse pointer, or to set the pointer to a specific style. | |
mouseCaptured — Property, class spark.components.supportClasses.ButtonBase | |
Indicates whether the mouse is down and the mouse pointer was over the button when MouseEvent.MOUSE_DOWN was first dispatched. | |
mouseChildren — Property, class flash.display.DisplayObjectContainer | |
Determines whether or not the children of the object are mouse enabled. | |
mouseChildren — Property, class flash.display.Stage | |
Determines whether or not the children of the object are mouse enabled. | |
mouseChildren — Property, interface mx.core.IContainer | |
Determines whether or not the children of the object are mouse enabled. | |
mouseChildren — Property, interface mx.core.ITextInput | |
Determines whether or not the children of the object are mouse enabled. | |
mouseClickHandler(event:flash.events:MouseEvent) — method, class mx.controls.listClasses.AdvancedListBase | |
Handles MouseEvent.MOUSE_CLICK events from any mouse targets contained in the list including the renderers. | |
mouseClickHandler(event:flash.events:MouseEvent) — method, class mx.controls.listClasses.ListBase | |
Handles MouseEvent.MOUSE_CLICK events from any mouse targets contained in the list including the renderers. | |
MouseCursor — final class, package flash.ui | |
The MouseCursor class is an enumeration of constant values used in setting the cursor property of the Mouse class. | |
mouseDoubleClickHandler(event:flash.events:MouseEvent) — method, class flashx.textLayout.container.ContainerController | |
Processes the MouseEvent.DOUBLE_CLICK event when the client manages events. | |
mouseDoubleClickHandler(event:flash.events:MouseEvent) — method, class flashx.textLayout.container.TextContainerManager | |
Processes the MouseEvent.DOUBLE_CLICK event when the client manages events. | |
mouseDoubleClickHandler(event:flash.events:MouseEvent) — method, interface flashx.textLayout.edit.IInteractionEventHandler | |
Processes a mouseDoubleClick event. | |
mouseDoubleClickHandler(event:flash.events:MouseEvent) — method, class flashx.textLayout.edit.SelectionManager | |
Processes a mouseDoubleClick event. | |
mouseDoubleClickHandler(event:flash.events:MouseEvent) — method, class mx.controls.listClasses.AdvancedListBase | |
Handles MouseEvent.MOUSE_DOUBLE_CLICK events from any mouse targets contained in the list including the renderers. | |
mouseDoubleClickHandler(event:flash.events:MouseEvent) — method, class mx.controls.listClasses.ListBase | |
Handles MouseEvent.MOUSE_DOUBLE_CLICK events from any mouse targets contained in the list including the renderers. | |
mouseDown — Event, class flash.desktop.SystemTrayIcon | |
Dispatched by this SystemTrayIcon object on mouse down. | |
mouseDown — Event, class flash.display.InteractiveObject | |
Dispatched when a user presses the pointing device button over an InteractiveObject instance. | |
mouseDown — Event, class flashx.textLayout.container.TextContainerManager | |
Dispatched when the mouse is pressed down over any link. | |
mouseDown — Event, class flashx.textLayout.elements.LinkElement | |
Dispatched when the mouse is pressed down over a link. | |
mouseDown — Event, class flashx.textLayout.elements.TextFlow | |
Dispatched when the mouse is pressed down over any link. | |
MOUSE_DOWN — Constant Static Property, class flash.events.MouseEvent | |
Defines the value of the type property of a mouseDown event object. | |
MOUSE_DOWN — Constant Static Property, class flash.events.ScreenMouseEvent | |
The ScreenMouseEvent.MOUSE_DOWN constant defines the value of the type property of a mouseDown event object. | |
MOUSE_DOWN — Constant Static Property, class flashx.textLayout.events.FlowElementMouseEvent | |
mouseDownEffect — Effect, class mx.core.UIComponent | |
Played when the user presses the mouse button while over the component. | |
mouseDownHandler(event:flash.events:MouseEvent) — method, class flashx.textLayout.container.ContainerController | |
Processes the MouseEvent.MOUSE_DOWN event when the client manages events. | |
mouseDownHandler(event:flash.events:MouseEvent) — method, class flashx.textLayout.container.TextContainerManager | |
Processes the MouseEvent.MOUSE_DOWN event when the client manages events. | |
mouseDownHandler(event:flash.events:MouseEvent) — method, interface flashx.textLayout.edit.IInteractionEventHandler | |
Processes a mouseDown event. | |
mouseDownHandler(event:flash.events:MouseEvent) — method, class flashx.textLayout.edit.SelectionManager | |
Processes a mouseDown event. | |
mouseDownHandler(event:flash.events:MouseEvent) — method, class mx.controls.Button | |
The default handler for the MouseEvent.MOUSE_DOWN event. | |
mouseDownHandler(event:flash.events:MouseEvent) — method, class mx.controls.listClasses.AdvancedListBase | |
Handles MouseEvent.MOUSE_DOWN events from any mouse targets contained in the list including the renderers. | |
mouseDownHandler(event:flash.events:MouseEvent) — method, class mx.controls.listClasses.ListBase | |
Handles MouseEvent.MOUSE_DOWN events from any mouse targets contained in the list including the renderers. | |
mouseDownHandler(event:flash.events:MouseEvent) — method, class mx.core.Window | |
Manages mouse down events on the window border. | |
mouseDownHandler(event:flash.events:MouseEvent) — method, class mx.core.WindowedApplication | |
Manages mouse down events on the window border. | |
mouseDownHandler(event:flash.events:MouseEvent) — method, class spark.components.Window | |
Manages mouse down events on the window border. | |
mouseDownHandler(event:flash.events:MouseEvent) — method, class spark.components.WindowedApplication | |
Manages mouse down events on the window border. | |
mouseDownOutside — Event, class mx.core.UIComponent | |
Dispatched from a component opened using the PopUpManager when the user clicks outside it. | |
mouseDownOutside — Event, class mx.flash.UIMovieClip | |
Dispatched from a component opened using the PopUpManager when the user clicks outside it. | |
MOUSE_DOWN_OUTSIDE — Constant Static Property, 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, class mx.events.SandboxMouseEvent | |
Mouse button was pressed down somewhere outside your sandbox. | |
mouseEnabled — Property, class flash.display.InteractiveObject | |
Specifies whether this object receives mouse messages. | |
mouseEnabled — Property, interface mx.core.IContainer | |
Specifies whether this object receives mouse messages. | |
mouseEnabled — Property, interface mx.core.ITextInput | |
Specifies whether this object receives mouse messages. | |
mouseEnabled — Property, interface mx.core.IUITextField | |
Specifies whether this object receives mouse messages. | |
mouseEnabledWhereTransparent — Property, class spark.components.supportClasses.GroupBase | |
When set to true, the mouseOpaque property ensures that the entire bounds of the Group are opaque to all mouse events such as click and roll over. | |
MouseEvent — class, package flash.events | |
A MouseEvent object is dispatched into the event flow whenever mouse events occur. | |
MouseEvent(type:String, bubbles:Boolean, cancelable:Boolean, localX:Number, localY:Number, relatedObject:flash.display:InteractiveObject, ctrlKey:Boolean, altKey:Boolean, shiftKey:Boolean, buttonDown:Boolean, delta:int, commandKey:Boolean, controlKey:Boolean, clickCount:int) — Constructor, class flash.events.MouseEvent | |
Creates an Event object that contains information about mouse events. | |
mouseEventHandler(event:flash.events:Event) — method, class spark.components.supportClasses.ButtonBase | |
This method handles the mouse events, calls the clickHandler method where appropriate and updates the hovered and mouseCaptured properties. | |
mouseEventToHeaderPart(event:flash.events:MouseEvent) — method, class mx.controls.advancedDataGridClasses.AdvancedDataGridHeaderRenderer | |
Indicates if the mouse pointer was over the text part or icon part of the header when the mouse event occurred. | |
mouseEventToItemRenderer(event:flash.events:MouseEvent) — method, class mx.controls.listClasses.AdvancedListBase | |
Determines which item renderer is under the mouse. | |
mouseEventToItemRenderer(event:flash.events:MouseEvent) — method, class mx.controls.listClasses.ListBase | |
Determines which item renderer is under the mouse. | |
mouseFocusChange — Event, class flash.display.InteractiveObject | |
Dispatched when the user attempts to change focus by using a pointer device. | |
MOUSE_FOCUS_CHANGE — Constant Static Property, class flash.events.FocusEvent | |
Defines the value of the type property of a mouseFocusChange event object. | |
mouseFocusEnabled — Property, class mx.core.FlexHTMLLoader | |
Whether the component can receive focus when clicked on. | |
mouseFocusEnabled — Property, class mx.core.UIComponent | |
Whether you can receive focus when clicked on. | |
mouseFocusEnabled — Property, class mx.flash.UIMovieClip | |
A flag that indicates whether the component can receive focus when selected with the mouse. | |
mouseFocusEnabled — Property, interface mx.managers.IFocusManagerComponent | |
A flag that indicates whether the component can receive focus when selected with the mouse. | |
mouseLeave — Event, class flash.display.Stage | |
Dispatched by the Stage object when the mouse pointer moves out of the stage area. | |
MOUSE_LEAVE — Constant Static Property, class flash.events.Event | |
The Event.MOUSE_LEAVE constant defines the value of the type property of a mouseLeave event object. | |
mouseMove — Event, class flash.display.InteractiveObject | |
Dispatched when a user moves the pointing device while it is over an InteractiveObject. | |
mouseMove — Event, class flashx.textLayout.container.TextContainerManager | |
Dispatched when the mouse passes over any link. | |
mouseMove — Event, class flashx.textLayout.elements.LinkElement | |
Dispatched when the mouse passes over the link. | |
mouseMove — Event, class flashx.textLayout.elements.TextFlow | |
Dispatched when the mouse passes over any link. | |
MOUSE_MOVE — Constant Static Property, class flash.events.MouseEvent | |
Defines the value of the type property of a mouseMove event object. | |
MOUSE_MOVE — Constant Static Property, class flashx.textLayout.events.FlowElementMouseEvent | |
mouseMoveHandler(event:flash.events:MouseEvent) — method, class flashx.textLayout.container.ContainerController | |
Processes the MouseEvent.MOUSE_MOVE event when the client manages events. | |
mouseMoveHandler(event:flash.events:MouseEvent) — method, class flashx.textLayout.container.TextContainerManager | |
Processes the MouseEvent.MOUSE_MOVE event when the client manages events. | |
mouseMoveHandler(event:flash.events:MouseEvent) — method, interface flashx.textLayout.edit.IInteractionEventHandler | |
Processes a mouseMove event. | |
mouseMoveHandler(event:flash.events:MouseEvent) — method, class flashx.textLayout.edit.SelectionManager | |
Processes a mouseMove event. | |
mouseMoveHandler(event:flash.events:MouseEvent) — method, class mx.controls.listClasses.AdvancedListBase | |
Handles MouseEvent.MOUSE_MOVE events from any mouse targets contained in the list including the renderers. | |
mouseMoveHandler(event:flash.events:MouseEvent) — method, class mx.controls.listClasses.ListBase | |
Handles MouseEvent.MOUSE_MOVE events from any mouse targets contained in the list including the renderers. | |
mouseMoveSomewhere(event:flash.events:Event) — method, class flashx.textLayout.container.ContainerController | |
Client call to forward a mouseMove event from outside a security sandbox. | |
mouseMoveSomewhere(event:flash.events:Event) — method, interface flashx.textLayout.container.ISandboxSupport | |
Client call to forward a mouseMove event from outside a security sandbox. | |
mouseMoveSomewhere(e:flash.events:Event) — method, class flashx.textLayout.container.TextContainerManager | |
Client call to forward a mouseMove event from outside a security sandbox. | |
MOUSE_MOVE_SOMEWHERE — Constant Static Property, class mx.events.SandboxMouseEvent | |
Mouse was moved somewhere outside your sandbox. | |
mouseOut — Event, class flash.display.InteractiveObject | |
Dispatched when the user moves a pointing device away from an InteractiveObject instance. | |
MOUSE_OUT — Constant Static Property, class flash.events.MouseEvent | |
Defines the value of the type property of a mouseOut event object. | |
mouseOutHandler(event:flash.events:MouseEvent) — method, class flashx.textLayout.container.ContainerController | |
Processes the MouseEvent.MOUSE_OUT event when the client manages events. | |
mouseOutHandler(event:flash.events:MouseEvent) — method, class flashx.textLayout.container.TextContainerManager | |
Processes the MouseEvent.MOUSE_OUT event when the client manages events. | |
mouseOutHandler(event:flash.events:MouseEvent) — method, interface flashx.textLayout.edit.IInteractionEventHandler | |
Processes a mouseOut event. | |
mouseOutHandler(event:flash.events:MouseEvent) — method, class flashx.textLayout.edit.SelectionManager | |
Processes a mouseOut event. | |
mouseOutHandler(event:flash.events:MouseEvent) — method, class mx.controls.listClasses.AdvancedListBase | |
Handles MouseEvent.MOUSE_OUT events from any mouse targets contained in the list including the renderers. | |
mouseOutHandler(event:flash.events:MouseEvent) — method, class mx.controls.listClasses.ListBase | |
Handles MouseEvent.MOUSE_OUT events from any mouse targets contained in the list including the renderers. | |
mouseOver — Event, class flash.display.InteractiveObject | |
Dispatched when the user moves a pointing device over an InteractiveObject instance. | |
MOUSE_OVER — Constant Static Property, class flash.events.MouseEvent | |
Defines the value of the type property of a mouseOver event object. | |
mouseOverHandler(event:flash.events:MouseEvent) — method, class flashx.textLayout.container.ContainerController | |
Processes the MouseEvent.MOUSE_OVER event when the client manages events. | |
mouseOverHandler(event:flash.events:MouseEvent) — method, class flashx.textLayout.container.TextContainerManager | |
Process a mouseOver event. | |
mouseOverHandler(event:flash.events:MouseEvent) — method, interface flashx.textLayout.edit.IInteractionEventHandler | |
Processes a mouseOver event. | |
mouseOverHandler(event:flash.events:MouseEvent) — method, class flashx.textLayout.edit.SelectionManager | |
Processes a mouseOver event. | |
mouseOverHandler(event:flash.events:MouseEvent) — method, class mx.controls.listClasses.AdvancedListBase | |
Handles MouseEvent.MOUSE_OVER events from any mouse targets contained in the list, including the renderers. | |
mouseOverHandler(event:flash.events:MouseEvent) — method, class mx.controls.listClasses.ListBase | |
Handles MouseEvent.MOUSE_OVER events from any mouse targets contained in the list, including the renderers. | |
mouseSensitivity — Property, class mx.charts.chartClasses.ChartBase | |
Specifies the distance, in pixels, that Flex considers a data point to be under the mouse pointer when the pointer moves around a chart. | |
mouseSimulator — Static Property, class mx.automation.Automation | |
The currently active mouse simulator. | |
mouseTarget — Property, class flash.events.ContextMenuEvent | |
The display list object on which the user right-clicked to display the context menu. | |
mouseUp — Event, class flash.desktop.SystemTrayIcon | |
Dispatched by this SystemTrayIcon object on mouse up. | |
mouseUp — Event, class flash.display.InteractiveObject | |
Dispatched when a user releases the pointing device button over an InteractiveObject instance. | |
mouseUp — Event, class flashx.textLayout.container.TextContainerManager | |
Dispatched when the mouse is released over any link. | |
mouseUp — Event, class flashx.textLayout.elements.LinkElement | |
Dispatched when the mouse is released over a link. | |
mouseUp — Event, class flashx.textLayout.elements.TextFlow | |
Dispatched when the mouse is released over any link. | |
MOUSE_UP — Constant Static Property, class flash.events.MouseEvent | |
Defines the value of the type property of a mouseUp event object. | |
MOUSE_UP — Constant Static Property, class flash.events.ScreenMouseEvent | |
The ScreenMouseEvent.MOUSE_UP constant defines the value of the type property of a mouseUp event object. | |
MOUSE_UP — Constant Static Property, class flashx.textLayout.events.FlowElementMouseEvent | |
mouseUpEffect — Effect, class mx.core.UIComponent | |
Played when the user releases the mouse button while over the component. | |
mouseUpHandler(event:flash.events:MouseEvent) — method, class flashx.textLayout.container.ContainerController | |
Processes the MouseEvent.MOUSE_UP event when the client manages events. | |
mouseUpHandler(event:flash.events:MouseEvent) — method, class flashx.textLayout.container.TextContainerManager | |
Processes the MouseEvent.MOUSE_UP event when the client manages events. | |
mouseUpHandler(event:flash.events:MouseEvent) — method, interface flashx.textLayout.edit.IInteractionEventHandler | |
Processes a mouseUp event. | |
mouseUpHandler(event:flash.events:MouseEvent) — method, class flashx.textLayout.edit.SelectionManager | |
Processes a mouseUp event. | |
mouseUpHandler(event:flash.events:MouseEvent) — method, class mx.controls.Button | |
The default handler for the MouseEvent.MOUSE_UP event. | |
mouseUpHandler(event:flash.events:MouseEvent) — method, class mx.controls.listClasses.AdvancedListBase | |
Handles MouseEvent.MOUSE_DOWN events from any mouse targets contained in the list including the renderers. | |
mouseUpHandler(event:flash.events:MouseEvent) — method, class mx.controls.listClasses.ListBase | |
Handles MouseEvent.MOUSE_DOWN events from any mouse targets contained in the list including the renderers. | |
mouseUpSomewhere(event:flash.events:Event) — method, class flashx.textLayout.container.ContainerController | |
Client call to forward a mouseUp event from outside a security sandbox. | |
mouseUpSomewhere(event:flash.events:Event) — method, interface flashx.textLayout.container.ISandboxSupport | |
Client call to forward a mouseUp event from outside a security sandbox. | |
mouseUpSomewhere(e:flash.events:Event) — method, class flashx.textLayout.container.TextContainerManager | |
Client call to forward a mouseUp event from outside a security sandbox. | |
MOUSE_UP_SOMEWHERE — Constant Static Property, class mx.events.SandboxMouseEvent | |
Mouse button was released somewhere outside your sandbox. | |
mouseWheel — Event, class flash.display.InteractiveObject | |
Dispatched when a mouse wheel is spun over an InteractiveObject instance. | |
MOUSE_WHEEL — Constant Static Property, class flash.events.MouseEvent | |
Defines the value of the type property of a mouseWheel event object. | |
mouseWheelEnabled — Property, class flash.text.TextField | |
A Boolean value that indicates whether Flash Player automatically scrolls multiline text fields when the user clicks a text field and rolls the mouse wheel. | |
mouseWheelEnabled — Property, class mx.core.FTETextField | |
This property has not been implemented in FTETextField because FTETextField does not support scrolling. | |
mouseWheelEnabled — Property, interface mx.core.IUITextField | |
A Boolean value that indicates whether Flash Player automatically scrolls multiline text fields when the user clicks a text field and rolls the mouse wheel. | |
mouseWheelHandler(event:flash.events:MouseEvent) — method, class flashx.textLayout.container.ContainerController | |
Processes the MouseEvent.MOUSE_WHEEL event when the client manages events. | |
mouseWheelHandler(event:flash.events:MouseEvent) — method, class flashx.textLayout.container.TextContainerManager | |
Processes the MouseEvent.MOUSE_WHEEL event when the client manages events. | |
mouseWheelHandler(event:flash.events:MouseEvent) — method, interface flashx.textLayout.edit.IInteractionEventHandler | |
Processes a mouseWheel event. | |
mouseWheelHandler(event:flash.events:MouseEvent) — method, class flashx.textLayout.edit.SelectionManager | |
Processes a mouseWheel event. | |
mouseWheelHandler(event:flash.events:MouseEvent) — method, class mx.controls.listClasses.AdvancedListBase | |
Handles mouseWheel events by changing scroll positions. | |
mouseWheelHandler(event:flash.events:MouseEvent) — method, class mx.controls.listClasses.ListBase | |
Handles mouseWheel events by changing scroll positions. | |
mouseWheelHandler(event:flash.events:MouseEvent) — method, class mx.core.ScrollControlBase | |
Event handler for the mouse wheel scroll event. | |
mouseWheelOutside — Event, class mx.core.UIComponent | |
Dispatched from a component opened using the PopUpManager when the user scrolls the mouse wheel outside it. | |
mouseWheelOutside — Event, class mx.flash.UIMovieClip | |
Dispatched from a component opened using the PopUpManager when the user scrolls the mouse wheel outside it. | |
MOUSE_WHEEL_OUTSIDE — Constant Static Property, 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, class mx.events.SandboxMouseEvent | |
Mouse wheel was spun somewhere outside your sandbox. | |
mouseX — Property, class flash.display.DisplayObject | |
Indicates the x coordinate of the mouse position, in pixels. | |
mouseX — Property, class mx.containers.utilityClasses.PostScaleAdapter | |
mouseX — Property, interface mx.core.IFlexDisplayObject | |
Indicates the x coordinate of the mouse position, in pixels. | |
mouseY — Property, class flash.display.DisplayObject | |
Indicates the y coordinate of the mouse position, in pixels. | |
mouseY — Property, class mx.containers.utilityClasses.PostScaleAdapter | |
mouseY — Property, interface mx.core.IFlexDisplayObject | |
Indicates the y coordinate of the mouse position, in pixels. | |
move — Event, class flash.display.NativeWindow | |
Dispatched by this NativeWindow object after the window has been moved on the desktop. | |
move(x:Number, y:Number) — method, class mx.charts.AxisRenderer | |
Moves this object to the specified x and y coordinates. | |
move(x:Number, y:Number) — method, class mx.containers.utilityClasses.PostScaleAdapter | |
Moves this object to the specified x and y coordinates. | |
move(x:Number, y:Number) — method, class mx.core.BitmapAsset | |
Moves this object to the specified x and y coordinates. | |
move(x:Number, y:Number) — method, class mx.core.ButtonAsset | |
Moves this object to the specified x and y coordinates. | |
move(x:Number, y:Number) — method, interface mx.core.IFlexDisplayObject | |
Moves this object to the specified x and y coordinates. | |
move(x:Number, y:Number) — method, class mx.core.MovieClipAsset | |
Moves this object to the specified x and y coordinates. | |
move(x:Number, y:Number) — method, class mx.core.SpriteAsset | |
Moves this object to the specified x and y coordinates. | |
move(x:Number, y:Number) — method, class mx.core.TextFieldAsset | |
Moves this object to the specified x and y coordinates. | |
move — Event, class mx.core.UIComponent | |
Dispatched when the object has moved. | |
move(x:Number, y:Number) — method, class mx.core.UIComponent | |
Moves the component to a specified position within its parent. | |
move(x:Number, y:Number) — method, class mx.core.UIFTETextField | |
Moves the component to a specified position within its parent. | |
move(x:Number, y:Number) — method, class mx.core.UITextField | |
Moves the component to a specified position within its parent. | |
move — Event, class mx.flash.UIMovieClip | |
Dispatched when the object has moved. | |
move(x:Number, y:Number) — method, class mx.flash.UIMovieClip | |
Moves this object to the specified x and y coordinates. | |
move(x:Number, y:Number) — method, 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:Number, y:Number) — method, class mx.skins.ProgrammaticSkin | |
Moves this object to the specified x and y coordinates. | |
Move — class, package mx.effects | |
The Move effect changes the position of a component over a specified time interval. | |
Move — class, package spark.effects | |
The Move effect move the target object in the x and y directions. | |
Move(target:Object) — Constructor, class mx.effects.Move | |
Constructor. | |
Move(target:Object) — Constructor, class spark.effects.Move | |
Constructor. | |
MOVE — Constant Static Property, class flash.desktop.NativeDragActions | |
Defines the string to use for the move action. | |
MOVE — Constant Static Property, class flash.events.NativeWindowBoundsEvent | |
Defines the value of the type property of a move event object. | |
MOVE — Constant Static Property, 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, 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, class mx.managers.DragManager | |
Constant that specifies that the type of drag action is "move". | |
Move3D — class, package spark.effects | |
The Move3D class moves a target object in the x, y, and z dimensions. | |
Move3D(target:Object) — Constructor, class spark.effects.Move3D | |
Constructor. | |
moveArea — Skin Part, class spark.components.TitleWindow | |
The area where the user must click and drag to move the window. By default, the move area is the title bar of the TitleWindow container. To drag the TitleWindow container, click and hold the mouse pointer in the title bar area of the window, then move the mouse. Create a custom skin class to change the move area. | |
moveArea — Property, class spark.skins.spark.TitleWindowSkin | |
moveArea — Property, class spark.skins.wireframe.TitleWindowSkin | |
moveCursor — Style, class mx.managers.DragManager | |
Cursor displayed during a move operation. | |
moveDivider(i:int, amt:Number) — method, class mx.containers.DividedBox | |
Move a specific divider a given number of pixels. | |
moveDuration — Property, class mx.effects.DefaultTileListEffect | |
The duration in milliseconds applied to renderers for items moved in the control as part of the effect. | |
moveEasingFunction — Property, class mx.effects.MaskEffect | |
Easing function to use for moving the mask. | |
moveEasingFunction — Property, class mx.effects.effectClasses.MaskEffectInstance | |
Easing function to use for moving the mask. | |
moveEffect — Effect, class mx.core.UIComponent | |
Played when the component is moved. | |
MoveEvent — class, package mx.events | |
Represents event objects that are dispatched when a Flex component moves. | |
MoveEvent(type:String, bubbles:Boolean, cancelable:Boolean, oldX:Number, oldY:Number) — Constructor, class mx.events.MoveEvent | |
Constructor. | |
MOVE_FOCUS_REQUEST — Constant Static Property, 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. | |
moveFocusToHeader(columnIndex:int) — method, class mx.controls.AdvancedDataGridBaseEx | |
Moves focus to the specified column header. | |
moveIndicators(uid:String, offset:int, absolute:Boolean) — method, class mx.controls.AdvancedDataGrid | |
Moves the cell and row selection indicators up or down by the given offset as the control scrolls its display. | |
moveIndicatorsHorizontally(uid:String, moveBlockDistance:Number) — method, class mx.controls.listClasses.AdvancedListBase | |
Move the selection and highlight indicators horizontally. | |
moveIndicatorsHorizontally(uid:String, moveBlockDistance:Number) — method, class mx.controls.listClasses.ListBase | |
Move the selection and highlight indicators horizontally. | |
moveIndicatorsVertically(uid:String, moveBlockDistance:Number) — method, class mx.controls.listClasses.AdvancedListBase | |
Move the selection and highlight indicators vertically. | |
moveIndicatorsVertically(uid:String, moveBlockDistance:Number) — method, class mx.controls.listClasses.ListBase | |
Move the selection and highlight indicators vertically. | |
MoveInstance — class, package mx.effects.effectClasses | |
The MoveInstance class implements the instance class for the Move effect. | |
MoveInstance(target:Object) — Constructor, class mx.effects.effectClasses.MoveInstance | |
Constructor. | |
moveNext() — method, class mx.collections.HierarchicalCollectionViewCursor | |
Moves the cursor to the next item within the collection. | |
moveNext() — method, interface mx.collections.IViewCursor | |
Moves the cursor to the next item within the collection. | |
movePrevious() — method, class mx.collections.HierarchicalCollectionViewCursor | |
Moves the cursor to the previous item within the collection. | |
movePrevious() — method, interface mx.collections.IViewCursor | |
Moves the cursor to the previous item within the collection. | |
moveRowVertically(i:int, numCols:int, moveBlockDistance:Number) — method, class mx.controls.listClasses.ListBase | |
Move a row vertically, and update the rowInfo record. | |
moveSelectionHorizontally(code:uint, shiftKey:Boolean, ctrlKey:Boolean) — method, class mx.controls.listClasses.AdvancedListBase | |
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. | |
moveSelectionHorizontally(code:uint, shiftKey:Boolean, ctrlKey:Boolean) — method, 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:uint, shiftKey:Boolean, ctrlKey:Boolean) — method, class mx.controls.dataGridClasses.DataGridBase | |
Moves the selection in a vertical direction in response to the user selecting items with the up arrow or down arrow keys and modifiers such as the Shift and Ctrl keys. | |
moveSelectionVertically(code:uint, shiftKey:Boolean, ctrlKey:Boolean) — method, class mx.controls.listClasses.AdvancedListBase | |
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. | |
moveSelectionVertically(code:uint, shiftKey:Boolean, ctrlKey:Boolean) — method, 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. | |
moveTo(x:Number, y:Number) — method, class flash.display.Graphics | |
Moves the current drawing position to (x, y). | |
moveTo(x:Number, y:Number) — method, class flash.display.GraphicsPath | |
Adds a new "moveTo" command to the commands vector and new coordinates to the data vector. | |
moveTo(newLocation:flash.net:FileReference, overwrite:Boolean) — method, class flash.filesystem.File | |
Moves the file or directory at the location specified by this File object to the location specified by the destination parameter. | |
moveTo(x:any, y:any) — method, class mx.charts.chartClasses.CartesianDataCanvas | |
Moves the current drawing position to (x, y). | |
moveTo(angle:any, radial:any) — method, class mx.charts.chartClasses.PolarDataCanvas | |
Moves the current drawing position to (angle, radial). | |
MOVE_TO — Constant Static Property, class flash.display.GraphicsPathCommand | |
Specifies a drawing command that moves the current drawing position to the x- and y-coordinates specified in the data vector. | |
moveToAsync(newLocation:flash.net:FileReference, overwrite:Boolean) — method, class flash.filesystem.File | |
Begins moving the file or directory at the location specified by this File object to the location specified by the newLocation parameter. | |
moveToFirstPage() — method, class mx.printing.PrintAdvancedDataGrid | |
Moves to the first page of the PrintAdvancedDataGrid control, which corresponds to the first set of visible rows. | |
moveToFirstPage() — method, class mx.printing.PrintOLAPDataGrid | |
Moves to the first page of the PrintOLAPDataGrid control, which corresponds to the first set of visible rows. | |
moveToTrash() — method, class flash.filesystem.File | |
Moves a file or directory to the trash. | |
moveToTrashAsync() — method, class flash.filesystem.File | |
Asynchronously moves a file or directory to the trash. | |
movieClip — Property, class mx.automation.delegates.flashflexkit.UIMovieClipAutomationImpl | |
Returns the component instance associated with this delegate instance. | |
MovieClip — Dynamic Class, package flash.display | |
The MovieClip class inherits from the following classes: Sprite, DisplayObjectContainer, InteractiveObject, DisplayObject, and EventDispatcher. | |
MovieClip() — Constructor, class flash.display.MovieClip | |
Creates a new MovieClip instance. | |
MovieClipAsset — class, package mx.core | |
MovieClipAsset is a subclass of the flash.display.MovieClip class which represents movieclip symbols that you embed in a Flex application from a SWF file produced by Flash. | |
MovieClipAsset() — Constructor, class mx.core.MovieClipAsset | |
Constructor. | |
movieClipData — Property, class mx.core.MovieClipLoaderAsset | |
A ByteArray containing the inner content. | |
MovieClipLoaderAsset — class, package mx.core | |
MovieClipLoaderAsset is a subclass of the MovieClipAsset class which represents SWF files that you embed in a Flex application. | |
MovieClipLoaderAsset() — Constructor, class mx.core.MovieClipLoaderAsset | |
Constructor. | |
moving — Event, class flash.display.NativeWindow | |
Dispatched by the NativeWindow object immediately before the window is to be moved on the desktop. | |
moving — Event, class mx.core.Window | |
Dispatched before the window moves, and while the window is being dragged. | |
moving — Event, class mx.core.WindowedApplication | |
Dispatched before the WindowedApplication object moves, or while the WindowedApplication object is being dragged. | |
moving — Event, class spark.components.Window | |
Dispatched before the window moves, and while the window is being dragged. | |
moving — Event, class spark.components.WindowedApplication | |
Dispatched before the WindowedApplication object moves, or while the WindowedApplication object is being dragged. | |
MOVING — Constant Static Property, class flash.events.NativeWindowBoundsEvent | |
Defines the value of the type property of a moving event object. | |
movingColumnIndex — Property, class mx.automation.events.AdvancedDataGridHeaderShiftEvent | |
The data provider index of the item to be selected. | |
MULTI_BATCH_OPERATION — Constant Static Property, class mx.data.messages.DataMessage | |
This operation represents a set of operations to be performed as a single unit but which may contain multiple batched, create, update or delete operations that involve more than one destination, that is, more than one remote adapter. | |
multiColumnSort — Property, class mx.events.AdvancedDataGridEvent | |
If true, indicates that the new dataField property should be used along with whatever sorting is already in use, resulting in a multicolumn sort. | |
multiline — Property, class RegExp | |
Specifies whether the m (multiline) flag is set. | |
multiline — Property, class flash.text.TextField | |
Indicates whether field is a multiline text field. | |
multiline — Property, class mx.core.FTETextField | |
This property has no effect in FTETextField because FTETextField does not support editing. | |
multiline — Property, interface mx.core.IUITextField | |
Indicates whether field is a multiline text field. | |
multiline — Property, class spark.components.RichEditableText | |
Determines whether the user can enter multiline text. | |
MULTIPLE — Constant Static Property, class mx.rpc.mxml.Concurrency | |
Existing requests are not cancelled, and the developer is responsible for ensuring the consistency of returned data by carefully managing the event stream. | |
MULTIPLE_CELLS — Constant Static Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridBase | |
Constant definition for the selectionMode property to allow the selection of multiple cells. | |
multiplePartsFormat — Property, class mx.rpc.soap.Operation | |
Determines the type of the default result object for calls to web services that define multiple parts in the output message. | |
MULTIPLE_ROWS — Constant Static Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridBase | |
Constant definition for the selectionMode property to allow the selection of multiple rows. | |
MULTIPLY — Constant Static Property, class flash.display.BlendMode | |
Multiplies the values of the display object constituent colors by the constituent colors of the background color, and normalizes by dividing by 0xFF, resulting in darker colors. | |
MULTI_SELECT — Constant Static Property, class mx.automation.events.ListItemSelectEvent | |
The ListItemSelectEvent.MULTI_SELECT constant defines the value of the type property of the event object for an event that is dispatched when an item is selected as part of an action that selects multiple items. | |
MULTI_SUBSCRIBE_OPERATION — Constant Static Property, class mx.messaging.messages.CommandMessage | |
Used by the MultiTopicConsumer to subscribe/unsubscribe for more than one topic in the same message. | |
MultiTopicConsumer — class, package mx.messaging | |
Like a Consumer, a MultiTopicConsumer subscribes to a destination with a single clientId and delivers messages to a single event handler. | |
MultiTopicConsumer() — Constructor, class mx.messaging.MultiTopicConsumer | |
Constructor. | |
MultiTopicProducer — class, package mx.messaging | |
A MultiTopicProducer sends messages to a destination with zero or more subtopics. | |
MultiTopicProducer() — Constructor, class mx.messaging.MultiTopicProducer | |
Constructor. | |
MultiValueInterpolator — class, package spark.effects.interpolation | |
The MultiValueInterpolator class interpolates each element of Arrays or Vectors of start and end elements separately, using another interpolator to do the interpolation for each element. | |
MultiValueInterpolator(elementInterpolator:spark.effects.interpolation:IInterpolator) — Constructor, class spark.effects.interpolation.MultiValueInterpolator | |
Constructor. | |
mustUnderstand — Property, class mx.rpc.soap.SOAPHeader | |
Specifies whether the header must be understood by the endpoint. | |
muteButton — Skin Part, class spark.components.mediaClasses.VolumeBar | |
A skin part that defines the mute/unmute button. | |
muteButton — Skin Part, class spark.components.VideoPlayer | |
An optional skin part for the mute button. The mute button has both a muted property and a volume property. | |
muteButton — Property, class spark.skins.spark.mediaClasses.fullScreen.VolumeBarSkin | |
muteButton — Property, class spark.skins.spark.mediaClasses.normal.VolumeBarSkin | |
muteButton — Property, class spark.skins.wireframe.mediaClasses.VolumeBarSkin | |
MuteButton — class, package spark.components.mediaClasses | |
The MuteButton class defines the mute button used by the VideoPlayer control. | |
MuteButton() — Constructor, class spark.components.mediaClasses.MuteButton | |
Constructor. | |
MuteButtonSkin — class, package spark.skins.spark.mediaClasses.fullScreen | |
The default skin class for the mute button of a Spark VideoPlayer component while in one of the fullScreen skin states. | |
MuteButtonSkin — class, package spark.skins.spark.mediaClasses.normal | |
The default skin class for the mute button of a Spark VideoPlayer component in the normal skin state. | |
MuteButtonSkin — class, package spark.skins.wireframe.mediaClasses | |
The wireframe skin class for the mute button of a Spark VideoPlayer component. | |
MuteButtonSkin() — Constructor, class spark.skins.spark.mediaClasses.fullScreen.MuteButtonSkin | |
Constructor. | |
MuteButtonSkin() — Constructor, class spark.skins.spark.mediaClasses.normal.MuteButtonSkin | |
Constructor. | |
MuteButtonSkin() — Constructor, class spark.skins.wireframe.mediaClasses.MuteButtonSkin | |
Constructor. | |
muted — Property, class flash.media.Camera | |
A Boolean value indicating whether the user has denied access to the camera (true) or allowed access (false) in the Flash Player Privacy dialog box. | |
muted — Property, class flash.media.Microphone | |
Specifies whether the user has denied access to the microphone (true) or allowed access (false). | |
muted — Property, class spark.components.VideoDisplay | |
Set to true to mute the video, false to unmute the video. | |
muted — Property, class spark.components.VideoPlayer | |
Set to true to mute the video, false to unmute the video. | |
muted — Property, class spark.components.mediaClasses.MuteButton | |
Contains true if the volume of the video is muted, and false if not. | |
muted — Property, class spark.components.mediaClasses.VolumeBar | |
Contains true if the volume of the video is muted, and false if not. | |
mutedChange — Event, class spark.components.mediaClasses.MuteButton | |
Dispatched when the user mutes or unmutes the video. | |
mutedChange — Event, class spark.components.mediaClasses.VolumeBar | |
Dispatched when the user mutes or unmutes the volume. | |
MUTED_CHANGE — Constant Static Property, class mx.events.FlexEvent | |
The FlexEvent.MUTED_CHANGE constant defines the value of the type property of the event object for a mutedChange event. | |
mx.accessibility — package | |
The mx.accessibility package contains the accessibility classes for MX components. | |
MXAdvancedDataGridItemRenderer — class, package mx.controls.advancedDataGridClasses | |
The MXAdvancedDataGridItemRenderer class defines the Spark item renderer class for use with the MX AdvancedDataGrid control. | |
MXAdvancedDataGridItemRenderer() — Constructor, class mx.controls.advancedDataGridClasses.MXAdvancedDataGridItemRenderer | |
Constructor. | |
mx.automation — package | |
The mx.automation package contains the automation interfaces. | |
mx.automation.delegates — package | |
The mx.automation.delegates package contains classes that define the methods and properties required to perform instrumentation for Flex framework classes. | |
mx.automation.delegates.advancedDataGrid — package | |
The mx.automation.delegates.advancedDataGrid package contains classes that define the methods and properties required to perform instrumentation for the Flex AdvancedDataGrid control. | |
mx.automation.delegates.charts — package | |
The mx.automation.delegates.charts package contains classes that define the methods and properties required to perform instrumentation for the chart classes. | |
mx.automation.delegates.containers — package | |
The mx.automation.delegates.containers package contains classes that define the methods and properties required to perform instrumentation for the container classes. | |
mx.automation.delegates.controls — package | |
The mx.automation.delegates.controls package contains classes that define the methods and properties required to perform instrumentation for the control classes. | |
mx.automation.delegates.core — package | |
The mx.automation.delegates.core package contains classes that define the methods and properties required to perform instrumentation for the core classes. | |
mx.automation.delegates.flashflexkit — package | |
The mx.automation.delegates.flashflexkit package contains classes that define the methods and properties required to perform instrumentation for the mx.flash package. | |
mx.automation.events — package | |
The mx.automation.events package contains the automation event classes. | |
mx.binding — package | |
The mx.binding package contains the interface for defining bindings. | |
mx.binding.utils — package | |
The mx.binding.utils package contains the classes for creating binding watchers and for defining bindings in ActionScript. | |
mx.charts — package | |
The mx.charts package contains the classes for Flex Charting. | |
mx.charts.chartClasses — package | |
The mx.charts.chartClasses package contains the base classes for the Flex charting components. | |
mx.charts.effects — package | |
The mx.charts.effects package contains the effect classes for the Flex charting components. | |
mx.charts.effects.effectClasses — package | |
The mx.charts.effects.effectClasses package contains the effect instance classes for the Flex charting components. | |
mx.charts.events — package | |
The mx.charts.events package contains the classes that define chart event objects. | |
mx.charts.renderers — package | |
The mx.charts.renderers package contains the item renderer classes for the Flex charting components. | |
mx.charts.series — package | |
The mx.charts.series package contains the series classes for the Flex charting components. | |
mx.charts.series.items — package | |
The mx.charts.series.items package contains the items series classes for the Flex charting components. | |
mx.charts.series.renderData — package | |
The mx.charts.series.renderData package contains the data classes for the Flex charting components. | |
mx.charts.styles — package | |
The mx.charts.styles package contains the default HALO styles for the chart controls.The mx.charts.styles package contains the HaloDefaults class that sets default styles for Flex charting components. | |
mx.collections — package | |
The mx.collections package contains the classes for the Flex collection components. | |
mx.collections.errors — package | |
The mx.collections.errors package contains the error classes for the Flex collection components. | |
mx.containers — package | |
The mx.containers package contains the container classes. | |
mx.containers.accordionClasses — package | |
The mx.containers.accordionClasses package contains the classes used by the Accordion container. | |
mx.containers.dividedBoxClasses — package | |
The mx.containers.dividedBoxClasses package contains the classes used by the DividedBox container. | |
mx.containers.errors — package | |
The mx.containers.errors package contains container error classes. | |
mx.containers.utilityClasses — package | |
The mx.containers.utilityClasses package contains utility classes used by the containers. | |
mx.controls — package | |
The mx.controls package contains the Flex user-interface controls. | |
mx.controls.advancedDataGridClasses — package | |
The mx.controls.advancedDataGridClasses package contains the classes used by the AdvancedDataGrid control. | |
mx.controls.dataGridClasses — package | |
The mx.controls.dataGridClasses package contains the classes used by the DataGrid control. | |
mx.controls.listClasses — package | |
The mx.controls.listClasses package contains the classes used by the list-based controls. | |
mx.controls.menuClasses — package | |
The mx.controls.menuClasses package contains the classes used by the menu-based controls. | |
mx.controls.olapDataGridClasses — package | |
The mx.controls.olapDataGridClasses package contains the classes used by the OLAPDataGrid control. | |
mx.controls.scrollClasses — package | |
The mx.controls.scrollClasses package contains the classes used by controls that support scroll bars. | |
mx.controls.sliderClasses — package | |
The mx.controls.sliderClasses package contains the classes used by the Slider control. | |
mx.controls.textClasses — package | |
The mx.controls.textClasses package contains the classes used by the text-based controls. | |
mx.controls.treeClasses — package | |
The mx.controls.treeClasses package contains the classes used by the Tree control. | |
mx.controls.videoClasses — package | |
The mx.controls.videoClasses package contains the classes used by the VideoDisplay control. | |
mx.core — package | |
The mx.core package contains the base classes and interfaces, such as UIComponent, used by Flex. | |
mx.core.windowClasses — package | |
The mx.core.windowClasses package contains the classes used by the WindowApplication component. | |
mx.data — package | |
The mx.data package contains classes for working with LiveCycle Data Services. | |
mx.data.errors — package | |
The mx.data.errors package contains the error classes used with LiveCycle Data Services. | |
mx.data.events — package | |
The mx.data.events package contains the event classes used with LiveCycle Data Services. | |
MXDataGridItemRenderer — class, package mx.controls.dataGridClasses | |
The MXDataGridItemRenderer class defines the Spark item renderer class for use with the MX DataGrid control. | |
MXDataGridItemRenderer() — Constructor, class mx.controls.dataGridClasses.MXDataGridItemRenderer | |
Constructor. | |
mx.data.messages — package | |
The mx.data.messages package contains the messages used with LiveCycle Data Services. | |
mx.data.mxml — package | |
The mx.data.mxml package contains the classes for using the Data Management Service in MXML. | |
mx.data.utils — package | |
The mx.data.utils package contains the utility classes for working with the Data Management Service. | |
mx.effects — package | |
The mx.effects package contains the Factory classes to support behaviors. | |
mx.effects.easing — package | |
The mx.effects.easing package contains the easing classes used by effects. | |
mx.effects.effectClasses — package | |
The mx.effects.effectClasses package contains the effect implementation classes corresponding to the effect factory classes in the mx.effects package. | |
mx.events — package | |
The mx.events package contains the classes that define Flex event objects. | |
mx.filters — package | |
The mx.filters package defines filter classes. | |
mx.flash — package | |
The mx.flash package contains the classes that define the Flex Component Kit for Flash CS3. | |
mx.formatters — package | |
The mx.formatters package contains the classes to support data formatting. | |
MXFTETextInput — class, package mx.controls | |
MXFTETextInput is a UIComponent which is used to support TLF text in MX controls and data grid renderers. | |
MXFTETextInput() — Constructor, class mx.controls.MXFTETextInput | |
Constructor. | |
mx.geom — package | |
The mx.geom package contains geometry classes. | |
mx.graphics — package | |
The mx.graphics package contains drawing classes. | |
mx.graphics.codec — package | |
The mx.graphics.codec package contains classes to convert Bitmap images to other image formats. | |
mx.graphics.shaderClasses — package | |
The mx.graphics.shaderClasses package contains pixel shader classes. | |
MXItemRenderer — class, package mx.controls.listClasses | |
The MXItemRenderer class is the base class for Spark item renderers and item editors used in MX list-based controls. | |
MXItemRenderer() — Constructor, class mx.controls.listClasses.MXItemRenderer | |
Constructor. | |
mx.logging — package | |
The mx.logging package contains the logging classes. | |
mx.logging.errors — package | |
The mx.logging.errors package contains the error classes used by the logging components. | |
mx.logging.targets — package | |
The mx.logging.targets package contains the target classes used by the logging components. | |
mx.managers — package | |
The mx.managers package contains the Flex manager classes, such as DragManager and HistoryManager. | |
mx.messaging — package | |
The mx.messaging package contains the messaging classes used with Data Services. | |
mx.messaging.channels — package | |
The mx.messaging.channels package contains the messaging channel classes used with Data Services. | |
mx.messaging.config — package | |
The mx.messaging.config package contains the messaging configuration classes used with Data Services. | |
mx.messaging.errors — package | |
The mx.messaging.errors package contains the messaging error classes used with Data Services. | |
mx.messaging.events — package | |
The mx.messaging.events package contains the messaging event classes used with Data Services. | |
mx.messaging.management — package | |
The mx.messaging.management package contains the bean management classes used with Data Services. | |
mx.messaging.messages — package | |
The mx.messaging.messages package contains the message classes used with Data Services. | |
mxmlChildren — Property, class flashx.textLayout.elements.FlowGroupElement | |
Appends an array of children to this object. | |
mxmlChildren — Property, class flashx.textLayout.elements.SpanElement | |
Sets text based on content within span tags; always deletes existing children. | |
mxmlContent — Property, class spark.components.Group | |
The visual content children for this Group. | |
mxmlContent — Property, class spark.components.SkinnableContainer | |
The visual content children for this Group. | |
mxmlContentFactory — Property, class spark.components.SkinnableContainer | |
A factory object that creates the initial value for the content property. | |
MXMLObjectAdapter — class, package mx.core | |
The MXMLObjectAdapter class is a stub implementation of the IMXMLObject interface, so that you can implement the interface without defining all of the methods. | |
MXMLObjectAdapter() — Constructor, class mx.core.MXMLObjectAdapter | |
Constructor. | |
mx.modules — package | |
The mx.modules package contains the classes used to create modular Flex applications. | |
mx.netmon — package | |
The mx.netmon package contains the network monitor classes. | |
mx.olap — package | |
The mx.olap package contains the classes used to create the OLAP schemas and OLAP queries used by the OLAPDataGrid control. | |
mx.olap.aggregators — package | |
The mx.olap.aggregators package contains the classes used to create the aggregators used by the OLAPDataGrid control. | |
mx.preloaders — package | |
The mx.preloaders package contains the classes used by the download progress bar. | |
mx.printing — package | |
The mx.printing package contains the printing classes. | |
mx.resources — package | |
The mx.resources package contains the classes used to support localization. | |
mx.rpc — package | |
The mx.rpc package contains the RPC classes. | |
mx.rpc.events — package | |
The mx.rpc.events package contains the RPC event classes. | |
mx.rpc.http — package | |
The mx.rpc.http package contains the HTTPService classes. | |
mx.rpc.http.mxml — package | |
The mx.rpc.http.mxml package contains the HTTP service MXML classes. | |
mx.rpc.livecycle — package | |
The mx.rpc.livecycle package contains the utility classes for Live Cycle Data Services. | |
mx.rpc.mxml — package | |
The mx.rpc.mxml package contains the RPC MXML interface. | |
mx.rpc.remoting — package | |
The mx.rpc.remoting package contains the remote object classes. | |
mx.rpc.remoting.mxml — package | |
The mx.rpc.remoting.mxml package contains the remote object MXML classes. | |
mx.rpc.soap — package | |
The mx.rpc.soap package contains the web service classes. | |
mx.rpc.soap.mxml — package | |
The mx.rpc.soap.mxml package contains the web service MXML class. | |
mx.rpc.wsdl — package | |
The mx.rpc.wsdl package contains the WSDL Binding class. | |
mx.rpc.xml — package | |
The mx.rpc.xml package contains the RPC XML-related classes. | |
mx.skins — package | |
The mx.skins package contains the classes that define the skinning components. | |
mx.skins.halo — package | |
The mx.skins.halo package contains the classes used to skin MX components with skins from the Halo theme. | |
mx.skins.spark — package | |
The mx.skins.spark package contains the classes used to skin MX components with Spark skins. | |
mx.skins.wireframe — package | |
The mx.skins.wireframe package contains the classes used to skin components with skins from the Wireframe theme. | |
mx.skins.wireframe.windowChrome — package | |
The mx.skins.wireframe.windowChrome package contains the classes used to skin the Window and WindowedApplication components with skins from the Wireframe theme. | |
mx.states — package | |
The mx.states package contains the classes to support view states. | |
mx.styles — package | |
The mx.styles package contains the classes used by the Flex styles components. | |
MXTreeItemRenderer — class, package mx.controls.treeClasses | |
The MXTreeItemRenderer class defines the Spark item renderer class for use with the MX Tree control. | |
MXTreeItemRenderer() — Constructor, class mx.controls.treeClasses.MXTreeItemRenderer | |
Constructor. | |
mx.utils — package | |
The mx.utils package contains Flex utility classes. | |
mx.validators — package | |
The mx.validators package contains the classes to support data validation. | |
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 |
Fri Mar 19 2010, 02:58 AM -07:00