| 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 |
| maintainAspectRatio — style, class feathers.controls.ImageLoader |
| Determines if the aspect ratio of the texture is maintained when the dimensions of the ImageLoader are changed manually and the new dimensions have a different aspect ratio than the texture. |
| |
| maintainTouchFocus — Property, class feathers.controls.text.StageTextTextEditor |
|
If enabled, the text editor will remain in focus, even if something
else is touched. |
| maintainTouchFocus — Property, class feathers.controls.text.TextFieldTextEditor |
|
If enabled, the text editor will remain in focus, even if something
else is touched. |
| maintainTouchFocus — Property, class feathers.core.FeathersControl |
| |
| maintainTouchFocus — Property, interface feathers.core.IFocusDisplayObject |
|
If true, the display object should remain in focus,
even if something else is touched. |
| MANUAL — Constant Static Property, class feathers.layout.RelativePosition |
|
The item will be positioned manually with no relation to the position
of another item. |
| margin — Property, class feathers.controls.popups.VerticalCenteredPopUpContentManager |
|
Quickly sets all margin properties to the same value. |
| marginBottom — Property, class feathers.controls.popups.VerticalCenteredPopUpContentManager |
|
The minimum space, in pixels, between the bottom edge of the content
and the bottom edge of the stage. |
| marginLeft — Property, class feathers.controls.popups.VerticalCenteredPopUpContentManager |
|
The minimum space, in pixels, between the left edge of the content
and the left edge of the stage. |
| marginRight — Property, class feathers.controls.popups.VerticalCenteredPopUpContentManager |
|
The minimum space, in pixels, between the right edge of the content
and the right edge of the stage. |
| marginTop — Property, class feathers.controls.popups.VerticalCenteredPopUpContentManager |
|
The minimum space, in pixels, between the top edge of the content and
the top edge of the stage. |
| mask — Property, interface feathers.core.IFeathersDisplayObject |
|
The display object's mask. |
| matrixToRotation(matrix:flash.geom:Matrix) — Package Function, feathers.utils.geom |
|
Extracts the rotation value (in radians) from a flash.geom.Matrix
|
| matrixToScaleX(matrix:flash.geom:Matrix) — Package Function, feathers.utils.geom |
|
Extracts the x scale value from a flash.geom.Matrix
|
| matrixToScaleY(matrix:flash.geom:Matrix) — Package Function, feathers.utils.geom |
|
Extracts the y scale value from a flash.geom.Matrix
|
| maxChars — Property, class feathers.controls.TextArea |
|
The maximum number of characters that may be entered. |
| maxChars — Property, class feathers.controls.TextInput |
|
The maximum number of characters that may be entered. |
| maxChars — Property, class feathers.controls.text.BitmapFontTextEditor |
| |
| maxChars — Property, class feathers.controls.text.StageTextTextEditor |
| |
| maxChars — Property, class feathers.controls.text.TextBlockTextEditor |
| |
| maxChars — Property, class feathers.controls.text.TextFieldTextEditor |
| |
| maxChars — Property, interface feathers.core.ITextEditor |
|
The maximum number of characters that may be entered. |
| maxChars — Property, class feathers.text.StageTextField |
| |
| maxColumnCount — Property, class feathers.layout.HorizontalLayout |
|
The maximum number of columns to display. |
| maxHeight — Property, class feathers.core.FeathersControl |
|
The maximum recommended height to be used for self-measurement and,
optionally, by any code that is resizing this component. |
| maxHeight — Property, interface feathers.core.IMeasureDisplayObject |
|
The maximum recommended height to be used for self-measurement and,
optionally, by any code that is resizing this component. |
| maxHeight — Property, class feathers.layout.ViewPortBounds |
|
The maximum height of the view port, in pixels. |
| maxHeight — Property, class feathers.skins.ImageSkin |
|
The maximum height of the component. |
| maxHorizontalPageIndex — Property, class feathers.controls.Scroller |
|
The maximum horizontal page index that may be displayed by this
container, if page snapping is enabled. |
| maxHorizontalScrollPosition — Property, class feathers.controls.Scroller |
|
The number of pixels the scroller may be scrolled horizontally to the
right. |
| maximum — Property, class feathers.controls.DateTimeSpinner |
|
The date time spinner's value will not go higher than the maximum. |
| maximum — Property, interface feathers.controls.IRange |
|
The maximum numeric value of the range. |
| maximum — Property, class feathers.controls.NumericStepper |
|
The numeric stepper's value will not go higher than the maximum. |
| maximum — Property, class feathers.controls.ProgressBar |
|
The progress bar's value will not go higher than the maximum. |
| maximum — Property, class feathers.controls.ScrollBar |
|
The maximum numeric value of the range. |
| maximum — Property, class feathers.controls.SimpleScrollBar |
|
The maximum numeric value of the range. |
| maximum — Property, class feathers.controls.Slider |
|
The slider's value will not go higher than the maximum. |
| maximumPadding — style, class feathers.controls.Slider |
| The space, in pixels, between the maximum position of the thumb and the maximum edge of the track. |
| |
| maximumTrack — Property, class feathers.controls.ScrollBar |
|
The scroll bar's maximum track sub-component. |
| maximumTrack — Property, class feathers.controls.Slider |
|
The maximum track sub-component. |
| maximumTrackFactory — Property, class feathers.controls.ScrollBar |
|
A function used to generate the scroll bar's maximum track
sub-component. |
| maximumTrackFactory — Property, class feathers.controls.Slider |
|
A function used to generate the slider's maximum track sub-component. |
| maximumTrackProperties — Property, class feathers.controls.ScrollBar |
|
An object that stores properties for the scroll bar's "maximum"
track, and the properties will be passed down to the "maximum" track when
the scroll bar validates. |
| maximumTrackProperties — Property, class feathers.controls.Slider |
|
An object that stores properties for the slider's "maximum" track,
and the properties will be passed down to the "maximum" track when
the slider validates. |
| maximumTrackStyleName — Property, class feathers.controls.ScrollBar |
|
The value added to the styleNameList of the maximum
track. |
| maximumTrackStyleName — Property, class feathers.controls.Slider |
|
The value added to the styleNameList of the maximum
track. |
| maxRowCount — Property, class feathers.layout.VerticalLayout |
|
The maximum number of rows to display. |
| maxTextureDimensions — Property, class feathers.controls.text.TextBlockTextRenderer |
|
The maximum size of individual textures that are managed by this text
renderer. |
| maxTextureDimensions — Property, class feathers.controls.text.TextFieldTextRenderer |
|
The maximum size of individual textures that are managed by this text
renderer. |
| maxUnretainedTextures — Property, class feathers.utils.textures.TextureCache |
|
Limits the number of unretained textures that may be stored in
memory. |
| maxVerticalPageIndex — Property, class feathers.controls.Scroller |
|
The maximum vertical page index that may be displayed by this
container, if page snapping is enabled. |
| maxVerticalScrollPosition — Property, class feathers.controls.Scroller |
|
The number of pixels the scroller may be scrolled vertically beyond
the bottom edge. |
| maxVisibleHeight — Property, interface feathers.controls.supportClasses.IViewPort |
| |
| maxVisibleHeight — Property, class feathers.controls.text.TextFieldTextEditorViewPort |
| |
| maxVisibleToasts — Static Property, class feathers.controls.Toast |
|
The maximum number of toasts that can be displayed simultaneously. |
| maxVisibleWidth — Property, interface feathers.controls.supportClasses.IViewPort |
| |
| maxVisibleWidth — Property, class feathers.controls.text.TextFieldTextEditorViewPort |
| |
| maxWidth — Property, class feathers.core.FeathersControl |
|
The maximum recommended width to be used for self-measurement and,
optionally, by any code that is resizing this component. |
| maxWidth — Property, interface feathers.core.IMeasureDisplayObject |
|
The maximum recommended width to be used for self-measurement and,
optionally, by any code that is resizing this component. |
| maxWidth — Property, class feathers.layout.ViewPortBounds |
|
The maximum width of the view port, in pixels. |
| maxWidth — Property, class feathers.skins.ImageSkin |
|
The maximum width of the component. |
| measureText(result:flash.geom:Point) — method, class feathers.controls.text.BitmapFontTextRenderer |
|
Measures the text's bounds (without a full validation, if
possible). |
| measureText(result:flash.geom:Point) — method, class feathers.controls.text.StageTextTextEditor |
|
Measures the text's bounds (without a full validation, if
possible). |
| measureText(result:flash.geom:Point) — method, class feathers.controls.text.TextBlockTextRenderer |
|
Measures the text's bounds (without a full validation, if
possible). |
| measureText(result:flash.geom:Point) — method, class feathers.controls.text.TextFieldTextEditor |
|
Measures the text's bounds (without a full validation, if
possible). |
| measureText(result:flash.geom:Point) — method, class feathers.controls.text.TextFieldTextRenderer |
|
Measures the text's bounds (without a full validation, if
possible). |
| measureText(result:flash.geom:Point) — method, interface feathers.core.ITextEditor |
|
Measures the text's bounds (without a full validation, if
possible). |
| measureText(result:flash.geom:Point) — method, interface feathers.core.ITextRenderer |
|
Measures the text's bounds (without a full validation, if
possible). |
| measureTextField — Property, class feathers.controls.text.TextFieldTextEditor |
|
The separate text field sub-component used for measurement. |
| MeasureTextResult — class, package feathers.controls.text |
|
The result of text measurement. |
| MeasureTextResult(width:Number, height:Number, isTruncated:Boolean) — Constructor, class feathers.controls.text.MeasureTextResult |
|
Constructor. |
| measureViewPort — Property, class feathers.controls.Scroller |
|
Determines if the dimensions of the view port are used when measuring
the scroller. |
| measureViewPort(itemCount:int, viewPortBounds:feathers.layout:ViewPortBounds, result:flash.geom:Point) — method, class feathers.layout.FlowLayout |
|
Used internally by a component, such as List, to measure
the view port based on the typical item dimensions or cached
dimensions, if available. |
| measureViewPort(itemCount:int, viewPortBounds:feathers.layout:ViewPortBounds, result:flash.geom:Point) — method, class feathers.layout.HorizontalLayout |
|
Used internally by a component, such as List, to measure
the view port based on the typical item dimensions or cached
dimensions, if available. |
| measureViewPort(itemCount:int, viewPortBounds:feathers.layout:ViewPortBounds, result:flash.geom:Point) — method, class feathers.layout.HorizontalSpinnerLayout |
|
Used internally by a component, such as List, to measure
the view port based on the typical item dimensions or cached
dimensions, if available. |
| measureViewPort(itemCount:int, viewPortBounds:feathers.layout:ViewPortBounds, result:flash.geom:Point) — method, interface feathers.layout.IVirtualLayout |
|
Used internally by a component, such as List, to measure
the view port based on the typical item dimensions or cached
dimensions, if available. |
| measureViewPort(itemCount:int, viewPortBounds:feathers.layout:ViewPortBounds, result:flash.geom:Point) — method, class feathers.layout.SlideShowLayout |
|
Used internally by a component, such as List, to measure
the view port based on the typical item dimensions or cached
dimensions, if available. |
| measureViewPort(itemCount:int, viewPortBounds:feathers.layout:ViewPortBounds, result:flash.geom:Point) — method, class feathers.layout.TiledColumnsLayout |
|
Used internally by a component, such as List, to measure
the view port based on the typical item dimensions or cached
dimensions, if available. |
| measureViewPort(itemCount:int, viewPortBounds:feathers.layout:ViewPortBounds, result:flash.geom:Point) — method, class feathers.layout.TiledRowsLayout |
|
Used internally by a component, such as List, to measure
the view port based on the typical item dimensions or cached
dimensions, if available. |
| measureViewPort(itemCount:int, viewPortBounds:feathers.layout:ViewPortBounds, result:flash.geom:Point) — method, class feathers.layout.VerticalLayout |
|
Used internally by a component, such as List, to measure
the view port based on the typical item dimensions or cached
dimensions, if available. |
| measureViewPort(itemCount:int, viewPortBounds:feathers.layout:ViewPortBounds, result:flash.geom:Point) — method, class feathers.layout.VerticalSpinnerLayout |
|
Used internally by a component, such as List, to measure
the view port based on the typical item dimensions or cached
dimensions, if available. |
| measureViewPort(itemCount:int, viewPortBounds:feathers.layout:ViewPortBounds, result:flash.geom:Point) — method, class feathers.layout.WaterfallLayout |
|
Used internally by a component, such as List, to measure
the view port based on the typical item dimensions or cached
dimensions, if available. |
| mediaPlayer — Property, class feathers.media.FullScreenToggleButton |
|
The media player that this component controls. |
| mediaPlayer — Property, interface feathers.media.IMediaPlayerControl |
|
The media player that this component controls. |
| mediaPlayer — Property, class feathers.media.MuteToggleButton |
|
The media player that this component controls. |
| mediaPlayer — Property, class feathers.media.PlayPauseToggleButton |
|
The media player that this component controls. |
| mediaPlayer — Property, class feathers.media.SeekSlider |
|
The media player that this component controls. |
| mediaPlayer — Property, class feathers.media.SoundChannelPeakVisualizer |
|
The media player that this component controls. |
| mediaPlayer — Property, class feathers.media.SpectrumBarGraphVisualizer |
|
The media player that this component controls. |
| mediaPlayer — Property, class feathers.media.TimeLabel |
|
The media player that this component controls. |
| mediaPlayer — Property, class feathers.media.VolumeSlider |
|
The media player that this component controls. |
| MediaPlayerEventType — class, package feathers.events |
|
Event type constants for Feathers media player controls. |
| MediaTimeMode — class, package feathers.media |
|
Formats for media playback time. |
| menuButtonHandler — Property, class feathers.controls.PanelScreen |
|
Optional callback for the menu hardware key. |
| menuButtonHandler — Property, class feathers.controls.Screen |
|
Optional callback for the menu hardware key. |
| menuButtonHandler — Property, class feathers.controls.ScrollScreen |
|
Optional callback for the menu hardware key. |
| message — Property, class feathers.controls.Alert |
|
The alert's main text content. |
| message — Property, class feathers.controls.Toast |
|
The toast's main text content. |
| messageFactory — Property, class feathers.controls.Alert |
|
A function used to instantiate the alert's message text renderer
sub-component. |
| messageFactory — Property, class feathers.controls.Toast |
|
A function used to instantiate the toast's message text renderer
sub-component. |
| messageProperties — Property, class feathers.controls.Alert |
|
An object that stores properties for the alert's message text
renderer sub-component, and the properties will be passed down to the
text renderer when the alert validates. |
| messageStyleName — Property, class feathers.controls.Alert |
|
The value added to the styleNameList of the alert's
message text renderer. |
| messageStyleName — Property, class feathers.controls.Toast |
|
The value added to the styleNameList of the toast's
message text renderer. |
| messageTextRenderer — Property, class feathers.controls.Alert |
|
The message text renderer sub-component. |
| messageTextRenderer — Property, class feathers.controls.Toast |
|
The message text renderer sub-component. |
| metadataReceived — Event, class feathers.media.SoundPlayer |
|
Dispatched when the MP3 ID3 metadata becomes available on the
Sound instance. |
| metadataReceived — Event, class feathers.media.VideoPlayer |
|
Dispatched when a cue point is reached with the onCuePoint
callback from the NetStream instance. |
| metadataReceived — Event, class feathers.media.VideoPlayer |
|
Dispatched when the video metadata becomes available with the
onMetaData callback from the NetStream instance. |
| METADATA_RECEIVED — Constant Static Property, class feathers.events.MediaPlayerEventType |
|
Dispatched when the media's metadata becomes available. |
| MIDDLE — Constant Static Property, class feathers.layout.VerticalAlign |
|
The items in the layout will be vertically aligned to the middle of
the bounds. |
| minAccessoryGap — style, class feathers.controls.renderers.BaseDefaultItemRenderer |
| If the value of the accessoryGap property is Number.POSITIVE_INFINITY, meaning that the gap will fill as much space as possible, the final calculated value will not be smaller than the value of the minAccessoryGap property. |
| |
| minGap — style, class feathers.controls.Button |
| If the value of the gap property is Number.POSITIVE_INFINITY, meaning that the gap will fill as much space as possible, the final calculated value will not be smaller than the value of the minGap property. |
| |
| minGap — style, class feathers.controls.Toast |
| If the value of the gap property is Number.POSITIVE_INFINITY, meaning that the gap will fill as much space as possible, the final calculated value will not be smaller than the value of the minGap property. |
| |
| minHeight — Property, class feathers.core.FeathersControl |
|
The minimum recommended height to be used for self-measurement and,
optionally, by any code that is resizing this component. |
| minHeight — Property, interface feathers.core.IMeasureDisplayObject |
|
The minimum recommended height to be used for self-measurement and,
optionally, by any code that is resizing this component. |
| minHeight — Property, class feathers.layout.ViewPortBounds |
|
The minimum width of the view port, in pixels. |
| minHeight — Property, class feathers.skins.ImageSkin |
|
The minimum height of the component. |
| minHorizontalPageIndex — Property, class feathers.controls.Scroller |
|
The minimum horizontal page index that may be displayed by this
container, if page snapping is enabled. |
| minHorizontalScrollPosition — Property, class feathers.controls.Scroller |
|
The number of pixels the scroller may be scrolled horizontally to the
left. |
| minimum — Property, class feathers.controls.DateTimeSpinner |
|
The date time spinner's value will not go lower than the minimum. |
| minimum — Property, interface feathers.controls.IRange |
|
The minimum numeric value of the range. |
| minimum — Property, class feathers.controls.NumericStepper |
|
The numeric stepper's value will not go lower than the minimum. |
| minimum — Property, class feathers.controls.ProgressBar |
|
The progress bar's value will not go lower than the minimum. |
| minimum — Property, class feathers.controls.ScrollBar |
|
The minimum numeric value of the range. |
| minimum — Property, class feathers.controls.SimpleScrollBar |
|
The minimum numeric value of the range. |
| minimum — Property, class feathers.controls.Slider |
|
The slider's value will not go lower than the minimum. |
| minimumAutoCompleteLength — Property, class feathers.controls.AutoComplete |
|
The minimum number of entered characters required to request
suggestions from the IAutoCompleteSource. |
| minimumAutoScrollDistance — Property, class feathers.controls.List |
|
The minimum physical distance (in inches) that a touch must be from
the edge of the container during a drag and drop action before the
container starts scrolling. |
| minimumDragDistance — Property, class feathers.controls.Drawers |
|
The minimum physical distance (in inches) that a touch must move
before a drag gesture begins. |
| minimumDragDistance — Property, class feathers.controls.Scroller |
|
The minimum physical distance (in inches) that a touch must move
before the scroller starts scrolling. |
| minimumDragDistance — Property, class feathers.controls.StackScreenNavigator |
|
The minimum physical distance (in inches) that a touch must move
before a drag gesture begins when isSwipeToPopEnabled
is true. |
| minimumDragDistance — Property, class feathers.controls.TabNavigator |
|
The minimum physical distance (in inches) that a touch must move
before a drag gesture begins. |
| minimumDrawerThrowVelocity — Property, class feathers.controls.Drawers |
|
The minimum physical velocity (in inches per second) that a touch
must move before the a drawern can be "thrown" to open or close it. |
| minimumItemCount — Property, class feathers.layout.SlideShowLayout |
|
If the layout is virtualized, specifies the minimum total number of
items that will be created, even if some are not currently visible
in the view port. |
| minimumPadding — style, class feathers.controls.Slider |
| The space, in pixels, between the minimum position of the thumb and the minimum edge of the track. |
| |
| minimumPageThrowVelocity — Property, class feathers.controls.Scroller |
|
The minimum physical velocity (in inches per second) that a touch
must move before the scroller will "throw" to the next page. |
| minimumSwipeVelocity — Property, class feathers.controls.StackScreenNavigator |
|
The minimum physical velocity (in inches per second) that a touch
must move before a swipe is detected. |
| minimumSwipeVelocity — Property, class feathers.controls.TabNavigator |
|
The minimum physical velocity (in inches per second) that a touch
must move before a swipe is detected. |
| minimumTrack — Property, class feathers.controls.ScrollBar |
|
The scroll bar's minimum track sub-component. |
| minimumTrack — Property, class feathers.controls.Slider |
|
The minimum track sub-component. |
| minimumTrackFactory — Property, class feathers.controls.ScrollBar |
|
A function used to generate the scroll bar's minimum track
sub-component. |
| minimumTrackFactory — Property, class feathers.controls.Slider |
|
A function used to generate the slider's minimum track sub-component. |
| minimumTrackProperties — Property, class feathers.controls.ScrollBar |
|
An object that stores properties for the scroll bar's "minimum"
track, and the properties will be passed down to the "minimum" track when
the scroll bar validates. |
| minimumTrackProperties — Property, class feathers.controls.Slider |
|
An object that stores properties for the slider's "minimum" track,
and the properties will be passed down to the "minimum" track when
the slider validates. |
| minimumTrackStyleName — Property, class feathers.controls.ScrollBar |
|
The value added to the styleNameList of the minimum
track. |
| minimumTrackStyleName — Property, class feathers.controls.Slider |
|
The value added to the styleNameList of the minimum
track. |
| minTouchHeight — Property, class feathers.core.FeathersControl |
|
If using isQuickHitAreaEnabled, and the hit area's
height is smaller than this value, it will be expanded. |
| minTouchHeight — Property, class feathers.skins.ImageSkin |
|
If the skin's height is smaller than this value, the hit area will be expanded. |
| minTouchWidth — Property, class feathers.core.FeathersControl |
|
If using isQuickHitAreaEnabled, and the hit area's
width is smaller than this value, it will be expanded. |
| minTouchWidth — Property, class feathers.skins.ImageSkin |
|
If the skin's width is smaller than this value, the hit area will be expanded. |
| minuteStep — Property, class feathers.controls.DateTimeSpinner |
|
In the list that allows selection of minutes, customizes the number
of minutes between each item. |
| minVerticalPageIndex — Property, class feathers.controls.Scroller |
|
The minimum vertical page index that may be displayed by this
container, if page snapping is enabled. |
| minVerticalScrollPosition — Property, class feathers.controls.Scroller |
|
The number of pixels the scroller may be scrolled vertically beyond
the top edge. |
| minVisibleHeight — Property, interface feathers.controls.supportClasses.IViewPort |
| |
| minVisibleHeight — Property, class feathers.controls.text.TextFieldTextEditorViewPort |
| |
| minVisibleWidth — Property, interface feathers.controls.supportClasses.IViewPort |
| |
| minVisibleWidth — Property, class feathers.controls.text.TextFieldTextEditorViewPort |
| |
| minWidth — Property, class feathers.controls.DataGridColumn |
|
The minimum width of the column, in pixels. |
| minWidth — Property, class feathers.core.FeathersControl |
|
The minimum recommended width to be used for self-measurement and,
optionally, by any code that is resizing this component. |
| minWidth — Property, interface feathers.core.IMeasureDisplayObject |
|
The minimum recommended width to be used for self-measurement and,
optionally, by any code that is resizing this component. |
| minWidth — Property, class feathers.layout.ViewPortBounds |
|
The minimum width of the view port, in pixels. |
| minWidth — Property, class feathers.skins.ImageSkin |
|
The minimum width of the component. |
| MOUSE — Constant Static Property, class feathers.controls.ScrollInteractionMode |
|
The user may only interact with the scroll bars to scroll. |
| mouseWheelScrollDuration — style, class feathers.controls.Scroller |
| The duration, in seconds, of the animation when the mouse wheel initiates a scroll action. |
| |
| move(x:Number, y:Number) — method, class feathers.core.FeathersControl |
|
Sets both the x and the y positions of the control in a single
function call. |
| move(x:Number, y:Number) — method, interface feathers.core.IFeathersControl |
|
Sets both the x and the y positions of the control in a single
function call. |
| Move — class, package feathers.motion |
|
An effect that animates a component's x and y
position. |
| moveEffect — Property, class feathers.core.FeathersControl |
|
An optional effect that is activated when the component is moved to
a new position. |
| multiline — Property, class feathers.controls.text.StageTextTextEditor |
|
Indicates whether the StageText object can display more than one line
of text. |
| multiline — Property, class feathers.controls.text.TextFieldTextEditor |
|
Indicates whether field is a multiline text field. |
| multiline — Property, interface feathers.core.IMultilineTextEditor |
|
Indicates whether the text editor can display more than one line of
text. |
| multiline — Property, class feathers.text.StageTextField |
| |
| MuteToggleButton — class, package feathers.media |
|
A specialized toggle button that controls whether a media player's volume
is muted or not. |
| MuteToggleButton() — Constructor, class feathers.media.MuteToggleButton |
|
Constructor. |
|
| 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 |