Adobe® Flex® 4 Language Reference
Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
 
F Index 
  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  
F — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the F key (70).
F1 — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the F1 key (112).
F10 — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the F10 key (121).
F11 — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the F11 key (122).
F12 — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the F12 key (123).
F13 — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the F13 key (124).
F14 — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the F14 key (125).
F15 — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the F15 key (126).
F2 — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the F2 key (113).
F3 — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the F3 key (114).
F4 — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the F4 key (115).
F5 — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the F5 key (116).
F6 — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the F6 key (117).
F7 — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the F7 key (118).
F8 — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the F8 key (119).
F9 — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the F9 key (120).
factory — Property, class mx.charts.chartClasses.InstanceCache
A factory that generates the type of object to cache.
factory — Property, interface mx.modules.IModuleInfo
The IFlexModuleFactory implementation defined in the module.
factory — Property, class mx.styles.CSSStyleDeclaration
This function, if it isn't null, is usually autogenerated by the MXML compiler.
factoryMap — Property, class mx.controls.listClasses.ListBase
A map of item renderers by factory.
Fade — class, package mx.effects
The Fade effect animates the alpha property of a component, either from transparent to opaque, or from opaque to transparent.
Fade — class, package spark.effects
The Fade effect animates the alpha property of a component.
Fade(target:Object) — Constructor, class mx.effects.Fade
Constructor.
Fade(target:Object) — Constructor, class spark.effects.Fade
Constructor.
fadeInDuration — Property, class mx.effects.DefaultListEffect
The duration, in milliseconds, for fading in renderers for added and removed items.
fadeInDuration — Property, class mx.effects.DefaultTileListEffect
The duration in milliseconds used to fade in renderers for added and removed items.
FadeInstance — class, package mx.effects.effectClasses
The FadeInstance class implements the instance class for the Fade effect.
FadeInstance — class, package spark.effects.supportClasses
The FadeInstance class implements the instance class for the Fade effect.
FadeInstance(target:Object) — Constructor, class mx.effects.effectClasses.FadeInstance
Constructor.
FadeInstance(target:Object) — Constructor, class spark.effects.supportClasses.FadeInstance
Constructor.
fadeOutDuration — Property, class mx.effects.DefaultListEffect
The duration, in milliseconds, used for fading out renderers for added and removed items.
fadeOutDuration — Property, class mx.effects.DefaultTileListEffect
The duration in milliseconds used to fade out renderers for removed and replaced items.
failoverURIs — Property, class mx.messaging.Channel
Provides access to the set of endpoint URIs that this channel can attempt to failover to if the endpoint is clustered.
false — Statement
A Boolean value representing false.
farID — Property, class flash.net.NetConnection
The identifier of the Flash Media Server instance to which this Flash Player or Adobe AIR instance is connected.
farID — Property, class flash.net.NetStream
The identifier of the far end that is connected to this NetStream instance.
farNonce — Property, class flash.net.NetConnection
A value chosen substantially by Flash Media Server, unique to this connection.
farNonce — Property, class flash.net.NetStream
A value chosen substantially by the other end of this stream, unique to this connection.
FAST — Constant Static Property, class flash.display.ShaderPrecision
Represents fast precision mode.
fatal(message:String, ... rest) — method, interface mx.logging.ILogger
Logs the specified data using the LogEventLevel.FATAL level.
fatal(msg:String, ... rest) — method, class mx.logging.LogLogger
Logs the specified data using the LogEventLevel.FATAL level.
FATAL — Constant Static Property, class mx.logging.LogEventLevel
Designates events that are very harmful and will eventually lead to application failure.
fault — Event, class com.adobe.fiber.services.wrapper.AbstractServiceWrapper
Fault events of wrapped services are propagated by the wrapper.
fault — Event, class com.adobe.fiber.services.wrapper.DataServiceWrapper
Fault events of the wrapped data service are propagated by the wrapper.
fault(info:Object) — method, class mx.collections.ItemResponder
This method is called by a service when an error has been received.
fault — Event, class mx.data.DataManager
The DataServiceFaultEvent.FAULT event is dispatched when a service call fails due to an error.
fault — Event, class mx.data.DataService
The DataServiceFaultEvent.FAULT event is dispatched when a service call fails due to an error.
fault — Event, class mx.data.DataStore
The FaultEvent.FAULT event is dispatched when the commit call returns an error.
fault — Event, class mx.data.RPCDataManager
The DataServiceFaultEvent.FAULT event is dispatched when a service call fails due to an error.
fault — Event, class mx.messaging.ChannelSet
The fault event is dispatched when a login or logout call fails.
fault — Event, class mx.messaging.MessageAgent
Dispatched when a message fault occurs.
fault(errMsg:mx.messaging.messages:ErrorMessage, msg:mx.messaging.messages:IMessage) — method, class mx.messaging.MessageAgent
Invoked by a MessageResponder upon receiving a fault for a sent message.
fault — Property, class mx.messaging.errors.MessageSerializationError
Provides specific information about the fault that occurred and for which message.
fault — Event, class mx.rpc.AbstractOperation
Dispatched when an Operation call fails.
fault — Event, class mx.rpc.AbstractService
The fault event is dispatched when a service call fails and isn't handled by the Operation itself.
fault(info:Object) — method, class mx.rpc.AsyncResponder
This method is called by a service when an error has been received.
fault — Event, class mx.rpc.CallResponder
Dispatched when an Operation call fails.
fault(data:Object) — method, class mx.rpc.CallResponder
This method is called by the AsyncToken when it wants to deliver a FaultEvent to the CallResponder.
fault(info:Object) — method, interface mx.rpc.IResponder
This method is called by a service when an error has been received.
fault(info:Object) — method, class mx.rpc.Responder
This method is called by a service when an error has been received.
fault — Property, class mx.rpc.events.FaultEvent
The Fault object that contains the details of what caused this event.
fault — Event, class mx.rpc.http.HTTPMultiService
Dispatched when an HTTPMultiService call fails.
fault — Event, class mx.rpc.http.HTTPService
Dispatched when an HTTPService call fails.
fault — Property, class mx.rpc.livecycle.FaultResponse
The Fault object.
Fault — class, package mx.rpc
The Fault class represents a fault in a remote procedure call (RPC) service invocation.
Fault — class, package mx.rpc.livecycle
The Fault class stores the information contained in a server side fault object.
Fault(faultCode:String, faultString:String, faultDetail:String) — Constructor, class mx.rpc.Fault
Creates a new Fault object.
FAULT — Constant Static Property, class mx.data.events.DataServiceFaultEvent
The FAULT constant defines the value of the type property of the event object for a fault event.
FAULT — Constant Static Property, class mx.data.events.UnresolvedConflictsEvent
The FAULT constant defines the value of the type property of the event object for a fault event.
FAULT — Constant Static Property, class mx.messaging.events.ChannelFaultEvent
The FAULT event type; indicates that the Channel faulted.
FAULT — Constant Static Property, class mx.messaging.events.MessageFaultEvent
The FAULT event type; dispatched for a message fault.
FAULT — Constant Static Property, class mx.rpc.events.FaultEvent
The FAULT event type.
faultactor — Property, class mx.rpc.soap.SOAPFault
A SOAP Fault may provide information about who caused the fault through a faultactor property.
faultcode — Property, class mx.rpc.soap.SOAPFault
The faultcode property is similar to faultCode but exists to both match the case of the faultcode element in a SOAP Fault and to provide the fully qualified name of the code.
faultCode — Property, class mx.messaging.events.ChannelFaultEvent
Provides access to the destination-specific failure code.
faultCode — Property, class mx.messaging.events.MessageFaultEvent
Provides access to the destination specific failure code.
faultCode — Property, class mx.messaging.messages.ErrorMessage
The fault code for the error.
faultCode — Property, class mx.rpc.Fault
A simple code describing the fault.
faultDetail — Property, class mx.messaging.events.ChannelFaultEvent
Provides destination-specific details of the failure.
faultDetail — Property, class mx.messaging.events.MessageFaultEvent
Provides destination specific details of the failure.
faultDetail — Property, class mx.messaging.messages.ErrorMessage
Detailed description of what caused the error.
faultDetail — Property, class mx.rpc.Fault
Any extra details of the fault.
FaultEvent — class, package mx.rpc.events
This event is dispatched when an RPC call has a fault.
FaultEvent(type:String, bubbles:Boolean, cancelable:Boolean, fault:mx.rpc:Fault, token:mx.rpc:AsyncToken, message:mx.messaging.messages:IMessage) — Constructor, class mx.rpc.events.FaultEvent
Creates a new FaultEvent.
FaultResponse — class, package mx.rpc.livecycle
The FaultResponse class defines the ActionScript representation of a LiveCycle FaultResponse object.
faultstring — Property, class mx.rpc.soap.SOAPFault
The faultstring property is the same as faultString but exists to match the case of the faultstring element in a SOAP envelope Fault.
faultString — Property, class mx.messaging.events.ChannelFaultEvent
Provides access to the destination-specific reason for the failure.
faultString — Property, class mx.messaging.events.MessageFaultEvent
Provides access to the destination specific reason for the failure.
faultString — Property, class mx.messaging.messages.ErrorMessage
A simple description of the error.
faultString — Property, class mx.rpc.Fault
Text description of the fault.
FiberUtils — class, package com.adobe.fiber.util
The FiberUtils class is a utility class used by code generated by Adobe application modeling technology.
FiberUtils() — Constructor, class com.adobe.fiber.util.FiberUtils
Constructor.
field — Property, 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, class mx.events.ValidationResultEvent
The name of the field that failed validation and triggered the event.
fieldOfView — Property, class flash.geom.PerspectiveProjection
Specifies an angle, as a degree between 0 and 180, for the field of view in three dimensions.
fieldOfView — Property, class spark.effects.AnimateTransform3D
Specifies an angle, in degrees between 0 and 180, for the field of view in three dimensions.
fields — Property, class mx.collections.Grouping
An Array of GroupingField objects that specifies the fields used to group the data.
fields — Property, class mx.collections.Sort
An Array of SortField objects that specifies the fields to compare.
fields — Property, class mx.collections.SummaryRow
Array of SummaryField/SummaryField2 instances that define the characteristics of the data fields used to create the summary.
fieldSeparator — Property, class mx.logging.targets.LineFormattedTarget
The separator string to use between fields (the default is " ")
file — Constant Property, class flash.sampler.StackFrame
The file name of the SWF file being debugged.
file — Property, class mx.events.FileEvent
The File instance associated with this event.
File — class, package flash.filesystem
A File object represents a path to a file or directory.
File(path:String) — Constructor, class flash.filesystem.File
The constructor function for the File class.
fileChoose — Event, class mx.controls.FileSystemDataGrid
Dispatched when the user chooses a file by double-clicking it or by selecting it and pressing Enter.
fileChoose — Event, class mx.controls.FileSystemList
Dispatched when the user chooses a file by double-clicking it or by selecting it and pressing Enter.
fileChoose — Event, class mx.controls.FileSystemTree
Dispatched when the user chooses a file by double-clicking it or by selecting it and pressing Enter.
FILE_CHOOSE — Constant Static Property, class mx.events.FileEvent
The FileEvent.FILE_CHOOSE constant defines the value of the type property of the event object for a fileChoose event.
FileEvent — class, 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, class mx.events.FileEvent
Constructor.
FileFilter — final class, 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 the FileReference.browse() method, the FileReferenceList.browse() method is called or a browse method of a File, FileReference, or FileReferenceList object is called.
FileFilter(description:String, extension:String, macType:String) — Constructor, class flash.net.FileFilter
Creates a new FileFilter instance.
fileIcon — Style, class mx.controls.FileSystemDataGrid
Specifies the icon that indicates a file.
fileIcon — Style, class mx.controls.FileSystemList
Specifies the icon that indicates a file.
fileList — Property, class flash.net.FileReferenceList
An array of FileReference objects.
FileListEvent — class, package flash.events
A File object dispatches a FileListEvent object when a call to the getDirectoryListingAsync() method of a File object successfully enumerates a set of files and directories or when a user selects files after a call to the browseForOpenMultiple() method.
FileListEvent(type:String, bubbles:Boolean, cancelable:Boolean, files:Array) — Constructor, class flash.events.FileListEvent
The constructor function for a FileListEvent object.
FILE_LIST_FORMAT — Constant Static Property, class flash.desktop.ClipboardFormats
An array of files (AIR only).
FileMode — class, package flash.filesystem
The FileMode class defines string constants used in the fileMode parameter of the open() and openAsync() methods of the FileStream class.
fileRef — Property, class mx.rpc.livecycle.DocumentReference
Populated when the reference type is FILE.
FileReference — class, package flash.net
The FileReference class provides a means to upload and download files between a user's computer and a server.
FileReference() — Constructor, class flash.net.FileReference
Creates a new FileReference object.
FileReferenceList — class, package flash.net
The FileReferenceList class provides a means to let users select one or more files for uploading.
FileReferenceList() — Constructor, class flash.net.FileReferenceList
Creates a new FileReferenceList object.
files — Property, class flash.events.FileListEvent
An array of File objects representing the files and directories found or selected.
FILES_AND_DIRECTORIES — Constant Static Property, class mx.controls.FileSystemEnumerationMode
Specifies to show both files and directories, mixed together.
FILES_FIRST — Constant Static Property, class mx.controls.FileSystemEnumerationMode
Specifies to show files first, then directories.
FILES_ONLY — Constant Static Property, class mx.controls.FileSystemEnumerationMode
Specifies to show files but not directories.
FileStream — class, package flash.filesystem
A FileStream object is used to read and write files.
FileStream() — Constructor, class flash.filesystem.FileStream
Creates a FileStream object.
FileSystemComboBox — class, 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, class mx.controls.FileSystemComboBox
Constructor.
FileSystemDataGrid — class, package mx.controls
The FileSystemDataGrid control lets you display the contents of a single file system directory in a data grid format.
FileSystemDataGrid() — Constructor, class mx.controls.FileSystemDataGrid
Constructor.
FileSystemEnumerationMode — final class, package mx.controls
The FileSystemEnumerationMode class defines the constant values for the enumerationMode property of the FileSystemList, FileSystemDataGrid, and FileSystemTree classes.
FileSystemHistoryButton — class, 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, class mx.controls.FileSystemHistoryButton
Constructor.
FileSystemList — class, package mx.controls
The FileSystemList control lets you display the contents of a single file system directory, in a list format.
FileSystemList() — Constructor, class mx.controls.FileSystemList
Constructor.
FileSystemSizeDisplayMode — final class, package mx.controls
The FileSystemSizeDisplayMode class defines the constant values for the sizeDisplayMode property of the FileSystemDataGrid class.
FileSystemTree — class, package mx.controls
The FileSystemTree control displays the contents of a file system directory as a tree.
FileSystemTree() — Constructor, class mx.controls.FileSystemTree
Constructor.
fileUpdateError — Event, class air.update.ApplicationUpdater
Dispatched when an error occurs validating the file passed as the airFile parameter in a call to the installFromAIRFile() method.
fileUpdateError — Event, class air.update.ApplicationUpdaterUI
Dispatched when an error occurs validating the file passed as the airFile parameter in a call to the installFromAIRFile() method.
FILE_UPDATE_ERROR — Constant Static Property, class air.update.events.StatusFileUpdateErrorEvent
The StatusUpdateErrorEvent.UPDATE_ERROR constant defines the value of the type property of the event object for a statusUpdateError event.
fileUpdateStatus — Event, class air.update.ApplicationUpdater
Dispatched after the updater successfully validates the file in the call to the installFromAIRFile() method.
fileUpdateStatus — Event, class air.update.ApplicationUpdaterUI
Dispatched after the updater successfully validates the file in the call to the installFromAIRFile() method.
FILE_UPDATE_STATUS — Constant Static Property, class air.update.events.StatusFileUpdateEvent
The StatusUpdateEvent.UPDATE_STATUS constant defines the value of the type property of the event object for a updateStatus event.
fill — Style, class mx.charts.chartClasses.ChartBase
Specifies the fill style used for the chart background.
fill — Style, class mx.charts.series.ColumnSeries
Sets the fill for this data series.
fill — Style, class mx.charts.series.PlotSeries
Sets the fill for this data series.
fill — Style, class mx.charts.series.BarSeries
Sets the fill for this data series.
fill — Style, class mx.charts.series.LineSeries
Sets the fill for this data series.
fill — Style, class mx.charts.series.BubbleSeries
Sets the fill for this data series.
fill — Style, class mx.charts.series.AreaSeries
Sets the fill for this data series.
fill — Style, class mx.charts.series.CandlestickSeries
Sets the fill for this data series.
fill — Style, class mx.charts.LegendItem
Specifies an IFill object that defines the fill for the legend element.
fill — Property, class flash.display.GraphicsStroke
Specifies the instance containing data for filling a stroke.
fill — Property, class mx.charts.series.items.AreaSeriesItem
Holds the fill color of the item.
fill — Property, class mx.charts.series.items.BarSeriesItem
Holds the fill color of the item.
fill — Property, class mx.charts.series.items.BubbleSeriesItem
Holds the fill color of the item.
fill — Property, class mx.charts.series.items.ColumnSeriesItem
Holds the fill color of the item.
fill — Property, class mx.charts.series.items.HLOCSeriesItem
Holds fill color of the item.
fill — Property, class mx.charts.series.items.LineSeriesItem
Holds the fill color of the item.
fill — Property, class mx.charts.series.items.PieSeriesItem
The fill value associated with this wedge of the PieChart control.
fill — Property, class mx.charts.series.items.PlotSeriesItem
Holds the fill color of the item.
fill(value:mx.collections:ListCollectionView, ... rest) — method, class mx.data.DataManager
Fills the specified ListCollectionView based on the associated fill method of the destination.
fill — Property, class spark.primitives.supportClasses.FilledElement
The object that defines the properties of the fill.
FILL — Constant Static Property, class mx.data.CacheDataDescriptor
Option for use with the getCacheDescriptors() method to indicate the type of descriptors to return.
fillAlphas — Style, class mx.containers.ApplicationControlBar
Alpha values used for the background fill of the container.
fillAlphas — Style, class mx.controls.scrollClasses.ScrollBar
Alphas used for the background fill of controls.
fillAlphas — Style, class mx.controls.sliderClasses.Slider
Specifies the alpha transparency values used for the background fill of components.
fillAlphas — Style, class mx.controls.Button
Alphas used for the background fill of controls.
fillAlphas — Style, class mx.controls.MenuBar
Alphas used for the background fill of controls.
fillAlphas — Style, class mx.controls.ComboBox
Alphas used for the background fill of controls.
fillColors — Style, class mx.containers.ApplicationControlBar
Colors used to tint the background of the container.
fillColors — Style, class mx.controls.scrollClasses.ScrollBar
Colors used to tint the background of the control.
fillColors — Style, class mx.controls.sliderClasses.Slider
Specifies the colors used to tint the background fill of the component.
fillColors — Style, class mx.controls.Button
Colors used to tint the background of the control.
fillColors — Style, class mx.controls.MenuBar
Colors used to tint the background of the control.
fillColors — Style, class mx.controls.ComboBox
Colors used to tint the background of the control.
FilledElement — class, package spark.primitives.supportClasses
The FilledElement class is the base class for graphics elements that contain a stroke and a fill.
FilledElement() — Constructor, class spark.primitives.supportClasses.FilledElement
Constructor.
fillFromStyle(v:Object) — Static Method , class mx.charts.chartClasses.GraphicsUtilities
Converts a style value into a Fill object.
fillFunction — Property, class mx.charts.series.AreaSeries
Specifies a method that returns the fill for the current chart item in the series.
fillFunction — Property, class mx.charts.series.BarSeries
Specifies a method that returns the fill for the current chart item in the series.
fillFunction — Property, class mx.charts.series.BubbleSeries
Specifies a method that returns the fill for the current chart item in the series.
fillFunction — Property, class mx.charts.series.CandlestickSeries
Specifies a method that returns the fill for the current chart item in the series.
fillFunction — Property, class mx.charts.series.ColumnSeries
Specifies a method that returns the fill for the current chart item in the series.
fillFunction — Property, class mx.charts.series.LineSeries
Specifies a method that returns the fill for the current chart item in the series.
fillFunction — Property, class mx.charts.series.PieSeries
Specifies a method that returns the fill for the current chart item in the series.
fillFunction — Property, class mx.charts.series.PlotSeries
Specifies a method that returns the fill for the current chart item in the series.
fillInASTypesFromMethods(dtForClass:XML, methodName:String, argDescriptors:Array) — Static Method , class mx.automation.AutomationClass
Fills in the AS types for the provided propertyDescriptors based on the information provided in the describeType XML.
fillInASTypesFromProperties(dtForClass:XML, propertyDescriptors:Array) — Static Method , class mx.automation.AutomationClass
Fills in the AS types for the provided propertyDescriptors based on the information provided in the describeType XML.
fillMode — Property, class mx.graphics.BitmapFill
Determines how the bitmap fills in the dimensions.
fillMode — Property, class spark.primitives.BitmapImage
The fillMode determines how the bitmap fills in the dimensions.
FILL_OPERATION — Constant Static Property, class mx.data.messages.DataMessage
This operation requests that the remote destination create a sequence using the remote destination's adapter.
FILL_PAGE — Constant Static Property, 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, class flash.display.BitmapData
Fills a rectangular area of pixels with a specified ARGB color.
fillRect(g:flash.display:Graphics, left:Number, top:Number, right:Number, bottom:Number, fill:Object, ls:Object) — Static Method , class mx.charts.chartClasses.GraphicsUtilities
Fill a rectangle using the provided IFill and IStroke objects.
fills — Style, class mx.charts.series.ColumnSeries
Specifies an Array of fill objects that define the fill for each item in the series.
fills — Style, class mx.charts.series.PlotSeries
Specifies an Array of fill objects that define the fill for each item in the series.
fills — Style, class mx.charts.series.PieSeries
Specifies an array of fill objects used to render each wedge of the PieChart control.
fills — Style, class mx.charts.series.BarSeries
Specifies an Array of fill objects that define the fill for each item in the series.
fills — Style, class mx.charts.series.LineSeries
Specifies an Array of fill objects that define the fill for each item in the series.
fills — Style, class mx.charts.series.BubbleSeries
Specifies an Array of fill objects that define the fill for each item in the series.
fills — Style, class mx.charts.series.AreaSeries
Specifies an Array of fill objects that define the fill for each item in the series.
fills — Style, class mx.charts.series.CandlestickSeries
Specifies an Array of fill objects that define the fill for each item in the series.
fillSubset(value:mx.collections:ListCollectionView, ps:mx.data:PropertySpecifier, ... rest) — method, class mx.data.DataManager
Fills the specified ListCollectionView based on the associated fill method of the destination.
filter(callback:Function, thisObject:any) — method, 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(callback:Function, thisObject:Object) — method, class Vector
Executes a test function on each item in the Vector and returns a new Vector containing all items that return true for the specified function.
filter — Property, class mx.effects.Effect
Specifies an algorithm for filtering targets for an effect.
filter — Property, interface mx.effects.IEffect
Specifies an algorithm for filtering targets for an effect.
filterCache(cache:Array, field:String, filteredField:String) — method, 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, filteredField:String) — method, class mx.charts.DateTimeAxis
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, 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, filteredField:String) — method, class mx.charts.chartClasses.NumericAxis
Filters a set of values of arbitrary type to a set of numbers that can be mapped.
filterData — Property, class mx.charts.chartClasses.Series
If filterFuction or filterDataValues is set, filterData is ignored.
filterDataValues — Property, class mx.charts.chartClasses.Series
If filterFuction is set, filterDataValues and filterData are ignored.
filteredCache — Property, class mx.charts.chartClasses.RenderData
The list of ChartItems representing the items in the series's dataProvider that remain after filtering.
filterFunction — Property, class mx.charts.chartClasses.Series
Specifies a method that returns the array of chart items in the series that are to be displayed.
filterFunction — Property, interface mx.collections.ICollectionView
A function that the view will use to eliminate items that do not match the function's criteria.
filterFunction — Property, class mx.collections.ListCollectionView
A function that the view will use to eliminate items that do not match the function's criteria.
filterFunction — Property, 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, 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, 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, class mx.effects.EffectTargetFilter
A function that defines custom filter logic.
filterInstance(propChanges:Array, target:Object) — method, class mx.effects.Effect
Determines the logic for filtering out an effect instance.
filterInstance(propChanges:Array, semanticsProvider:mx.effects:IEffectTargetHost, target:Object) — method, class mx.effects.EffectTargetFilter
Determines whether a target should be filtered, returning true if it should be included in an effect.
filterMap — Property, class mx.styles.StyleProxy
A set of string pairs.
filterProperties — Property, class mx.effects.EffectTargetFilter
An Array of Strings specifying component properties.
filters — Property, class flash.display.DisplayObject
An indexed array that contains each filter object currently associated with the display object.
filters — Property, class mx.containers.utilityClasses.PostScaleAdapter
filters — Property, interface mx.core.IFlexDisplayObject
An indexed array that contains each filter object currently associated with the display object.
filters — Property, 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, 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.
filters — Property, class spark.primitives.supportClasses.GraphicElement
An indexed array that contains each filter object currently associated with the graphic element.
filterStyles — Property, 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.
find(sub:String, str:String) — Static Method , class com.adobe.fiber.runtime.lib.StringFunc
Returns the index of the substring within the string.
findAny(values:Object) — method, class mx.collections.HierarchicalCollectionViewCursor
Finds an item with the specified properties within the collection and positions the cursor to that item.
findAny(values:Object) — method, interface mx.collections.IViewCursor
Finds an item with the specified properties within the collection and positions the cursor to that item.
findAttribute(name:String) — method, interface mx.olap.IOLAPDimension
Returns the attribute with the given name within the dimension.
findAttribute(name:String) — method, class mx.olap.OLAPDimension
Returns the attribute with the given name within the dimension.
findChildIndexAtPosition(relativePosition:int) — method, class flashx.textLayout.elements.FlowGroupElement
Given a relative text position, find the index of the first child FlowElement that contains the relative position.
findChildMember(name:String) — method, interface mx.olap.IOLAPMember
Returns a child of this member with the given name.
findChildMember(name:String) — method, class mx.olap.OLAPMember
Returns a child of this member with the given name.
findCommonHierarchy(t1:mx.olap:OLAPTuple, t2:mx.olap:OLAPTuple) — method, class mx.olap.OLAPSet
Returns the common IOLAPHierarchy instance for two tuples, or null if the tuples do not share a hierarchy.
findControllerIndexAtPosition(absolutePosition:int, preferPrevious:Boolean) — method, interface flashx.textLayout.compose.IFlowComposer
Returns the index of the controller containing the content at the specified position.
findControllerIndexAtPosition(absolutePosition:int, preferPrevious:Boolean) — method, class flashx.textLayout.compose.StandardFlowComposer
Returns the index of the controller containing the content at the specified position.
findDataPoints(x:Number, y:Number) — method, 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, 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, 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, sensitivity:Number) — method, 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, class mx.charts.series.CandlestickSeries
findDimension(name:String) — method, interface mx.olap.IOLAPCube
Returns the dimension with the given name within the OLAP cube.
findDimension(name:String) — method, class mx.olap.OLAPCube
Returns the dimension with the given name within the OLAP cube.
findFirst(values:Object) — method, class mx.collections.HierarchicalCollectionViewCursor
Finds the first item with the specified properties within the collection and positions the cursor to that item.
findFirst(values:Object) — method, interface mx.collections.IViewCursor
Finds the first item with the specified properties within the collection and positions the cursor to that item.
findFocusCandidates(obj:flash.display:DisplayObjectContainer) — method, class mx.flash.UIMovieClip
Recursively finds all children that have tabEnabled=true and adds them to the focusableObjects array.
findFocusManagerComponent(o:flash.display:InteractiveObject) — method, class mx.managers.FocusManager
Returns the IFocusManagerComponent that contains the given object, if any.
findFocusManagerComponent(o:flash.display:InteractiveObject) — method, interface mx.managers.IFocusManager
Returns the IFocusManagerComponent that contains the given object, if any.
findHierarchy(name:String) — method, interface mx.olap.IOLAPDimension
Returns the hierarchy with the given name within the dimension.
findHierarchy(name:String) — method, class mx.olap.OLAPDimension
Returns the hierarchy with the given name within the dimension.
findIndex(nativePath:String) — method, class mx.controls.FileSystemDataGrid
Returns the index of the File item with the specified native file system path.
findIndex(nativePath:String) — method, class mx.controls.FileSystemList
Returns the index of the File item with the specified native file system path.
findIndex(nativePath:String) — method, class mx.controls.FileSystemTree
Returns the index of the File item with the specified native file system path.
findItem(items:Array, values:Object, mode:String, returnInsertionIndex:Boolean, compareFunction:Function) — method, 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.
findItem(nativePath:String) — method, class mx.controls.FileSystemDataGrid
Searches the File instances currently displayed in this control and returns the one with the specified nativePathproperty.
findItem(nativePath:String) — method, class mx.controls.FileSystemList
Searches the File instances currently displayed in this control and returns the one with the specified nativePathproperty.
findItem(nativePath:String) — method, class mx.controls.FileSystemTree
Searches the File instances currently displayed in this control and returns the one with the specified nativePathproperty.
findItem(queryName:String, propertySpecifier:mx.data:PropertySpecifier, ... rest) — method, class mx.data.DataManager
Executes a query which returns a single item.
FIND_ITEM_OPERATION — Constant Static Property, class mx.data.messages.DataMessage
Like the FILL_OPERATION but ensures only a single item is returned in the response array.
findKey(eventCode:int) — method, class mx.controls.listClasses.AdvancedListBase
Tries to find the next item in the data provider that starts with the character in the eventCode parameter.
findKey(eventCode:int) — method, 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(sub:String, str:String) — Static Method , class com.adobe.fiber.runtime.lib.StringFunc
Returns the index within this string of the rightmost occurrence of the specified substring.
findLast(values:Object) — method, class mx.collections.HierarchicalCollectionViewCursor
Finds the last item with the specified properties within the collection and positions the cursor on that item.
findLast(values:Object) — method, interface mx.collections.IViewCursor
Finds the last item with the specified properties within the collection and positions the cursor on that item.
findLastNoCase(sub:String, str:String) — Static Method , class com.adobe.fiber.runtime.lib.StringFunc
Returns the index within this string of the rightmost occurrence of the specified substring, ignoring case.
findLeaf(relativePosition:int) — method, class flashx.textLayout.elements.FlowGroupElement
Given a relative text position, find the leaf element that contains the position.
findLevel(name:String) — method, interface mx.olap.IOLAPHierarchy
Returns the level with the given name within the hierarchy.
findLevel(name:String) — method, class mx.olap.OLAPHierarchy
Returns the level with the given name within the hierarchy.
findLineAtPosition(absolutePosition:int, preferPrevious:Boolean) — method, class flashx.textLayout.compose.FlowComposerBase
Returns the TextFlowLine object containing the content at the specified position.
findLineAtPosition(absolutePosition:int, preferPrevious:Boolean) — method, interface flashx.textLayout.compose.IFlowComposer
Returns the TextFlowLine object containing the content at the specified position.
findLineIndexAtPosition(absolutePosition:int, preferPrevious:Boolean) — method, class flashx.textLayout.compose.FlowComposerBase
Returns the sequential line number of the TextFlowLine object that contains the content at the specified position.
findLineIndexAtPosition(absolutePosition:int, preferPrevious:Boolean) — method, interface flashx.textLayout.compose.IFlowComposer
Returns the sequential line number of the TextFlowLine object that contains the content at the specified position.
findMember(name:String) — method, interface mx.olap.IOLAPDimension
Returns the member with the given name within the dimension.
findMember(name:String) — method, interface mx.olap.IOLAPHierarchy
Returns the member with the given name within the hierarchy.
findMember(name:String) — method, interface mx.olap.IOLAPLevel
Returns the members with the given name within the hierarchy.
findMember(name:String) — method, class mx.olap.OLAPDimension
Returns the member with the given name within the dimension.
findMember(name:String) — method, class mx.olap.OLAPHierarchy
Returns the member with the given name within the hierarchy.
findMember(name:String) — method, class mx.olap.OLAPLevel
Returns the members with the given name within the hierarchy.
findNextAtomBoundary(afterCharIndex:int) — method, class flash.text.engine.TextBlock
Finds the index of the next Atom boundary from the specified character index, not including the character at the specified index.
findNextAtomBoundary(relativePosition:int) — method, class flashx.textLayout.elements.ParagraphElement
Scans ahead from the supplied position to find the location in the text of the next atom and returns the index.
findNextWordBoundary(afterCharIndex:int) — method, class flash.text.engine.TextBlock
Finds the index of the next word boundary from the specified character index, not including the character at the specified index.
findNextWordBoundary(relativePosition:int) — method, class flashx.textLayout.elements.ParagraphElement
Returns the index of the next word boundary in the text.
findNoCase(sub:String, str:String) — Static Method , class com.adobe.fiber.runtime.lib.StringFunc
Returns the index of the substring within the string, ignoring case.
findOneOf(cset:String, str:String) — Static Method , class com.adobe.fiber.runtime.lib.StringFunc
Finds the first occurrence of any one of a set of characters in a string.
findPreviousAtomBoundary(beforeCharIndex:int) — method, class flash.text.engine.TextBlock
Finds the index of the previous atom boundary to the specified character index, not including the character at the specified index.
findPreviousAtomBoundary(relativePosition:int) — method, class flashx.textLayout.elements.ParagraphElement
Scans backward from the supplied position to find the location in the text of the previous atom and returns the index.
findPreviousWordBoundary(beforeCharIndex:int) — method, class flash.text.engine.TextBlock
Finds the index of the previous word boundary to the specified character index, not including the character at the specified index.
findPreviousWordBoundary(relativePosition:int) — method, class flashx.textLayout.elements.ParagraphElement
Returns the index of the previous word boundary in the text.
findResourceBundleWithResource(bundleName:String, resourceName:String) — method, interface mx.resources.IResourceManager
Searches the locales in the localeChain for the specified resource and returns the first resource bundle in which it is found.
findSkinParts() — method, class spark.components.supportClasses.SkinnableComponent
Find the skin parts in the skin class and assign them to the properties of the component.
findSortField(name:String) — method, class mx.controls.AdvancedDataGridBaseEx
Returns the column index corresponding to the field name of a sortable field.
findString(str:String) — method, class mx.controls.listClasses.AdvancedListBase
Finds an item in the list based on a string and moves the selection to it.
findString(str:String) — method, 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, class flash.text.TextSnapshot
Searches the specified TextSnapshot object and returns the position of the first occurrence of textToFind found at or after beginIndex.
finishDataChangeEffect(event:mx.events:EffectEvent) — method, class mx.controls.listClasses.AdvancedListBase
Cleans up after a data change effect has finished running by restoring the original collection and iterator and removing any cached values used by the effect.
finishDataChangeEffect(event:mx.events:EffectEvent) — method, class mx.controls.listClasses.ListBase
Cleans up after a data change effect has finished running by restoring the original collection and iterator and removing any cached values used by the effect.
finishEffect() — method, class mx.effects.EffectInstance
Called by the end() method when the effect finishes playing.
finishEffect() — method, interface mx.effects.IEffectInstance
Called by the end() method when the effect finishes playing.
finishKeySelection() — method, class mx.controls.AdvancedDataGrid
Sets selected items based on the caretIndex and anchorIndex properties.
finishKeySelection() — method, class mx.controls.dataGridClasses.DataGridBase
Sets selected items based on the caretIndex and anchorIndex properties.
finishKeySelection() — method, class mx.controls.listClasses.AdvancedListBase
Sets selected items based on the caretIndex and anchorIndex properties.
finishKeySelection() — method, class mx.controls.listClasses.ListBase
Sets selected items based on the caretIndex and anchorIndex properties.
finishPrint(obj:Object, target:mx.core:IFlexDisplayObject) — method, class mx.core.UIComponent
Called after printing is complete.
finishRepeat() — method, class mx.effects.EffectInstance
Called after each iteration of a repeated effect finishes playing.
finishRepeat() — method, interface mx.effects.IEffectInstance
Called after each iteration of a repeated effect finishes playing.
FIRST — Constant Static Property, class flashx.textLayout.compose.TextFlowLineLocation
Specifies the first line in a paragraph.
FIRST — Static Property, class mx.collections.CursorBookmark
A bookmark for the first item in an ICollectionView.
FIRST — Constant Static Property, class mx.states.AddItems
Documentation is not currently available.
firstBaselineOffset — Style, class spark.components.supportClasses.GroupBase
Specifies the baseline position of the first line in the container.
firstBaselineOffset — Style, class spark.components.supportClasses.SkinnableTextBase
Specifies the baseline position of the first line in the container.
firstBaselineOffset — Style, class spark.components.RichEditableText
Specifies the baseline position of the first line in the container.
firstBaselineOffset — Style, class spark.components.Scroller
Specifies the baseline position of the first line in the container.
firstBaselineOffset — Style, class spark.components.NumericStepper
Specifies the baseline position of the first line in the container.
firstBaselineOffset — Style, class spark.components.RichText
Specifies the baseline position of the first line in the container.
firstBaselineOffset — Style, class spark.components.SkinnableContainer
Specifies the baseline position of the first line in the container.
firstBaselineOffset — Style, class spark.skins.spark.DefaultItemRenderer
Specifies the baseline position of the first line in the container.
firstBaselineOffset — Property, class flashx.textLayout.container.ContainerController
TextLayoutFormat: Specifies the baseline position of the first line in the container.
firstBaselineOffset — Property, class flashx.textLayout.elements.FlowElement
TextLayoutFormat: Specifies the baseline position of the first line in the container.
firstBaselineOffset — Property, interface flashx.textLayout.formats.ITextLayoutFormat
Specifies the baseline position of the first line in the container.
firstBaselineOffset — Property, class flashx.textLayout.formats.TextLayoutFormat
Specifies the baseline position of the first line in the container.
firstButton — Skin Part, class spark.components.ButtonBar
A skin part that defines the first button.
firstButton — Property, class spark.skins.spark.ButtonBarSkin
firstButton — Property, class spark.skins.wireframe.ButtonBarSkin
firstButtonStyleName — Style, class mx.controls.ButtonBar
Name of CSS style declaration that specifies styles for the first button.
firstChild — Property, class flash.xml.XMLNode
Evaluates the specified XMLDocument object and references the first child in the parent node's child list.
FIRST_CHILD — Constant Static Property, class spark.effects.AddAction
Constant used to specify the position to add the item relative to the object specified by the relativeTo property.
firstDayOfMonth(date:Date) — Static Method , class com.adobe.fiber.runtime.lib.DateTimeFunc
Returns the ordinal (the day's number in the year) for the first day of the specified month.
firstDayOfWeek — Property, class mx.controls.DateChooser
Number representing the day of the week to display in the first column of the DateChooser control.
firstDayOfWeek — Property, 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.
firstIndexInView — Property, class spark.components.HGroup
The index of the first column that is part of the layout and within the layout target's scroll rectangle, or -1 if nothing has been displayed yet.
firstIndexInView — Property, class spark.components.VGroup
The index of the first layout element that is part of the layout and within the layout target's scroll rectangle, or -1 if nothing has been displayed yet.
firstIndexInView — Property, class spark.layouts.HorizontalLayout
The index of the first column that is part of the layout and within the layout target's scroll rectangle, or -1 if nothing has been displayed yet.
firstIndexInView — Property, class spark.layouts.VerticalLayout
The index of the first layout element that is part of the layout and within the layout target's scroll rectangle, or -1 if nothing has been displayed yet.
FIRST_INDEX_MODE — Constant Static Property, class mx.collections.Sort
When executing a find return the index for the first matching item.
firstInvalidLine — Property, class flash.text.engine.TextBlock
Identifies the first line in the text block in which TextLine.validity is not equal to TextLineValidity.VALID.
firstLeaf — Property, class flashx.textLayout.edit.ElementRange
The FlowLeafElement object that contains the start of the range.
firstLine — Property, class flash.text.engine.TextBlock
The first TextLine in the TextBlock, if any.
firstParagraph — Property, class flashx.textLayout.edit.ElementRange
The ParagraphElement object that contains the start of the range.
firstTabStyleName — Style, class mx.containers.TabNavigator
Name of CSS style declaration that specifies styles for the first tab.
firstTabStyleName — Style, class mx.controls.TabBar
Name of CSS style declaration that specifies the styles to use for the first tab navigation item.
firstVisibleItem — Property, class mx.controls.AdvancedDataGrid
The data provider element that corresponds to the item that is currently displayed in the top row of the AdvancedDataGrid control.
firstVisibleItem — Property, class mx.controls.Tree
The item that is currently displayed in the top row of the tree.
firstVisibleRow — Property, interface mx.automation.IAutomationTabularData
The index of the first visible child.
FIT_ANY — Constant Static Property, class flashx.textLayout.elements.OverflowPolicy
Fit the line in the composition area if any part of the line fits.
FIT_DESCENDERS — Constant Static Property, class flashx.textLayout.elements.OverflowPolicy
Fit the line in the composition area if the area from the top to the baseline fits.
fix(n:Number) — Static Method , class com.adobe.fiber.runtime.lib.MathFunc
Converts a real number to an integer.
fixed — Property, class Vector
Indicates whether the length property of the Vector can be changed.
fixedThumbSize — Style, class spark.components.supportClasses.ScrollBarBase
If true, the thumb's size along the scrollbar's axis will be its preferred size.
flags — Property, class mx.validators.RegExpValidator
The regular expression flags to use when matching.
FLASH1 — Constant Static Property, class flash.display.SWFVersion
SWF file format version 1.0.
FLASH10 — Constant Static Property, class flash.display.SWFVersion
SWF file format version 10.0.
FLASH2 — Constant Static Property, class flash.display.SWFVersion
SWF file format version 2.0.
FLASH3 — Constant Static Property, class flash.display.SWFVersion
SWF file format version 3.0.
FLASH4 — Constant Static Property, class flash.display.SWFVersion
SWF file format version 4.0.
FLASH5 — Constant Static Property, class flash.display.SWFVersion
SWF file format version 5.0.
FLASH6 — Constant Static Property, class flash.display.SWFVersion
SWF file format version 6.0.
FLASH7 — Constant Static Property, class flash.display.SWFVersion
SWF file format version 7.0.
FLASH8 — Constant Static Property, class flash.display.SWFVersion
SWF file format version 8.0.
FLASH9 — Constant Static Property, 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.data — package
The flash.data package contains classes used for working with Adobe AIR local SQL databases.
flash.desktop — package
The flash.desktop package contains classes used for copy-and-paste and drag-and-drop operations, as well as the Icon class, used to define system icons used by a file. This package is only available to content running in the Adobe Integrated Runtime.
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
The flash.filesystem package contains classes used in accessing the filesystem. This package is only available to content running in the Adobe Integrated Runtime.
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
The flash.html package contains classes used for including HTML content in an AIR application. This package is only available to content running in the Adobe Integrated Runtime.
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.net.drm — package
The flash.net.drm package contains classes for working with DRM-protected content. This package is only available to content running in the AIR runtime.
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.sampler — package
The flash.sampler package contains methods and classes for tracking procedure calls so that you can profile memory usage and optimize applications.
flash.security — package
The flash.security package includes classes for validating XML signatures. This package is only available to content running in the AIR runtime.
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.text.engine — package
The FTE provides low-level support for sophisticated control of text metrics, formatting, and bi-directional text. While it can be used to create and manage simple text elements, the FTE is primarily designed as a foundation for developers to create text-handling components.
flash.text.ime — package
The flash.text.ime package provides support for inline editing of non-Roman text for applications that provide their own text editing facilities. This support is especially helpful for applications that implement Input Method Editors (IMEs) for use with FTE (the flash.text.engine package).
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.
flashx.textLayout.compose — package
The flashx.textLayout.compose package contains the classes used for breaking text into lines, and arranging lines in containers.
flashx.textLayout.container — package
The flashx.textLayout.container package contains classes for displaying text in the Text Layout Framework.
flashx.textLayout.conversion — package
The flashx.textLayout.conversion package contains classes for importing text to or exporting text from a TextFlow object.
flashx.textLayout.edit — package
The flashx.textLayout.edit package contains classes for editing text in the Text Layout Framework.
flashx.textLayout.elements — package
The flashx.textLayout.elements package contains the core classes used for representing text content in the Text Layout Framework.
flashx.textLayout.events — package
The flashx.textLayout.events package contains event classes for the Text Layout Framework.
flashx.textLayout.factory — package
The flashx.textLayout.factory package contains classes for composing and displaying read-only text in the Text Layout Framework.
flashx.textLayout.formats — package
The flashx.textLayout.formats package contains classes used for representing text formatting in the Text Layout Framework.
flashx.textLayout.operations — package
The flashx.textLayout.operations package contains classes for editing operations applied to the text in the Text Layout Framework.
flashx.textLayout.utils — package
The flashx.textLayout.utils package contains utility classes for the Text Layout Framework.
flashx.undo — package
The flashx.undo package contains the classes that manage the history of editing operations.
FlexBitmap — class, package mx.core
FlexBitmap is a subclass of the Player's Bitmap class.
FlexBitmap(bitmapData:flash.display:BitmapData, pixelSnapping:String, smoothing:Boolean) — Constructor, class mx.core.FlexBitmap
Constructor.
FlexClient — class, package mx.messaging
Singleton class that stores the global Id for this Player instance that is server assigned when the client makes its initial connection to the server.
FLEX_CLIENT_ID_HEADER — Constant Static Property, class mx.messaging.messages.AbstractMessage
This header is used to transport the global FlexClient Id value in outbound messages once it has been assigned by the server.
flexClientWaitHandler(event:mx.events:PropertyChangeEvent) — method, class mx.messaging.Channel
Handles a change to the guard condition for managing initial Channel connect for the application.
FlexContentHolderAutomationImpl — class, package mx.automation.delegates.flashflexkit
Defines methods and properties required to perform instrumentation for the FlexContentHolder control.
FlexContentHolderAutomationImpl(obj:mx.flash:FlexContentHolder) — Constructor, class mx.automation.delegates.flashflexkit.FlexContentHolderAutomationImpl
Constructor.
flexContextMenu — Property, class mx.core.UIComponent
The context menu for this UIComponent.
FlexEvent — class, 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, class mx.events.FlexEvent
Constructor.
FlexGlobals — class, package mx.core
A class that contains variables that are global to all applications within the same ApplicationDomain.
FlexHTMLLoader — class, package mx.core
FlexHTMLLoader is a subclass of the Player's HTMLLoader class used by the Flex HTML control.
FlexHTMLLoader() — Constructor, class mx.core.FlexHTMLLoader
Constructor.
FlexLoader — class, package mx.core
FlexLoader is a subclass of the Player's Loader class.
FlexLoader() — Constructor, class mx.core.FlexLoader
Constructor.
FlexMouseEvent — class, 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, class mx.events.FlexMouseEvent
Constructor.
FlexMovieClip — class, package mx.core
FlexMovieClip is a subclass of the Player's MovieClip class.
FlexMovieClip() — Constructor, class mx.core.FlexMovieClip
Constructor.
FlexNativeMenu — class, package mx.controls
The FlexNativeMenu component provides a wrapper for AIR's NativeMenu class.
FlexNativeMenu() — Constructor, class mx.controls.FlexNativeMenu
Constructor.
FlexNativeMenuEvent — class, package mx.events
The FlexNativeMenuEvent class represents events that are associated with menu activities in FlexNativeMenu.
FlexNativeMenuEvent(type:String, bubbles:Boolean, cancelable:Boolean, nativeMenu:flash.display:NativeMenu, nativeMenuItem:flash.display:NativeMenuItem, item:Object, label:String, index:int) — Constructor, class mx.events.FlexNativeMenuEvent
Constructor.
FlexNativeWindowBoundsEvent — class, package mx.events
The FlexNativeWindowBoundsEvent is dispatched when the size or location changes for the NativeWindow that underlies a Window or WindowedApplication component.
FlexNativeWindowBoundsEvent(type:String, bubbles:Boolean, cancelable:Boolean, beforeBounds:flash.geom:Rectangle, afterBounds:flash.geom:Rectangle) — Constructor, class mx.events.FlexNativeWindowBoundsEvent
Constructor.
FlexPrintJob — class, package mx.printing
The FlexPrintJob class is a wrapper for the flash.printing.PrintJob class.
FlexPrintJob() — Constructor, class mx.printing.FlexPrintJob
Constructor.
FlexPrintJobScaleType — final class, package mx.printing
Values for the scaleType property of the FlexPrintJob.addObject() method parameter.
FlexShape — class, package mx.core
FlexShape is a subclass of the Player's Shape class.
FlexShape() — Constructor, class mx.core.FlexShape
Constructor.
FlexSimpleButton — class, package mx.core
FlexSimpleButton is a subclass of the Player's SimpleButton class.
FlexSimpleButton() — Constructor, class mx.core.FlexSimpleButton
Constructor.
FlexSprite — class, package mx.core
FlexSprite is a subclass of the Player's Sprite class and the superclass of UIComponent.
FlexSprite() — Constructor, class mx.core.FlexSprite
Constructor.
FlexTextField — class, package mx.core
FlexTextField is a subclass of the Player's TextField class and the superclass of UITextField.
FlexTextField() — Constructor, class mx.core.FlexTextField
Constructor.
FlexVersion — class, package mx.core
This class controls the backward-compatibility of the framework.
FLEX_WINDOW_ACTIVATE — Constant Static Property, class mx.events.FlexEvent
The FlexEvent.FLEX_WINDOW_ACTIVATE constant defines the value of the type property of the event object for a flexWindowActivate event.
FLEX_WINDOW_DEACTIVATE — Constant Static Property, class mx.events.FlexEvent
The FlexEvent.FLEX_WINDOW_DEACTIVATE constant defines the value of the type property of the event object for a flexWindowDeactivate event.
FLOAT — Constant Static Property, class flash.display.ShaderParameterType
Indicates that the shader parameter is defined as a float value, equivalent to a single Number instance in ActionScript.
FLOAT2 — Constant Static Property, class flash.display.ShaderParameterType
Indicates that the shader parameter is defined as a float2 value, equivalent to an Array of two Number instances in ActionScript.
FLOAT3 — Constant Static Property, class flash.display.ShaderParameterType
Indicates that the shader parameter is defined as a float3 value, equivalent to an Array of three Number instances in ActionScript.
FLOAT4 — Constant Static Property, class flash.display.ShaderParameterType
Indicates that the shader parameter is defined as a float4 value, equivalent to an Array of four Number instances in ActionScript.
floodFill(x:int, y:int, color:uint) — method, 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 , class Math
Returns the floor of the number or expression specified in the parameter val.
floor(n:Number) — Static Method , class com.adobe.fiber.runtime.lib.MathFunc
Calculates the closest integer that is less than or equal to a number.
flowComposer — Property, class flashx.textLayout.container.ContainerController
Returns the flow composer object that composes and highlights text into the container that this controller manages.
flowComposer — Property, class flashx.textLayout.elements.TextFlow
Manages the containers for this element.
FlowComposerBase — class, package flashx.textLayout.compose
The FlowComposerBase class is the base class for Text Layout Framework flow composer classes, which control the composition of text lines in ContainerController objects.
FlowComposerBase() — Constructor, class flashx.textLayout.compose.FlowComposerBase
Constructor.
flowComposerClass — Property, class flashx.textLayout.elements.Configuration
Specifies the type of flow composer to attach to a new TextFlow object by default.
flowComposerClass — Property, interface flashx.textLayout.elements.IConfiguration
Specifies the type of flow composer to attach to a new TextFlow object by default.
FlowDamageType — class, package flashx.textLayout.compose
The FlowDamageType class is an enumeration class that defines types of damage for damage methods and events.
flowElement — Property, class flashx.textLayout.events.FlowElementMouseEvent
The LinkElement that dispatched the event.
FlowElement — class, package flashx.textLayout.elements
The text in a flow is stored in tree form with the elements of the tree representing logical divisions within the text.
FlowElement() — Constructor, class flashx.textLayout.elements.FlowElement
Base class - invoking new FlowElement() throws an error exception.
FlowElementMouseEvent — class, package flashx.textLayout.events
A LinkElement dispatches this event when it detects mouse activity.
FlowElementMouseEvent(type:String, bubbles:Boolean, cancelable:Boolean, flowElement:flashx.textLayout.elements:FlowElement, originalEvent:flash.events:MouseEvent) — Constructor, class flashx.textLayout.events.FlowElementMouseEvent
Creates an event object that contains information about mouse activity.
FlowElementOperation — class, package flashx.textLayout.operations
The FlowElementOperation class is the base class for operations that transform a FlowElement.
FlowElementOperation(operationState:flashx.textLayout.edit:SelectionState, targetElement:flashx.textLayout.elements:FlowElement, relativeStart:int, relativeEnd:int) — Constructor, class flashx.textLayout.operations.FlowElementOperation
Creates a FlowElementOperation object.
FlowGroupElement — class, package flashx.textLayout.elements
The FlowGroupElement class is the base class for FlowElement objects that can have an array of children.
FlowGroupElement() — Constructor, class flashx.textLayout.elements.FlowGroupElement
Base class - invoking new FlowGroupElement() throws an error exception.
FlowLeafElement — class, package flashx.textLayout.elements
Base class for FlowElements that appear at the lowest level of the flow hierarchy.
FlowLeafElement() — Constructor, class flashx.textLayout.elements.FlowLeafElement
Base class - invoking new FlowLeafElement() throws an error exception.
FlowOperation — class, package flashx.textLayout.operations
The FlowOperation class is the base class for all Text Layout Framework operations.
FlowOperation(textFlow:flashx.textLayout.elements:TextFlow) — Constructor, class flashx.textLayout.operations.FlowOperation
Creates the FlowOperation object.
flowOperationBegin — Event, class flashx.textLayout.container.TextContainerManager
flowOperationBegin — Event, class flashx.textLayout.elements.TextFlow
FLOW_OPERATION_BEGIN — Constant Static Property, class flashx.textLayout.events.FlowOperationEvent
Defines the value of the type property of a flowOperationBegin event object.
flowOperationComplete — Event, class flashx.textLayout.container.TextContainerManager
flowOperationComplete — Event, class flashx.textLayout.elements.TextFlow
FLOW_OPERATION_COMPLETE — Constant Static Property, class flashx.textLayout.events.FlowOperationEvent
Defines the value of the type property of a flowOperationComplete event object.
flowOperationEnd — Event, class flashx.textLayout.container.TextContainerManager
flowOperationEnd — Event, class flashx.textLayout.elements.TextFlow
FLOW_OPERATION_END — Constant Static Property, class flashx.textLayout.events.FlowOperationEvent
Defines the value of the type property of a flowOperationEnd event object.
FlowOperationEvent — class, package flashx.textLayout.events
A TextFlow instance dispatches this event just before an operation commences and again just after an operation completes.
FlowOperationEvent(type:String, bubbles:Boolean, cancelable:Boolean, operation:flashx.textLayout.operations:FlowOperation, level:int, error:Error) — Constructor, class flashx.textLayout.events.FlowOperationEvent
Creates an event object that contains information about a flow operation.
FlowTextOperation — class, package flashx.textLayout.operations
The FlowTextOperation is the base class for operations that transform a range of text.
FlowTextOperation(operationState:flashx.textLayout.edit:SelectionState) — Constructor, class flashx.textLayout.operations.FlowTextOperation
Creates the FlowTextOperation object.
flush(minDiskSpace:int) — method, class flash.net.SharedObject
Immediately writes a locally persistent shared object to a local file.
flush() — method, class flash.net.Socket
Flushes any accumulated data in the socket's output buffer.
flush() — Static Method , class mx.logging.Log
This method removes all of the current loggers from the cache.
flushAtomData() — method, class flash.text.engine.TextLine
Releases the atom data of the line for garbage collection.
FLUSHED — Constant Static Property, class flash.net.SharedObjectFlushStatus
Indicates that the flush completed successfully.
flushPendingOperations() — method, interface flashx.textLayout.edit.ISelectionManager
Executes any pending FlowOperations.
flushPendingOperations() — method, class flashx.textLayout.edit.SelectionManager
focalLength — Property, class flash.geom.PerspectiveProjection
The distance between the eye or the viewpoint's origin (0,0,0) and the display object located in the z axis.
focalLength — Property, class spark.effects.AnimateTransform3D
The distance between the eye or the viewpoint's origin (0,0,0) and the display object located in the z axis.
focalPointRatio — Property, class flash.display.GraphicsGradientFill
A number that controls the location of the focal point of the gradient.
focalPointRatio — Property, class mx.graphics.RadialGradient
Sets the location of the start of the radial fill.
focalPointRatio — Property, class mx.graphics.RadialGradientStroke
Sets the location of the start of the radial fill.
focus — Property, 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, class mx.containers.TabNavigator
Specifies the alpha transparency value of the focus skin.
focusAlpha — Style, class mx.controls.listClasses.AdvancedListBase
Specifies the alpha transparency value of the focus skin.
focusAlpha — Style, class mx.controls.Button
Specifies the alpha transparency value of the focus skin.
focusAlpha — Style, class mx.controls.MenuBar
Specifies the alpha transparency value of the focus skin.
focusAlpha — Style, class mx.controls.TextInput
Specifies the alpha transparency value of the focus skin.
focusAlpha — Style, class mx.controls.ComboBox
Specifies the alpha transparency value of the focus skin.
focusAlpha — Style, class mx.controls.DateField
Specifies the alpha transparency value of the focus skin.
focusAlpha — Style, class mx.controls.NumericStepper
Specifies the alpha transparency value of the focus skin.
focusAlpha — Style, class mx.controls.DateChooser
Specifies the alpha transparency value of the focus skin.
focusAlpha — Style, class mx.controls.ColorPicker
Specifies the alpha transparency value of the focus skin.
focusAlpha — Style, class mx.core.ScrollControlBase
Specifies the alpha transparency value of the focus skin.
focusAlpha — Style, class spark.components.supportClasses.ButtonBase
The alpha of the focus ring for this component.
focusAlpha — Style, class spark.components.supportClasses.SliderBase
The alpha of the focus ring for this component.
focusAlpha — Style, class spark.components.supportClasses.SkinnableTextBase
The alpha of the focus ring for this component.
focusAlpha — Style, class spark.components.Spinner
The alpha of the focus ring for this component.
focusAlpha — Style, class spark.components.SkinnableDataContainer
The alpha of the focus ring for this component.
focusBlendMode — Style, class mx.core.UIComponent
Blend mode used by the focus rectangle.
focusChangeHandler(event:flash.events:FocusEvent) — method, class flashx.textLayout.container.ContainerController
Processes the FocusEvent.KEY_FOCUS_CHANGE and FocusEvent.MOUSE_FOCUS_CHANGE events when the client manages events.
focusChangeHandler(event:flash.events:FocusEvent) — method, class flashx.textLayout.container.TextContainerManager
Processes the FocusEvent.KEY_FOCUS_CHANGE and FocusEvent.MOUSE_FOCUS_CHANGE events when the client manages events.
focusChangeHandler(event:flash.events:FocusEvent) — method, interface flashx.textLayout.edit.IInteractionEventHandler
Processes a focusChange event.
focusChangeHandler(event:flash.events:FocusEvent) — method, class flashx.textLayout.edit.SelectionManager
Processes a focusChange event.
focusColor — Style, class mx.controls.sliderClasses.Slider
Color of focus ring when the component is in focus
focusColor — Style, class mx.controls.Button
Color of focus ring when the component is in focus
focusColor — Style, class mx.controls.TextInput
Color of focus ring when the component is in focus
focusColor — Style, class mx.controls.NumericStepper
Color of focus ring when the component is in focus
focusColor — Style, class mx.controls.DateChooser
Color of focus ring when the component is in focus
focusColor — Style, class mx.controls.ComboBase
Color of focus ring when the component is in focus
focusColor — Style, class mx.core.ScrollControlBase
Color of focus ring when the component is in focus
focusColor — Style, class mx.core.Container
Color of focus ring when the component is in focus
focusColor — Style, class spark.components.supportClasses.GroupBase
Color of focus ring when the component is in focus.
focusColor — Style, class spark.components.supportClasses.ButtonBase
Color of focus ring when the component is in focus.
focusColor — Style, class spark.components.supportClasses.SliderBase
focusColor — Style, class spark.components.supportClasses.SkinnableTextBase
focusColor — Style, class spark.components.Spinner
Color of focus ring when the component is in focus.
focusColor — Style, class spark.components.Scroller
Color of focus ring when the component is in focus.
focusColor — Style, class spark.components.SkinnableContainer
Color of focus ring when the component is in focus.
focusColor — Style, class spark.components.SkinnableDataContainer
Color of focus ring when the component is in focus.
focusColor — Style, class spark.skins.spark.DefaultItemRenderer
Color of focus ring when the component is in focus
FocusDirection — final class, package flash.display
The FocusDirection class enumerates values to be used for the direction parameter of the assignFocus() method of a Stage object and for the direction property of a FocusEvent object.
focused — Property, interface flashx.textLayout.edit.ISelectionManager
Indicates whether a container in the text flow has the focus.
focused — Property, class flashx.textLayout.edit.SelectionManager
Indicates whether a container in the text flow has the focus.
FOCUSED — Constant Static Property, class mx.charts.ChartItem
Value that indicates the ChartItem has focus but does not appear to be selected.
FOCUSEDSELECTED — Constant Static Property, class mx.charts.ChartItem
Value that indicates the ChartItem appears to have focus and appears to be selected.
focusedSelectionFormat — Property, interface flashx.textLayout.edit.ISelectionManager
The SelectionFormat object used to draw the selection in a focused container.
focusedSelectionFormat — Property, class flashx.textLayout.edit.SelectionManager
The SelectionFormat object used to draw the selection in a focused container.
focusedSelectionFormat — Property, class flashx.textLayout.elements.Configuration
The initial selection format (SelectionFormat) for a text flow (TextFlow) when its window has focus.
focusedSelectionFormat — Property, interface flashx.textLayout.elements.IConfiguration
The initial selection format (SelectionFormat) for a text flow (TextFlow) when its window has focus.
focusedTextSelectionColor — Style, class spark.components.supportClasses.GroupBase
The color of text when the component is enabled and has focus.
focusedTextSelectionColor — Style, class spark.components.supportClasses.SkinnableTextBase
The color of text when the component is enabled and has focus.
focusedTextSelectionColor — Style, class spark.components.RichEditableText
The color of text when the component is enabled and has focus.
focusedTextSelectionColor — Style, class spark.components.Scroller
The color of text when the component is enabled and has focus.
focusedTextSelectionColor — Style, class spark.components.NumericStepper
The color of text when the component is enabled and has focus.
focusedTextSelectionColor — Style, class spark.components.SkinnableContainer
The color of text when the component is enabled and has focus.
focusedTextSelectionColor — Style, class spark.skins.spark.DefaultItemRenderer
The color of text when the component is enabled and has focus.
focusEnabled — Property, class mx.core.FlexHTMLLoader
A flag that indicates whether the component can receive focus when selected.
focusEnabled — Property, class mx.core.UIComponent
Indicates whether the component can receive focus when tabbed to.
focusEnabled — Property, class mx.flash.UIMovieClip
A flag that indicates whether the component can receive focus when selected.
focusEnabled — Property, interface mx.managers.IFocusManagerComponent
A flag that indicates whether the component can receive focus when selected.
FocusEvent — class, package flash.events
An object dispatches a FocusEvent object 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, direction:String) — Constructor, class flash.events.FocusEvent
Creates an Event object with specific information relevant to focus events.
focusIn — Event, class flash.display.InteractiveObject
Dispatched after a display object gains focus.
FOCUS_IN — Constant Static Property, class flash.events.FocusEvent
Defines the value of the type property of a focusIn event object.
focusInEffect — Effect, class mx.core.UIComponent
Played when the component gains keyboard focus.
focusInHandler(event:flash.events:FocusEvent) — method, class flashx.textLayout.container.ContainerController
Processes the FocusEvent.FOCUS_IN event when the client manages events.
focusInHandler(event:flash.events:FocusEvent) — method, class flashx.textLayout.container.TextContainerManager
Process a focusIn event.
focusInHandler(event:flash.events:FocusEvent) — method, interface flashx.textLayout.edit.IInteractionEventHandler
Processes a focusIn event.
focusInHandler(event:flash.events:FocusEvent) — method, class flashx.textLayout.edit.SelectionManager
Processes a focusIn event.
focusInHandler(event:flash.events:FocusEvent) — method, class mx.core.UIComponent
The event handler called when a UIComponent object gets focus.
focusInHandler(event:flash.events:FocusEvent) — method, class mx.flash.UIMovieClip
Called when focus is entering any of our children.
focusManager — Property, interface mx.core.IContainer
Gets the FocusManager that controls focus for this component and its peers.
focusManager — Property, class mx.core.UIComponent
Gets the FocusManager that controls focus for this component and its peers.
focusManager — Property, interface mx.managers.IFocusManagerContainer
The FocusManager for this component.
FocusManager — class, 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, class mx.managers.FocusManager
Constructor.
focusOut — Event, class flash.display.InteractiveObject
Dispatched after a display object loses focus.
FOCUS_OUT — Constant Static Property, class flash.events.FocusEvent
Defines the value of the type property of a focusOut event object.
focusOutEffect — Effect, class mx.core.UIComponent
Played when the component loses keyboard focus.
focusOutHandler(event:flash.events:FocusEvent) — method, class flashx.textLayout.container.ContainerController
Processes the FocusEvent.FOCUS_OUT event when the client manages events.
focusOutHandler(event:flash.events:FocusEvent) — method, class flashx.textLayout.container.TextContainerManager
Processes the FocusEvent.FOCUS_OUT event when the client manages events.
focusOutHandler(event:flash.events:FocusEvent) — method, interface flashx.textLayout.edit.IInteractionEventHandler
Processes a focusOut event.
focusOutHandler(event:flash.events:FocusEvent) — method, class flashx.textLayout.edit.SelectionManager
Processes a focusOut event.
focusOutHandler(event:flash.events:FocusEvent) — method, class mx.core.UIComponent
The event handler called when a UIComponent object loses focus.
focusPane — Property, class mx.containers.utilityClasses.PostScaleAdapter
A single Sprite object that is shared among components and used as an overlay for drawing the focus indicator.
focusPane — Property, interface mx.core.IUIComponent
A single Sprite object that is shared among components and used as an overlay for drawing the focus indicator.
focusPane — Property, class mx.core.UIComponent
The focus pane associated with this object.
focusPane — Property, class mx.core.UIFTETextField
A single Sprite object that is shared among components and used as an overlay for drawing the focus indicator.
focusPane — Property, class mx.core.UITextField
A single Sprite object that is shared among components and used as an overlay for drawing the focus indicator.
focusPane — Property, class mx.flash.UIMovieClip
A single Sprite object that is shared among components and used as an overlay for drawing focus.
focusPane — Property, class mx.managers.FocusManager
A single Sprite that is moved from container to container as the focus moves to those containers.
focusPane — Property, interface mx.managers.IFocusManager
A single Sprite that is moved from container to container as the focus moves to those containers.
focusPane — Property, interface mx.managers.ISystemManager
A single Sprite shared among components used as an overlay for drawing focus.
focusPane — Property, class mx.managers.SystemManager
The focus pane associated with this object.
focusPane — Property, class mx.managers.WindowedSystemManager
The focus pane associated with this object.
FOCUS_PANE — Constant Static Property, class spark.components.supportClasses.OverlayDepth
The overlay depth for a focus pane.
focusRect — Property, class flash.display.InteractiveObject
Specifies whether this object displays a focus rectangle.
focusRect — Property, interface mx.core.IContainer
Specifies whether this object displays a focus rectangle.
focusRect — Property, interface mx.core.IUITextField
Specifies whether this object displays a focus rectangle.
FocusRequestDirection — final class, package mx.events
The FocusDirection class defines the constant values for the direction focus may be moved in.
focusRoundedCorners — Style, class mx.containers.TabNavigator
Specifies which corners of the focus rectangle should be rounded.
focusRoundedCorners — Style, class mx.controls.listClasses.AdvancedListBase
Specifies which corners of the focus rectangle should be rounded.
focusRoundedCorners — Style, class mx.controls.Button
Specifies which corners of the focus rectangle should be rounded.
focusRoundedCorners — Style, class mx.controls.MenuBar
Specifies which corners of the focus rectangle should be rounded.
focusRoundedCorners — Style, class mx.controls.TextInput
Specifies which corners of the focus rectangle should be rounded.
focusRoundedCorners — Style, class mx.controls.ComboBox
Specifies which corners of the focus rectangle should be rounded.
focusRoundedCorners — Style, class mx.controls.DateField
Specifies which corners of the focus rectangle should be rounded.
focusRoundedCorners — Style, class mx.controls.NumericStepper
Specifies which corners of the focus rectangle should be rounded.
focusRoundedCorners — Style, class mx.controls.DateChooser
Specifies which corners of the focus rectangle should be rounded.
focusRoundedCorners — Style, class mx.controls.ColorPicker
Specifies which corners of the focus rectangle should be rounded.
focusRoundedCorners — Style, class mx.core.ScrollControlBase
Specifies which corners of the focus rectangle should be rounded.
focusSkin — Style, class mx.core.UIComponent
Skin used to draw the focus rectangle.
FocusSkin — class, package spark.skins.spark
Defines the "glow" around Spark components when the component has focus.
FocusSkin() — Constructor, class spark.skins.spark.FocusSkin
Constructor.
focusSkinExclusions — Property, class spark.components.supportClasses.Skin
List of id's of items that should be included when rendering the focus ring.
focusThickness — Style, class mx.core.UIComponent
Thickness, in pixels, of the focus rectangle outline.
focusThickness — Style, class spark.components.SkinnableDataContainer
Thickness, in pixels, of the focus rectangle outline.
folderClosedIcon — Style, class mx.controls.AdvancedDataGrid
Specifies the folder closed icon for a branch node of the navigation tree.
folderClosedIcon — Style, class mx.controls.Tree
Specifies the folder closed icon for a branch item of the tree.
folderOpenIcon — Style, class mx.controls.AdvancedDataGrid
Specifies the folder open icon for a branch node of the navigation tree.
folderOpenIcon — Style, class mx.controls.Tree
Specifies the folder open icon for a branch item of the tree.
followRedirects — Property, class flash.net.URLRequest
Specifies whether redirects are to be followed (true) or not (false).
followRedirects — Static Property, class flash.net.URLRequestDefaults
The default setting for the followRedirects property of URLRequest objects.
font — Property, class flash.text.TextFormat
The name of the font for text in this text format, as a string.
Font — class, package flash.text
The Font class is used to manage embedded fonts in SWF files.
fontAntiAliasType — Style, class mx.charts.chartClasses.CartesianChart
Sets the antiAliasType property of internal TextFields.
fontAntiAliasType — Style, class mx.charts.chartClasses.ChartBase
Sets the antiAliasType property of internal TextFields.
fontAntiAliasType — Style, class mx.charts.chartClasses.DataTip
Sets the antiAliasType property of internal TextFields.
fontAntiAliasType — Style, class mx.charts.series.ColumnSeries
Sets the antiAliasType property of internal TextFields.
fontAntiAliasType — Style, class mx.charts.series.PieSeries
Sets the antiAliasType property of internal TextFields.
fontAntiAliasType — Style, class mx.charts.series.BarSeries
Sets the antiAliasType property of internal TextFields.
fontAntiAliasType — Style, class mx.charts.LegendItem
Sets the antiAliasType property of internal TextFields.
fontAntiAliasType — Style, class mx.charts.PieChart
Sets the antiAliasType property of internal TextFields.
fontAntiAliasType — Style, class mx.charts.AxisRenderer
Sets the antiAliasType property of internal TextFields.
fontAntiAliasType — Style, class mx.containers.FormHeading
Sets the antiAliasType property of internal TextFields.
fontAntiAliasType — Style, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn
Sets the antiAliasType property of internal TextFields.
fontAntiAliasType — Style, class mx.controls.dataGridClasses.DataGridColumn
Sets the antiAliasType property of internal TextFields.
fontAntiAliasType — Style, class mx.controls.menuClasses.MenuBarItem
Sets the antiAliasType property of internal TextFields.
fontAntiAliasType — Style, class mx.controls.Button
Sets the antiAliasType property of internal TextFields.
fontAntiAliasType — Style, class mx.controls.MenuBar
Sets the antiAliasType property of internal TextFields.
fontAntiAliasType — Style, class mx.controls.ToolTip
Sets the antiAliasType property of internal TextFields.
fontAntiAliasType — Style, class mx.controls.TextInput
Sets the antiAliasType property of internal TextFields.
fontAntiAliasType — Style, class mx.controls.ProgressBar
Sets the antiAliasType property of internal TextFields.
fontAntiAliasType — Style, class mx.controls.ComboBox
Sets the antiAliasType property of internal TextFields.
fontAntiAliasType — Style, class mx.controls.DateField
Sets the antiAliasType property of internal TextFields.
fontAntiAliasType — Style, class mx.controls.NumericStepper
Sets the antiAliasType property of internal TextFields.
fontAntiAliasType — Style, class mx.controls.DateChooser
Sets the antiAliasType property of internal TextFields.
fontAntiAliasType — Style, class mx.controls.Label
Sets the antiAliasType property of internal TextFields.
fontAntiAliasType — Style, class mx.controls.ColorPicker
Sets the antiAliasType property of internal TextFields.
fontAntiAliasType — Style, class mx.core.ScrollControlBase
Sets the antiAliasType property of internal TextFields.
fontAntiAliasType — Style, class mx.core.UITextField
Sets the antiAliasType property of internal TextFields.
fontAntiAliasType — Style, class mx.core.Container
Sets the antiAliasType property of internal TextFields.
FontAsset — class, package mx.core
FontAsset is a subclass of the flash.text.Font class which represents fonts that you embed in a Flex application.
FontAsset() — Constructor, class mx.core.FontAsset
Constructor.
fontContext — Property, class mx.containers.Panel
The module factory that provides the font context for this component.
fontContext — Property, class mx.controls.Button
The module factory that provides the font context for this component.
fontContext — Property, class mx.controls.Label
The module factory that provides the font context for this component.
fontContext — Property, class mx.controls.MXFTETextInput
The module factory that provides the font context for this component.
fontContext — Property, class mx.controls.TextInput
The module factory that provides the font context for this component.
fontContext — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridBase
The module factory that provides the font context for this component.
fontContext — Property, class mx.controls.dataGridClasses.DataGridBase
The module factory that provides the font context for this component.
fontContext — Property, class mx.controls.listClasses.ListItemRenderer
The module factory that provides the font context for this component.
fontContext — Property, class mx.core.FTETextField
The ISWFContext instance that FTETextField uses for creating TextLine objects.
fontContext — Property, interface mx.core.IFontContextComponent
The module factory that provides the font context for this component.
fontDescription — Property, class flash.text.engine.ElementFormat
An object which encapsulates properties necessary to describe a font.
FontDescription — final class, package flash.text.engine
The FontDescription class represents properties necessary to describe a font.
FontDescription(fontName:String, fontWeight:String, fontPosture:String, fontLookup:String, renderingMode:String, cffHinting:String) — Constructor, class flash.text.engine.FontDescription
Creates a FontDescription object.
fontFamily — Property, class flashx.textLayout.container.ContainerController
TextLayoutFormat: The name of the font to use, or a comma-separated list of font names.
fontFamily — Property, class flashx.textLayout.elements.FlowElement
TextLayoutFormat: The name of the font to use, or a comma-separated list of font names.
fontFamily — Property, interface flashx.textLayout.formats.ITextLayoutFormat
The name of the font to use, or a comma-separated list of font names.
fontFamily — Property, class flashx.textLayout.formats.TextLayoutFormat
The name of the font to use, or a comma-separated list of font names.
fontFamily — Style, class mx.charts.chartClasses.CartesianChart
Name of the font to use.
fontFamily — Style, class mx.charts.chartClasses.ChartBase
Name of the font to use.
fontFamily — Style, class mx.charts.chartClasses.DataTip
Name of the font to use.
fontFamily — Style, class mx.charts.series.ColumnSeries
Name of the font to use.
fontFamily — Style, class mx.charts.series.PieSeries
Name of the font to use.
fontFamily — Style, class mx.charts.series.BarSeries
Name of the font to use.
fontFamily — Style, class mx.charts.LegendItem
Name of the font to use.
fontFamily — Style, class mx.charts.PieChart
Name of the font to use.
fontFamily — Style, class mx.charts.AxisRenderer
Name of the font to use.
fontFamily — Style, class mx.containers.FormHeading
Name of the font to use.
fontFamily — Style, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn
Name of the font to use.
fontFamily — Style, class mx.controls.dataGridClasses.DataGridColumn
Name of the font to use.
fontFamily — Style, class mx.controls.menuClasses.MenuBarItem
Name of the font to use.
fontFamily — Style, class mx.controls.Button
Name of the font to use.
fontFamily — Style, class mx.controls.MenuBar
Name of the font to use.
fontFamily — Style, class mx.controls.ToolTip
Name of the font to use.
fontFamily — Style, class mx.controls.TextInput
Name of the font to use.
fontFamily — Style, class mx.controls.ProgressBar
Name of the font to use.
fontFamily — Style, class mx.controls.ComboBox
Name of the font to use.
fontFamily — Style, class mx.controls.DateField
Name of the font to use.
fontFamily — Style, class mx.controls.NumericStepper
Name of the font to use.
fontFamily — Style, class mx.controls.DateChooser
Name of the font to use.
fontFamily — Style, class mx.controls.Label
Name of the font to use.
fontFamily — Style, class mx.controls.ColorPicker
Name of the font to use.
fontFamily — Style, class mx.core.ScrollControlBase
Name of the font to use.
fontFamily — Style, class mx.core.UITextField
Name of the font to use.
fontFamily — Style, class mx.core.Container
Name of the font to use.
fontFamily — Style, class spark.components.supportClasses.GroupBase
The name of the font to use, or a comma-separated list of font names.
fontFamily — Style, class spark.components.supportClasses.ButtonBase
The name of the font to use, or a comma-separated list of font names.
fontFamily — Style, class spark.components.supportClasses.SliderBase
The name of the font to use, or a comma-separated list of font names.
fontFamily — Style, class spark.components.supportClasses.SkinnableTextBase
The name of the font to use, or a comma-separated list of font names.
fontFamily — Style, class spark.components.RichEditableText
The name of the font to use, or a comma-separated list of font names.
fontFamily — Style, class spark.components.VideoPlayer
The name of the font to use, or a comma-separated list of font names.
fontFamily — Style, class spark.components.Scroller
The name of the font to use, or a comma-separated list of font names.
fontFamily — Style, class spark.components.NumericStepper
The name of the font to use, or a comma-separated list of font names.
fontFamily — Style, class spark.components.RichText
The name of the font to use, or a comma-separated list of font names.
fontFamily — Style, class spark.components.Label
The name of the font to use, or a comma-separated list of font names.
fontFamily — Style, class spark.components.SkinnableContainer
The name of the font to use, or a comma-separated list of font names.
fontFamily — Style, class spark.components.SkinnableDataContainer
The name of the font to use, or a comma-separated list of font names.
fontFamily — Style, class spark.skins.spark.DefaultItemRenderer
The name of the font to use, or a comma-separated list of font names.
fontFamily — Property, class mx.controls.textClasses.TextRange
Name of the font for text in the range.
fontFamilyToolTip — Property, class mx.controls.RichTextEditor
The ToolTip that appears when the user hovers over the font drop-down list.
fontGridFitType — Style, class mx.charts.chartClasses.CartesianChart
Sets the gridFitType property of internal TextFields that represent text in Flex controls.
fontGridFitType — Style, class mx.charts.chartClasses.ChartBase
Sets the gridFitType property of internal TextFields that represent text in Flex controls.
fontGridFitType — Style, class mx.charts.chartClasses.DataTip
Sets the gridFitType property of internal TextFields that represent text in Flex controls.
fontGridFitType — Style, class mx.charts.series.ColumnSeries
Sets the gridFitType property of internal TextFields that represent text in Flex controls.
fontGridFitType — Style, class mx.charts.series.PieSeries
Sets the gridFitType property of internal TextFields that represent text in Flex controls.
fontGridFitType — Style, class mx.charts.series.BarSeries
Sets the gridFitType property of internal TextFields that represent text in Flex controls.
fontGridFitType — Style, class mx.charts.LegendItem
Sets the gridFitType property of internal TextFields that represent text in Flex controls.
fontGridFitType — Style, class mx.charts.PieChart
Sets the gridFitType property of internal TextFields that represent text in Flex controls.
fontGridFitType — Style, class mx.charts.AxisRenderer
Sets the gridFitType property of internal TextFields that represent text in Flex controls.
fontGridFitType — Style, class mx.containers.FormHeading
Sets the gridFitType property of internal TextFields that represent text in Flex controls.
fontGridFitType — Style, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn
Sets the gridFitType property of internal TextFields that represent text in Flex controls.
fontGridFitType — Style, class mx.controls.dataGridClasses.DataGridColumn
Sets the gridFitType property of internal TextFields that represent text in Flex controls.
fontGridFitType — Style, class mx.controls.menuClasses.MenuBarItem
Sets the gridFitType property of internal TextFields that represent text in Flex controls.
fontGridFitType — Style, class mx.controls.Button
Sets the gridFitType property of internal TextFields that represent text in Flex controls.
fontGridFitType — Style, class mx.controls.MenuBar
Sets the gridFitType property of internal TextFields that represent text in Flex controls.
fontGridFitType — Style, class mx.controls.ToolTip
Sets the gridFitType property of internal TextFields that represent text in Flex controls.
fontGridFitType — Style, class mx.controls.TextInput
Sets the gridFitType property of internal TextFields that represent text in Flex controls.
fontGridFitType — Style, class mx.controls.ProgressBar
Sets the gridFitType property of internal TextFields that represent text in Flex controls.
fontGridFitType — Style, class mx.controls.ComboBox
Sets the gridFitType property of internal TextFields that represent text in Flex controls.
fontGridFitType — Style, class mx.controls.DateField
Sets the gridFitType property of internal TextFields that represent text in Flex controls.
fontGridFitType — Style, class mx.controls.NumericStepper
Sets the gridFitType property of internal TextFields that represent text in Flex controls.
fontGridFitType — Style, class mx.controls.DateChooser
Sets the gridFitType property of internal TextFields that represent text in Flex controls.
fontGridFitType — Style, class mx.controls.Label
Sets the gridFitType property of internal TextFields that represent text in Flex controls.
fontGridFitType — Style, class mx.controls.ColorPicker
Sets the gridFitType property of internal TextFields that represent text in Flex controls.
fontGridFitType — Style, class mx.core.ScrollControlBase
Sets the gridFitType property of internal TextFields that represent text in Flex controls.
fontGridFitType — Style, class mx.core.UITextField
Sets the gridFitType property of internal TextFields that represent text in Flex controls.
fontGridFitType — Style, class mx.core.Container
Sets the gridFitType property of internal TextFields that represent text in Flex controls.
fontLookup — Property, class flash.text.engine.FontDescription
Specifies how the font should be looked up.
fontLookup — Property, class flashx.textLayout.container.ContainerController
TextLayoutFormat: Font lookup to use.
fontLookup — Property, class flashx.textLayout.elements.FlowElement
TextLayoutFormat: Font lookup to use.
fontLookup — Property, interface flashx.textLayout.formats.ITextLayoutFormat
Font lookup to use.
fontLookup — Property, class flashx.textLayout.formats.TextLayoutFormat
Font lookup to use.
fontLookup — Style, class spark.components.supportClasses.GroupBase
Font lookup to use.
fontLookup — Style, class spark.components.supportClasses.ButtonBase
Font lookup to use.
fontLookup — Style, class spark.components.supportClasses.SliderBase
Font lookup to use.
fontLookup — Style, class spark.components.supportClasses.SkinnableTextBase
Font lookup to use.
fontLookup — Style, class spark.components.RichEditableText
Font lookup to use.
fontLookup — Style, class spark.components.VideoPlayer
Font lookup to use.
fontLookup — Style, class spark.components.Scroller
Font lookup to use.
fontLookup — Style, class spark.components.NumericStepper
Font lookup to use.
fontLookup — Style, class spark.components.RichText
Font lookup to use.
fontLookup — Style, class spark.components.Label
Font lookup to use.
fontLookup — Style, class spark.components.SkinnableContainer
Font lookup to use.
fontLookup — Style, class spark.components.SkinnableDataContainer
Font lookup to use.
fontLookup — Style, class spark.skins.spark.DefaultItemRenderer
Font lookup to use.
FontLookup — final class, package flash.text.engine
The FontLookup class is an enumeration of constant values used with FontDescription.fontLookup.
fontMapperFunction — Static Property, class flashx.textLayout.elements.GlobalSettings
Specifies the callback used for font mapping.
FontMetrics — final class, package flash.text.engine
The FontMetrics class contains measurement and offset information about a font.
FontMetrics(emBox:flash.geom:Rectangle, strikethroughOffset:Number, strikethroughThickness:Number, underlineOffset:Number, underlineThickness:Number, subscriptOffset:Number, subscriptScale:Number, superscriptOffset:Number, superscriptScale:Number) — Constructor, class flash.text.engine.FontMetrics
Creates a FontMetrics object.
fontName — Property, class flash.text.Font
The name of an embedded font.
fontName — Property, class flash.text.engine.FontDescription
The name of the font to use, or a comma-separated list of font names.
fontPosture — Property, class flash.text.engine.FontDescription
Specifies the font posture.
FontPosture — final class, package flash.text.engine
The FontPosture class is an enumeration of constant values used with FontDescription.fontPosture.
fontSharpness — Style, class mx.charts.chartClasses.CartesianChart
Sets the sharpness property of internal TextFields that represent text in Flex controls.
fontSharpness — Style, class mx.charts.chartClasses.ChartBase
Sets the sharpness property of internal TextFields that represent text in Flex controls.
fontSharpness — Style, class mx.charts.chartClasses.DataTip
Sets the sharpness property of internal TextFields that represent text in Flex controls.
fontSharpness — Style, class mx.charts.series.ColumnSeries
Sets the sharpness property of internal TextFields that represent text in Flex controls.
fontSharpness — Style, class mx.charts.series.PieSeries
Sets the sharpness property of internal TextFields that represent text in Flex controls.
fontSharpness — Style, class mx.charts.series.BarSeries
Sets the sharpness property of internal TextFields that represent text in Flex controls.
fontSharpness — Style, class mx.charts.LegendItem
Sets the sharpness property of internal TextFields that represent text in Flex controls.
fontSharpness — Style, class mx.charts.PieChart
Sets the sharpness property of internal TextFields that represent text in Flex controls.
fontSharpness — Style, class mx.charts.AxisRenderer
Sets the sharpness property of internal TextFields that represent text in Flex controls.
fontSharpness — Style, class mx.containers.FormHeading
Sets the sharpness property of internal TextFields that represent text in Flex controls.
fontSharpness — Style, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn
Sets the sharpness property of internal TextFields that represent text in Flex controls.
fontSharpness — Style, class mx.controls.dataGridClasses.DataGridColumn
Sets the sharpness property of internal TextFields that represent text in Flex controls.
fontSharpness — Style, class mx.controls.menuClasses.MenuBarItem
Sets the sharpness property of internal TextFields that represent text in Flex controls.
fontSharpness — Style, class mx.controls.Button
Sets the sharpness property of internal TextFields that represent text in Flex controls.
fontSharpness — Style, class mx.controls.MenuBar
Sets the sharpness property of internal TextFields that represent text in Flex controls.
fontSharpness — Style, class mx.controls.ToolTip
Sets the sharpness property of internal TextFields that represent text in Flex controls.
fontSharpness — Style, class mx.controls.TextInput
Sets the sharpness property of internal TextFields that represent text in Flex controls.
fontSharpness — Style, class mx.controls.ProgressBar
Sets the sharpness property of internal TextFields that represent text in Flex controls.
fontSharpness — Style, class mx.controls.ComboBox
Sets the sharpness property of internal TextFields that represent text in Flex controls.
fontSharpness — Style, class mx.controls.DateField
Sets the sharpness property of internal TextFields that represent text in Flex controls.
fontSharpness — Style, class mx.controls.NumericStepper
Sets the sharpness property of internal TextFields that represent text in Flex controls.
fontSharpness — Style, class mx.controls.DateChooser
Sets the sharpness property of internal TextFields that represent text in Flex controls.
fontSharpness — Style, class mx.controls.Label
Sets the sharpness property of internal TextFields that represent text in Flex controls.
fontSharpness — Style, class mx.controls.ColorPicker
Sets the sharpness property of internal TextFields that represent text in Flex controls.
fontSharpness — Style, class mx.core.ScrollControlBase
Sets the sharpness property of internal TextFields that represent text in Flex controls.
fontSharpness — Style, class mx.core.UITextField
Sets the sharpness property of internal TextFields that represent text in Flex controls.
fontSharpness — Style, class mx.core.Container
Sets the sharpness property of internal TextFields that represent text in Flex controls.
fontSize — Property, class flash.text.CSMSettings
The size, in pixels, for which the settings apply.
fontSize — Property, class flash.text.engine.ElementFormat
The size of text in pixels.
fontSize — Property, class flashx.textLayout.container.ContainerController
TextLayoutFormat: The size of the text in pixels.
fontSize — Property, class flashx.textLayout.elements.FlowElement
TextLayoutFormat: The size of the text in pixels.
fontSize — Property, interface flashx.textLayout.formats.ITextLayoutFormat
The size of the text in pixels.
fontSize — Property, class flashx.textLayout.formats.TextLayoutFormat
The size of the text in pixels.
fontSize — Style, class mx.charts.chartClasses.CartesianChart
Height of the text, in pixels.
fontSize — Style, class mx.charts.chartClasses.ChartBase
Height of the text, in pixels.
fontSize — Style, class mx.charts.chartClasses.DataTip
Height of the text, in pixels.
fontSize — Style, class mx.charts.series.ColumnSeries
Height of the text, in pixels.
fontSize — Style, class mx.charts.series.PieSeries
Height of the text, in pixels.
fontSize — Style, class mx.charts.series.BarSeries
Height of the text, in pixels.
fontSize — Style, class mx.charts.LegendItem
Height of the text, in pixels.
fontSize — Style, class mx.charts.PieChart
Height of the text, in pixels.
fontSize — Style, class mx.charts.AxisRenderer
Height of the text, in pixels.
fontSize — Style, class mx.containers.FormHeading
Height of the text, in pixels.
fontSize — Style, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn
Height of the text, in pixels.
fontSize — Style, class mx.controls.dataGridClasses.DataGridColumn
Height of the text, in pixels.
fontSize — Style, class mx.controls.menuClasses.MenuBarItem
Height of the text, in pixels.
fontSize — Style, class mx.controls.Button
Height of the text, in pixels.
fontSize — Style, class mx.controls.MenuBar
Height of the text, in pixels.
fontSize — Style, class mx.controls.ToolTip
Height of the text, in pixels.
fontSize — Style, class mx.controls.TextInput
Height of the text, in pixels.
fontSize — Style, class mx.controls.ProgressBar
Height of the text, in pixels.
fontSize — Style, class mx.controls.ComboBox
Height of the text, in pixels.
fontSize — Style, class mx.controls.DateField
Height of the text, in pixels.
fontSize — Style, class mx.controls.NumericStepper
Height of the text, in pixels.
fontSize — Style, class mx.controls.DateChooser
Height of the text, in pixels.
fontSize — Style, class mx.controls.Label
Height of the text, in pixels.
fontSize — Style, class mx.controls.ColorPicker
Height of the text, in pixels.
fontSize — Style, class mx.core.ScrollControlBase
Height of the text, in pixels.
fontSize — Style, class mx.core.UITextField
Height of the text, in pixels.
fontSize — Style, class mx.core.Container
Height of the text, in pixels.
fontSize — Style, class spark.components.supportClasses.GroupBase
The size of the text in pixels.
fontSize — Style, class spark.components.supportClasses.ButtonBase
The size of the text in pixels.
fontSize — Style, class spark.components.supportClasses.SkinnableTextBase
The size of the text in pixels.
fontSize — Style, class spark.components.RichEditableText
The size of the text in pixels.
fontSize — Style, class spark.components.VideoPlayer
The size of the text in pixels.
fontSize — Style, class spark.components.Scroller
The size of the text in pixels.
fontSize — Style, class spark.components.NumericStepper
The size of the text in pixels.
fontSize — Style, class spark.components.RichText
The size of the text in pixels.
fontSize — Style, class spark.components.Label
The size of the text in pixels.
fontSize — Style, class spark.components.SkinnableContainer
The size of the text in pixels.
fontSize — Style, class spark.components.SkinnableDataContainer
The size of the text in pixels.
fontSize — Style, class spark.skins.spark.DefaultItemRenderer
The size of the text in pixels.
fontSize — Property, class mx.controls.textClasses.TextRange
Point size of the text in the range.
fontSizeToolTip — Property, class mx.controls.RichTextEditor
The ToolTip that appears when the user hovers over the font size drop-down list.
fontStyle — Property, class flash.text.Font
The style of the font.
fontStyle — Property, class flashx.textLayout.container.ContainerController
TextLayoutFormat: Style of text.
fontStyle — Property, class flashx.textLayout.elements.FlowElement
TextLayoutFormat: Style of text.
fontStyle — Property, interface flashx.textLayout.formats.ITextLayoutFormat
Style of text.
fontStyle — Property, class flashx.textLayout.formats.TextLayoutFormat
Style of text.
fontStyle — Style, class mx.charts.chartClasses.CartesianChart
Determines whether the text is italic font.
fontStyle — Style, class mx.charts.chartClasses.ChartBase
Determines whether the text is italic font.
fontStyle — Style, class mx.charts.chartClasses.DataTip
Determines whether the text is italic font.
fontStyle — Style, class mx.charts.series.ColumnSeries
Determines whether the text is italic font.
fontStyle — Style, class mx.charts.series.PieSeries
Determines whether the text is italic font.
fontStyle — Style, class mx.charts.series.BarSeries
Determines whether the text is italic font.
fontStyle — Style, class mx.charts.LegendItem
Determines whether the text is italic font.
fontStyle — Style, class mx.charts.PieChart
Determines whether the text is italic font.
fontStyle — Style, class mx.charts.AxisRenderer
Determines whether the text is italic font.
fontStyle — Style, class mx.containers.FormHeading
Determines whether the text is italic font.
fontStyle — Style, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn
Determines whether the text is italic font.
fontStyle — Style, class mx.controls.dataGridClasses.DataGridColumn
Determines whether the text is italic font.
fontStyle — Style, class mx.controls.menuClasses.MenuBarItem
Determines whether the text is italic font.
fontStyle — Style, class mx.controls.Button
Determines whether the text is italic font.
fontStyle — Style, class mx.controls.MenuBar
Determines whether the text is italic font.
fontStyle — Style, class mx.controls.ToolTip
Determines whether the text is italic font.
fontStyle — Style, class mx.controls.TextInput
Determines whether the text is italic font.
fontStyle — Style, class mx.controls.ProgressBar
Determines whether the text is italic font.
fontStyle — Style, class mx.controls.ComboBox
Determines whether the text is italic font.
fontStyle — Style, class mx.controls.DateField
Determines whether the text is italic font.
fontStyle — Style, class mx.controls.NumericStepper
Determines whether the text is italic font.
fontStyle — Style, class mx.controls.DateChooser
Determines whether the text is italic font.
fontStyle — Style, class mx.controls.Label
Determines whether the text is italic font.
fontStyle — Style, class mx.controls.ColorPicker
Determines whether the text is italic font.
fontStyle — Style, class mx.core.ScrollControlBase
Determines whether the text is italic font.
fontStyle — Style, class mx.core.UITextField
Determines whether the text is italic font.
fontStyle — Style, class mx.core.Container
Determines whether the text is italic font.
fontStyle — Style, class spark.components.supportClasses.GroupBase
Style of text.
fontStyle — Style, class spark.components.supportClasses.ButtonBase
Style of text.
fontStyle — Style, class spark.components.supportClasses.SliderBase
Style of text.
fontStyle — Style, class spark.components.supportClasses.SkinnableTextBase
Style of text.
fontStyle — Style, class spark.components.RichEditableText
Style of text.
fontStyle — Style, class spark.components.VideoPlayer
Style of text.
fontStyle — Style, class spark.components.Scroller
Style of text.
fontStyle — Style, class spark.components.NumericStepper
Style of text.
fontStyle — Style, class spark.components.RichText
Style of text.
fontStyle — Style, class spark.components.Label
Style of text.
fontStyle — Style, class spark.components.SkinnableContainer
Style of text.
fontStyle — Style, class spark.components.SkinnableDataContainer
Style of text.
fontStyle — Style, class spark.skins.spark.DefaultItemRenderer
Style of text.
fontStyle — Property, class mx.controls.textClasses.TextRange
Style of the font in the range, as "italic" or "normal".
FontStyle — final class, package flash.text
The FontStyle class provides values for the TextRenderer class.
fontThickness — Style, class mx.charts.chartClasses.CartesianChart
Sets the thickness property of internal TextFields that represent text in Flex controls.
fontThickness — Style, class mx.charts.chartClasses.ChartBase
Sets the thickness property of internal TextFields that represent text in Flex controls.
fontThickness — Style, class mx.charts.chartClasses.DataTip
Sets the thickness property of internal TextFields that represent text in Flex controls.
fontThickness — Style, class mx.charts.series.ColumnSeries
Sets the thickness property of internal TextFields that represent text in Flex controls.
fontThickness — Style, class mx.charts.series.PieSeries
Sets the thickness property of internal TextFields that represent text in Flex controls.
fontThickness — Style, class mx.charts.series.BarSeries
Sets the thickness property of internal TextFields that represent text in Flex controls.
fontThickness — Style, class mx.charts.LegendItem
Sets the thickness property of internal TextFields that represent text in Flex controls.
fontThickness — Style, class mx.charts.PieChart
Sets the thickness property of internal TextFields that represent text in Flex controls.
fontThickness — Style, class mx.charts.AxisRenderer
Sets the thickness property of internal TextFields that represent text in Flex controls.
fontThickness — Style, class mx.containers.FormHeading
Sets the thickness property of internal TextFields that represent text in Flex controls.
fontThickness — Style, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn
Sets the thickness property of internal TextFields that represent text in Flex controls.
fontThickness — Style, class mx.controls.dataGridClasses.DataGridColumn
Sets the thickness property of internal TextFields that represent text in Flex controls.
fontThickness — Style, class mx.controls.menuClasses.MenuBarItem
Sets the thickness property of internal TextFields that represent text in Flex controls.
fontThickness — Style, class mx.controls.Button
Sets the thickness property of internal TextFields that represent text in Flex controls.
fontThickness — Style, class mx.controls.MenuBar
Sets the thickness property of internal TextFields that represent text in Flex controls.
fontThickness — Style, class mx.controls.ToolTip
Sets the thickness property of internal TextFields that represent text in Flex controls.
fontThickness — Style, class mx.controls.TextInput
Sets the thickness property of internal TextFields that represent text in Flex controls.
fontThickness — Style, class mx.controls.ProgressBar
Sets the thickness property of internal TextFields that represent text in Flex controls.
fontThickness — Style, class mx.controls.ComboBox
Sets the thickness property of internal TextFields that represent text in Flex controls.
fontThickness — Style, class mx.controls.DateField
Sets the thickness property of internal TextFields that represent text in Flex controls.
fontThickness — Style, class mx.controls.NumericStepper
Sets the thickness property of internal TextFields that represent text in Flex controls.
fontThickness — Style, class mx.controls.DateChooser
Sets the thickness property of internal TextFields that represent text in Flex controls.
fontThickness — Style, class mx.controls.Label
Sets the thickness property of internal TextFields that represent text in Flex controls.
fontThickness — Style, class mx.controls.ColorPicker
Sets the thickness property of internal TextFields that represent text in Flex controls.
fontThickness — Style, class mx.core.ScrollControlBase
Sets the thickness property of internal TextFields that represent text in Flex controls.
fontThickness — Style, class mx.core.UITextField
Sets the thickness property of internal TextFields that represent text in Flex controls.
fontThickness — Style, class mx.core.Container
Sets the thickness property of internal TextFields that represent text in Flex controls.
fontType — Property, class flash.text.Font
The type of the font.
FontType — final class, package flash.text
The FontType class contains the enumerated constants "embedded" and "device" for the fontType property of the Font class.
fontWeight — Property, class flash.text.engine.FontDescription
Specifies the font weight.
fontWeight — Property, class flashx.textLayout.container.ContainerController
TextLayoutFormat: Weight of text.
fontWeight — Property, class flashx.textLayout.elements.FlowElement
TextLayoutFormat: Weight of text.
fontWeight — Property, interface flashx.textLayout.formats.ITextLayoutFormat
Weight of text.
fontWeight — Property, class flashx.textLayout.formats.TextLayoutFormat
Weight of text.
fontWeight — Style, class mx.charts.chartClasses.CartesianChart
Determines whether the text is boldface.
fontWeight — Style, class mx.charts.chartClasses.ChartBase
Determines whether the text is boldface.
fontWeight — Style, class mx.charts.chartClasses.DataTip
Determines whether the text is boldface.
fontWeight — Style, class mx.charts.series.ColumnSeries
Determines whether the text is boldface.
fontWeight — Style, class mx.charts.series.PieSeries
Determines whether the text is boldface.
fontWeight — Style, class mx.charts.series.BarSeries
Determines whether the text is boldface.
fontWeight — Style, class mx.charts.LegendItem
Determines whether the text is boldface.
fontWeight — Style, class mx.charts.PieChart
Determines whether the text is boldface.
fontWeight — Style, class mx.charts.AxisRenderer
Determines whether the text is boldface.
fontWeight — Style, class mx.containers.FormHeading
Determines whether the text is boldface.
fontWeight — Style, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn
Determines whether the text is boldface.
fontWeight — Style, class mx.controls.dataGridClasses.DataGridColumn
Determines whether the text is boldface.
fontWeight — Style, class mx.controls.menuClasses.MenuBarItem
Determines whether the text is boldface.
fontWeight — Style, class mx.controls.Button
Determines whether the text is boldface.
fontWeight — Style, class mx.controls.MenuBar
Determines whether the text is boldface.
fontWeight — Style, class mx.controls.ToolTip
Determines whether the text is boldface.
fontWeight — Style, class mx.controls.TextInput
Determines whether the text is boldface.
fontWeight — Style, class mx.controls.ProgressBar
Determines whether the text is boldface.
fontWeight — Style, class mx.controls.ComboBox
Determines whether the text is boldface.
fontWeight — Style, class mx.controls.DateField
Determines whether the text is boldface.
fontWeight — Style, class mx.controls.NumericStepper
Determines whether the text is boldface.
fontWeight — Style, class mx.controls.DateChooser
Determines whether the text is boldface.
fontWeight — Style, class mx.controls.Label
Determines whether the text is boldface.
fontWeight — Style, class mx.controls.ColorPicker
Determines whether the text is boldface.
fontWeight — Style, class mx.core.ScrollControlBase
Determines whether the text is boldface.
fontWeight — Style, class mx.core.UITextField
Determines whether the text is boldface.
fontWeight — Style, class mx.core.Container
Determines whether the text is boldface.
fontWeight — Style, class spark.components.supportClasses.GroupBase
Weight of text.
fontWeight — Style, class spark.components.supportClasses.ButtonBase
Weight of text.
fontWeight — Style, class spark.components.supportClasses.SkinnableTextBase
Weight of text.
fontWeight — Style, class spark.components.RichEditableText
Weight of text.
fontWeight — Style, class spark.components.VideoPlayer
Weight of text.
fontWeight — Style, class spark.components.Scroller
Weight of text.
fontWeight — Style, class spark.components.NumericStepper
Weight of text.
fontWeight — Style, class spark.components.RichText
Weight of text.
fontWeight — Style, class spark.components.Label
Weight of text.
fontWeight — Style, class spark.components.SkinnableContainer
Weight of text.
fontWeight — Style, class spark.components.SkinnableDataContainer
Weight of text.
fontWeight — Style, class spark.skins.spark.DefaultItemRenderer
Weight of text.
fontWeight — Property, class mx.controls.textClasses.TextRange
Weight of the font in the range, as "bold" or "normal".
FontWeight — final class, package flash.text.engine
The FontWeight class is an enumeration of constant values used with FontDescription.fontWeight.
footerColors — Style, 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.
forcePartArrays — Property, class mx.rpc.soap.Operation
Determines whether or not a single or empty return value for an output message part that is defined as an array should be returned as an array containing one (or zero, respectively) elements.
FORCE_REFRESH — Constant Static Property, class flash.net.drm.LoadVoucherSetting
Download the voucher from the media rights server only.
forceSimple — Property, class flash.accessibility.AccessibilityProperties
If true, causes Flash Player to exclude child objects within this display object from the accessible presentation.
forDescription — Property, interface mx.automation.IAutomationPropertyDescriptor
Contains true if this property is used for object identification.
forEach(callback:Function, thisObject:any) — method, class Array
Executes a function on each item in the array.
forEach(callback:Function, thisObject:Object) — method, class Vector
Executes a function on each item in the Vector.
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, class mx.charts.series.LineSeries
Specifies the line type for the chart.
form — Style, class mx.charts.series.AreaSeries
Specifies the boundary type for the area.
Form — class, 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, class mx.containers.Form
Constructor.
format — Property, class flashx.textLayout.container.ContainerController
Stores the ITextLayoutFormat object that contains the attributes for this container.
format — Property, class flashx.textLayout.elements.FlowElement
TextLayoutFormat properties applied directly to this element.
format — Property, class flashx.textLayout.operations.ApplyFormatToElementOperation
The character formats applied in this operation.
format — Property, class flashx.textLayout.operations.ClearFormatOnElementOperation
The character formats applied in this operation.
format — Property, class mx.charts.chartClasses.InstanceCache
A TextFormat to apply to any instances created.
format(value:Object) — method, class mx.formatters.CurrencyFormatter
Formats value as currency.
format(value:Object) — method, class mx.formatters.DateFormatter
Generates a date-formatted String from either a date-formatted String or a Date object.
format(value:Object) — method, class mx.formatters.Formatter
Formats a value and returns a String containing the new, formatted, value.
format(value:Object) — method, class mx.formatters.NumberFormatter
Formats the number as a String.
format(value:Object) — method, class mx.formatters.PhoneFormatter
Formats the String as a phone number.
format(value:Object) — method, class mx.formatters.ZipCodeFormatter
Formats the String by using the specified format.
formatDataTip(hd:mx.charts:HitData) — method, class mx.charts.chartClasses.HLOCSeriesBase
Generates a text description of a ChartItem suitable for display as a DataTip.
formatDataTip(hitData:mx.charts:HitData) — method, class mx.charts.chartClasses.StackedSeries
Provides custom text for DataTip objects.
formatDataTip(hd:mx.charts:HitData) — method, class mx.charts.series.ColumnSet
Provides custom text for DataTip objects.
formatDays(d:Date, previousValue:Date, axis:mx.charts:DateTimeAxis) — method, class mx.charts.DateTimeAxis
The default formatting function used when the axis renders with day-based labelUnits.
formatDecimal(value:String) — method, class mx.formatters.NumberBase
Formats a number by replacing the default decimal separator, ".", with the decimal separator specified by decimalSeparatorTo.
formatError — Property, class mx.validators.DateValidator
Error message when the inputFormat property is not in the correct format.
formatForScreen(value:Object) — method, class mx.charts.CategoryAxis
Formats values for display in DataTips.
formatForScreen(value:Object) — method, interface mx.charts.chartClasses.IAxis
Formats values for display in DataTips.
formatForScreen(value:Object) — method, class mx.charts.chartClasses.NumericAxis
Formats values for display in DataTips.
formatMilliseconds(d:Date, previousValue:Date, axis:mx.charts:DateTimeAxis) — method, 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, 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, class mx.charts.DateTimeAxis
The default formatting function used when the axis renders with month-based labelUnits.
formatNegative(value:String, useSign:Boolean) — method, class mx.formatters.NumberBase
Formats a negative number with either a minus sign (-) or parentheses ().
formatPrecision(value:String, precision:int) — method, class mx.formatters.NumberBase
Formats a number by setting its decimal precision by using the decimalSeparatorTo property as the decimal separator.
formatResolver — Property, class flashx.textLayout.elements.TextFlow
A callback function for resolving element styles.
formatRounding(value:String, roundType:String) — method, class mx.formatters.NumberBase
Formats a number by rounding it.
formatRoundingWithPrecision(value:String, roundType:String, precision:int) — method, class mx.formatters.NumberBase
Formats a number by rounding it and setting the decimal precision.
formats — Property, class flash.desktop.Clipboard
An array of strings containing the names of the data formats available in this Clipboard object.
formats — Property, 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, class mx.charts.DateTimeAxis
The default formatting function used when the axis renders with second-based labelUnits.
formatString — Property, class mx.controls.DateField
The format of the displayed date in the text field.
formatString — Property, class mx.formatters.DateFormatter
The mask pattern.
formatString — Property, class mx.formatters.PhoneFormatter
String that contains mask characters that represent a specified phone number format.
formatString — Property, class mx.formatters.ZipCodeFormatter
The mask pattern.
formattedValue — Property, interface mx.olap.IOLAPCell
The formatted value in the cell.
formattedValue — Property, class mx.olap.OLAPCell
The formatted value in the cell.
formatter — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn
An instance of a subclasses of mx.formatters.Formatter.
formatter — Property, class mx.controls.olapDataGridClasses.OLAPDataGridItemRendererProvider
An instance of the Formatter class, or of a subclass of the Formatter class, applied to the text to of the associated IOLAPElement.
Formatter — class, package mx.formatters
The Formatter class is the base class for all data formatters.
Formatter() — Constructor, class mx.formatters.Formatter
Constructor.
formatThousands(value:String) — method, class mx.formatters.NumberBase
Formats a number by using the thousandsSeparatorTo property as the thousands separator and the decimalSeparatorTo property as the decimal separator.
formatTimeValue(value:Number) — method, class spark.components.VideoPlayer
Formats a time value, specified in seconds, into a String that gets used for currentTime and the duration.
formatToString(className:String, ... rest) — method, class flash.events.Event
A utility function for implementing the toString() method in custom ActionScript 3.0 Event classes.
formatValue(format:String, source:Object) — method, class mx.formatters.SwitchSymbolFormatter
Creates a new String by formatting the source String using the format pattern.
FormatValue — final class, package flashx.textLayout.formats
Defines values for specifying that a formatting property is to inherit its parent's value or have it's value generated automatically.
formatYears(d:Date, previousValue:Date, axis:mx.charts:DateTimeAxis) — method, class mx.charts.DateTimeAxis
The default formatting function used when the axis renders with year-based labelUnits.
FormAutomationImpl — class, package mx.automation.delegates.containers
Defines the methods and properties required to perform instrumentation for the Form class.
FormAutomationImpl(obj:mx.containers:Form) — Constructor, class mx.automation.delegates.containers.FormAutomationImpl
Constructor.
FormHeading — class, package mx.containers
The FormHeading container is used to display a heading for a group of controls inside a Form container.
FormHeading() — Constructor, class mx.containers.FormHeading
Constructor.
FormItem — class, package mx.containers
The FormItem container defines a label and one or more children arranged horizontally or vertically.
FormItem() — Constructor, class mx.containers.FormItem
Constructor.
FormItemAutomationImpl — class, package mx.automation.delegates.containers
Defines the methods and properties required to perform instrumentation for the FormItem class.
FormItemAutomationImpl(obj:mx.containers:FormItem) — Constructor, class mx.automation.delegates.containers.FormItemAutomationImpl
Constructor.
FormItemDirection — final class, package mx.containers
The FormItemDirection class defines the constant values for the direction property of the FormItem class.
FormItemLabel — class, package mx.controls
The FormItem container uses a FormItemLabel object to display the label portion of the FormItem container.
FormItemLabel() — Constructor, class mx.controls.FormItemLabel
Constructor.
forVerification — Property, interface mx.automation.IAutomationPropertyDescriptor
Contains true if this property is used for object state verification.
FORWARD — Constant Static Property, class mx.events.FocusRequestDirection
Move the focus forward to the next control in the tab loop as if the TAB key were pressed.
forwardAndBack — Property, 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, class mx.controls.FileSystemDataGrid
An Array of File objects representing directories to which the user can navigate forward.
forwardHistory — Property, class mx.controls.FileSystemList
An Array of File objects representing directories to which the user can navigate forward.
fps — Property, class flash.media.Camera
The maximum rate at which the camera can capture data, in frames per second.
fps — Property, 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.
fractionOfElementInView(index:int) — method, class spark.layouts.HorizontalLayout
Returns 1.0 if the specified index is completely in view, 0.0 if it's not, or a value between 0.0 and 1.0 that represents the percentage of the if the index that is partially in view.
fractionOfElementInView(index:int) — method, class spark.layouts.VerticalLayout
Returns 1.0 if the specified index is completely in view, 0.0 if it's not, or a value between 0.0 and 1.0 that represents the percentage of the if the index that is partially in view.
fragment — Property, interface mx.managers.IBrowserManager
The portion of current URL after the '#' as it appears in the browser address bar.
frame — Property, class flash.display.FrameLabel
The frame number containing the label.
frameConstructed — Event, class flash.display.DisplayObject
[broadcast event] Dispatched after the constructors of frame display objects have run but before frame scripts have run.
FRAME_CONSTRUCTED — Constant Static Property, class flash.events.Event
The Event.FRAME_CONSTRUCTED constant defines the value of the type property of an frameConstructed event object.
FrameLabel — final class, package flash.display
The FrameLabel object contains properties that specify a frame number and the corresponding label name.
frameRate — Property, class flash.display.LoaderInfo
The nominal frame rate, in frames per second, of the loaded SWF file.
frameRate — Property, class flash.display.Stage
Gets and sets the frame rate of the stage.
frameRate — Property, class mx.core.Application
Specifies the frame rate of the application.
frameRate — Property, class spark.components.Application
Specifies the frame rate of the application.
framesLoaded — Property, class flash.display.MovieClip
The number of frames that are loaded from a streaming SWF file.
framesPerPacket — Property, class flash.media.Microphone
Number of Speex speech frames transmitted in a packet (message).
freeItemRenderers — Property, class mx.controls.listClasses.AdvancedListBase
A stack of unused item renderers.
freeItemRenderers — Property, class mx.controls.listClasses.ListBase
A stack of unused item renderers.
freeItemRenderersByFactory — Property, class mx.controls.listClasses.ListBase
A map of free item renderers by factory.
freeItemRenderersTable — Property, class mx.controls.dataGridClasses.DataGridBase
A per-column table of unused item renderers.
fromByteArray(ba:flash.utils:ByteArray) — Static Method , class mx.utils.RPCUIDUtil
Converts a 128-bit UID encoded as a ByteArray to a String representation.
fromByteArray(ba:flash.utils:ByteArray) — Static Method , class mx.utils.UIDUtil
Converts a 128-bit UID encoded as a ByteArray to a String representation.
fromCharCode(... rest) — Static Method , class String
Returns a string comprising the characters represented by the Unicode character codes in the parameters.
fromState — Property, class mx.states.Transition
A String specifying the view state that your are changing from when you apply the transition.
fromValue — Property, class mx.effects.AnimateProperty
The starting value of the property for the effect.
fromValue — Property, class mx.effects.effectClasses.AnimatePropertyInstance
The starting value of the property for the effect.
fscommand(command:String, args:String) — Package Function, flash.system
Lets the SWF file communicate with either Flash Player or the program hosting Flash Player, such as a web browser.
FTEAdvancedDataGridItemRenderer — class, package mx.controls.advancedDataGridClasses
The FTEAdvancedDataGridItemRenderer class defines the default item renderer for an AdvancedDataGrid control used with FTEText.
FTEAdvancedDataGridItemRenderer() — Constructor, class mx.controls.advancedDataGridClasses.FTEAdvancedDataGridItemRenderer
Constructor.
FTEDataGridItemRenderer — class, package mx.controls.dataGridClasses
The FTEDataGridItemRenderer class defines the default item renderer for a DataGrid control used with FTEText.
FTEDataGridItemRenderer() — Constructor, class mx.controls.dataGridClasses.FTEDataGridItemRenderer
Constructor.
FTETextField — class, package mx.core
FTETextField is a Sprite which displays text by using the new Flash Text Engine to implement the old TextField API.
FTETextField() — Constructor, class mx.core.FTETextField
Constructor.
FULL — Constant Static Property, class flash.display.ShaderPrecision
Represents full precision mode.
FULL — Constant Static Property, class flash.filters.BitmapFilterType
Defines the setting that applies a filter to the entire area of an object.
fullscreen — Property, class flash.html.HTMLWindowCreateOptions
Specifies whether the window should be full screen.
fullScreen — Event, class flash.display.Stage
Dispatched when the Stage object enters, or leaves, full-screen mode.
fullScreen — Property, class flash.events.FullScreenEvent
Indicates whether the Stage object is in full-screen mode (true) or not (false).
FULL_SCREEN — Constant Static Property, class flash.display.StageDisplayState
Specifies that the Stage is in full-screen mode.
FULLSCREEN — Constant Static Property, class flash.events.Event
The Event.FULL_SCREEN constant defines the value of the type property of a fullScreen event object.
FULL_SCREEN — Constant Static Property, class flash.events.FullScreenEvent
The FullScreenEvent.FULL_SCREEN constant defines the value of the type property of a fullScreen event object.
fullScreenButton — Skin Part, class spark.components.VideoPlayer
An optional skin part for a button to toggle fullscreen mode.
fullScreenButton — Property, class spark.skins.spark.VideoPlayerSkin
fullScreenButton — Property, class spark.skins.wireframe.VideoPlayerSkin
FullScreenButtonSkin — class, package spark.skins.spark.mediaClasses.fullScreen
The default skin class for the fullScreen button of a Spark VideoPlayer component while in one of the fullScreen skin states.
FullScreenButtonSkin — class, package spark.skins.spark.mediaClasses.normal
The default skin class for the fullScreen button of a Spark VideoPlayer component in the normal skin state.
FullScreenButtonSkin — class, package spark.skins.wireframe.mediaClasses
The wireframe skin class for the fullScreen button of a Spark VideoPlayer component.
FullScreenButtonSkin — class, package spark.skins.wireframe.mediaClasses.fullScreen
The wireframe skin class for the fullScreen button of a Spark VideoPlayer component while in one of the fullScreen skin state.
FullScreenButtonSkin() — Constructor, class spark.skins.spark.mediaClasses.fullScreen.FullScreenButtonSkin
Constructor.
FullScreenButtonSkin() — Constructor, class spark.skins.spark.mediaClasses.normal.FullScreenButtonSkin
Constructor.
FullScreenButtonSkin() — Constructor, class spark.skins.wireframe.mediaClasses.FullScreenButtonSkin
Constructor.
FullScreenButtonSkin() — Constructor, class spark.skins.wireframe.mediaClasses.fullScreen.FullScreenButtonSkin
Constructor.
FullScreenEvent — class, package flash.events
The Stage object dispatches a FullScreenEvent object whenever the Stage enters or leaves full-screen display mode.
FullScreenEvent(type:String, bubbles:Boolean, cancelable:Boolean, fullScreen:Boolean) — Constructor, class flash.events.FullScreenEvent
Creates an event object that contains information about fullScreen events.
fullScreenHeight — Property, class flash.display.Stage
Returns the height of the monitor that will be used when going to full screen size, if that state is entered immediately.
fullScreenHideControlsDelay — Style, class spark.components.VideoPlayer
The time, in milli-seconds, to wait in fullscreen mode with no user-interaction before hiding the video playback controls.
FULL_SCREEN_INTERACTIVE — Constant Static Property, class flash.display.StageDisplayState
Specifies that the Stage is in full-screen mode with keyboard interactivity enabled.
fullScreenSourceRect — Property, class flash.display.Stage
Sets Flash Player to scale a specific region of the stage to full-screen mode.
fullScreenSymbol — Property, class spark.skins.spark.mediaClasses.fullScreen.FullScreenButtonSkin
Defines the full-screen symbol.
fullScreenSymbol — Property, class spark.skins.spark.mediaClasses.normal.FullScreenButtonSkin
Defines the full-screen symbol.
fullScreenSymbol — Property, class spark.skins.wireframe.mediaClasses.FullScreenButtonSkin
Defines the full-screen symbol.
fullScreenSymbol — Property, class spark.skins.wireframe.mediaClasses.fullScreen.FullScreenButtonSkin
Defines the full screen symbol.
fullScreenWidth — Property, class flash.display.Stage
Returns the width of the monitor that will be used when going to full screen size, if that state is entered immediately.
fullYear — Property, class Date
The full year (a four-digit number, such as 2000) of a Date object according to local time.
fullYearUTC — Property, 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, Top Level
A function is the basic unit of code that can be invoked in ActionScript.
functionName — Property, class spark.effects.CallAction
Name of the function called on the target when this effect plays.
functionName — Property, class spark.effects.supportClasses.CallActionInstance
Name of the function called on the target when this effect plays.
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