| 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 |
| F1 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F1 key (112). |
| F10 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F10 key (121). |
| F11 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F11 key (122). |
| F12 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F12 key (123). |
| F13 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F13 key (124). |
| F14 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F14 key (125). |
| F15 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F15 key (126). |
| F2 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F2 key (113). |
| F3 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F3 key (114). |
| F4 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F4 key (115). |
| F5 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F5 key (116). |
| F6 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F6 key (117). |
| F7 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F7 key (118). |
| F8 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F8 key (119). |
| F9 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F9 key (120). |
| factory — Property in class mx.charts.chartClasses.InstanceCache |
|
A factory that generates the type of object to cache. |
| factory — Property in interface mx.modules.IModuleInfo |
|
The IFlexModuleFactory implementation defined in the module. |
| factory — Property in class mx.styles.CSSStyleDeclaration |
|
This function, if it isn't null,
is usually autogenerated by the MXML compiler. |
| Fade — Class in package mx.effects |
|
The Fade effect animates the alpha property of a component,
either from transparent to opaque, or from opaque to transparent. |
| Fade(target:Object) — Constructor in class mx.effects.Fade |
|
Constructor. |
| FadeInstance — Class in package mx.effects.effectClasses |
|
The FadeInstance class implements the instance class
for the Fade effect. |
| FadeInstance(target:Object) — Constructor in class mx.effects.effectClasses.FadeInstance |
|
Constructor. |
| false — Statement |
| A Boolean value representing false. |
| fatal(message:String, ... rest) — Method in interface mx.logging.ILogger |
|
Logs the specified data using the LogEventLevel.FATAL
level. |
| fatal(message:String, ... rest) — Method in class mx.logging.LogLogger |
|
Logs the specified data using the LogEventLevel.FATAL
level. |
| FATAL — Constant static property in class mx.logging.LogEventLevel |
|
Designates events that are very
harmful and will eventually lead to application failure. |
| fault(info:Object) — Method in class mx.collections.ItemResponder |
|
This method is called by a service when an error has been received. |
| fault(info:Object) — Method in interface mx.rpc.IResponder |
|
This method is called by a service when an error has been received. |
| field — Property in class mx.charts.series.PieSeries |
|
Specifies the field of the data provider that determines
the data for each wedge of the PieChart control. |
| field — Property in class mx.events.ValidationResultEvent |
|
The name of the field that failed validation and triggered the event. |
| fields — Property in class mx.collections.Sort |
|
An Array of SortField objects that specifies the fields to compare. |
| fieldSeparator — Property in class mx.logging.targets.LineFormattedTarget |
|
The separator string to use between fields (the default is " ")
|
| file — Property in class mx.events.FileEvent |
|
The File instance associated with this event. |
| File — Class in package flash.filesystem |
|
A File object represents a path to a file or directory. |
| File(path:String) — Constructor in class flash.filesystem.File |
|
The constructor function for the File class. |
| FileEvent — Class in package mx.events |
|
The FileEvent class represents event objects that are specific to
the FileSystemList, FileSystemDataGrid, FileSystemTree
and FileSystemComboBox controls. |
| FileEvent(type:String, bubbles:Boolean, cancelable:Boolean, file:flash.filesystem:File) — Constructor in class mx.events.FileEvent |
|
Constructor. |
| FileFilter — Final class in package flash.net |
|
The FileFilter class is used to indicate what files on the user's system are shown
in the file-browsing dialog box that is displayed when
FileReference.browse() or FileReferenceList.browse() is called. |
| FileFilter(description:String, extension:String, macType:String) — Constructor in class flash.net.FileFilter |
|
Creates a new FileFilter instance. |
| fileIcon — Style in class mx.controls.FileSystemDataGrid |
|
Specifies the icon that indicates a file. |
| fileIcon — Style in class mx.controls.FileSystemList |
|
Specifies the icon that indicates a file. |
| fileList — Property in class flash.net.FileReferenceList |
|
An array of FileReference objects. |
| FileListEvent — Class in package flash.events |
|
The FileList event is dispatched when a call to the listDirectoryAsync() method of a
File object successfully enumerates a set of files and directories. |
| FileListEvent(type:String, bubbles:Boolean, cancelable:Boolean, files:Array) — Constructor in class flash.events.FileListEvent |
| |
| FileMode — Class in package flash.filesystem |
|
The FileMode class defines string constants used in the fileMode parameter of
the open() and openAsync() methods of the FileStream class. |
| FileReference — Class in package flash.net |
|
In Flash Player, the FileReference class provides a means to upload and
download files between a user's computer and a server. |
| FileReference() — Constructor in class flash.net.FileReference |
|
Creates a new FileReference object. |
| FileReferenceList — Class in package flash.net |
|
The FileReferenceList class provides a means to let users select one or more files for uploading. |
| FileReferenceList() — Constructor in class flash.net.FileReferenceList |
|
Creates a new FileReferenceList object. |
| files — Property in class flash.events.FileListEvent |
|
The set of files and directories at the root level of the directory represented by the
File object that called the listDirectoriesAsync() method. |
| FILES_AND_DIRECTORIES — Constant static property in class mx.controls.FileSystemEnumerationMode |
|
Specifies to show both files and directories, mixed together. |
| FILES_FIRST — Constant static property in class mx.controls.FileSystemEnumerationMode |
|
Specifies to show files first, then directories. |
| FILES_ONLY — Constant static property in class mx.controls.FileSystemEnumerationMode |
|
Specifies to show files but not directories. |
| FileStream — Class in package flash.filesystem |
|
A FileStream object is used to read and write files. |
| FileStream() — Constructor in class flash.filesystem.FileStream |
|
Creates a FileStream object. |
| FileSystemComboBox — Class in package mx.controls |
|
The FileSystemComboBox control defines a combo box control for
navigating up the chain of ancestor directories from a specified
directory in a file system. |
| FileSystemComboBox() — Constructor in class mx.controls.FileSystemComboBox |
|
Constructor. |
| FileSystemDataGrid — Class in package mx.controls |
|
The FileSystemDataGrid control lets you display file information
in a data grid format. |
| FileSystemDataGrid() — Constructor in class mx.controls.FileSystemDataGrid |
|
Constructor. |
| FileSystemEnumerationMode — Final class in package mx.controls |
|
The FileSystemEnumerationMode class defines the constant values
for the enumerationMode property
of the FileSystemList, FileSystemTileList, FileSystemDataGrid,
and FileSystemTree classes. |
| FileSystemHistoryButton — Class in package mx.controls |
|
The FileSystemHistoryButton control defines a single control with
two buttons: a main button on the left and a secondary button on the right. |
| FileSystemHistoryButton() — Constructor in class mx.controls.FileSystemHistoryButton |
|
Constructor. |
| FileSystemList — Class in package mx.controls |
|
The FileSystemList control lets you display the contents of a
file system directory. |
| FileSystemList() — Constructor in class mx.controls.FileSystemList |
|
Constructor. |
| FileSystemSizeDisplayMode — Final class in package mx.controls |
|
The FileSystemSizeDisplayMode class defines the constant values
for the sizeDisplayMode property
of the FileSystemDataGrid class. |
| FileSystemTree — Class in package mx.controls |
|
The FileSystemTree control displays the contents of a
file system directory as a tree. |
| FileSystemTree() — Constructor in class mx.controls.FileSystemTree |
|
Constructor. |
| fill — Style in class mx.charts.LegendItem |
|
Specifies an IFill object that defines the fill for the legend element. |
| fill — Style in class mx.charts.chartClasses.ChartBase |
|
Specifies the fill style used for the chart background. |
| fill — Style in class mx.charts.series.AreaSeries |
|
Sets the fill for this data series. |
| fill — Style in class mx.charts.series.BarSeries |
|
Sets the fill for this data series. |
| fill — Style in class mx.charts.series.BubbleSeries |
|
Sets the fill for this data series. |
| fill — Style in class mx.charts.series.CandlestickSeries |
|
Sets the fill for this data series. |
| fill — Style in class mx.charts.series.ColumnSeries |
|
Sets the fill for this data series. |
| fill — Style in class mx.charts.series.LineSeries |
|
Sets the fill for this data series. |
| fill — Style in class mx.charts.series.PlotSeries |
|
Sets the fill for this data series. |
| fill — Property in class mx.charts.series.items.PieSeriesItem |
|
The fill value associated with this wedge of the PieChart control. |
| fillAlphas — Style in class mx.containers.Accordion |
|
Specifies the alpha transparency values used for the background fill of components. |
| fillAlphas — Style in class mx.containers.ApplicationControlBar |
|
Alpha values used for the background fill of the container. |
| fillAlphas — Style in class mx.containers.TabNavigator |
|
Specifies the alpha transparency values used for the background fill of components. |
| fillAlphas — Style in class mx.controls.Button |
|
Alphas used for the background fill of controls. |
| fillAlphas — Style in class mx.controls.ColorPicker |
|
Alphas used for the background fill of controls. |
| fillAlphas — Style in class mx.controls.ComboBox |
|
Alphas used for the background fill of controls. |
| fillAlphas — Style in class mx.controls.DateChooser |
|
Alphas used for the background fill of controls. |
| fillAlphas — Style in class mx.controls.DateField |
|
Alphas used for the background fill of controls. |
| fillAlphas — Style in class mx.controls.MenuBar |
|
Alphas used for the background fill of controls. |
| fillAlphas — Style in class mx.controls.scrollClasses.ScrollBar |
|
Alphas used for the background fill of controls. |
| fillAlphas — Style in class mx.controls.sliderClasses.Slider |
|
Specifies the alpha transparency values used for the background fill of components. |
| fillColors — Style in class mx.containers.Accordion |
|
Specifies the colors used to tint the background fill of the component. |
| fillColors — Style in class mx.containers.ApplicationControlBar |
|
Colors used to tint the background of the container. |
| fillColors — Style in class mx.containers.TabNavigator |
|
Specifies the colors used to tint the background fill of the component. |
| fillColors — Style in class mx.controls.Button |
|
Colors used to tint the background of the control. |
| fillColors — Style in class mx.controls.ColorPicker |
|
Colors used to tint the background of the control. |
| fillColors — Style in class mx.controls.ComboBox |
|
Colors used to tint the background of the control. |
| fillColors — Style in class mx.controls.DateChooser |
|
Colors used to tint the background of the control. |
| fillColors — Style in class mx.controls.DateField |
|
Colors used to tint the background of the control. |
| fillColors — Style in class mx.controls.MenuBar |
|
Colors used to tint the background of the control. |
| fillColors — Style in class mx.controls.scrollClasses.ScrollBar |
|
Colors used to tint the background of the control. |
| fillColors — Style in class mx.controls.sliderClasses.Slider |
|
Colors used to tint the slider thumb. |
| fillColors — Style in class mx.controls.sliderClasses.Slider |
|
Specifies the colors used to tint the background fill of the component. |
| FILL_PAGE — Constant static property in class mx.printing.FlexPrintJobScaleType |
|
Scales the object to fill at least one page completely;
that is, it selects the larger of the MATCH_WIDTH or MATCH_HEIGHT
scale types. |
| fillRect(rect:flash.geom:Rectangle, color:uint) — Method in class flash.display.BitmapData |
|
Fills a rectangular area of pixels with a specified ARGB color. |
| fills — Style in class mx.charts.series.PieSeries |
|
Specifies an array of fill objects used to render
each wedge of the PieChart control. |
| filter(callback:Function, thisObject) — Method in class Array |
|
Executes a test function on each item in the array and constructs a new array for all items that return true for the specified function. |
| filter — Property in class mx.effects.Effect |
|
Specifies an algorithm for filtering targets for an effect. |
| filterCache(cache:Array, field:String, filteredString:String) — Method in class mx.charts.CategoryAxis |
|
Filters a set of values of arbitrary type
to a set of numbers that can be mapped. |
| filterCache(cache:Array, field:String, filteredString:String) — Method in interface mx.charts.chartClasses.IAxis |
|
Filters a set of values of arbitrary type
to a set of numbers that can be mapped. |
| filterCache(cache:Array, field:String, filteredString:String) — Method in class mx.charts.chartClasses.NumericAxis |
|
Filters a set of values of arbitrary type
to a set of numbers that can be mapped. |
| filterData — Property in class mx.charts.chartClasses.Series |
|
This property is true if the series filters its data
before displaying. |
| filteredCache — Property in class mx.charts.chartClasses.RenderData |
|
The list of ChartItems representing the items
in the series's dataProvider that remain after filtering. |
| filterFunction — Property in interface mx.collections.ICollectionView |
|
A function that the view will use to eliminate items that do not
match the function's criteria. |
| filterFunction — Property in class mx.collections.ListCollectionView |
|
A function that the view will use to eliminate items that do not
match the function's criteria. |
| filterFunction — Property in class mx.controls.FileSystemDataGrid |
|
A callback Function that you can use to perform additional filtering,
after the enumerationMode and extensions
properties have been applied, to determine which files
and subdirectories are displayed and which are hidden. |
| filterFunction — Property in class mx.controls.FileSystemList |
|
A callback Function that you can use to perform additional filtering,
after the enumerationMode and extensions
properties have been applied, to determine which files
and subdirectories are displayed and which are hidden. |
| filterFunction — Property in class mx.controls.FileSystemTree |
|
A callback Function that you can use to perform additional filtering,
after the enumerationMode and extensions
properties have been applied, to determine which files
and subdirectories are displayed and which are hidden. |
| filterFunction — Property in class mx.effects.EffectTargetFilter |
|
A function that defines custom filter logic. |
| filterInstance(propChanges:Array, targ:Object) — Method in class mx.effects.Effect |
|
Determines the logic for filtering out an effect instance. |
| filterProperties — Property in class mx.effects.EffectTargetFilter |
|
An Array of Strings specifying component properties. |
| filters — Property in class flash.display.DisplayObject |
|
An indexed array that contains each filter object currently associated with the display object. |
| filters — Property in class mx.logging.AbstractTarget |
|
In addition to the level setting, filters are used to
provide a psuedo-hierarchical mapping for processing only those events
for a given category. |
| filters — Property in interface mx.logging.ILoggingTarget |
|
In addition to the level setting, filters are used to
provide a psuedo-hierarchical mapping for processing only those events
for a given category. |
| filterStyles — Property in class mx.effects.EffectTargetFilter |
|
An Array of Strings specifying style properties. |
| final — Statement |
| Specifies that a method cannot be overridden or that a class cannot be extended. |
| findAny(values:Object) — Method in interface mx.collections.IViewCursor |
|
Finds an item with the specified properties within the collection
and positions the cursor to that item. |
| findDataPoints(x:Number, y:Number) — Method in class mx.charts.chartClasses.ChartBase |
|
Returns an Array of HitData objects that describe
the nearest data point to the coordinates passed to the method. |
| findDataPoints(x:Number, y:Number, sensitivity2:Number) — Method in class mx.charts.chartClasses.ChartElement |
|
Finds the closest data point represented by the element
under the given coordinates. |
| findDataPoints(x:Number, y:Number, sensitivity2:Number) — Method in interface mx.charts.chartClasses.IChartElement |
|
Returns a HitData object describing the nearest data point
to the coordinates passed to the method. |
| findDataPoints(x:Number, y:Number, sensitivity2:Number) — Method in class mx.charts.series.BubbleSeries |
|
Finds the closest data point represented by the element
under the given coordinates. |
| findDataPoints(x:Number, y:Number, sensitivity:Number) — Method in class mx.charts.series.CandlestickSeries |
| |
| findFirst(values:Object) — Method in interface mx.collections.IViewCursor |
|
Finds the first item with the specified properties within the collection
and positions the cursor to that item. |
| findFocusManagerComponent(o:flash.display:InteractiveObject) — Method in class mx.managers.FocusManager |
|
Returns the IFocusManagerComponent that contains the given object, if any. |
| findFocusManagerComponent(o:flash.display:InteractiveObject) — Method in interface mx.managers.IFocusManager |
|
Returns the IFocusManagerComponent that contains the given object, if any. |
| findItem(items:Array, values:Object, mode:String, returnInsertionIndex:Boolean, compareFunction:Function) — Method in class mx.collections.Sort |
|
Finds the specified object within the specified array (or the insertion
point if asked for), returning the index if found or -1 if not. |
| findItemMatching(file:flash.filesystem:File) — Method in class mx.controls.FileSystemDataGrid |
|
Searches the dataProvider property for an enumerated
File object whose nativePath property is the same
as the specified one. |
| findItemMatching(file:flash.filesystem:File) — Method in class mx.controls.FileSystemList |
|
Searches the dataProvider property for an enumerated
File object whose nativePath property is the same
as the specified one. |
| findItemMatching(file:flash.filesystem:File) — Method in class mx.controls.FileSystemTree |
|
Searches the dataProvider property for an enumerated
File object whose nativePath property is the same
as the specified one. |
| findKey(eventCode:int) — Method in class mx.controls.listClasses.ListBase |
|
Tries to find the next item in the data provider that
starts with the character in the eventCode parameter. |
| findLast(values:Object) — Method in interface mx.collections.IViewCursor |
|
Finds the last item with the specified properties within the collection
and positions the cursor on that item. |
| findString(str:String) — Method in class mx.controls.listClasses.ListBase |
|
Finds an item in the list based on a string
and moves the selection to it. |
| findText(beginIndex:int, textToFind:String, caseSensitive:Boolean) — Method in class flash.text.TextSnapshot |
|
Searches the specified TextSnapshot object and returns the position of the first
occurrence of textToFind found at or after beginIndex. |
| finishEffect() — Method in class mx.effects.EffectInstance |
|
Called by the end() method when the effect
finishes playing. |
| finishKeySelection() — Method in class mx.controls.listClasses.ListBase |
|
Sets selected items based on the caretIndex and
anchorIndex properties. |
| finishPrint(obj:Object, target:mx.core:IFlexDisplayObject) — Method in class mx.core.UIComponent |
|
Called after printing is complete. |
| finishRepeat() — Method in class mx.effects.EffectInstance |
|
Called after each iteration of a repeated effect finishes playing. |
| FIRST — Static property in class mx.collections.CursorBookmark |
|
A bookmark for the first item in an ICollectionView. |
| firstButtonStyleName — Style in class mx.controls.ButtonBar |
|
Name of CSS style declaration that specifies styles for the first button. |
| firstChild — Property in class flash.xml.XMLNode |
|
Evaluates the specified XMLDocument object and references the first child in the parent node's child list. |
| firstDayOfWeek — Property in class mx.controls.DateChooser |
|
Number representing the day of the week to display in the
first column of the DateChooser control. |
| firstDayOfWeek — Property in class mx.controls.DateField |
|
Day of the week (0-6, where 0 is the first element
of the dayNames Array) to display in the first column
of the DateChooser control. |
| FIRST_INDEX_MODE — Constant static property in class mx.collections.Sort |
|
When executing a find return the index for the first matching item. |
| firstTabStyleName — Style in class mx.containers.TabNavigator |
|
Name of CSS style declaration that specifies styles for the first tab. |
| firstTabStyleName — Style in class mx.controls.TabBar |
|
Name of CSS style declaration that specifies the styles to use for the
first tab navigation item. |
| firstVisibleItem — Property in class mx.controls.Tree |
|
The item that is currently displayed in the top row of the tree. |
| firstVisibleRow — Property in interface mx.automation.IAutomationTabularData |
|
The index of the first visible child. |
| flags — Property in class mx.validators.RegExpValidator |
|
The regular expression flags to use when matching. |
| FLASH1 — Constant static property in class flash.display.SWFVersion |
|
SWF file format version 1.0. |
| FLASH2 — Constant static property in class flash.display.SWFVersion |
|
SWF file format version 2.0. |
| FLASH3 — Constant static property in class flash.display.SWFVersion |
|
SWF file format version 3.0. |
| FLASH4 — Constant static property in class flash.display.SWFVersion |
|
SWF file format version 4.0. |
| FLASH5 — Constant static property in class flash.display.SWFVersion |
|
SWF file format version 5.0. |
| FLASH6 — Constant static property in class flash.display.SWFVersion |
|
SWF file format version 6.0. |
| FLASH7 — Constant static property in class flash.display.SWFVersion |
|
SWF file format version 7.0. |
| FLASH8 — Constant static property in class flash.display.SWFVersion |
|
SWF file format version 8.0. |
| FLASH9 — Constant static property in class flash.display.SWFVersion |
|
SWF file format version 9.0. |
| flash.accessibility — Package |
| The flash.accessibility package contains classes for supporting accessibility in Flash content and applications. |
| flash.debugger — Package |
| The flash.debugger allows you to halt the debugger as if you had used the debugger to put a breakpoint at that line of code. |
| flash.display — Package |
| The flash.display package contains the core classes that the Flash Player uses to build visual displays. |
| flash.errors — Package |
| The flash.errors package contains a set of commonly used error classes. |
| flash.events — Package |
| The flash.events package supports the new DOM event model and includes the EventDispatcher base class. |
| flash.external — Package |
| The flash.external package contains the ExternalInterface class which can be used to communicate with the Flash Player's container. |
| flash.filesystem — Package |
| |
| flash.filters — Package |
| The flash.filters package contains classes for bitmap filter effects. |
| flash.geom — Package |
| The flash.geom package contains geometry classes, such as points, rectangles and transformation matrixes, to support the BitmapData class and the bitmap caching feature. |
| flash.html — Package |
| |
| flash.media — Package |
| The flash.media package contains classes for working with multimedia assets such as sound and video. |
| flash.net — Package |
| The flash.net package contains classes for sending and receiving from the network, such as URL downloading and Flash Remoting. |
| flash.printing — Package |
| The flash.printing package contains classes for printing Flash-based content. |
| flash.profiler — Package |
| The flash.profiler package contains functions used for debugging and profiling ActionScript code. |
| flash_proxy — Statement |
| Defines methods of the Proxy class. |
| flash.system — Package |
| The flash.system package contains classes for accessing system-level functionality, such as security, multilanguage content, etc. |
| flash.text — Package |
| The flash.text package contains classes for working with text fields, text formatting, text metrics, style sheets, and layout. |
| flash.ui — Package |
| The flash.ui package contains user interface classes, such as classes for interacting with the mouse and keyboard. |
| flash.utils — Package |
| The flash.utils package contains utility classes, such as data structures like ByteArray. |
| flash.xml — Package |
| The flash.xml package contains Flash Player's legacy XML support, and other Flash Player-specific XML functionality. |
| FlexBitmap — Class in package mx.core |
|
FlexBitmap is a subclass of the Player's Bitmap class. |
| FlexBitmap(bitmapData:flash.display:BitmapData, pixelSnapping:String, smoothing:Boolean) — Constructor in class mx.core.FlexBitmap |
|
Constructor. |
| FlexEvent — Class in package mx.events |
|
The FlexEvent class represents the event object passed to
the event listener for many Flex events. |
| FlexEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor in class mx.events.FlexEvent |
|
Constructor. |
| FlexMouseEvent — Class in package mx.events |
|
The FlexMouseEvent class represents the event object passed to
the event listener for Flex-specific mouse activity. |
| FlexMouseEvent(type:String, bubbles:Boolean, cancelable:Boolean, localX:Number, localY:Number, relatedObject:flash.display:InteractiveObject, ctrlKey:Boolean, altKey:Boolean, shiftKey:Boolean, buttonDown:Boolean, delta:int) — Constructor in class mx.events.FlexMouseEvent |
|
Constructor. |
| FlexMovieClip — Class in package mx.core |
|
FlexMovieClip is a subclass of the Player's MovieClip class. |
| FlexMovieClip() — Constructor in class mx.core.FlexMovieClip |
|
Constructor. |
| FlexPrintJob — Class in package mx.printing |
|
The FlexPrintJob class is a wrapper over the Flash Player's PrintJob API. |
| FlexPrintJob() — Constructor in class mx.printing.FlexPrintJob |
|
Constructor. |
| FlexPrintJobScaleType — Final class in package mx.printing |
|
Values for the scaleType property
of the FlexPrintJob.addObject() method parameter. |
| FlexShape — Class in package mx.core |
|
FlexShape is a subclass of the Player's Shape class. |
| FlexShape() — Constructor in class mx.core.FlexShape |
|
Constructor. |
| FlexSimpleButton — Class in package mx.core |
|
FlexSimpleButton is a subclass of the Player's SimpleButton class. |
| FlexSimpleButton() — Constructor in class mx.core.FlexSimpleButton |
|
Constructor. |
| FlexSprite — Class in package mx.core |
|
FlexSprite is a subclass of the Player's Sprite class
and the superclass of UIComponent. |
| FlexSprite() — Constructor in class mx.core.FlexSprite |
|
Constructor. |
| FlexTextField — Class in package mx.core |
|
FlexTextField is a subclass of the Player's TextField class
and the superclass of UITextField. |
| FlexTextField() — Constructor in class mx.core.FlexTextField |
|
Constructor. |
| floodFill(x:int, y:int, color:uint) — Method in class flash.display.BitmapData |
|
Performs a flood fill operation on an image starting
at an (x, y) coordinate and filling with a certain color. |
| floor(val:Number) — Static method in class Math |
|
Returns the floor of the number or expression specified in the parameter
val. |
| flush(minDiskSpace:int) — Method in class flash.net.SharedObject |
|
Immediately writes a locally persistent shared object to a local file. |
| flush() — Method in class flash.net.Socket |
|
Flushes any accumulated data in the socket's output buffer. |
| flush() — Static method in class mx.logging.Log |
|
This method removes all of the current loggers from the cache. |
| FLUSHED — Constant static property in class flash.net.SharedObjectFlushStatus |
|
Indicates that the flush completed successfully. |
| focalPointRatio — Property in class mx.graphics.RadialGradient |
|
Sets the location of the start of the radial fill. |
| focus — Property in class flash.display.Stage |
|
The interactive object with keyboard focus; or null if focus is not set
or if the focused object belongs to a security sandbox to which the calling object does not
have access. |
| focusAlpha — Style in class mx.containers.Accordion |
|
Specifies the alpha transparency value of the focus skin. |
| focusAlpha — Style in class mx.containers.TabNavigator |
|
Specifies the alpha transparency value of the focus skin. |
| focusAlpha — Style in class mx.controls.Button |
|
Specifies the alpha transparency value of the focus skin. |
| focusAlpha — Style in class mx.controls.ButtonBar |
|
Specifies the alpha transparency value of the focus skin. |
| focusAlpha — Style in class mx.controls.ColorPicker |
|
Specifies the alpha transparency value of the focus skin. |
| focusAlpha — Style in class mx.controls.ComboBox |
|
Specifies the alpha transparency value of the focus skin. |
| focusAlpha — Style in class mx.controls.DateChooser |
|
Specifies the alpha transparency value of the focus skin. |
| focusAlpha — Style in class mx.controls.DateField |
|
Specifies the alpha transparency value of the focus skin. |
| focusAlpha — Style in class mx.controls.MenuBar |
|
Specifies the alpha transparency value of the focus skin. |
| focusAlpha — Style in class mx.controls.NumericStepper |
|
Specifies the alpha transparency value of the focus skin. |
| focusAlpha — Style in class mx.controls.TextArea |
|
Specifies the alpha transparency value of the focus skin. |
| focusAlpha — Style in class mx.controls.TextInput |
|
Specifies the alpha transparency value of the focus skin. |
| focusAlpha — Style in class mx.controls.listClasses.ListBase |
|
Specifies the alpha transparency value of the focus skin. |
| focusBlendMode — Style in class mx.core.UIComponent |
|
Blend mode used by the focus rectangle. |
| focusEnabled — Property in class mx.core.UIComponent |
|
Indicates whether the component can receive focus when clicked on. |
| focusEnabled — Property in interface mx.managers.IFocusManagerComponent |
|
A flag that indicates whether the component can receive focus when selected. |
| FocusEvent — Class in package flash.events |
|
Flash® Player dispatches FocusEvent objects when the user changes the focus from one object in the display list to another. |
| FocusEvent(type:String, bubbles:Boolean, cancelable:Boolean, relatedObject:flash.display:InteractiveObject, shiftKey:Boolean, keyCode:uint) — Constructor in class flash.events.FocusEvent |
|
Creates an Event object with specific information relevant to focus events. |
| focusIn — Event in class flash.display.InteractiveObject |
|
Dispatched after a display object gains focus. |
| focusIn — Event in class flash.display.InteractiveObject |
| |
| focusIn — Event in class flash.display.NativeWindow |
| |
| FOCUS_IN — Constant static property in class flash.events.FocusEvent |
|
Defines the value of the type property of a focusIn event object. |
| focusInEffect — Effect in class mx.core.UIComponent |
|
Played when the component gains keyboard focus. |
| focusInHandler(event:flash.events:FocusEvent) — Method in class mx.core.UIComponent |
|
The event handler called when a UIComponent object gets focus. |
| focusManager — Property in class mx.core.UIComponent |
|
Gets the FocusManager that controls focus for this component
and its peers. |
| focusManager — Property in interface mx.managers.IFocusManagerContainer |
|
The FocusManager for this component. |
| FocusManager — Class in package mx.managers |
|
The FocusManager class manages the focus on components in response to mouse
activity or keyboard activity (Tab key). |
| FocusManager(container:mx.managers:IFocusManagerContainer, popup:Boolean) — Constructor in class mx.managers.FocusManager |
|
Constructor. |
| focusOut — Event in class flash.display.InteractiveObject |
|
Dispatched after a display object loses focus. |
| focusOut — Event in class flash.display.InteractiveObject |
| |
| focusOut — Event in class flash.display.NativeWindow |
| |
| FOCUS_OUT — Constant static property in class flash.events.FocusEvent |
|
Defines the value of the type property of a focusOut event object. |
| focusOutEffect — Effect in class mx.core.UIComponent |
|
Played when the component loses keyboard focus. |
| focusOutHandler(event:flash.events:FocusEvent) — Method in class mx.core.UIComponent |
|
The event handler called when a UIComponent object loses focus. |
| focusPane — Property in interface mx.core.IUIComponent |
|
A single Sprite object that is shared among components
and used as an overlay for drawing focus. |
| focusPane — Property in class mx.core.UIComponent |
|
The focus pane associated with this object. |
| focusPane — Property in class mx.core.UITextField |
|
A single Sprite object that is shared among components
and used as an overlay for drawing focus. |
| focusPane — Property in class mx.managers.FocusManager |
|
A single Sprite that is moved from container to container
as the focus moves to those containers. |
| focusPane — Property in interface mx.managers.IFocusManager |
|
A single Sprite that is moved from container to container
as the focus moves to those containers. |
| focusPane — Property in interface mx.managers.ISystemManager |
|
A single Sprite shared among components used as an overlay for drawing focus. |
| focusPane — Property in class mx.managers.SystemManager |
|
The focus pane associated with this object. |
| focusRect — Property in class flash.display.InteractiveObject |
|
Specifies whether this object displays a focus rectangle. |
| focusRoundedCorners — Style in class mx.containers.Accordion |
|
Specifies which corners of the focus rectangle should be rounded. |
| focusRoundedCorners — Style in class mx.containers.TabNavigator |
|
Specifies which corners of the focus rectangle should be rounded. |
| focusRoundedCorners — Style in class mx.controls.Button |
|
Specifies which corners of the focus rectangle should be rounded. |
| focusRoundedCorners — Style in class mx.controls.ButtonBar |
|
Specifies which corners of the focus rectangle should be rounded. |
| focusRoundedCorners — Style in class mx.controls.ColorPicker |
|
Specifies which corners of the focus rectangle should be rounded. |
| focusRoundedCorners — Style in class mx.controls.ComboBox |
|
Specifies which corners of the focus rectangle should be rounded. |
| focusRoundedCorners — Style in class mx.controls.DateChooser |
|
Specifies which corners of the focus rectangle should be rounded. |
| focusRoundedCorners — Style in class mx.controls.DateField |
|
Specifies which corners of the focus rectangle should be rounded. |
| focusRoundedCorners — Style in class mx.controls.MenuBar |
|
Specifies which corners of the focus rectangle should be rounded. |
| focusRoundedCorners — Style in class mx.controls.NumericStepper |
|
Specifies which corners of the focus rectangle should be rounded. |
| focusRoundedCorners — Style in class mx.controls.TextArea |
|
Specifies which corners of the focus rectangle should be rounded. |
| focusRoundedCorners — Style in class mx.controls.TextInput |
|
Specifies which corners of the focus rectangle should be rounded. |
| focusRoundedCorners — Style in class mx.controls.listClasses.ListBase |
|
Specifies which corners of the focus rectangle should be rounded. |
| focusSkin — Style in class mx.core.UIComponent |
|
Skin used to draw the focus rectangle. |
| focusThickness — Style in class mx.core.UIComponent |
|
Thickness, in pixels, of the focus rectangle outline. |
| folderClosedIcon — Style in class mx.controls.Tree |
|
Specifies the folder closed icon for a branch item of the tree. |
| folderOpenIcon — Style in class mx.controls.Tree |
|
Specifies the folder open icon for a branch item of the tree. |
| followRedirects — Property in class flash.net.URLRequest |
|
Specifies whether redirects are to be followed (true)
or not (false). |
| font — Property in class flash.text.TextFormat |
|
The name of the font for text in this text format, as a string. |
| Font — Class in package flash.text |
|
The Font class is used to manage embedded fonts in SWF files. |
| fontAntiAliasType — Style in class mx.charts.chartClasses.DataTip |
|
Sets the antiAliasType property of internal TextFields. |
| fontAntiAliasType — Style in class mx.containers.FormHeading |
|
Sets the antiAliasType property of internal TextFields. |
| fontAntiAliasType — Style in class mx.controls.Button |
|
Sets the antiAliasType property of internal TextFields. |
| fontAntiAliasType — Style in class mx.controls.ColorPicker |
|
Sets the antiAliasType property of internal TextFields. |
| fontAntiAliasType — Style in class mx.controls.ComboBox |
|
Sets the antiAliasType property of internal TextFields. |
| fontAntiAliasType — Style in class mx.controls.DateChooser |
|
Sets the antiAliasType property of internal TextFields. |
| fontAntiAliasType — Style in class mx.controls.DateField |
|
Sets the antiAliasType property of internal TextFields. |
| fontAntiAliasType — Style in class mx.controls.Label |
|
Sets the antiAliasType property of internal TextFields. |
| fontAntiAliasType — Style in class mx.controls.MenuBar |
|
Sets the antiAliasType property of internal TextFields. |
| fontAntiAliasType — Style in class mx.controls.NumericStepper |
|
Sets the antiAliasType property of internal TextFields. |
| fontAntiAliasType — Style in class mx.controls.ProgressBar |
|
Sets the antiAliasType property of internal TextFields. |
| fontAntiAliasType — Style in class mx.controls.TextInput |
|
Sets the antiAliasType property of internal TextFields. |
| fontAntiAliasType — Style in class mx.controls.ToolTip |
|
Sets the antiAliasType property of internal TextFields. |
| fontAntiAliasType — Style in class mx.controls.dataGridClasses.DataGridColumn |
|
Sets the antiAliasType property of internal TextFields. |
| fontAntiAliasType — Style in class mx.controls.menuClasses.MenuBarItem |
|
Sets the antiAliasType property of internal TextFields. |
| fontAntiAliasType — Style in class mx.core.Container |
|
Sets the antiAliasType property of internal TextFields. |
| fontAntiAliasType — Style in class mx.core.ScrollControlBase |
|
Sets the antiAliasType property of internal TextFields. |
| fontAntiAliasType — Style in class mx.core.UITextField |
|
Sets the antiAliasType property of internal TextFields. |
| fontFamily — Style in class mx.charts.AxisRenderer |
|
Name of the font to use. |
| fontFamily — Style in class mx.charts.chartClasses.ChartBase |
|
Name of the font to use. |
| fontFamily — Style in class mx.charts.chartClasses.DataTip |
|
Name of the font to use. |
| fontFamily — Style in class mx.charts.series.PieSeries |
|
Name of the font to use. |
| fontFamily — Style in class mx.containers.FormHeading |
|
Name of the font to use. |
| fontFamily — Style in class mx.controls.Button |
|
Name of the font to use. |
| fontFamily — Style in class mx.controls.ColorPicker |
|
Name of the font to use. |
| fontFamily — Style in class mx.controls.ComboBox |
|
Name of the font to use. |
| fontFamily — Style in class mx.controls.DateChooser |
|
Name of the font to use. |
| fontFamily — Style in class mx.controls.DateField |
|
Name of the font to use. |
| fontFamily — Style in class mx.controls.Label |
|
Name of the font to use. |
| fontFamily — Style in class mx.controls.MenuBar |
|
Name of the font to use. |
| fontFamily — Style in class mx.controls.NumericStepper |
|
Name of the font to use. |
| fontFamily — Style in class mx.controls.ProgressBar |
|
Name of the font to use. |
| fontFamily — Style in class mx.controls.TextInput |
|
Name of the font to use. |
| fontFamily — Style in class mx.controls.ToolTip |
|
Name of the font to use. |
| fontFamily — Style in class mx.controls.dataGridClasses.DataGridColumn |
|
Name of the font to use. |
| fontFamily — Style in class mx.controls.menuClasses.MenuBarItem |
|
Name of the font to use. |
| fontFamily — Property in class mx.controls.textClasses.TextRange |
|
Name of the font for text in the range. |
| fontFamily — Style in class mx.core.Container |
|
Name of the font to use. |
| fontFamily — Style in class mx.core.ScrollControlBase |
|
Name of the font to use. |
| fontFamily — Style in class mx.core.UITextField |
|
Name of the font to use. |
| fontGridFitType — Style in class mx.charts.chartClasses.DataTip |
|
Sets the gridFitType property of internal TextFields that represent text in Flex controls. |
| fontGridFitType — Style in class mx.containers.FormHeading |
|
Sets the gridFitType property of internal TextFields that represent text in Flex controls. |
| fontGridFitType — Style in class mx.controls.Button |
|
Sets the gridFitType property of internal TextFields that represent text in Flex controls. |
| fontGridFitType — Style in class mx.controls.ColorPicker |
|
Sets the gridFitType property of internal TextFields that represent text in Flex controls. |
| fontGridFitType — Style in class mx.controls.ComboBox |
|
Sets the gridFitType property of internal TextFields that represent text in Flex controls. |
| fontGridFitType — Style in class mx.controls.DateChooser |
|
Sets the gridFitType property of internal TextFields that represent text in Flex controls. |
| fontGridFitType — Style in class mx.controls.DateField |
|
Sets the gridFitType property of internal TextFields that represent text in Flex controls. |
| fontGridFitType — Style in class mx.controls.Label |
|
Sets the gridFitType property of internal TextFields that represent text in Flex controls. |
| fontGridFitType — Style in class mx.controls.MenuBar |
|
Sets the gridFitType property of internal TextFields that represent text in Flex controls. |
| fontGridFitType — Style in class mx.controls.NumericStepper |
|
Sets the gridFitType property of internal TextFields that represent text in Flex controls. |
| fontGridFitType — Style in class mx.controls.ProgressBar |
|
Sets the gridFitType property of internal TextFields that represent text in Flex controls. |
| fontGridFitType — Style in class mx.controls.TextInput |
|
Sets the gridFitType property of internal TextFields that represent text in Flex controls. |
| fontGridFitType — Style in class mx.controls.ToolTip |
|
Sets the gridFitType property of internal TextFields that represent text in Flex controls. |
| fontGridFitType — Style in class mx.controls.dataGridClasses.DataGridColumn |
|
Sets the gridFitType property of internal TextFields that represent text in Flex controls. |
| fontGridFitType — Style in class mx.controls.menuClasses.MenuBarItem |
|
Sets the gridFitType property of internal TextFields that represent text in Flex controls. |
| fontGridFitType — Style in class mx.core.Container |
|
Sets the gridFitType property of internal TextFields that represent text in Flex controls. |
| fontGridFitType — Style in class mx.core.ScrollControlBase |
|
Sets the gridFitType property of internal TextFields that represent text in Flex controls. |
| fontGridFitType — Style in class mx.core.UITextField |
|
Sets the gridFitType property of internal TextFields that represent text in Flex controls. |
| fontName — Property in class flash.text.Font |
|
The name of an embedded font. |
| fontSharpness — Style in class mx.charts.chartClasses.DataTip |
|
Sets the sharpness property of internal TextFields that represent text in Flex controls. |
| fontSharpness — Style in class mx.containers.FormHeading |
|
Sets the sharpness property of internal TextFields that represent text in Flex controls. |
| fontSharpness — Style in class mx.controls.Button |
|
Sets the sharpness property of internal TextFields that represent text in Flex controls. |
| fontSharpness — Style in class mx.controls.ColorPicker |
|
Sets the sharpness property of internal TextFields that represent text in Flex controls. |
| fontSharpness — Style in class mx.controls.ComboBox |
|
Sets the sharpness property of internal TextFields that represent text in Flex controls. |
| fontSharpness — Style in class mx.controls.DateChooser |
|
Sets the sharpness property of internal TextFields that represent text in Flex controls. |
| fontSharpness — Style in class mx.controls.DateField |
|
Sets the sharpness property of internal TextFields that represent text in Flex controls. |
| fontSharpness — Style in class mx.controls.Label |
|
Sets the sharpness property of internal TextFields that represent text in Flex controls. |
| fontSharpness — Style in class mx.controls.MenuBar |
|
Sets the sharpness property of internal TextFields that represent text in Flex controls. |
| fontSharpness — Style in class mx.controls.NumericStepper |
|
Sets the sharpness property of internal TextFields that represent text in Flex controls. |
| fontSharpness — Style in class mx.controls.ProgressBar |
|
Sets the sharpness property of internal TextFields that represent text in Flex controls. |
| fontSharpness — Style in class mx.controls.TextInput |
|
Sets the sharpness property of internal TextFields that represent text in Flex controls. |
| fontSharpness — Style in class mx.controls.ToolTip |
|
Sets the sharpness property of internal TextFields that represent text in Flex controls. |
| fontSharpness — Style in class mx.controls.dataGridClasses.DataGridColumn |
|
Sets the sharpness property of internal TextFields that represent text in Flex controls. |
| fontSharpness — Style in class mx.controls.menuClasses.MenuBarItem |
|
Sets the sharpness property of internal TextFields that represent text in Flex controls. |
| fontSharpness — Style in class mx.core.Container |
|
Sets the sharpness property of internal TextFields that represent text in Flex controls. |
| fontSharpness — Style in class mx.core.ScrollControlBase |
|
Sets the sharpness property of internal TextFields that represent text in Flex controls. |
| fontSharpness — Style in class mx.core.UITextField |
|
Sets the sharpness property of internal TextFields that represent text in Flex controls. |
| fontSize — Property in class flash.text.CSMSettings |
|
The size, in pixels, for which the settings apply. |
| fontSize — Style in class mx.charts.AxisRenderer |
|
Height of the text in pixels. |
| fontSize — Style in class mx.charts.chartClasses.ChartBase |
|
Height of the text in pixels. |
| fontSize — Style in class mx.charts.chartClasses.DataTip |
|
Height of the text, in pixels. |
| fontSize — Style in class mx.charts.series.PieSeries |
|
Height of the text in pixels. |
| fontSize — Style in class mx.containers.FormHeading |
|
Height of the text, in pixels. |
| fontSize — Style in class mx.controls.Button |
|
Height of the text, in pixels. |
| fontSize — Style in class mx.controls.ColorPicker |
|
Height of the text, in pixels. |
| fontSize — Style in class mx.controls.ComboBox |
|
Height of the text, in pixels. |
| fontSize — Style in class mx.controls.DateChooser |
|
Height of the text, in pixels. |
| fontSize — Style in class mx.controls.DateField |
|
Height of the text, in pixels. |
| fontSize — Style in class mx.controls.Label |
|
Height of the text, in pixels. |
| fontSize — Style in class mx.controls.MenuBar |
|
Height of the text, in pixels. |
| fontSize — Style in class mx.controls.NumericStepper |
|
Height of the text, in pixels. |
| fontSize — Style in class mx.controls.ProgressBar |
|
Height of the text, in pixels. |
| fontSize — Style in class mx.controls.TextInput |
|
Height of the text, in pixels. |
| fontSize — Style in class mx.controls.ToolTip |
|
Height of the text, in pixels. |
| fontSize — Style in class mx.controls.dataGridClasses.DataGridColumn |
|
Height of the text, in pixels. |
| fontSize — Style in class mx.controls.menuClasses.MenuBarItem |
|
Height of the text, in pixels. |
| fontSize — Property in class mx.controls.textClasses.TextRange |
|
Point size of the text in the range. |
| fontSize — Style in class mx.core.Container |
|
Height of the text, in pixels. |
| fontSize — Style in class mx.core.ScrollControlBase |
|
Height of the text, in pixels. |
| fontSize — Style in class mx.core.UITextField |
|
Height of the text, in pixels. |
| fontStyle — Property in class flash.text.Font |
|
The style of the font. |
| fontStyle — Style in class mx.charts.AxisRenderer |
|
Determines whether the text uses an italic font face. |
| fontStyle — Style in class mx.charts.chartClasses.ChartBase |
|
Determines whether the text is italic font. |
| fontStyle — Style in class mx.charts.chartClasses.DataTip |
|
Determines whether the text is italic font. |
| fontStyle — Style in class mx.charts.series.PieSeries |
|
Determines whether the text is italic font. |
| fontStyle — Style in class mx.containers.FormHeading |
|
Determines whether the text is italic font. |
| fontStyle — Style in class mx.controls.Button |
|
Determines whether the text is italic font. |
| fontStyle — Style in class mx.controls.ColorPicker |
|
Determines whether the text is italic font. |
| fontStyle — Style in class mx.controls.ComboBox |
|
Determines whether the text is italic font. |
| fontStyle — Style in class mx.controls.DateChooser |
|
Determines whether the text is italic font. |
| fontStyle — Style in class mx.controls.DateField |
|
Determines whether the text is italic font. |
| fontStyle — Style in class mx.controls.Label |
|
Determines whether the text is italic font. |
| fontStyle — Style in class mx.controls.MenuBar |
|
Determines whether the text is italic font. |
| fontStyle — Style in class mx.controls.NumericStepper |
|
Determines whether the text is italic font. |
| fontStyle — Style in class mx.controls.ProgressBar |
|
Determines whether the text is italic font. |
| fontStyle — Style in class mx.controls.TextInput |
|
Determines whether the text is italic font. |
| fontStyle — Style in class mx.controls.ToolTip |
|
Determines whether the text is italic font. |
| fontStyle — Style in class mx.controls.dataGridClasses.DataGridColumn |
|
Determines whether the text is italic font. |
| fontStyle — Style in class mx.controls.menuClasses.MenuBarItem |
|
Determines whether the text is italic font. |
| fontStyle — Property in class mx.controls.textClasses.TextRange |
|
Style of the font in the range, as "italic"
or "normal". |
| fontStyle — Style in class mx.core.Container |
|
Determines whether the text is italic font. |
| fontStyle — Style in class mx.core.ScrollControlBase |
|
Determines whether the text is italic font. |
| fontStyle — Style in class mx.core.UITextField |
|
Determines whether the text is italic font. |
| FontStyle — Final class in package flash.text |
|
The FontStyle class provides values for the TextRenderer class. |
| fontThickness — Style in class mx.charts.chartClasses.DataTip |
|
Sets the thickness property of internal TextFields that represent text in Flex controls. |
| fontThickness — Style in class mx.containers.FormHeading |
|
Sets the thickness property of internal TextFields that represent text in Flex controls. |
| fontThickness — Style in class mx.controls.Button |
|
Sets the thickness property of internal TextFields that represent text in Flex controls. |
| fontThickness — Style in class mx.controls.ColorPicker |
|
Sets the thickness property of internal TextFields that represent text in Flex controls. |
| fontThickness — Style in class mx.controls.ComboBox |
|
Sets the thickness property of internal TextFields that represent text in Flex controls. |
| fontThickness — Style in class mx.controls.DateChooser |
|
Sets the thickness property of internal TextFields that represent text in Flex controls. |
| fontThickness — Style in class mx.controls.DateField |
|
Sets the thickness property of internal TextFields that represent text in Flex controls. |
| fontThickness — Style in class mx.controls.Label |
|
Sets the thickness property of internal TextFields that represent text in Flex controls. |
| fontThickness — Style in class mx.controls.MenuBar |
|
Sets the thickness property of internal TextFields that represent text in Flex controls. |
| fontThickness — Style in class mx.controls.NumericStepper |
|
Sets the thickness property of internal TextFields that represent text in Flex controls. |
| fontThickness — Style in class mx.controls.ProgressBar |
|
Sets the thickness property of internal TextFields that represent text in Flex controls. |
| fontThickness — Style in class mx.controls.TextInput |
|
Sets the thickness property of internal TextFields that represent text in Flex controls. |
| fontThickness — Style in class mx.controls.ToolTip |
|
Sets the thickness property of internal TextFields that represent text in Flex controls. |
| fontThickness — Style in class mx.controls.dataGridClasses.DataGridColumn |
|
Sets the thickness property of internal TextFields that represent text in Flex controls. |
| fontThickness — Style in class mx.controls.menuClasses.MenuBarItem |
|
Sets the thickness property of internal TextFields that represent text in Flex controls. |
| fontThickness — Style in class mx.core.Container |
|
Sets the thickness property of internal TextFields that represent text in Flex controls. |
| fontThickness — Style in class mx.core.ScrollControlBase |
|
Sets the thickness property of internal TextFields that represent text in Flex controls. |
| fontThickness — Style in class mx.core.UITextField |
|
Sets the thickness property of internal TextFields that represent text in Flex controls. |
| fontType — Property in class flash.text.Font |
|
The type of the font. |
| FontType — Final class in package flash.text |
|
The FontType class contains the enumerated constants "embedded"
and "device" for the fontType property of the Font class. |
| fontWeight — Style in class mx.charts.AxisRenderer |
|
Determines whether the text uses a bold face. |
| fontWeight — Style in class mx.charts.LegendItem |
|
Whether the text is bold or not. |
| fontWeight — Style in class mx.charts.chartClasses.ChartBase |
|
Determines whether the text is boldface. |
| fontWeight — Style in class mx.charts.chartClasses.DataTip |
|
Determines whether the text is boldface. |
| fontWeight — Style in class mx.charts.series.PieSeries |
|
Determines whether the text is boldface. |
| fontWeight — Style in class mx.containers.FormHeading |
|
Determines whether the text is boldface. |
| fontWeight — Style in class mx.controls.Button |
|
Determines whether the text is boldface. |
| fontWeight — Style in class mx.controls.ColorPicker |
|
Determines whether the text is boldface. |
| fontWeight — Style in class mx.controls.ComboBox |
|
Determines whether the text is boldface. |
| fontWeight — Style in class mx.controls.DateChooser |
|
Determines whether the text is boldface. |
| fontWeight — Style in class mx.controls.DateField |
|
Determines whether the text is boldface. |
| fontWeight — Style in class mx.controls.Label |
|
Determines whether the text is boldface. |
| fontWeight — Style in class mx.controls.MenuBar |
|
Determines whether the text is boldface. |
| fontWeight — Style in class mx.controls.NumericStepper |
|
Determines whether the text is boldface. |
| fontWeight — Style in class mx.controls.ProgressBar |
|
Determines whether the text is boldface. |
| fontWeight — Style in class mx.controls.TextInput |
|
Determines whether the text is boldface. |
| fontWeight — Style in class mx.controls.ToolTip |
|
Determines whether the text is boldface. |
| fontWeight — Style in class mx.controls.dataGridClasses.DataGridColumn |
|
Determines whether the text is boldface. |
| fontWeight — Style in class mx.controls.menuClasses.MenuBarItem |
|
Determines whether the text is boldface. |
| fontWeight — Property in class mx.controls.textClasses.TextRange |
|
Weight of the font in the range, as "bold"
or "normal". |
| fontWeight — Style in class mx.core.Container |
|
Determines whether the text is boldface. |
| fontWeight — Style in class mx.core.ScrollControlBase |
|
Determines whether the text is boldface. |
| fontWeight — Style in class mx.core.UITextField |
|
Determines whether the text is boldface. |
| footerColors — Style in class mx.containers.Panel |
|
Array of two colors used to draw the footer
(area for the ControlBar container) background. |
| for — Statement |
| Evaluates the init (initialize) expression once and then starts a looping sequence. |
| forceSimple — Property in class flash.accessibility.AccessibilityProperties |
|
If true, causes Flash® Player to exclude child objects within this
display object from the accessible presentation. |
| forDescription — Property in interface mx.automation.IAutomationPropertyDescriptor |
|
Contains true if this property is used for object identification. |
| forEach(callback:Function, thisObject) — Method in class Array |
|
Executes a function on each item in the array. |
| for each..in — Statement |
| Iterates over the items of a collection and executes statement for each item. |
| for..in — Statement |
| Iterates over the dynamic properties of an object or elements in an array and executes statement for each property or element. |
| form — Style in class mx.charts.series.AreaSeries |
|
Specifies the boundary type for the area. |
| form — Style in class mx.charts.series.LineSeries |
|
Specifies the line type for the chart. |
| Form — Class in package mx.containers |
|
The Form container lets you control the layout of a form,
mark form fields as required or optional, handle error messages,
and bind your form data to the Flex data model to perform
data checking and validation. |
| Form() — Constructor in class mx.containers.Form |
|
Constructor. |
| format — Property in class mx.charts.chartClasses.InstanceCache |
|
A TextFormat to apply to any instances created. |
| format(value:Object) — Method in class mx.formatters.CurrencyFormatter |
|
Formats value as currency. |
| format(value:Object) — Method in class mx.formatters.DateFormatter |
|
Generates a date-formatted String from either a date-formatted String or a Date object. |
| format(value:Object) — Method in class mx.formatters.Formatter |
|
Formats a value and returns a String
containing the new, formatted, value. |
| format(value:Object) — Method in class mx.formatters.NumberFormatter |
|
Formats the number as a String. |
| format(value:Object) — Method in class mx.formatters.PhoneFormatter |
|
Formats the String as a phone number. |
| format(value:Object) — Method in class mx.formatters.ZipCodeFormatter |
|
Formats the String by using the specified format. |
| formatDataTip(hd:mx.charts:HitData) — Method in class mx.charts.chartClasses.HLOCSeriesBase |
|
Generates a text description of a ChartItem
suitable for display as a DataTip. |
| formatDataTip(hitData:mx.charts:HitData) — Method in class mx.charts.chartClasses.StackedSeries |
|
Provides custom text for DataTips. |
| formatDataTip(hitData:mx.charts:HitData) — Method in class mx.charts.series.ColumnSet |
|
Provides custom text for DataTips. |
| formatDays(d:Date, previousValue:Date, axis:mx.charts:DateTimeAxis) — Method in class mx.charts.DateTimeAxis |
|
The default formatting function used
when the axis renders with day-based labelUnits. |
| formatDecimal(value:String) — Method in class mx.formatters.NumberBase |
|
Formats a number by replacing the default decimal separator, ".",
with the decimal separator specified by decimalSeparatorTo. |
| formatError — Property in class mx.validators.DateValidator |
|
Error message when the inputFormat property
is not in the correct format. |
| formatForScreen(value:Object) — Method in class mx.charts.CategoryAxis |
|
Formats values for display in DataTips. |
| formatForScreen(value:Object) — Method in interface mx.charts.chartClasses.IAxis |
|
Formats values for display in DataTips. |
| formatForScreen(value:Object) — Method in class mx.charts.chartClasses.NumericAxis |
|
Formats values for display in DataTips. |
| formatMilliseconds(d:Date, previousValue:Date, axis:mx.charts:DateTimeAxis) — Method in class mx.charts.DateTimeAxis |
|
The default formatting function used
when the axis renders with millisecond-based labelUnits. |
| formatMinutes(d:Date, previousValue:Date, axis:mx.charts:DateTimeAxis) — Method in class mx.charts.DateTimeAxis |
|
The default formatting function used
when the axis renders with minute-based labelUnits. |
| formatMonths(d:Date, previousValue:Date, axis:mx.charts:DateTimeAxis) — Method in class mx.charts.DateTimeAxis |
|
The default formatting function used
when the axis renders with month-based labelUnits. |
| formatNegative(value:String, useSign:Boolean) — Method in class mx.formatters.NumberBase |
|
Formats a negative number with either a minus sign (-)
or parentheses (). |
| formatPrecision(value:String, precision:int) — Method in class mx.formatters.NumberBase |
|
Formats a number by setting its decimal precision by using
the decimalSeparatorTo property as the decimal separator. |
| formatRounding(value:String, roundType:String) — Method in class mx.formatters.NumberBase |
|
Formats a number by rounding it. |
| formatRoundingWithPrecision(value:String, roundType:String, precision:int) — Method in class mx.formatters.NumberBase |
|
Formats a number by rounding it and setting the decimal precision. |
| formats — Property in class mx.core.DragSource |
|
Contains the formats of the drag data, as an Array of Strings. |
| formatSeconds(d:Date, previousValue:Date, axis:mx.charts:DateTimeAxis) — Method in class mx.charts.DateTimeAxis |
|
The default formatting function used
when the axis renders with second-based labelUnits. |
| formatString — Property in class mx.controls.DateField |
|
The format of the displayed date in the text field. |
| formatString — Property in class mx.formatters.DateFormatter |
|
The mask pattern. |
| formatString — Property in class mx.formatters.PhoneFormatter |
|
String that contains mask characters
that represent a specified phone number format. |
| formatString — Property in class mx.formatters.ZipCodeFormatter |
|
The mask pattern. |
| Formatter — Class in package mx.formatters |
|
The Formatter class is the base class for all data formatters. |
| Formatter() — Constructor in class mx.formatters.Formatter |
|
Constructor. |
| formatThousands(value:String) — Method in class mx.formatters.NumberBase |
|
Formats a number by using
the thousandsSeparatorTo property as the thousands separator
and the decimalSeparatorTo property as the decimal separator. |
| formatToString(className:String, ... rest) — Method in class flash.events.Event |
|
A utility function for implementing the
toString() method in your custom Event class. |
| formatValue(format:String, source:Object) — Method in class mx.formatters.SwitchSymbolFormatter |
|
Creates a new String by formatting the source String
using the format pattern. |
| formatYears(d:Date, previousValue:Date, axis:mx.charts:DateTimeAxis) — Method in class mx.charts.DateTimeAxis |
|
The default formatting function used
when the axis renders with year-based labelUnits. |
| FormAutomationImpl — Class in package mx.automation.delegates.containers |
|
Defines the methods and properties required to perform instrumentation for the
Form class. |
| FormAutomationImpl(obj:mx.containers:Form) — Constructor in class mx.automation.delegates.containers.FormAutomationImpl |
|
Constructor. |
| FormHeading — Class in package mx.containers |
|
The FormHeading container is used to display a heading
for a group of controls inside a Form container. |
| FormHeading() — Constructor in class mx.containers.FormHeading |
|
Constructor. |
| FormItem — Class in package mx.containers |
|
The FormItem container defines a label and one or more children
arranged horizontally or vertically. |
| FormItem() — Constructor in class mx.containers.FormItem |
|
Constructor. |
| FormItemAutomationImpl — Class in package mx.automation.delegates.containers |
|
Defines the methods and properties required to perform instrumentation for the
FormItem class. |
| FormItemAutomationImpl(obj:mx.containers:FormItem) — Constructor in class mx.automation.delegates.containers.FormItemAutomationImpl |
|
Constructor. |
| FormItemDirection — Final class in package mx.containers |
|
The FormItemDirection class defines the constant values
for the direction property of the FormItem class. |
| FormItemLabel — Class in package mx.controls |
|
The FormItem container uses a FormItemLabel object to display the
label portion of the FormItem container. |
| FormItemLabel() — Constructor in class mx.controls.FormItemLabel |
|
Constructor. |
| forVerification — Property in interface mx.automation.IAutomationPropertyDescriptor |
|
Contains true if this property is used for object state verification. |
| forwardAndBack — Property in class flash.ui.ContextMenuBuiltInItems |
|
Lets the user move forward or backward one frame in a SWF file at run time (does not
appear for a single-frame SWF file). |
| forwardHistory — Property in class mx.controls.FileSystemDataGrid |
|
An Array of File objects representing directories
to which the user can navigate forward. |
| forwardHistory — Property in class mx.controls.FileSystemList |
|
An Array of File objects representing directories
to which the user can navigate forward. |
| fps — Property in class flash.media.Camera |
|
The maximum rate at which you want the camera to capture data, in frames per second. |
| fps — Property in class flash.net.SharedObject |
|
Specifies the number of times per second that a client's changes to a
shared object are sent to the server. |
| frame — Property in class flash.display.FrameLabel |
|
The frame number containing the label. |
| FrameLabel — Final class in package flash.display |
|
The FrameLabel object contains properties that specify a frame number and the
corresponding label name. |
| frameRate — Property in class flash.display.LoaderInfo |
|
The nominal frame rate, in frames per second, of the loaded SWF file. |
| frameRate — Property in class flash.display.Stage |
|
Gets and sets the frame rate of the stage. |
| frameRate — Property in class mx.core.Application |
|
Specifies the frame rate of the application. |
| framesLoaded — Property in class flash.display.MovieClip |
|
The number of frames that are loaded from a streaming SWF file. |
| freeItemRenderers — Property in class mx.controls.listClasses.ListBase |
|
A stack of unused item renderers. |
| freeItemRenderersTable — Property in class mx.controls.dataGridClasses.DataGridBase |
|
A per-column table of unused item renderers. |
| fromCharCode(... rest) — Static method in class String |
|
Returns a string comprising the characters represented by the Unicode character codes
in the parameters. |
| fromState — Property in class mx.states.Transition |
|
A String specifying the view state that your are changing from when
you apply the transition. |
| fromValue — Property in class mx.effects.AnimateProperty |
|
The starting value of the property for the effect. |
| fromValue — Property in class mx.effects.effectClasses.AnimatePropertyInstance |
|
The starting value of the property for the effect. |
| fscommand(command, args) — Package function in flash.system |
|
Lets the SWF file communicate with either Flash Player or the program hosting Flash Player,
such as a web browser. |
| FULL — Constant static property in class flash.filters.BitmapFilterType |
|
Defines the setting that applies a filter to the entire area of an object. |
| fullScreen — Event in class flash.display.Stage |
|
Dispatched by Flash Player when the Stage object enters, or leaves, full-screen mode. |
| fullScreen — Event in class flash.display.Stage |
| |
| FULL_SCREEN — Constant static property in class flash.display.StageDisplayState |
|
Specifies that the Stage is in full-screen mode. |
| FULLSCREEN — Constant static property in class flash.events.Event |
|
Defines the value of the type property of a fullScreen event object. |
| fullYear — Property in class Date |
|
The full year (a four-digit number, such as 2000) of a Date object
according to local time. |
| fullYearUTC — Property in class Date |
|
The four-digit year of a Date object according to universal time (UTC). |
| function — Statement |
| Comprises a set of statements that you define to perform a certain task. |
| Function — Dynamic class in Top Level |
|
A function is the basic unit of code that can be invoked in ActionScript. |
| functionKey — Property in class flash.ui.KeyEquivalent |
|
Indication that the key equivalent is a function key. |
|
| 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 |