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(target:Object) — Constructor, class mx.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(target:Object) — Constructor, class mx.effects.effectClasses.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. |
fatal(message:String, ... rest) — method, interface mx.logging.ILogger |
|
Logs the specified data using the LogEventLevel.FATAL
level. |
fatal(message: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(info:Object) — method, class mx.collections.ItemResponder |
|
This method is called by a service when an error has been received. |
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(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.HTTPService |
|
Dispatched when an HTTPService call fails. |
Fault — class, package mx.rpc |
|
Object that represents a fault in a remote procedure call (RPC) service
invocation. |
Fault(faultCode:String, faultString:String, faultDetail:String) — Constructor, class mx.rpc.Fault |
|
Creates a new Fault object. |
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 |
| |
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 |
| |
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. |
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 |
| |
faultString — Property, class mx.rpc.Fault |
|
Text description of the fault. |
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. |
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 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. |
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. |
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. |
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.LineSeries
|
| 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.PlotSeries
|
| 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.CandlestickSeries
|
| 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.LegendItem
|
| Specifies an IFill object that defines the fill for the legend element. |
| |
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
|
fillAlphas — Style, class mx.containers.ApplicationControlBar
|
| Alpha values used for the background fill of the container. |
| |
fillAlphas — Style, class mx.containers.Accordion
|
| Specifies the alpha transparency values used for the background fill of components. |
| |
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.DateChooser
|
| Alphas used for the background fill of controls. |
| |
fillAlphas — Style, class mx.controls.ComboBox
|
| Alphas used for the background fill of controls. |
| |
fillAlphas — Style, class mx.controls.DateField
|
| 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.containers.Accordion
|
| Specifies the colors used to tint the background fill of the component. |
| |
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.DateChooser
|
| Colors used to tint the background of the control. |
| |
fillColors — Style, class mx.controls.ComboBox
|
| Colors used to tint the background of the control. |
| |
fillColors — Style, class mx.controls.DateField
|
| Colors used to tint the background of the control. |
| |
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. |
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. |
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.LineSeries
|
| 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.AreaSeries
|
| 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.BubbleSeries
|
| 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. |
| |
fills — Style, class mx.charts.series.BarSeries
|
| Specifies an Array of fill objects that define the fill for each item in the series. |
| |
filter(callback:Function, thisObject) — 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 — 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, filteredString: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, filteredString: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, filteredString: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 |
|
true if the series filters its data
before displaying. |
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, 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, 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. |
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. |
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. |
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. |
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, sensitivity2: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, 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. |
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(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. |
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. |
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. |
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. |
findResourceBundleWithResource(bundleName:String, resourceName:String) — method, class mx.resources.ResourceManagerImpl |
| |
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 — Static Property, class mx.collections.CursorBookmark |
|
A bookmark for the first item in an ICollectionView. |
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. |
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. |
FIRST_INDEX_MODE — Constant Static Property, class mx.collections.Sort |
|
When executing a find return the index for the first matching item. |
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. |
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. |
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.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.ui — package |
| The flash.ui package contains user interface classes, such as classes for interacting with the mouse and keyboard. |
flash.utils — package |
| The flash.utils package contains utility classes, such as data structures like ByteArray. |
flash.xml — package |
| The flash.xml package contains Flash Player's legacy XML support, and other Flash Player-specific XML functionality. |
FlexBitmap — class, 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. |
FlexContentHolder — Dynamic Class, package mx.flash |
|
The FlexContentHolder class is for internal use only. |
FlexContentHolder() — Constructor, class mx.flash.FlexContentHolder |
|
Constructor. |
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. |
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. |
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. |
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. |
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. |
FLUSHED — Constant Static Property, class flash.net.SharedObjectFlushStatus |
|
Indicates that the flush completed successfully. |
focalPointRatio — Property, class mx.graphics.RadialGradient |
|
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.Accordion
|
| Specifies the alpha transparency value of the focus skin. |
| |
focusAlpha — Style, class mx.containers.TabNavigator
|
| Specifies the alpha transparency value of the focus skin. |
| |
focusAlpha — Style, class mx.controls.listClasses.ListBase
|
| 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.ColorPicker
|
| 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.DateChooser
|
| 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.TextInput
|
| 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.TextArea
|
| Specifies the alpha transparency value of the focus skin. |
| |
focusAlpha — Style, class mx.controls.DateField
|
| Specifies the alpha transparency value of the focus skin. |
| |
focusBlendMode — Style, class mx.core.UIComponent
|
| Blend mode used by the focus rectangle. |
| |
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 — 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. |
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 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 mx.core.UIComponent |
|
The event handler called when a UIComponent object loses focus. |
focusPane — Property, interface mx.core.IUIComponent |
|
A single Sprite object that is shared among components
and used as an overlay for drawing focus. |
focusPane — Property, class mx.core.UIComponent |
|
The focus pane associated with this object. |
focusPane — Property, class mx.core.UITextField |
|
A single Sprite object that is shared among components
and used as an overlay for drawing focus. |
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. |
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. |
focusRoundedCorners — Style, class mx.containers.Accordion
|
| Specifies which corners of the focus rectangle should be rounded. |
| |
focusRoundedCorners — Style, class mx.containers.TabNavigator
|
| Specifies which corners of the focus rectangle should be rounded. |
| |
focusRoundedCorners — Style, class mx.controls.listClasses.ListBase
|
| 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.ColorPicker
|
| 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.DateChooser
|
| 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.TextInput
|
| 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.TextArea
|
| 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. |
| |
focusSkin — Style, class mx.containers.Accordion
|
| Skin used to draw the focus rectangle. |
| |
focusSkin — Style, class mx.core.UIComponent
|
| Skin used to draw the focus rectangle. |
| |
focusThickness — Style, class mx.containers.Accordion
|
| Thickness, in pixels, of the focus rectangle outline. |
| |
focusThickness — Style, class mx.core.UIComponent
|
| 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.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.chartClasses.CartesianChart
|
| 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.AxisRenderer
|
| Sets the antiAliasType property of internal TextFields. |
| |
fontAntiAliasType — Style, class mx.charts.PieChart
|
| 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.ColorPicker
|
| 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.Label
|
| 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.ComboBox
|
| 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.NumericStepper
|
| 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.DateField
|
| 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. |
| |
fontAntiAliasType — Style, class mx.core.ScrollControlBase
|
| 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.TextInput |
|
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, interface mx.core.IFontContextComponent |
|
The module factory that provides the font context for this component. |
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.chartClasses.CartesianChart
|
| 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.AxisRenderer
|
| Name of the font to use. |
| |
fontFamily — Style, class mx.charts.PieChart
|
| 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.ColorPicker
|
| 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.Label
|
| Name of the font to use. |
| |
fontFamily — Style, class mx.controls.DateChooser
|
| Name of the font to use. |
| |
fontFamily — Style, class mx.controls.ComboBox
|
| Name of the font to use. |
| |
fontFamily — Style, class mx.controls.TextInput
|
| Name of the font to use. |
| |
fontFamily — Style, class mx.controls.NumericStepper
|
| Name of the font to use. |
| |
fontFamily — Style, class mx.controls.ProgressBar
|
| Name of the font to use. |
| |
fontFamily — Style, class mx.controls.DateField
|
| 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 mx.core.ScrollControlBase
|
| Name of the font to use. |
| |
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.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.chartClasses.CartesianChart
|
| 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.AxisRenderer
|
| 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.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.ColorPicker
|
| 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.Label
|
| 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.ComboBox
|
| 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.NumericStepper
|
| 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.DateField
|
| 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. |
| |
fontGridFitType — Style, class mx.core.ScrollControlBase
|
| Sets the gridFitType property of internal TextFields that represent text in Flex controls. |
| |
fontName — Property, class flash.text.Font |
|
The name of an embedded font. |
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.chartClasses.CartesianChart
|
| 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.AxisRenderer
|
| 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.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.ColorPicker
|
| 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.Label
|
| 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.ComboBox
|
| 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.NumericStepper
|
| 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.DateField
|
| 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. |
| |
fontSharpness — Style, class mx.core.ScrollControlBase
|
| 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 — 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.chartClasses.CartesianChart
|
| 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.AxisRenderer
|
| Height of the text, in pixels. |
| |
fontSize — Style, class mx.charts.PieChart
|
| 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.ColorPicker
|
| 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.Label
|
| Height of the text, in pixels. |
| |
fontSize — Style, class mx.controls.DateChooser
|
| Height of the text, in pixels. |
| |
fontSize — Style, class mx.controls.ComboBox
|
| Height of the text, in pixels. |
| |
fontSize — Style, class mx.controls.TextInput
|
| Height of the text, in pixels. |
| |
fontSize — Style, class mx.controls.NumericStepper
|
| Height of the text, in pixels. |
| |
fontSize — Style, class mx.controls.ProgressBar
|
| Height of the text, in pixels. |
| |
fontSize — Style, class mx.controls.DateField
|
| 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 mx.core.ScrollControlBase
|
| Height 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 — 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.chartClasses.CartesianChart
|
| 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.AxisRenderer
|
| Determines whether the text is italic font. |
| |
fontStyle — Style, class mx.charts.PieChart
|
| 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.ColorPicker
|
| 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.Label
|
| 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.ComboBox
|
| 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.NumericStepper
|
| 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.DateField
|
| 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 mx.core.ScrollControlBase
|
| Determines whether the text is italic font. |
| |
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.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.chartClasses.CartesianChart
|
| 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.AxisRenderer
|
| 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.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.ColorPicker
|
| 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.Label
|
| 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.ComboBox
|
| 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.NumericStepper
|
| 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.DateField
|
| 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. |
| |
fontThickness — Style, class mx.core.ScrollControlBase
|
| 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 — 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.chartClasses.CartesianChart
|
| 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.AxisRenderer
|
| Determines whether the text is boldface. |
| |
fontWeight — Style, class mx.charts.PieChart
|
| 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.ColorPicker
|
| 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.Label
|
| Determines whether the text is boldface. |
| |
fontWeight — Style, class mx.controls.DateChooser
|
| Determines whether the text is boldface. |
| |
fontWeight — Style, class mx.controls.ComboBox
|
| Determines whether the text is boldface. |
| |
fontWeight — Style, class mx.controls.TextInput
|
| Determines whether the text is boldface. |
| |
fontWeight — Style, class mx.controls.NumericStepper
|
| Determines whether the text is boldface. |
| |
fontWeight — Style, class mx.controls.ProgressBar
|
| Determines whether the text is boldface. |
| |
fontWeight — Style, class mx.controls.DateField
|
| 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 mx.core.ScrollControlBase
|
| Determines whether the text is boldface. |
| |
fontWeight — Property, class mx.controls.textClasses.TextRange |
|
Weight of the font in the range, as "bold"
or "normal". |
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, interface mx.rpc.soap.ISOAPDecoder |
|
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. |
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. |
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) — method, class Array |
|
Executes a function on each item in the array. |
for each..in — Statement |
| Iterates over the items of a collection and executes statement for each item. |
for..in — Statement |
| Iterates over the dynamic properties of an object or elements in an array and executes statement for each property or element. |
form — Style, 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 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 DataTips. |
formatDataTip(hitData:mx.charts:HitData) — method, class mx.charts.series.ColumnSet |
|
Provides custom text for DataTips. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
framesLoaded — Property, class flash.display.MovieClip |
|
The number of frames that are loaded from a streaming SWF file. |
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.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. |
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. |
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. |
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. |
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. |
|
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 |