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 |
factory — Property, class mx.charts.chartClasses.InstanceCache |
|
A factory that generates the type of object to cache. |
factory — Property, interface mx.modules.IModuleInfo |
|
The IFlexModuleFactory implementation defined in the module. |
factory — Property, class mx.styles.CSSStyleDeclaration |
|
This function, if it isn't null,
is usually autogenerated by the MXML compiler. |
factoryMap — Property, class mx.controls.listClasses.ListBase |
|
A map of item renderers by factory. |
Fade — class, package mx.effects |
|
The Fade effect animates the alpha property of a component,
either from transparent to opaque, or from opaque to transparent. |
Fade — class, package spark.effects |
|
The Fade effect animates the alpha property of a component. |
Fade(target:Object) — Constructor, class mx.effects.Fade |
|
Constructor. |
Fade(target:Object) — Constructor, class spark.effects.Fade |
|
Constructor. |
fadeInDuration — Property, class mx.effects.DefaultListEffect |
|
The duration, in milliseconds, for fading
in renderers for added and removed items. |
fadeInDuration — Property, class mx.effects.DefaultTileListEffect |
|
The duration in milliseconds
used to fade in renderers for added and removed items. |
FadeInstance — class, package mx.effects.effectClasses |
|
The FadeInstance class implements the instance class
for the Fade effect. |
FadeInstance — class, package spark.effects.supportClasses |
|
The FadeInstance class implements the instance class
for the Fade effect. |
FadeInstance(target:Object) — Constructor, class mx.effects.effectClasses.FadeInstance |
|
Constructor. |
FadeInstance(target:Object) — Constructor, class spark.effects.supportClasses.FadeInstance |
|
Constructor. |
fadeOutDuration — Property, class mx.effects.DefaultListEffect |
|
The duration, in milliseconds, used for
fading out renderers for added and removed items. |
fadeOutDuration — Property, class mx.effects.DefaultTileListEffect |
|
The duration in milliseconds used to
fade out renderers for removed and replaced items. |
failoverURIs — Property, class mx.messaging.Channel |
|
Provides access to the set of endpoint URIs that this channel can
attempt to failover to if the endpoint is clustered. |
FALSE — Constant Static Property, class mx.messaging.Channel |
| |
fatal(message:String, ... rest) — method, interface mx.logging.ILogger |
|
Logs the specified data using the LogEventLevel.FATAL
level. |
fatal(msg:String, ... rest) — method, class mx.logging.LogLogger |
|
Logs the specified data using the LogEventLevel.FATAL
level. |
FATAL — Constant Static Property, class mx.logging.LogEventLevel |
|
Designates events that are very
harmful and will eventually lead to application failure. |
fault(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 — Event, class mx.rpc.CallResponder |
|
Dispatched when an Operation call fails. |
fault(data:Object) — method, class mx.rpc.CallResponder |
|
This method is called by the AsyncToken when it wants to deliver a
FaultEvent to the CallResponder. |
fault(info:Object) — method, interface mx.rpc.IResponder |
|
This method is called by a service when an error has been received. |
fault(info:Object) — method, class mx.rpc.Responder |
|
This method is called by a service when an error has been received. |
fault — Property, class mx.rpc.events.FaultEvent |
|
The Fault object that contains the details of what caused this event. |
fault — Event, class mx.rpc.http.HTTPMultiService |
|
Dispatched when an HTTPMultiService call fails. |
fault — Event, class mx.rpc.http.HTTPService |
|
Dispatched when an HTTPService call fails. |
Fault — class, package mx.rpc |
|
The Fault class 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 |
|
A simple code describing the fault. |
faultDetail — Property, class mx.messaging.events.ChannelFaultEvent |
|
Provides destination-specific details of the failure. |
faultDetail — Property, class mx.messaging.events.MessageFaultEvent |
|
Provides destination specific details of the failure. |
faultDetail — Property, class mx.messaging.messages.ErrorMessage |
|
Detailed description of what caused the error. |
faultDetail — Property, class mx.rpc.Fault |
|
Any extra details of the fault. |
FaultEvent — class, package mx.rpc.events |
|
This event is dispatched when an RPC call has a fault. |
FaultEvent(type:String, bubbles:Boolean, cancelable:Boolean, fault:mx.rpc:Fault, token:mx.rpc:AsyncToken, message:mx.messaging.messages:IMessage) — Constructor, class mx.rpc.events.FaultEvent |
|
Creates a new FaultEvent. |
faultstring — Property, class mx.rpc.soap.SOAPFault |
|
The faultstring property is the same as faultString but exists
to match the case of the faultstring element in a SOAP envelope Fault. |
faultString — Property, class mx.messaging.events.ChannelFaultEvent |
|
Provides access to the destination-specific reason for the failure. |
faultString — Property, class mx.messaging.events.MessageFaultEvent |
|
Provides access to the destination specific reason for the failure. |
faultString — Property, class mx.messaging.messages.ErrorMessage |
|
A simple description of the error. |
faultString — Property, class mx.rpc.Fault |
|
Text description of the fault. |
field — Property, class mx.charts.series.PieSeries |
|
Specifies the field of the data provider that determines
the data for each wedge of the PieChart control. |
field — Property, class mx.events.ValidationResultEvent |
|
The name of the field that failed validation and triggered the event. |
fieldOfView — Property, class spark.effects.AnimateTransform3D |
|
Specifies an angle, in degrees between 0 and 180,
for the field of view in three dimensions. |
fieldOfView — Property, class spark.layouts.supportClasses.PerspectiveAnimationNavigatorLayoutBase |
|
fieldOfView
|
fieldOfView — Property, class spark.layouts.supportClasses.PerspectiveNavigatorLayoutBase |
| |
fields — Property, class mx.collections.Grouping |
|
An Array of GroupingField objects that specifies the fields
used to group the data. |
fields — Property, interface mx.collections.ISort |
|
An Array of ISortField objects that specifies the fields to compare. |
fields — Property, class mx.collections.Sort |
|
An Array of ISortField objects that specifies the fields to compare. |
fields — Property, class mx.collections.SummaryRow |
|
Array of SummaryField/SummaryField2 instances that define the characteristics of the
data fields used to create the summary. |
fields — Property, class spark.collections.Sort |
|
An Array of ISortField objects that specifies the fields to compare. |
fieldSeparator — Property, class mx.logging.targets.LineFormattedTarget |
|
The separator string to use between fields (the default is " ")
|
file — Property, class mx.events.FileEvent |
|
The File instance associated with this event. |
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. |
fileIcon — Style, class mx.controls.FileSystemList |
| Specifies the icon that indicates a file. |
| |
fileIcon — Style, class mx.controls.FileSystemDataGrid |
| Specifies the icon that indicates a file. |
| |
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. |
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.PlotSeries |
| 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.LineSeries |
| Sets the fill for this data series. |
| |
fill — Style, class mx.charts.series.BarSeries |
| Sets the fill for this data series. |
| |
fill — Style, class mx.charts.series.AreaSeries |
| 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.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. |
fill — Property, class spark.primitives.supportClasses.FilledElement |
|
The object that defines the properties of the fill. |
fill — Property, class spark.skins.ColorPickerButtonSkin |
| |
fillAlphas — Style, class mx.containers.ApplicationControlBar |
| Alpha values used for the background fill of the container. |
| |
fillAlphas — Style, class mx.controls.scrollClasses.ScrollBar |
| Alphas used for the background fill of controls. |
| |
fillAlphas — Style, class mx.controls.sliderClasses.Slider |
| Specifies the alpha transparency values used for the background fill of components. |
| |
fillAlphas — Style, class mx.controls.Button |
| Alphas used for the background fill of controls. |
| |
fillAlphas — Style, class mx.controls.ComboBox |
| Alphas used for the background fill of controls. |
| |
fillAlphas — Style, class mx.controls.MenuBar |
| Alphas used for the background fill of controls. |
| |
fillColors — Style, class mx.containers.ApplicationControlBar |
| Colors used to tint the background of the container. |
| |
fillColors — Style, class mx.controls.scrollClasses.ScrollBar |
| Colors used to tint the background of the control. |
| |
fillColors — Style, class mx.controls.sliderClasses.Slider |
| Specifies the colors used to tint the background fill of the component. |
| |
fillColors — Style, class mx.controls.Button |
| Colors used to tint the background of the control. |
| |
fillColors — Style, class mx.controls.ComboBox |
| Colors used to tint the background of the control. |
| |
fillColors — Style, class mx.controls.MenuBar |
| Colors used to tint the background of the control. |
| |
FilledElement — class, package spark.primitives.supportClasses |
|
The FilledElement class is the base class for graphics elements that contain a stroke
and a fill. |
FilledElement() — Constructor, class spark.primitives.supportClasses.FilledElement |
|
Constructor. |
filledTrack — Property, class spark.skins.android4.HSliderSkin |
|
HSlider track skin part that
depicts area that is filled
|
filledTrack — Property, class spark.skins.ios7.HSliderSkin |
|
HSlider track skin part that
depicts area that is filled
|
filledTrackSkinClass — Property, class spark.skins.android4.HSliderSkin |
|
Specifies the skin class that will be used for the HSlider track's
filled area. |
filledTrackSkinClass — Property, class spark.skins.ios7.HSliderSkin |
|
Specifies the skin class that will be used for the HSlider track's
filled area. |
fillFromStyle(v:Object) — Static Method , class mx.charts.chartClasses.GraphicsUtilities |
|
Converts a style value into a Fill object. |
fillFunction — Property, class mx.charts.series.AreaSeries |
|
Specifies a method that returns the fill for the current chart item in the series. |
fillFunction — Property, class mx.charts.series.BarSeries |
|
Specifies a method that returns the fill for the current chart item in the series. |
fillFunction — Property, class mx.charts.series.BubbleSeries |
|
Specifies a method that returns the fill for the current chart item in the series. |
fillFunction — Property, class mx.charts.series.CandlestickSeries |
|
Specifies a method that returns the fill for the current chart item in the series. |
fillFunction — Property, class mx.charts.series.ColumnSeries |
|
Specifies a method that returns the fill for the current chart item in the series. |
fillFunction — Property, class mx.charts.series.LineSeries |
|
Specifies a method that returns the fill for the current chart item in the series. |
fillFunction — Property, class mx.charts.series.PieSeries |
|
Specifies a method that returns the fill for the current chart item in the series. |
fillFunction — Property, class mx.charts.series.PlotSeries |
|
Specifies a method that returns the fill for the current chart item in the series. |
fillMode — Property, class mx.graphics.BitmapFill |
|
Determines how the bitmap fills in the dimensions. |
fillMode — Property, class spark.components.Image |
|
Determines how the bitmap fills in the dimensions. |
fillMode — Property, class spark.primitives.BitmapImage |
|
Determines how the bitmap fills in the dimensions. |
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(g:flash.display:Graphics, left:Number, top:Number, right:Number, bottom:Number, fill:Object, ls:Object) — Static Method , class mx.charts.chartClasses.GraphicsUtilities |
|
Fill a rectangle using the provided IFill and IStroke objects. |
fills — Style, class mx.charts.series.ColumnSeries |
| Specifies an Array of fill objects that define the fill for each item in the series. |
| |
fills — Style, class mx.charts.series.PlotSeries |
| Specifies an Array of fill objects that define the fill for each item in the series. |
| |
fills — Style, class mx.charts.series.CandlestickSeries |
| 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.BarSeries |
| 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.BubbleSeries |
| Specifies an Array of fill objects that define the fill for each item in the series. |
| |
filter — Property, class mx.effects.Effect |
|
Specifies an algorithm for filtering targets for an effect. |
filter — Property, interface mx.effects.IEffect |
|
Specifies an algorithm for filtering targets for an effect. |
filterCache(cache:Array, field:String, filteredField:String) — method, class mx.charts.CategoryAxis |
|
Filters a set of values of arbitrary type
to a set of numbers that can be mapped. |
filterCache(cache:Array, field:String, filteredField:String) — method, class mx.charts.DateTimeAxis |
|
Filters a set of values of arbitrary type
to a set of numbers that can be mapped. |
filterCache(cache:Array, field:String, filteredString:String) — method, interface mx.charts.chartClasses.IAxis |
|
Filters a set of values of arbitrary type
to a set of numbers that can be mapped. |
filterCache(cache:Array, field:String, filteredField:String) — method, class mx.charts.chartClasses.NumericAxis |
|
Filters a set of values of arbitrary type
to a set of numbers that can be mapped. |
filterData — Property, class mx.charts.chartClasses.Series |
|
If filterFuction or filterDataValues is set,
filterData is ignored. |
filterDataValues — Property, class mx.charts.chartClasses.Series |
|
If filterFuction is set, filterDataValues and
filterData are ignored. |
filteredCache — Property, class mx.charts.chartClasses.RenderData |
|
The list of ChartItems representing the items
in the series's dataProvider that remain after filtering. |
filterFunction — Property, class mx.charts.chartClasses.Series |
|
Specifies a method that returns the array of chart items in the series
that are to be displayed. |
filterFunction — Property, interface mx.collections.ICollectionView |
|
A function that the view will use to eliminate items that do not
match the function's criteria. |
filterFunction — Property, class mx.collections.ListCollectionView |
|
A function that the view will use to eliminate items that do not
match the function's criteria. |
filterFunction — Property, class mx.controls.FileSystemDataGrid |
|
A callback Function that you can use to perform additional filtering,
after the enumerationMode and extensions
properties have been applied, to determine which files
and subdirectories are displayed and which are hidden. |
filterFunction — Property, class mx.controls.FileSystemList |
|
A callback Function that you can use to perform additional filtering,
after the enumerationMode and extensions
properties have been applied, to determine which files
and subdirectories are displayed and which are hidden. |
filterFunction — Property, class mx.controls.FileSystemTree |
|
A callback Function that you can use to perform additional filtering,
after the enumerationMode and extensions
properties have been applied, to determine which files
and subdirectories are displayed and which are hidden. |
filterFunction — Property, class mx.effects.EffectTargetFilter |
|
A function that defines custom filter logic. |
filterInstance(propChanges:Array, target:Object) — method, class mx.effects.Effect |
|
Determines the logic for filtering out an effect instance. |
filterInstance(propChanges:Array, semanticsProvider:mx.effects:IEffectTargetHost, target:Object) — method, class mx.effects.EffectTargetFilter |
|
Determines whether a target should be filtered, returning true if it should be
included in an effect. |
filterMap — Property, class mx.styles.StyleProxy |
|
A set of string pairs. |
filterProperties — Property, class mx.effects.EffectTargetFilter |
|
An Array of Strings specifying component properties. |
filters — Property, class mx.containers.utilityClasses.PostScaleAdapter |
| |
filters — Property, interface mx.core.IFlexDisplayObject |
| |
filters — Property, class mx.logging.AbstractTarget |
|
In addition to the level setting, filters are used to
provide a psuedo-hierarchical mapping for processing only those events
for a given category. |
filters — Property, interface mx.logging.ILoggingTarget |
|
In addition to the level setting, filters are used to
provide a psuedo-hierarchical mapping for processing only those events
for a given category. |
filters — Property, class spark.primitives.supportClasses.GraphicElement |
|
An indexed array that contains each filter object currently associated with the graphic element. |
filterStyles — Property, class mx.effects.EffectTargetFilter |
|
An Array of Strings specifying style properties. |
finalParcelAdjustment(controller:flashx.textLayout.container:ContainerController) — method, class flashx.textLayout.compose.BaseCompose |
| |
find(value:any) — method, class mx.utils.LinkedList |
|
Searches through all nodes for the given value. |
findAny(values:Object) — method, class mx.collections.HierarchicalCollectionViewCursor |
|
Finds an item with the specified properties within the collection
and positions the cursor to that item. |
findAny(values:Object) — method, interface mx.collections.IViewCursor |
|
Finds an item with the specified properties within the collection
and positions the cursor to that item. |
findAttribute(name:String) — method, interface mx.olap.IOLAPDimension |
|
Returns the attribute with the given name within the dimension. |
findAttribute(name:String) — method, class mx.olap.OLAPDimension |
|
Returns the attribute with the given name within the dimension. |
findCell(coords:flashx.textLayout.elements:CellCoordinates) — method, class flashx.textLayout.elements.TableElement |
|
Finds the cell at the specified cell coordinates or null if no cell is found. |
findChildIndexAtPosition(relativePosition:int) — method, class flashx.textLayout.elements.FlowGroupElement |
|
Given a relative text position, find the index of the first child FlowElement that contains the relative position. |
findChildMember(name:String) — method, interface mx.olap.IOLAPMember |
|
Returns a child of this member with the given name. |
findChildMember(name:String) — method, class mx.olap.OLAPMember |
|
Returns a child of this member with the given name. |
findColorByName(name:Number) — method, class spark.components.ColorPicker |
| |
findCommonHierarchy(t1:mx.olap:OLAPTuple, t2:mx.olap:OLAPTuple) — method, class mx.olap.OLAPSet |
|
Returns the common IOLAPHierarchy instance for two tuples,
or null if the tuples do not share a hierarchy. |
findControllerIndexAtPosition(absolutePosition:int, preferPrevious:Boolean) — method, interface flashx.textLayout.compose.IFlowComposer |
|
Returns the index of the controller containing the content at the specified position. |
findControllerIndexAtPosition(absolutePosition:int, preferPrevious:Boolean) — method, class flashx.textLayout.compose.StandardFlowComposer |
|
Returns the index of the controller containing the content at the specified position. |
findDataPoints(x:Number, y:Number) — method, class mx.charts.chartClasses.ChartBase |
|
Returns an array of HitData objects that describe
the nearest data point to the coordinates passed to the method. |
findDataPoints(x:Number, y:Number, sensitivity2:Number) — method, class mx.charts.chartClasses.ChartElement |
|
Finds the closest data point represented by the element
under the given coordinates. |
findDataPoints(x:Number, y:Number, sensitivity2:Number) — method, interface mx.charts.chartClasses.IChartElement |
|
Returns a HitData object describing the nearest data point
to the coordinates passed to the method. |
findDataPoints(x:Number, y:Number, sensitivity:Number) — method, class mx.charts.series.BubbleSeries |
|
Finds the closest data point represented by the element
under the given coordinates. |
findDataPoints(x:Number, y:Number, sensitivity:Number) — method, class mx.charts.series.CandlestickSeries |
| |
findDimension(name:String) — method, interface mx.olap.IOLAPCube |
|
Returns the dimension with the given name within the OLAP cube. |
findDimension(name:String) — method, class mx.olap.OLAPCube |
|
Returns the dimension with the given name within the OLAP cube. |
findFirst(values:Object) — method, class mx.collections.HierarchicalCollectionViewCursor |
|
Finds the first item with the specified properties within the collection
and positions the cursor to that item. |
findFirst(values:Object) — method, interface mx.collections.IViewCursor |
|
Finds the first item with the specified properties within the collection
and positions the cursor to that item. |
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. |
findHeaderRenderer(pt:flash.geom:Point) — method, class mx.controls.AdvancedDataGrid |
| |
findHeaderRenderer(pt:flash.geom:Point) — method, class mx.controls.AdvancedDataGridBaseEx |
|
A helper method to determine which item renderer is under the mouse. |
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, interface mx.collections.ISort |
|
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(items:Array, values:Object, mode:String, returnInsertionIndex:Boolean, compareFunction:Function) — method, class mx.collections.Sort |
|
Finds the specified object within the specified array (or the insertion
point if asked for), returning the index if found or -1 if not. |
findItem(nativePath:String) — method, class mx.controls.FileSystemDataGrid |
|
Searches the File instances currently displayed in this control
and returns the one with the specified nativePathproperty. |
findItem(nativePath:String) — method, class mx.controls.FileSystemList |
|
Searches the File instances currently displayed in this control
and returns the one with the specified nativePathproperty. |
findItem(nativePath:String) — method, class mx.controls.FileSystemTree |
|
Searches the File instances currently displayed in this control
and returns the one with the specified nativePathproperty. |
findItem(items:Array, values:Object, mode:String, returnInsertionIndex:Boolean, compareFunction:Function) — method, class spark.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. |
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, class mx.collections.HierarchicalCollectionViewCursor |
|
Finds the last item with the specified properties within the collection
and positions the cursor on that item. |
findLast(values:Object) — method, interface mx.collections.IViewCursor |
|
Finds the last item with the specified properties within the collection
and positions the cursor on that item. |
findLeaf(relativePosition:int) — method, class flashx.textLayout.elements.FlowGroupElement |
|
Given a relative text position, find the leaf element that contains the position. |
findLeaf(relativePosition:int) — method, class flashx.textLayout.elements.TableElement |
| |
findLevel(name:String) — method, interface mx.olap.IOLAPHierarchy |
|
Returns the level with the given name within the hierarchy. |
findLevel(name:String) — method, class mx.olap.OLAPHierarchy |
|
Returns the level with the given name within the hierarchy. |
findLineAtPosition(absolutePosition:int, preferPrevious:Boolean) — method, class flashx.textLayout.compose.FlowComposerBase |
|
Returns the TextFlowLine object containing the content at the specified position. |
findLineAtPosition(absolutePosition:int, preferPrevious:Boolean) — method, interface flashx.textLayout.compose.IFlowComposer |
|
Returns the TextFlowLine object containing the content at the specified position. |
findLineIndexAtPosition(absolutePosition:int, preferPrevious:Boolean) — method, class flashx.textLayout.compose.FlowComposerBase |
|
Returns the sequential line number of the TextFlowLine object that contains the content at the specified position. |
findLineIndexAtPosition(absolutePosition:int, preferPrevious:Boolean) — method, interface flashx.textLayout.compose.IFlowComposer |
|
Returns the sequential line number of the TextFlowLine object that contains the content at the specified position. |
findMember(name:String) — method, interface mx.olap.IOLAPDimension |
|
Returns the member with the given name within the dimension. |
findMember(name:String) — method, interface mx.olap.IOLAPHierarchy |
|
Returns the member with the given name within the hierarchy. |
findMember(name:String) — method, interface mx.olap.IOLAPLevel |
|
Returns the members with the given name within the hierarchy. |
findMember(name:String) — method, class mx.olap.OLAPDimension |
|
Returns the member with the given name within the dimension. |
findMember(name:String) — method, class mx.olap.OLAPHierarchy |
|
Returns the member with the given name within the hierarchy. |
findMember(name:String) — method, class mx.olap.OLAPLevel |
|
Returns the members with the given name within the hierarchy. |
findNextAtomBoundary(relativePosition:int) — method, class flashx.textLayout.elements.ParagraphElement |
|
Scans ahead from the supplied position to find the location
in the text of the next atom and returns the index. |
findNextWordBoundary(relativePosition:int) — method, class flashx.textLayout.elements.ParagraphElement |
|
Returns the index of the next word boundary in the text. |
findPreviousAtomBoundary(relativePosition:int) — method, class flashx.textLayout.elements.ParagraphElement |
|
Scans backward from the supplied position to find the location
in the text of the previous atom and returns the index. |
findPreviousWordBoundary(relativePosition:int) — method, class flashx.textLayout.elements.ParagraphElement |
|
Returns the index of the previous word boundary in the text. |
findRenderer(pt:flash.geom:Point, items:Array, info:Array, yy:Number) — method, class mx.controls.AdvancedDataGridBaseEx |
|
A helper method to determine which item renderer is under the mouse. |
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. |
findRowIndex(field:String, value:String, startingIndex:int, patternType:String) — method, class spark.components.DataGrid |
|
This will search through a dataprovider checking the given field and for the given value and return the index for the match. |
findRowIndex(field:String, value:String, startingIndex:int, patternType:String) — method, class spark.components.Grid |
|
This will search through a dataprovider checking the given field and for the given value and return the index for the match. |
findRowIndex(field:String, value:String, startingIndex:int, patternType:String) — method, interface spark.components.supportClasses.IDataProviderEnhance |
|
This will search through a dataprovider checking the given field and for the given value and return the index for the match. |
findRowIndex(field:String, value:String, startingIndex:int, patternType:String) — method, class spark.components.supportClasses.ListBase |
|
This will search through a dataprovider checking the given field and for the given value and return the index for the match. |
findRowIndices(field:String, values:Array, patternType:String) — method, class spark.components.DataGrid |
|
This will search through a dataprovider checking the given field and for the given values and return an array of indices that matched. |
findRowIndices(field:String, values:Array, patternType:String) — method, class spark.components.Grid |
|
This will search through a dataprovider checking the given field and for the given values and return an array of indices that matched. |
findRowIndices(field:String, values:Array, patternType:String) — method, interface spark.components.supportClasses.IDataProviderEnhance |
|
This will search through a dataprovider checking the given field and for the given values and return an array of indexes that matched. |
findRowIndices(field:String, values:Array, patternType:String) — method, class spark.components.supportClasses.ListBase |
|
This will search through a dataprovider checking the given field and for the given values and return an array of indices that matched. |
findSkinParts() — method, class spark.components.supportClasses.SkinnableComponent |
|
Find the skin parts in the skin class and assign them to the properties of the component. |
findSortField(name:String) — method, class mx.controls.AdvancedDataGridBaseEx |
|
Returns the column index corresponding to the field name of a sortable field. |
findString(str:String) — method, class mx.controls.listClasses.AdvancedListBase |
|
Finds an item in the list based on a string
and moves the selection to it. |
findString(str:String) — method, class mx.controls.listClasses.ListBase |
|
Finds an item in the list based on a String,
and moves the selection to it. |
findStyleDeclaration(styleManager:mx.styles:IStyleManager2, name:String) — Static Method , class mx.charts.styles.HaloDefaults |
|
Returns the CSSStyleDeclaration by chasing the chain of styleManagers
if necessary. |
finishComposeLine(curTextLine:flash.text.engine:TextLine, numberLine:flash.text.engine:TextLine) — method, class flashx.textLayout.compose.BaseCompose |
| |
finishController(controller:flashx.textLayout.container:ContainerController) — method, class flashx.textLayout.compose.BaseCompose |
| |
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. |
finishParcel(controller:flashx.textLayout.container:ContainerController, nextParcel:flashx.textLayout.compose:Parcel) — method, class flashx.textLayout.compose.BaseCompose |
| |
finishPrint(obj:Object, target:mx.core:IFlexDisplayObject) — method, class mx.core.UIComponent |
|
Called after printing is complete. |
finishRepeat() — method, class mx.effects.EffectInstance |
|
Called after each iteration of a repeated effect finishes playing. |
finishRepeat() — method, interface mx.effects.IEffectInstance |
|
Called after each iteration of a repeated effect finishes playing. |
FIRST — Constant Static Property, class flashx.textLayout.compose.TextFlowLineLocation |
| Specifies the first line in a paragraph. |
FIRST — Static Property, class mx.collections.CursorBookmark |
|
A bookmark for the first item in an ICollectionView. |
FIRST — Constant Static Property, class mx.states.AddItems |
|
Documentation is not currently available. |
firstBaselineOffset — Style, class spark.components.supportClasses.GroupBase |
| Specifies the baseline position of the first line in the container. |
| |
firstBaselineOffset — Style, class spark.components.supportClasses.SkinnableTextBase |
| Specifies the baseline position of the first line in the container. |
| |
firstBaselineOffset — Style, class spark.components.RichText |
| Specifies the baseline position of the first line in the container. |
| |
firstBaselineOffset — Style, class spark.components.FormHeading |
| Specifies the baseline position of the first line in the container. |
| |
firstBaselineOffset — Style, class spark.components.NumericStepper |
| Specifies the baseline position of the first line in the container. |
| |
firstBaselineOffset — Style, class spark.components.SkinnableContainer |
| Specifies the baseline position of the first line in the container. |
| |
firstBaselineOffset — Style, class spark.components.Scroller |
| Specifies the baseline position of the first line in the container. |
| |
firstBaselineOffset — Style, class spark.components.RichEditableText |
| Specifies the baseline position of the first line in the container. |
| |
firstBaselineOffset — Style, class spark.skins.spark.DefaultItemRenderer |
| Specifies the baseline position of the first line in the container. |
| |
firstBaselineOffset — Property, class flashx.textLayout.container.ContainerController |
|
TextLayoutFormat:
Specifies the baseline position of the first line in the container. |
firstBaselineOffset — Property, class flashx.textLayout.elements.FlowElement |
|
TextLayoutFormat:
Specifies the baseline position of the first line in the container. |
firstBaselineOffset — Property, interface flashx.textLayout.formats.ITextLayoutFormat |
|
Specifies the baseline position of the first line in the container. |
firstBaselineOffset — Property, class flashx.textLayout.formats.TextLayoutFormat |
|
Specifies the baseline position of the first line in the container. |
firstBaselineOffsetProperty — Static Property, class flashx.textLayout.formats.TextLayoutFormat |
| |
firstButton — Skin Part, class spark.components.ButtonBar |
| A skin part that defines the first button. |
|
A skin part that defines the first button. |
firstButton — Property, class spark.skins.android4.ButtonBarSkin |
|
A skin part that defines the first button. |
firstButton — Property, class spark.skins.ios7.ButtonBarSkin |
|
A skin part that defines the first button. |
firstButton — Property, class spark.skins.mobile.ButtonBarSkin |
|
A skin part that defines the first button. |
firstButton — Property, class spark.skins.richTextEditorClasses.AlignToolSkin |
|
A skin part that defines the first button. |
firstButton — Property, class spark.skins.spark.ButtonBarSkin |
|
A skin part that defines the first button. |
firstButtonStyleName — Style, class mx.controls.ButtonBar |
| Name of CSS style declaration that specifies styles for the first button. |
| |
FIRST_CHILD — Constant Static Property, class spark.effects.AddAction |
|
Constant used to specify the position to add the item relative to the
object specified by the relativeTo property. |
firstDayOfWeek — Property, class mx.controls.DateChooser |
|
Number representing the day of the week to display in the
first column of the DateChooser control. |
firstDayOfWeek — Property, class mx.controls.DateField |
|
Day of the week (0-6, where 0 is the first element
of the dayNames Array) to display in the first column
of the DateChooser control. |
firstIndexInView — Property, class spark.components.HGroup |
|
The index of the first column that is part of the layout and within
the layout target's scroll rectangle, or -1 if nothing has been displayed yet. |
firstIndexInView — Property, class spark.components.VGroup |
|
The index of the first layout element that is part of the
layout and within the layout target's scroll rectangle, or -1
if nothing has been displayed yet. |
firstIndexInView — Property, class spark.containers.HDividerGroup |
|
The index of the first layout element that is part of the
layout and within the layout target's scroll rectangle, or -1
if nothing has been displayed yet. |
firstIndexInView — Property, class spark.containers.VDividerGroup |
|
The index of the first layout element that is part of the
layout and within the layout target's scroll rectangle, or -1
if nothing has been displayed yet. |
firstIndexInView — Property, class spark.layouts.HorizontalLayout |
|
The index of the first column that is part of the layout and within
the layout target's scroll rectangle, or -1 if nothing has been displayed yet. |
firstIndexInView — Property, class spark.layouts.VerticalLayout |
|
The index of the first layout element that is part of the
layout and within the layout target's scroll rectangle, or -1
if nothing has been displayed yet. |
firstIndexInView — Property, interface spark.layouts.supportClasses.INavigatorLayout |
|
Comment. |
firstIndexInView — Property, class spark.layouts.supportClasses.NavigatorLayoutBase |
|
firstIndexInView
|
FIRST_INDEX_MODE — Constant Static Property, class mx.collections.Sort |
|
When executing a find return the index for the first matching item. |
FIRST_INDEX_MODE — Constant Static Property, class spark.collections.Sort |
|
When executing a find return the index for the first matching item. |
firstLeaf — Property, class flashx.textLayout.edit.ElementRange |
|
The FlowLeafElement object that contains the start of the range. |
firstParagraph — Property, class flashx.textLayout.edit.ElementRange |
|
The ParagraphElement object that contains the start of the range. |
firstTabStyleName — Style, class mx.containers.TabNavigator |
| Name of CSS style declaration that specifies styles for the first tab. |
| |
firstTabStyleName — Style, class mx.controls.TabBar |
| Name of CSS style declaration that specifies the styles to use for the first tab navigation item. |
| |
firstView — Property, class spark.components.ViewNavigator |
|
Each view in an application corresponds to a View container
class defined in an ActionScript or MXML file. |
firstView — Property, class spark.components.ViewNavigatorApplication |
|
Each view in an application corresponds to a View container
class defined in an ActionScript or MXML file. |
firstViewData — Property, class spark.components.ViewNavigator |
|
The Object to pass to the data property
of the first view when the navigator is initialized. |
firstViewData — Property, class spark.components.ViewNavigatorApplication |
|
The Object to pass to the data property
of the first view when the navigator is initialized. |
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. |
FIT_ANY — Constant Static Property, class flashx.textLayout.elements.OverflowPolicy |
|
Fit the line in the composition area if any part of the line fits. |
FIT_DESCENDERS — Constant Static Property, class flashx.textLayout.elements.OverflowPolicy |
|
Fit the line in the composition area if the area from the top to the baseline fits. |
fitLineToParcel(textLine:flash.text.engine:TextLine, isNewLine:Boolean, numberLine:flash.text.engine:TextLine) — method, class flashx.textLayout.compose.BaseCompose |
| |
fixedThumbSize — Style, class spark.components.supportClasses.ScrollBarBase |
| If true, the thumb's size along the scrollbar's axis will be its preferred size. |
| |
flags — Property, class mx.validators.RegExpValidator |
|
The regular expression flags to use when matching. |
flash.text.ime — package |
| |
flashx.textLayout — package |
| |
flashx.textLayout.compose — package |
| |
flashx.textLayout.container — package |
| |
flashx.textLayout.conversion — package |
| |
flashx.textLayout.edit — package |
| |
flashx.textLayout.elements — package |
| |
flashx.textLayout.events — package |
| |
flashx.textLayout.factory — package |
| |
flashx.textLayout.formats — package |
| |
flashx.textLayout.operations — package |
| |
flashx.textLayout.utils — package |
| |
flashx.undo — package |
| |
FLAT — Constant Static Property, class spark.components.ContentBackgroundAppearance |
|
Applies mask to the contentGroup. |
flatheight — Property, class spark.skins.android4.TextAreaSkin |
| |
flatheight — Property, class spark.skins.android4.TextInputSkin |
| |
flatheight — Property, class spark.skins.android4.supportClasses.StageTextSkinBase |
| |
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. |
flexContextMenu — Property, class mx.core.UIComponent |
|
The context menu for this UIComponent. |
FlexEvent — class, package mx.events |
|
The FlexEvent class represents the event object passed to
the event listener for many Flex events. |
FlexEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class mx.events.FlexEvent |
|
Constructor. |
FlexGlobals — class, package mx.core |
|
A class that contains variables that are global to all applications within
the same ApplicationDomain. |
FlexHTMLLoader — class, package mx.core |
|
FlexHTMLLoader is a subclass of the Player's HTMLLoader class used by the
Flex HTML control. |
FlexHTMLLoader() — Constructor, class mx.core.FlexHTMLLoader |
|
Constructor. |
FlexLoader — class, package mx.core |
|
FlexLoader is a subclass of the Player's Loader class. |
FlexLoader() — Constructor, class mx.core.FlexLoader |
|
Constructor. |
FlexMouseEvent — class, package mx.events |
|
The FlexMouseEvent class represents the event object passed to
the event listener for Flex-specific mouse activity. |
FlexMouseEvent(type:String, bubbles:Boolean, cancelable:Boolean, localX:Number, localY:Number, relatedObject:flash.display:InteractiveObject, ctrlKey:Boolean, altKey:Boolean, shiftKey:Boolean, buttonDown:Boolean, delta:int) — Constructor, class mx.events.FlexMouseEvent |
|
Constructor. |
FlexMovieClip — class, package mx.core |
|
FlexMovieClip is a subclass of the Player's MovieClip class. |
FlexMovieClip() — Constructor, class mx.core.FlexMovieClip |
|
Constructor. |
FlexNativeMenu — class, package mx.controls |
|
The FlexNativeMenu component provides a wrapper for AIR's NativeMenu class. |
FlexNativeMenu() — Constructor, class mx.controls.FlexNativeMenu |
|
Constructor. |
FlexNativeMenuEvent — class, package mx.events |
|
The FlexNativeMenuEvent class represents events that are associated with menu
activities in FlexNativeMenu. |
FlexNativeMenuEvent(type:String, bubbles:Boolean, cancelable:Boolean, nativeMenu:flash.display:NativeMenu, nativeMenuItem:flash.display:NativeMenuItem, item:Object, label:String, index:int) — Constructor, class mx.events.FlexNativeMenuEvent |
|
Constructor. |
FlexNativeWindowBoundsEvent — class, package mx.events |
|
The FlexNativeWindowBoundsEvent is dispatched when the size or location changes for
the NativeWindow that underlies a Window or WindowedApplication component. |
FlexNativeWindowBoundsEvent(type:String, bubbles:Boolean, cancelable:Boolean, beforeBounds:flash.geom:Rectangle, afterBounds:flash.geom:Rectangle) — Constructor, class mx.events.FlexNativeWindowBoundsEvent |
|
Constructor. |
FlexPrintJob — class, package mx.printing |
|
The FlexPrintJob class is a wrapper for the flash.printing.PrintJob class. |
FlexPrintJob() — Constructor, class mx.printing.FlexPrintJob |
|
Constructor. |
FlexPrintJobScaleType — final class, package mx.printing |
|
Values for the scaleType property
of the FlexPrintJob.addObject() method parameter. |
FlexShape — class, package mx.core |
|
FlexShape is a subclass of the Player's Shape class. |
FlexShape() — Constructor, class mx.core.FlexShape |
|
Constructor. |
FlexSimpleButton — class, package mx.core |
|
FlexSimpleButton is a subclass of the Player's SimpleButton class. |
FlexSimpleButton() — Constructor, class mx.core.FlexSimpleButton |
|
Constructor. |
FlexSprite — class, package mx.core |
|
FlexSprite is a subclass of the Player's Sprite class
and the superclass of UIComponent. |
FlexSprite() — Constructor, class mx.core.FlexSprite |
|
Constructor. |
FlexTextField — class, package mx.core |
|
FlexTextField is a subclass of the Player's TextField class
and the superclass of UITextField. |
FlexTextField() — Constructor, class mx.core.FlexTextField |
|
Constructor. |
FlexVersion — class, package mx.core |
|
This class controls the backward-compatibility of the framework. |
FLEX_WINDOW_ACTIVATE — Constant Static Property, class mx.events.FlexEvent |
|
The FlexEvent.FLEX_WINDOW_ACTIVATE constant defines the value of the
type property of the event object for a flexWindowActivate
event. |
FLEX_WINDOW_DEACTIVATE — Constant Static Property, class mx.events.FlexEvent |
|
The FlexEvent.FLEX_WINDOW_DEACTIVATE constant defines the value of the
type property of the event object for a flexWindowDeactivate
event. |
FlipViewTransition — class, package spark.transitions |
|
The FlipViewTransition class performs a simple flip transition for views. |
FlipViewTransition() — Constructor, class spark.transitions.FlipViewTransition |
|
Constructor. |
float — Property, class flashx.textLayout.elements.InlineGraphicElement |
|
Controls the placement of the graphic relative to the text. |
Float — final class, package flashx.textLayout.formats |
|
Defines values for the float property
of the InlineGraphicElement class. |
_floatSlug — Static Property, class flashx.textLayout.compose.BaseCompose |
| |
_flowComposer — Property, class flashx.textLayout.compose.BaseCompose |
| flowComposer of current compose |
flowComposer — Property, class flashx.textLayout.container.ContainerController |
|
Returns the flow composer object that composes and highlights text into the container that this
controller manages. |
flowComposer — Property, class flashx.textLayout.elements.TextFlow |
| Manages the containers for this element. |
FlowComposerBase — class, package flashx.textLayout.compose |
|
The FlowComposerBase class is the base class for Text Layout Framework flow composer classes, which control the
composition of text lines in ContainerController objects. |
FlowComposerBase() — Constructor, class flashx.textLayout.compose.FlowComposerBase |
| Constructor. |
flowComposerClass — Property, class flashx.textLayout.elements.Configuration |
| Specifies the type of flow composer to attach to a new TextFlow object by default. |
flowComposerClass — Property, interface flashx.textLayout.elements.IConfiguration |
| Specifies the type of flow composer to attach to a new TextFlow object by default. |
FlowDamageType — class, package flashx.textLayout.compose |
|
The FlowDamageType class is an enumeration class that defines types of damage for damage methods and events. |
flowElement — Property, class flashx.textLayout.events.FlowElementMouseEvent |
|
The FlowElement that dispatched the event. |
FlowElement — class, package flashx.textLayout.elements |
|
The text in a flow is stored in tree form with the elements of the tree representing logical
divisions within the text. |
FlowElement() — Constructor, class flashx.textLayout.elements.FlowElement |
| Base class - invoking new FlowElement() throws an error exception. |
flowElementClassList — Property, class flashx.textLayout.conversion.ImportExportConfiguration |
| |
flowElementInfoList — Property, class flashx.textLayout.conversion.ImportExportConfiguration |
|
array of FlowElementInfo objects (key = name, value = FlowElementInfo)
|
FlowElementMouseEvent — class, package flashx.textLayout.events |
| A link element dispatches this event when it detects mouse activity. |
FlowElementMouseEvent(type:String, bubbles:Boolean, cancelable:Boolean, flowElement:flashx.textLayout.elements:FlowElement, originalEvent:flash.events:MouseEvent) — Constructor, class flashx.textLayout.events.FlowElementMouseEvent |
|
Creates an event object that contains information about mouse activity. |
FlowElementOperation — class, package flashx.textLayout.operations |
|
The FlowElementOperation class is the base class for operations that transform a FlowElement. |
FlowElementOperation(operationState:flashx.textLayout.edit:SelectionState, targetElement:flashx.textLayout.elements:FlowElement, relativeStart:int, relativeEnd:int) — Constructor, class flashx.textLayout.operations.FlowElementOperation |
|
Creates a FlowElementOperation object. |
FlowGroupElement — class, package flashx.textLayout.elements |
|
The FlowGroupElement class is the base class for FlowElement objects that can have an array of children. |
FlowGroupElement() — Constructor, class flashx.textLayout.elements.FlowGroupElement |
| Base class - invoking new FlowGroupElement() throws an error exception. |
FlowLeafElement — class, package flashx.textLayout.elements |
| Base class for FlowElements that appear at the lowest level of the flow hierarchy. |
FlowLeafElement() — Constructor, class flashx.textLayout.elements.FlowLeafElement |
|
Base class - invoking new FlowLeafElement() throws an error exception. |
flowNS — Property, class flashx.textLayout.conversion.BaseTextLayoutExporter |
| |
FlowOperation — class, package flashx.textLayout.operations |
|
The FlowOperation class is the base class for all Text Layout Framework operations. |
FlowOperation(textFlow:flashx.textLayout.elements:TextFlow) — Constructor, class flashx.textLayout.operations.FlowOperation |
|
Creates the FlowOperation object. |
flowOperationBegin — Event, class flashx.textLayout.container.TextContainerManager |
| |
flowOperationBegin — Event, class flashx.textLayout.elements.TextFlow |
| |
FLOW_OPERATION_BEGIN — Constant Static Property, class flashx.textLayout.events.FlowOperationEvent |
|
Defines the value of the type property of a flowOperationBegin event object. |
flowOperationComplete — Event, class flashx.textLayout.container.TextContainerManager |
| |
flowOperationComplete — Event, class flashx.textLayout.elements.TextFlow |
| |
FLOW_OPERATION_COMPLETE — Constant Static Property, class flashx.textLayout.events.FlowOperationEvent |
|
Defines the value of the type property of a flowOperationComplete event object. |
flowOperationEnd — Event, class flashx.textLayout.container.TextContainerManager |
| |
flowOperationEnd — Event, class flashx.textLayout.elements.TextFlow |
| |
FLOW_OPERATION_END — Constant Static Property, class flashx.textLayout.events.FlowOperationEvent |
|
Defines the value of the type property of a flowOperationEnd event object. |
FlowOperationEvent — class, package flashx.textLayout.events |
| A TextFlow instance dispatches this event just before an operation commences
and again just after an operation completes. |
FlowOperationEvent(type:String, bubbles:Boolean, cancelable:Boolean, operation:flashx.textLayout.operations:FlowOperation, level:int, error:Error) — Constructor, class flashx.textLayout.events.FlowOperationEvent |
| Creates an event object that contains information about a flow operation. |
FlowTextOperation — class, package flashx.textLayout.operations |
|
The FlowTextOperation is the base class for operations that transform a range of text. |
FlowTextOperation(operationState:flashx.textLayout.edit:SelectionState) — Constructor, class flashx.textLayout.operations.FlowTextOperation |
|
Creates the FlowTextOperation object. |
flush() — Static Method , class mx.logging.Log |
|
This method removes all of the current loggers from the cache. |
flushPendingOperations() — method, interface flashx.textLayout.edit.ISelectionManager |
|
Executes any pending FlowOperations. |
flushPendingOperations() — method, class flashx.textLayout.edit.SelectionManager |
| |
focalLength — Property, class spark.effects.AnimateTransform3D |
|
The distance between the eye or the viewpoint's origin (0,0,0)
and the display object located in the z axis. |
focalLength — Property, class spark.layouts.supportClasses.PerspectiveAnimationNavigatorLayoutBase |
|
focalLength
|
focalLength — Property, class spark.layouts.supportClasses.PerspectiveNavigatorLayoutBase |
| |
focalPointRatio — Property, class mx.graphics.RadialGradient |
|
Sets the location of the start of the radial fill. |
focalPointRatio — Property, class mx.graphics.RadialGradientStroke |
|
Sets the location of the start of the radial fill. |
focusAlpha — Style, class mx.containers.TabNavigator |
| Specifies the alpha transparency value of the focus skin. |
| |
focusAlpha — Style, class mx.controls.listClasses.AdvancedListBase |
| Specifies the alpha transparency value of the focus skin. |
| |
focusAlpha — Style, class mx.controls.ColorPicker |
| 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.TextInput |
| Specifies the alpha transparency value of the focus skin. |
| |
focusAlpha — Style, class mx.controls.ComboBox |
| Specifies the alpha transparency value of the focus skin. |
| |
focusAlpha — Style, class mx.controls.NumericStepper |
| 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.DateField |
| Specifies the alpha transparency value of the focus skin. |
| |
focusAlpha — Style, class mx.core.ScrollControlBase |
| Specifies the alpha transparency value of the focus skin. |
| |
focusAlpha — Style, class spark.components.supportClasses.SliderBase |
| The alpha of the focus ring for this component. |
| |
focusAlpha — Style, class spark.components.supportClasses.ButtonBase |
| The alpha of the focus ring for this component. |
| |
focusAlpha — Style, class spark.components.supportClasses.SkinnableTextBase |
| The alpha of the focus ring for this component. |
| |
focusAlpha — Style, class spark.components.SkinnableDataContainer |
| The alpha of the focus ring for this component. |
| |
focusAlpha — Style, class spark.components.Spinner |
| The alpha of the focus ring for this component. |
| |
focusAlpha — Style, class spark.components.DataNavigator |
| The alpha of the focus ring for this component. |
| |
focusBlendMode — Style, class mx.core.UIComponent |
| Blend mode used by the focus rectangle. |
| |
focusChangeHandler(event:flash.events:FocusEvent) — method, class flashx.textLayout.container.ContainerController |
|
Processes the FocusEvent.KEY_FOCUS_CHANGE and FocusEvent.MOUSE_FOCUS_CHANGE events
when the client manages events. |
focusChangeHandler(event:flash.events:FocusEvent) — method, class flashx.textLayout.container.TextContainerManager |
|
Processes the FocusEvent.KEY_FOCUS_CHANGE and FocusEvent.MOUSE_FOCUS_CHANGE events
when the client manages events. |
focusChangeHandler(event:flash.events:FocusEvent) — method, interface flashx.textLayout.edit.IInteractionEventHandler |
|
Processes a focusChange event. |
focusChangeHandler(event:flash.events:FocusEvent) — method, class flashx.textLayout.edit.SelectionManager |
|
Processes a focusChange event. |
focusColor — Style, class mx.charts.Legend |
| Color of focus ring when the component is in focus. |
| |
focusColor — Style, class mx.controls.sliderClasses.Slider |
| Color of focus ring when the component is in focus. |
| |
focusColor — Style, class mx.controls.Button |
| Color of focus ring when the component is in focus. |
| |
focusColor — Style, class mx.controls.TextInput |
| Color of focus ring when the component is in focus. |
| |
focusColor — Style, class mx.controls.NumericStepper |
| Color of focus ring when the component is in focus. |
| |
focusColor — Style, class mx.controls.ComboBase |
| Color of focus ring when the component is in focus. |
| |
focusColor — Style, class mx.controls.DateChooser |
| Color of focus ring when the component is in focus. |
| |
focusColor — Style, class mx.core.ScrollControlBase |
| Color of focus ring when the component is in focus. |
| |
focusColor — Style, class mx.core.Container |
| Color of focus ring when the component is in focus. |
| |
focusColor — Style, class spark.components.supportClasses.SliderBase |
| |
| |
focusColor — Style, class spark.components.supportClasses.GroupBase |
| Color of focus ring when the component is in focus. |
| |
focusColor — Style, class spark.components.supportClasses.ButtonBase |
| Color of focus ring when the component is in focus. |
| |
focusColor — Style, class spark.components.supportClasses.SkinnableTextBase |
| Color of focus ring when the component is in focus. |
| |
focusColor — Style, class spark.components.ActionBar |
| Color of focus ring when the component is in focus. |
| |
focusColor — Style, class spark.components.SkinnableContainer |
| Color of focus ring when the component is in focus. |
| |
focusColor — Style, class spark.components.SkinnableDataContainer |
| Color of focus ring when the component is in focus. |
| |
focusColor — Style, class spark.components.Scroller |
| Color of focus ring when the component is in focus. |
| |
focusColor — Style, class spark.components.Spinner |
| Color of focus ring when the component is in focus. |
| |
focusColor — Style, class spark.components.DataNavigator |
| Color of focus ring when the component is in focus. |
| |
focusColor — Style, class spark.components.LabelItemRenderer |
| Color of focus ring when the component is in focus. |
| |
focusColor — Style, class spark.components.RichTextEditor |
| |
| |
focusColor — Style, class spark.containers.Navigator |
| Color of focus ring when the component is in focus. |
| |
focusColor — Style, class spark.skins.spark.DefaultItemRenderer |
| Color of focus ring when the component is in focus. |
| |
focused — Property, interface flashx.textLayout.edit.ISelectionManager |
|
Indicates whether a container in the text flow has the focus. |
focused — Property, class flashx.textLayout.edit.SelectionManager |
|
Indicates whether a container in the text flow has the focus. |
FOCUSED — Constant Static Property, class mx.charts.ChartItem |
|
Value that indicates the ChartItem has focus but does not appear to be selected. |
focusedCellSelectionFormat — Property, interface flashx.textLayout.edit.ISelectionManager |
|
The SelectionFormat object used to draw cell selections in a focused container. |
focusedCellSelectionFormat — Property, class flashx.textLayout.edit.SelectionManager |
|
The SelectionFormat object used to draw cell selections in a focused container. |
FOCUSEDSELECTED — Constant Static Property, class mx.charts.ChartItem |
|
Value that indicates the ChartItem appears to have focus and appears to be selected. |
focusedSelectionFormat — Property, interface flashx.textLayout.edit.ISelectionManager |
|
The SelectionFormat object used to draw the selection in a focused container. |
focusedSelectionFormat — Property, class flashx.textLayout.edit.SelectionManager |
|
The SelectionFormat object used to draw the selection in a focused container. |
focusedSelectionFormat — Property, class flashx.textLayout.elements.Configuration |
|
The initial selection format (SelectionFormat) for a text flow (TextFlow) when its window has focus. |
focusedSelectionFormat — Property, interface flashx.textLayout.elements.IConfiguration |
|
The initial selection format (SelectionFormat) for a text flow (TextFlow) when its window has focus. |
focusedTextSelectionColor — Style, class spark.components.supportClasses.GroupBase |
| The color of text when the component is enabled and has focus. |
| |
focusedTextSelectionColor — Style, class spark.components.supportClasses.SkinnableTextBase |
| The color of text when the component is enabled and has focus. |
| |
focusedTextSelectionColor — Style, class spark.components.NumericStepper |
| The color of text when the component is enabled and has focus. |
| |
focusedTextSelectionColor — Style, class spark.components.SkinnableContainer |
| The color of text when the component is enabled and has focus. |
| |
focusedTextSelectionColor — Style, class spark.components.Scroller |
| The color of text when the component is enabled and has focus. |
| |
focusedTextSelectionColor — Style, class spark.components.RichEditableText |
| The color of text when the component is enabled and has focus. |
| |
focusedTextSelectionColor — Style, class spark.skins.spark.DefaultItemRenderer |
| The color of text when the component is enabled and has focus. |
| |
focusEnabled — Property, class mx.core.FlexHTMLLoader |
|
A flag that indicates whether the component can receive focus when selected. |
focusEnabled — Property, class mx.core.UIComponent |
|
Indicates whether the component can receive focus when tabbed to. |
focusEnabled — Property, interface mx.managers.IFocusManagerComponent |
|
A flag that indicates whether the component can receive focus when selected. |
focusEnabled — Property, class spark.components.supportClasses.StyleableTextField |
|
Indicates whether the component can receive focus when tabbed to. |
focusEnabled — Property, interface spark.core.IEditableText |
|
Indicates whether the component can receive focus when tabbed to. |
focusIn — Event, class spark.components.supportClasses.ScrollableStageText |
|
Dispatched after the native text control gains focus. |
focusIn — Event, class spark.components.supportClasses.StyleableStageText |
|
Dispatched after the native text control gains focus. |
focusInEffect — Effect, class mx.core.UIComponent |
|
Played when the component gains keyboard focus.
|
focusInHandler(event:flash.events:FocusEvent) — method, class flashx.textLayout.container.ContainerController |
| Processes the FocusEvent.FOCUS_IN event when the client manages events. |
focusInHandler(event:flash.events:FocusEvent) — method, class flashx.textLayout.container.TextContainerManager |
| Process a focusIn event. |
focusInHandler(event:flash.events:FocusEvent) — method, interface flashx.textLayout.edit.IInteractionEventHandler |
|
Processes a focusIn event. |
focusInHandler(event:flash.events:FocusEvent) — method, class flashx.textLayout.edit.SelectionManager |
|
Processes a focusIn event. |
focusInHandler(event:flash.events:FocusEvent) — method, class mx.core.UIComponent |
|
The event handler called when a UIComponent object gets focus. |
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 spark.components.supportClasses.ScrollableStageText |
|
Dispatched after the native text control loses focus. |
focusOut — Event, class spark.components.supportClasses.StyleableStageText |
|
Dispatched after the native text control loses focus. |
focusOutEffect — Effect, class mx.core.UIComponent |
|
Played when the component loses keyboard focus.
|
focusOutHandler(event:flash.events:FocusEvent) — method, class flashx.textLayout.container.ContainerController |
| Processes the FocusEvent.FOCUS_OUT event when the client manages events. |
focusOutHandler(event:flash.events:FocusEvent) — method, class flashx.textLayout.container.TextContainerManager |
| Processes the FocusEvent.FOCUS_OUT event when the client manages events. |
focusOutHandler(event:flash.events:FocusEvent) — method, interface flashx.textLayout.edit.IInteractionEventHandler |
|
Processes a focusOut event. |
focusOutHandler(event:flash.events:FocusEvent) — method, class flashx.textLayout.edit.SelectionManager |
|
Processes a focusOut event. |
focusOutHandler(event:flash.events:FocusEvent) — method, class mx.core.UIComponent |
|
The event handler called when a UIComponent object loses focus. |
focusPane — Property, class mx.containers.utilityClasses.PostScaleAdapter |
|
A single Sprite object that is shared among components
and used as an overlay for drawing the focus indicator. |
focusPane — Property, interface mx.core.IUIComponent |
|
A single Sprite object that is shared among components
and used as an overlay for drawing the focus indicator. |
focusPane — Property, class mx.core.UIComponent |
|
The focus pane associated with this object. |
focusPane — Property, class mx.core.UIFTETextField |
|
A single Sprite object that is shared among components
and used as an overlay for drawing the focus indicator. |
focusPane — Property, class mx.core.UITextField |
|
A single Sprite object that is shared among components
and used as an overlay for drawing the focus indicator. |
focusPane — Property, class mx.managers.FocusManager |
|
A single Sprite that is moved from container to container
as the focus moves to those containers. |
focusPane — Property, interface mx.managers.IFocusManager |
|
A single Sprite that is moved from container to container
as the focus moves to those containers. |
focusPane — Property, interface mx.managers.ISystemManager |
|
A single Sprite shared among components used as an overlay for drawing focus. |
focusPane — Property, class mx.managers.SystemManager |
|
The focus pane associated with this object. |
focusPane — Property, class mx.managers.WindowedSystemManager |
|
The focus pane associated with this object. |
FOCUS_PANE — Constant Static Property, class spark.components.supportClasses.OverlayDepth |
|
The overlay depth for a focus pane. |
focusRect — Property, interface mx.core.IContainer |
| |
focusRect — Property, interface mx.core.IUITextField |
| |
FocusRequestDirection — final class, package mx.events |
|
The FocusDirection class defines the constant values for the direction
focus may be moved in. |
focusRoundedCorners — Style, class mx.containers.TabNavigator |
| Specifies which corners of the focus rectangle should be rounded. |
| |
focusRoundedCorners — Style, class mx.controls.listClasses.AdvancedListBase |
| Specifies which corners of the focus rectangle should be rounded. |
| |
focusRoundedCorners — Style, class mx.controls.ColorPicker |
| 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.TextInput |
| Specifies which corners of the focus rectangle should be rounded. |
| |
focusRoundedCorners — Style, class mx.controls.ComboBox |
| Specifies which corners of the focus rectangle should be rounded. |
| |
focusRoundedCorners — Style, class mx.controls.NumericStepper |
| 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.DateField |
| Specifies which corners of the focus rectangle should be rounded. |
| |
focusRoundedCorners — Style, class mx.core.ScrollControlBase |
| Specifies which corners of the focus rectangle should be rounded. |
| |
focusSkin — Style, class mx.core.UIComponent |
| Skin used to draw the focus rectangle. |
| |
FocusSkin — class, package spark.skins.spark |
|
Defines the "glow" around Spark components when the component has focus. |
FocusSkin() — Constructor, class spark.skins.spark.FocusSkin |
|
Constructor. |
focusSkinExclusions — Property, class spark.components.supportClasses.Skin |
|
List of id's of items that should be excluded when rendering the focus ring. |
focusSkinExclusions — Property, class spark.skins.ActionScriptSkinBase |
|
List of IDs of items that should be excluded when rendering the focus ring. |
focusSkinExclusions — Property, class spark.skins.android4.CheckBoxSkin |
|
List of IDs of items that should be excluded when rendering the focus ring. |
focusSkinExclusions — Property, class spark.skins.ios7.CheckBoxSkin |
|
List of IDs of items that should be excluded when rendering the focus ring. |
focusSkinExclusions — Property, class spark.skins.mobile.CheckBoxSkin |
|
List of IDs of items that should be excluded when rendering the focus ring. |
focusThickness — Style, class mx.core.UIComponent |
| Thickness, in pixels, of the focus rectangle outline. |
| |
focusThickness — Style, class spark.components.SkinnableDataContainer |
| Thickness, in pixels, of the focus rectangle outline. |
| |
focusThickness — Style, class spark.components.DataNavigator |
| Thickness, in pixels, of the focus rectangle outline. |
| |
folderClosedIcon — Style, class mx.controls.Tree |
| Specifies the folder closed icon for a branch item of the tree. |
| |
folderClosedIcon — Style, class mx.controls.AdvancedDataGrid |
| Specifies the folder closed 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. |
| |
folderOpenIcon — Style, class mx.controls.AdvancedDataGrid |
| Specifies the folder open icon for a branch node of the navigation tree. |
| |
fontAntiAliasType — Style, class mx.charts.chartClasses.ChartBase |
| 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.chartClasses.DataTip |
| Sets the antiAliasType property of internal TextFields. |
| |
fontAntiAliasType — Style, class mx.charts.series.ColumnSeries |
| Sets the antiAliasType property of internal TextFields. |
| |
fontAntiAliasType — Style, class mx.charts.series.BarSeries |
| 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.Legend |
| 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.charts.LegendItem |
| 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.ToolTip |
| 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.Label |
| 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.TextInput |
| 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.NumericStepper |
| 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.ProgressBar |
| 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.DateField |
| Sets the antiAliasType property of internal TextFields. |
| |
fontAntiAliasType — Style, class mx.core.ScrollControlBase |
| Sets the antiAliasType property of internal TextFields. |
| |
fontAntiAliasType — Style, class mx.core.UITextField |
| Sets the antiAliasType property of internal TextFields. |
| |
fontAntiAliasType — Style, class mx.core.Container |
| Sets the antiAliasType property of internal TextFields. |
| |
FontAsset — class, package mx.core |
|
FontAsset is a subclass of the flash.text.Font class
which represents fonts that you embed in a Flex application. |
FontAsset() — Constructor, class mx.core.FontAsset |
|
Constructor. |
fontContext — Property, class mx.containers.Panel |
|
The module factory that provides the font context for this component. |
fontContext — Property, class mx.controls.Button |
|
The module factory that provides the font context for this component. |
fontContext — Property, class mx.controls.Label |
|
The module factory that provides the font context for this component. |
fontContext — Property, class mx.controls.MXFTETextInput |
|
The module factory that provides the font context for this component. |
fontContext — Property, class mx.controls.TextInput |
|
The module factory that provides the font context for this component. |
fontContext — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridBase |
|
The module factory that provides the font context for this component. |
fontContext — Property, class mx.controls.dataGridClasses.DataGridBase |
|
The module factory that provides the font context for this component. |
fontContext — Property, class mx.controls.listClasses.ListItemRenderer |
|
The module factory that provides the font context for this component. |
fontContext — Property, class mx.core.FTETextField |
|
The IFlexModuleFactory instance that FTETextField
uses for creating TextLine objects. |
fontContext — Property, interface mx.core.IFontContextComponent |
|
The module factory that provides the font context for this component. |
fontFamily — Property, class flashx.textLayout.container.ContainerController |
|
TextLayoutFormat:
The name of the font to use, or a comma-separated list of font names. |
fontFamily — Property, class flashx.textLayout.elements.FlowElement |
|
TextLayoutFormat:
The name of the font to use, or a comma-separated list of font names. |
fontFamily — Property, interface flashx.textLayout.formats.ITextLayoutFormat |
|
The name of the font to use, or a comma-separated list of font names. |
fontFamily — Property, class flashx.textLayout.formats.TextLayoutFormat |
|
The name of the font to use, or a comma-separated list of font names. |
fontFamily — Style, class mx.charts.chartClasses.ChartBase |
| Name of the font to use. |
| |
fontFamily — Style, class mx.charts.chartClasses.CartesianChart |
| Name of the font to use. |
| |
fontFamily — Style, class mx.charts.chartClasses.DataTip |
| Name of the font to use. |
| |
fontFamily — Style, class mx.charts.series.ColumnSeries |
| Name of the font to use. |
| |
fontFamily — Style, class mx.charts.series.BarSeries |
| Name of the font to use. |
| |
fontFamily — Style, class mx.charts.series.PieSeries |
| Name of the font to use. |
| |
fontFamily — Style, class mx.charts.Legend |
| 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.charts.LegendItem |
| 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.ToolTip |
| Name of the font to use. |
| |
fontFamily — Style, class mx.controls.ColorPicker |
| Name of the font to use. |
| |
fontFamily — Style, class mx.controls.Label |
| Name of the font to use. |
| |
fontFamily — Style, class mx.controls.Button |
| Name of the font to use. |
| |
fontFamily — Style, class mx.controls.TextInput |
| Name of the font to use. |
| |
fontFamily — Style, class mx.controls.ComboBox |
| Name of the font to use. |
| |
fontFamily — Style, class mx.controls.NumericStepper |
| Name of the font to use. |
| |
fontFamily — Style, class mx.controls.MenuBar |
| Name of the font to use. |
| |
fontFamily — Style, class mx.controls.ProgressBar |
| Name of the font to use. |
| |
fontFamily — Style, class mx.controls.DateChooser |
| Name of the font to use. |
| |
fontFamily — Style, class mx.controls.DateField |
| Name of the font to use. |
| |
fontFamily — Style, class mx.core.ScrollControlBase |
| Name of the font to use. |
| |
fontFamily — Style, class mx.core.UITextField |
| Name of the font to use. |
| |
fontFamily — Style, class mx.core.Container |
| Name of the font to use. |
| |
fontFamily — Style, class spark.components.supportClasses.SliderBase |
| The name of the font to use, or a comma-separated list of font names. |
| |
fontFamily — Style, class spark.components.supportClasses.GroupBase |
| The name of the font to use, or a comma-separated list of font names. |
| |
fontFamily — Style, class spark.components.supportClasses.ButtonBase |
| The name of the font to use, or a comma-separated list of font names. |
| |
fontFamily — Style, class spark.components.supportClasses.StyleableStageText |
| Name of the font to use. |
| |
fontFamily — Style, class spark.components.supportClasses.SkinnableTextBase |
| The name of the font to use, or a comma-separated list of font names. |
| |
fontFamily — Style, class spark.components.supportClasses.StyleableTextField |
| Name of the font to use. |
| |
fontFamily — Style, class spark.components.supportClasses.ScrollableStageText |
| Name of the font to use. |
| |
fontFamily — Style, class spark.components.Label |
| The name of the font to use, or a comma-separated list of font names. |
| |
fontFamily — Style, class spark.components.RichText |
| The name of the font to use, or a comma-separated list of font names. |
| |
fontFamily — Style, class spark.components.ActionBar |
| Name of the font to use. |
| |
fontFamily — Style, class spark.components.FormHeading |
| The name of the font to use, or a comma-separated list of font names. |
| |
fontFamily — Style, class spark.components.NumericStepper |
| The name of the font to use, or a comma-separated list of font names. |
| |
fontFamily — Style, class spark.components.SkinnableContainer |
| The name of the font to use, or a comma-separated list of font names. |
| |
fontFamily — Style, class spark.components.SkinnableDataContainer |
| The name of the font to use, or a comma-separated list of font names. |
| |
fontFamily — Style, class spark.components.Scroller |
| The name of the font to use, or a comma-separated list of font names. |
| |
fontFamily — Style, class spark.components.DateSpinner |
| Name of the font to use. |
| |
fontFamily — Style, class spark.components.DataGrid |
| The name of the font to use, or a comma-separated list of font names. |
| |
fontFamily — Style, class spark.components.RichEditableText |
| The name of the font to use, or a comma-separated list of font names. |
| |
fontFamily — Style, class spark.components.LabelItemRenderer |
| Name of the font to use. |
| |
fontFamily — Style, class spark.components.VideoPlayer |
| The name of the font to use, or a comma-separated list of font names. |
| |
fontFamily — Style, class spark.skins.spark.DefaultItemRenderer |
| The name of the font to use, or a comma-separated list of font names. |
| |
fontFamily — Style, class spark.skins.spark.DefaultGridItemRenderer |
| The name of the font to use, or a comma-separated list of font names. |
| |
fontFamily — Property, class mx.controls.textClasses.TextRange |
|
Name of the font for text in the range. |
fontFamilyProperty — Static Property, class flashx.textLayout.formats.TextLayoutFormat |
| |
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.CartesianChart |
| Sets the gridFitType property of internal TextFields that represent text in Flex controls. |
| |
fontGridFitType — Style, class mx.charts.chartClasses.DataTip |
| Sets the gridFitType property of internal TextFields that represent text in Flex controls. |
| |
fontGridFitType — Style, class mx.charts.series.ColumnSeries |
| Sets the gridFitType property of internal TextFields that represent text in Flex controls. |
| |
fontGridFitType — Style, class mx.charts.series.BarSeries |
| 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.Legend |
| 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.charts.LegendItem |
| 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.ToolTip |
| 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.Label |
| 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.TextInput |
| 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.NumericStepper |
| 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.ProgressBar |
| 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.DateField |
| Sets the gridFitType property of internal TextFields that represent text in Flex controls. |
| |
fontGridFitType — Style, class mx.core.ScrollControlBase |
| Sets the gridFitType property of internal TextFields that represent text in Flex controls. |
| |
fontGridFitType — Style, class mx.core.UITextField |
| Sets the gridFitType property of internal TextFields that represent text in Flex controls. |
| |
fontGridFitType — Style, class mx.core.Container |
| Sets the gridFitType property of internal TextFields that represent text in Flex controls. |
| |
fontLookup — Property, class flashx.textLayout.container.ContainerController |
|
TextLayoutFormat:
Font lookup to use. |
fontLookup — Property, class flashx.textLayout.elements.FlowElement |
|
TextLayoutFormat:
Font lookup to use. |
fontLookup — Property, interface flashx.textLayout.formats.ITextLayoutFormat |
|
Font lookup to use. |
fontLookup — Property, class flashx.textLayout.formats.TextLayoutFormat |
|
Font lookup to use. |
fontLookup — Style, class spark.components.supportClasses.SliderBase |
| Font lookup to use. |
| |
fontLookup — Style, class spark.components.supportClasses.GroupBase |
| Font lookup to use. |
| |
fontLookup — Style, class spark.components.supportClasses.ButtonBase |
| Font lookup to use. |
| |
fontLookup — Style, class spark.components.supportClasses.SkinnableTextBase |
| Font lookup to use. |
| |
fontLookup — Style, class spark.components.Label |
| Font lookup to use. |
| |
fontLookup — Style, class spark.components.RichText |
| Font lookup to use. |
| |
fontLookup — Style, class spark.components.FormHeading |
| Font lookup to use. |
| |
fontLookup — Style, class spark.components.NumericStepper |
| Font lookup to use. |
| |
fontLookup — Style, class spark.components.SkinnableContainer |
| Font lookup to use. |
| |
fontLookup — Style, class spark.components.SkinnableDataContainer |
| Font lookup to use. |
| |
fontLookup — Style, class spark.components.Scroller |
| Font lookup to use. |
| |
fontLookup — Style, class spark.components.DataGrid |
| Font lookup to use. |
| |
fontLookup — Style, class spark.components.RichEditableText |
| Font lookup to use. |
| |
fontLookup — Style, class spark.components.VideoPlayer |
| Font lookup to use. |
| |
fontLookup — Style, class spark.skins.spark.DefaultItemRenderer |
| Font lookup to use. |
| |
fontLookupProperty — Static Property, class flashx.textLayout.formats.TextLayoutFormat |
| |
fontMapperFunction — Static Property, class flashx.textLayout.elements.GlobalSettings |
|
Specifies the callback used for font mapping. |
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.CartesianChart |
| Sets the sharpness property of internal TextFields that represent text in Flex controls. |
| |
fontSharpness — Style, class mx.charts.chartClasses.DataTip |
| Sets the sharpness property of internal TextFields that represent text in Flex controls. |
| |
fontSharpness — Style, class mx.charts.series.ColumnSeries |
| Sets the sharpness property of internal TextFields that represent text in Flex controls. |
| |
fontSharpness — Style, class mx.charts.series.BarSeries |
| 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.Legend |
| 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.charts.LegendItem |
| 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.ToolTip |
| 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.Label |
| 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.TextInput |
| 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.NumericStepper |
| 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.ProgressBar |
| 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.DateField |
| Sets the sharpness property of internal TextFields that represent text in Flex controls. |
| |
fontSharpness — Style, class mx.core.ScrollControlBase |
| Sets the sharpness property of internal TextFields that represent text in Flex controls. |
| |
fontSharpness — Style, class mx.core.UITextField |
| Sets the sharpness property of internal TextFields that represent text in Flex controls. |
| |
fontSharpness — Style, class mx.core.Container |
| Sets the sharpness property of internal TextFields that represent text in Flex controls. |
| |
fontSize — Property, class flashx.textLayout.container.ContainerController |
|
TextLayoutFormat:
The size of the text in pixels. |
fontSize — Property, class flashx.textLayout.elements.FlowElement |
|
TextLayoutFormat:
The size of the text in pixels. |
fontSize — Property, interface flashx.textLayout.formats.ITextLayoutFormat |
|
The size of the text in pixels. |
fontSize — Property, class flashx.textLayout.formats.TextLayoutFormat |
|
The size of the text in pixels. |
fontSize — Style, class mx.charts.chartClasses.ChartBase |
| Height of the text, in pixels. |
| |
fontSize — Style, class mx.charts.chartClasses.CartesianChart |
| Height of the text, in pixels. |
| |
fontSize — Style, class mx.charts.chartClasses.DataTip |
| Height of the text, in pixels. |
| |
fontSize — Style, class mx.charts.series.ColumnSeries |
| Height of the text, in pixels. |
| |
fontSize — Style, class mx.charts.series.BarSeries |
| Height of the text, in pixels. |
| |
fontSize — Style, class mx.charts.series.PieSeries |
| Height of the text, in pixels. |
| |
fontSize — Style, class mx.charts.Legend |
| 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.charts.LegendItem |
| 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.ToolTip |
| Height of the text, in pixels. |
| |
fontSize — Style, class mx.controls.ColorPicker |
| Height of the text, in pixels. |
| |
fontSize — Style, class mx.controls.Label |
| Height of the text, in pixels. |
| |
fontSize — Style, class mx.controls.Button |
| Height of the text, in pixels. |
| |
fontSize — Style, class mx.controls.TextInput |
| Height of the text, in pixels. |
| |
fontSize — Style, class mx.controls.ComboBox |
| Height of the text, in pixels. |
| |
fontSize — Style, class mx.controls.NumericStepper |
| Height of the text, in pixels. |
| |
fontSize — Style, class mx.controls.MenuBar |
| Height of the text, in pixels. |
| |
fontSize — Style, class mx.controls.ProgressBar |
| Height of the text, in pixels. |
| |
fontSize — Style, class mx.controls.DateChooser |
| Height of the text, in pixels. |
| |
fontSize — Style, class mx.controls.DateField |
| Height of the text, in pixels. |
| |
fontSize — Style, class mx.core.ScrollControlBase |
| Height of the text, in pixels. |
| |
fontSize — Style, class mx.core.UITextField |
| Height of the text, in pixels. |
| |
fontSize — Style, class mx.core.Container |
| Height of the text, in pixels. |
| |
fontSize — Style, class spark.components.supportClasses.GroupBase |
| Height of the text, in pixels. |
| |
fontSize — Style, class spark.components.supportClasses.ButtonBase |
| Height of the text, in pixels. |
| |
fontSize — Style, class spark.components.supportClasses.StyleableStageText |
| Height of the text, in pixels. |
| |
fontSize — Style, class spark.components.supportClasses.SkinnableTextBase |
| Height of the text, in pixels. |
| |
fontSize — Style, class spark.components.supportClasses.StyleableTextField |
| Height of the text, in pixels. |
| |
fontSize — Style, class spark.components.supportClasses.ScrollableStageText |
| Height of the text, in pixels. |
| |
fontSize — Style, class spark.components.Label |
| Height of the text, in pixels. |
| |
fontSize — Style, class spark.components.RichText |
| Height of the text, in pixels. |
| |
fontSize — Style, class spark.components.ActionBar |
| Height of the text, in pixels. |
| |
fontSize — Style, class spark.components.FormHeading |
| Height of the text, in pixels. |
| |
fontSize — Style, class spark.components.NumericStepper |
| Height of the text, in pixels. |
| |
fontSize — Style, class spark.components.SkinnableContainer |
| Height of the text, in pixels. |
| |
fontSize — Style, class spark.components.SkinnableDataContainer |
| Height of the text, in pixels. |
| |
fontSize — Style, class spark.components.Scroller |
| Height of the text, in pixels. |
| |
fontSize — Style, class spark.components.DateSpinner |
| Height of the text, in pixels. |
| |
fontSize — Style, class spark.components.DataGrid |
| Height of the text, in pixels. |
| |
fontSize — Style, class spark.components.RichEditableText |
| Height of the text, in pixels. |
| |
fontSize — Style, class spark.components.LabelItemRenderer |
| Height of the text, in pixels. |
| |
fontSize — Style, class spark.components.VideoPlayer |
| Height of the text, in pixels. |
| |
fontSize — Style, class spark.skins.spark.DefaultItemRenderer |
| Height of the text, in pixels. |
| |
fontSize — Style, class spark.skins.spark.DefaultGridItemRenderer |
| Height of the text, in pixels. |
| |
fontSize — Property, class mx.controls.textClasses.TextRange |
|
Point size of the text in the range. |
fontSize — Property, class spark.skins.mobile.supportClasses.HSliderDataTip |
|
Font size for the ToolTip text. |
fontSizeProperty — Static Property, class flashx.textLayout.formats.TextLayoutFormat |
| |
fontSizeToolTip — Property, class mx.controls.RichTextEditor |
|
The ToolTip that appears when the user hovers over the font size drop-down list. |
fontStyle — Property, class flashx.textLayout.container.ContainerController |
|
TextLayoutFormat:
Style of text. |
fontStyle — Property, class flashx.textLayout.elements.FlowElement |
|
TextLayoutFormat:
Style of text. |
fontStyle — Property, interface flashx.textLayout.formats.ITextLayoutFormat |
|
Style of text. |
fontStyle — Property, class flashx.textLayout.formats.TextLayoutFormat |
|
Style of text. |
fontStyle — Style, class mx.charts.chartClasses.ChartBase |
| 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.chartClasses.DataTip |
| Determines whether the text is italic font. |
| |
fontStyle — Style, class mx.charts.series.ColumnSeries |
| Determines whether the text is italic font. |
| |
fontStyle — Style, class mx.charts.series.BarSeries |
| 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.Legend |
| 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.charts.LegendItem |
| 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.ToolTip |
| 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.Label |
| 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.TextInput |
| 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.NumericStepper |
| 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.ProgressBar |
| 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.DateField |
| Determines whether the text is italic font. |
| |
fontStyle — Style, class mx.core.ScrollControlBase |
| Determines whether the text is italic font. |
| |
fontStyle — Style, class mx.core.UITextField |
| Determines whether the text is italic font. |
| |
fontStyle — Style, class mx.core.Container |
| Determines whether the text is italic font. |
| |
fontStyle — Style, class spark.components.supportClasses.SliderBase |
| Determines whether the text is italic font. |
| |
fontStyle — Style, class spark.components.supportClasses.GroupBase |
| Determines whether the text is italic font. |
| |
fontStyle — Style, class spark.components.supportClasses.ButtonBase |
| Determines whether the text is italic font. |
| |
fontStyle — Style, class spark.components.supportClasses.StyleableStageText |
| Determines whether the text is italic font. |
| |
fontStyle — Style, class spark.components.supportClasses.SkinnableTextBase |
| Determines whether the text is italic font. |
| |
fontStyle — Style, class spark.components.supportClasses.StyleableTextField |
| Determines whether the text is italic font. |
| |
fontStyle — Style, class spark.components.supportClasses.ScrollableStageText |
| Determines whether the text is italic font. |
| |
fontStyle — Style, class spark.components.Label |
| Determines whether the text is italic font. |
| |
fontStyle — Style, class spark.components.RichText |
| Determines whether the text is italic font. |
| |
fontStyle — Style, class spark.components.ActionBar |
| Determines whether the text is italic font. |
| |
fontStyle — Style, class spark.components.FormHeading |
| Determines whether the text is italic font. |
| |
fontStyle — Style, class spark.components.NumericStepper |
| Determines whether the text is italic font. |
| |
fontStyle — Style, class spark.components.SkinnableContainer |
| Determines whether the text is italic font. |
| |
fontStyle — Style, class spark.components.SkinnableDataContainer |
| Determines whether the text is italic font. |
| |
fontStyle — Style, class spark.components.Scroller |
| Determines whether the text is italic font. |
| |
fontStyle — Style, class spark.components.DateSpinner |
| Determines whether the text is italic font. |
| |
fontStyle — Style, class spark.components.DataGrid |
| Determines whether the text is italic font. |
| |
fontStyle — Style, class spark.components.RichEditableText |
| Determines whether the text is italic font. |
| |
fontStyle — Style, class spark.components.LabelItemRenderer |
| Determines whether the text is italic font. |
| |
fontStyle — Style, class spark.components.VideoPlayer |
| Determines whether the text is italic font. |
| |
fontStyle — Style, class spark.skins.spark.DefaultItemRenderer |
| Determines whether the text is italic font. |
| |
fontStyle — Style, class spark.skins.spark.DefaultGridItemRenderer |
| 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". |
fontStyleProperty — Static Property, class flashx.textLayout.formats.TextLayoutFormat |
| |
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.CartesianChart |
| Sets the thickness property of internal TextFields that represent text in Flex controls. |
| |
fontThickness — Style, class mx.charts.chartClasses.DataTip |
| Sets the thickness property of internal TextFields that represent text in Flex controls. |
| |
fontThickness — Style, class mx.charts.series.ColumnSeries |
| Sets the thickness property of internal TextFields that represent text in Flex controls. |
| |
fontThickness — Style, class mx.charts.series.BarSeries |
| 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.Legend |
| 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.charts.LegendItem |
| 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.ToolTip |
| 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.Label |
| 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.TextInput |
| 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.NumericStepper |
| 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.ProgressBar |
| 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.DateField |
| Sets the thickness property of internal TextFields that represent text in Flex controls. |
| |
fontThickness — Style, class mx.core.ScrollControlBase |
| Sets the thickness property of internal TextFields that represent text in Flex controls. |
| |
fontThickness — Style, class mx.core.UITextField |
| Sets the thickness property of internal TextFields that represent text in Flex controls. |
| |
fontThickness — Style, class mx.core.Container |
| Sets the thickness property of internal TextFields that represent text in Flex controls. |
| |
fontTool — Skin Part, class spark.components.RichTextEditor |
| |
| |
fontTool — Property, class spark.skins.RichTextEditorSkin |
| |
FontTool — class, package spark.components.richTextEditorClasses |
| |
FontTool() — Constructor, class spark.components.richTextEditorClasses.FontTool |
| Constructor. |
fontWeight — Property, class flashx.textLayout.container.ContainerController |
|
TextLayoutFormat:
Weight of text. |
fontWeight — Property, class flashx.textLayout.elements.FlowElement |
|
TextLayoutFormat:
Weight of text. |
fontWeight — Property, interface flashx.textLayout.formats.ITextLayoutFormat |
|
Weight of text. |
fontWeight — Property, class flashx.textLayout.formats.TextLayoutFormat |
|
Weight of text. |
fontWeight — Style, class mx.charts.chartClasses.ChartBase |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class mx.charts.chartClasses.CartesianChart |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class mx.charts.chartClasses.DataTip |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class mx.charts.series.ColumnSeries |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class mx.charts.series.BarSeries |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class mx.charts.series.PieSeries |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class mx.charts.Legend |
| 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.charts.LegendItem |
| 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.ToolTip |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class mx.controls.ColorPicker |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class mx.controls.Label |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class mx.controls.Button |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class mx.controls.TextInput |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class mx.controls.ComboBox |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class mx.controls.NumericStepper |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class mx.controls.MenuBar |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class mx.controls.ProgressBar |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class mx.controls.DateChooser |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class mx.controls.DateField |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class mx.core.ScrollControlBase |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class mx.core.UITextField |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class mx.core.Container |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class spark.components.supportClasses.GroupBase |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class spark.components.supportClasses.ButtonBase |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class spark.components.supportClasses.StyleableStageText |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class spark.components.supportClasses.SkinnableTextBase |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class spark.components.supportClasses.StyleableTextField |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class spark.components.supportClasses.ScrollableStageText |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class spark.components.Label |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class spark.components.RichText |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class spark.components.ActionBar |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class spark.components.FormHeading |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class spark.components.NumericStepper |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class spark.components.SkinnableContainer |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class spark.components.SkinnableDataContainer |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class spark.components.Scroller |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class spark.components.DateSpinner |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class spark.components.DataGrid |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class spark.components.RichEditableText |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class spark.components.LabelItemRenderer |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class spark.components.VideoPlayer |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class spark.skins.spark.DefaultItemRenderer |
| Determines whether the text is boldface. |
| |
fontWeight — Style, class spark.skins.spark.DefaultGridItemRenderer |
| Determines whether the text is boldface. |
| |
fontWeight — Property, class mx.controls.textClasses.TextRange |
|
Weight of the font in the range, as "bold"
or "normal". |
fontWeightProperty — Static Property, class flashx.textLayout.formats.TextLayoutFormat |
| |
footerColors — Style, class mx.containers.Panel |
| Array of two colors used to draw the footer (area for the ControlBar container) background. |
| |
footerRowCount — Property, class flashx.textLayout.elements.TableElement |
|
Returns the number of footer rows in the table
|
_forceILGs — Property, class flashx.textLayout.compose.BaseCompose |
| |
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. |
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 — class, package spark.components |
|
The Spark 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. |
Form() — Constructor, class spark.components.Form |
|
Constructor. |
format — Property, class flashx.textLayout.container.ContainerController |
|
Stores the ITextLayoutFormat object that contains the attributes for this container. |
format — Property, class flashx.textLayout.conversion.FormatDescriptor |
| Returns the data format used by the converter. |
format — Property, class flashx.textLayout.elements.FlowElement |
| TextLayoutFormat properties applied directly to this element. |
format — Property, class flashx.textLayout.operations.ApplyFormatToElementOperation |
|
The character formats applied in this operation. |
format — Property, class flashx.textLayout.operations.ClearFormatOnElementOperation |
|
The character formats applied in this operation. |
format — Property, class flashx.textLayout.operations.CreateDivOperation |
| TextLayoutFormat to be applied to the new DivElement. |
format — Property, class flashx.textLayout.operations.CreateSubParagraphGroupOperation |
| Format to be applied to the new SubParagraphGroupElement
|
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, interface mx.formatters.IFormatter |
|
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. |
format(value:Object) — method, class org.apache.flex.formatters.PostCodeFormatter |
|
Formats the value by using the format set in formatString
or formats. |
format — Property, class org.apache.flex.validators.PostCodeValidator |
|
Valid postcode format that postcodes will be compaired against. |
format(value:Object) — method, class spark.formatters.CurrencyFormatter |
|
Creates a string representing a currency amount formatted
according to the current properties of this CurrencyFormatter object,
including the locale, useCurrencySymbol,
the currencySymbol, or
the currencyISOCode properties. |
format(value:Object) — method, class spark.formatters.DateTimeFormatter |
|
Formats a display string for an object that specifies a date in either
the user's local time or UTC time. |
format(value:Object) — method, class spark.formatters.NumberFormatter |
|
Formats a number. |
formatAsYouType(event:spark.events:TextOperationEvent) — method, class spark.components.MaskedTextInput |
|
add or remove separator character as we type in the text input. |
FORMAT_COUNTRY_CODE — Constant Static Property, class org.apache.flex.validators.PostCodeValidator |
|
Symbol used in postcode formats representing a letter of a country
code. |
formatDataTip(hd:mx.charts:HitData) — method, class mx.charts.chartClasses.HLOCSeriesBase |
|
Generates a text description of a ChartItem
suitable for display as a DataTip. |
formatDataTip(hitData:mx.charts:HitData) — method, class mx.charts.chartClasses.StackedSeries |
|
Provides custom text for DataTip objects. |
formatDataTip(hd:mx.charts:HitData) — method, class mx.charts.series.ColumnSet |
|
Provides custom text for DataTip objects. |
formatDays(d:Date, previousValue:Date, axis:mx.charts:DateTimeAxis) — method, class mx.charts.DateTimeAxis |
|
The default formatting function used
when the axis renders with day-based labelUnits. |
formatDecimal(value:String) — method, class mx.formatters.NumberBase |
|
Formats a number by replacing the default decimal separator, ".",
with the decimal separator specified by decimalSeparatorTo. |
formatDescription — Property, class flashx.textLayout.conversion.BaseTextLayoutExporter |
| |
FormatDescriptor — class, package flashx.textLayout.conversion |
| Contains information about a format. |
FormatDescriptor(format:String, importerClass:Class, exporterClass:Class, clipboardFormat:String) — Constructor, class flashx.textLayout.conversion.FormatDescriptor |
| Constructor. |
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. |
FORMAT_LETTER — Constant Static Property, class org.apache.flex.validators.PostCodeValidator |
|
Symbol used in postcode formats representing a single character. |
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 (). |
FORMAT_NUMBER — Constant Static Property, class org.apache.flex.validators.PostCodeValidator |
|
Symbol used in postcode formats representing a single digit. |
formatPrecision(value:String, precision:int) — method, class mx.formatters.NumberBase |
|
Formats a number by setting its decimal precision by using
the decimalSeparatorTo property as the decimal separator. |
formatResolver — Property, class flashx.textLayout.elements.TextFlow |
| A callback function for resolving element styles. |
formatRounding(value:String, roundType:String) — method, class mx.formatters.NumberBase |
|
Formats a number by rounding it. |
formatRoundingWithPrecision(value:String, roundType:String, precision:int) — method, class mx.formatters.NumberBase |
|
Formats a number by rounding it and setting the decimal precision. |
formats — Property, class mx.core.DragSource |
|
Contains the formats of the drag data, as an Array of Strings. |
formats — Property, class org.apache.flex.formatters.PostCodeFormatter |
|
An array of format strings to format the postcode in. |
formats — Property, class org.apache.flex.validators.PostCodeValidator |
|
An array of valid format strings to compare postcodes against. |
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. |
FORMAT_SPACERS — Constant Static Property, class org.apache.flex.validators.PostCodeValidator |
|
Valid spacer character in postcode formats. |
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. |
formatString — Property, class org.apache.flex.formatters.PostCodeFormatter |
|
Format string to format the postcode in. |
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 — Property, class spark.components.gridClasses.GridColumn |
|
Specifies the formatter used by the column's itemToLabel() method to
convert data provider items to strings. |
Formatter — class, package mx.formatters |
|
The Formatter class is the base class for all data formatters. |
Formatter() — Constructor, class mx.formatters.Formatter |
|
Constructor. |
formatTextWithMask(value:String) — method, class spark.components.MaskedTextInput |
|
format programmatic text (not introduced by user) in textDisplay control with the mask
(i.e.: assigned string to text property, trigger, binding, ...)
|
formatThousands(value:String) — method, class mx.formatters.NumberBase |
|
Formats a number by using
the thousandsSeparatorTo property as the thousands separator
and the decimalSeparatorTo property as the decimal separator. |
formatTimeValue(value:Number) — method, class spark.components.VideoPlayer |
|
Formats a time value, specified in seconds, into a String that
gets used for currentTime and the duration. |
formattingWithCurrencySymbolIsSafe(requestedISOCode:String) — method, class spark.formatters.CurrencyFormatter |
|
Determines whether the currently specified currency symbol can
be used when formatting currency amounts. |
formatValue(format:String, source:Object) — method, class mx.formatters.SwitchSymbolFormatter |
|
Creates a new String by formatting the source String
using the format pattern. |
FormatValue — final class, package flashx.textLayout.formats |
|
Defines values for specifying that a formatting property is to inherit its parent's value or have it's value
generated automatically. |
formatYears(d:Date, previousValue:Date, axis:mx.charts:DateTimeAxis) — method, class mx.charts.DateTimeAxis |
|
The default formatting function used
when the axis renders with year-based labelUnits. |
FormHeading — class, package mx.containers |
|
The FormHeading container is used to display a heading
for a group of controls inside a Form container. |
FormHeading — class, package spark.components |
|
The Spark FormHeading container displays a heading
for a group of controls inside a Spark Form container. |
FormHeading() — Constructor, class mx.containers.FormHeading |
|
Constructor. |
FormHeading() — Constructor, class spark.components.FormHeading |
|
Constructor. |
FormHeadingSkin — class, package spark.skins.spark |
| The default skin class for the Spark FormHeading component. |
FormHeadingSkin() — Constructor, class spark.skins.spark.FormHeadingSkin |
| Constructor. |
FormItem — class, package mx.containers |
|
The FormItem container defines a label and one or more children
arranged horizontally or vertically. |
FormItem — class, package spark.components |
|
The FormItem container defines the following in a Spark From:
A single label.
A sequence label.
One or more child controls or containers.
Help content that provides a description of the form item
or instructions for filling it in.
Required indicator to indicate if a form item has to be filled
Children can be controls or other containers. |
FormItem() — Constructor, class mx.containers.FormItem |
|
Constructor. |
FormItem() — Constructor, class spark.components.FormItem |
|
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. |
FormItemLayout — class, package spark.layouts |
|
The FormItemLayout is used by FormItems to provide a constraint based layout. |
FormItemLayout() — Constructor, class spark.layouts.FormItemLayout |
|
Constructor. |
FormItemSkin — class, package spark.skins.spark |
| The default skin class for the Spark FormItem component. |
FormItemSkin() — Constructor, class spark.skins.spark.FormItemSkin |
| Constructor. |
FormLayout — class, package spark.layouts |
|
The FormLayout class defines the default layout for Spark Form skins. |
FormLayout() — Constructor, class spark.layouts.FormLayout |
|
Constructor. |
FormSkin — class, package spark.skins.spark |
| The default skin class for a Spark Form container. |
FormSkin() — Constructor, class spark.skins.spark.FormSkin |
| Constructor. |
FORWARD — Constant Static Property, class mx.events.FocusRequestDirection |
|
Move the focus forward to the next control in the tab loop as if the
TAB key were pressed. |
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. |
fractionalDigits — Property, class spark.formatters.supportClasses.NumberFormatterBase |
|
The maximum number of digits that can appear after the decimal
separator. |
fractionalDigits — Property, class spark.validators.supportClasses.NumberValidatorBase |
|
The maximum number of digits that can appear after the decimal
separator. |
fractionalDigitsError — Property, class spark.validators.supportClasses.NumberValidatorBase |
|
Error message when fraction digits exceeds the value specified
by the fractionalDigits property. |
fractionOfElementInView(index:int) — method, class spark.layouts.HorizontalLayout |
|
Returns 1.0 if the specified index is completely in view, 0.0 if
it's not, or a value between 0.0 and 1.0 that represents the percentage
of the if the index that is partially in view. |
fractionOfElementInView(index:int) — method, class spark.layouts.VerticalLayout |
|
Returns 1.0 if the specified index is completely in view, 0.0 if
it's not, or a value between 0.0 and 1.0 that represents the percentage
of the if the index that is partially in view. |
fragment — Property, interface mx.managers.IBrowserManager |
|
The portion of current URL after the '#' as it appears
in the browser address bar. |
fragmentField — Property, interface spark.managers.INavigatorBrowserManager |
|
The portion of current URL after the '#' as it appears
in the browser address bar, or the default fragment
used in setup() if there is nothing after the '#'. |
fragmentFunction — Property, interface spark.managers.INavigatorBrowserManager |
|
The portion of current URL after the '#' as it appears
in the browser address bar, or the default fragment
used in setup() if there is nothing after the '#'. |
frame — Property, class flashx.textLayout.container.ContainerController |
|
TextLayoutFormat:
frame specifies which sides of the frame surrounding a table will be visible. |
frame — Property, class flashx.textLayout.elements.FlowElement |
|
TextLayoutFormat:
frame specifies which sides of the frame surrounding a table will be visible. |
frame — Property, interface flashx.textLayout.formats.ITextLayoutFormat |
|
frame specifies which sides of the frame surrounding a table will be visible. |
frame — Property, class flashx.textLayout.formats.TextLayoutFormat |
|
frame specifies which sides of the frame surrounding a table will be visible. |
frameProperty — Static Property, class flashx.textLayout.formats.TextLayoutFormat |
| |
frameRate — Property, class mx.core.Application |
|
Specifies the frame rate of the application. |
frameRate — Property, class spark.components.Application |
|
Specifies the frame rate of the application. |
frameThickness — Property, class spark.skins.android4.CalloutSkin |
|
The thickness of the backgroundColor "frame" that surrounds the
contentGroup. |
frameThickness — Property, class spark.skins.ios7.CalloutSkin |
|
The thickness of the backgroundColor "frame" that surrounds the
contentGroup. |
frameThickness — Property, class spark.skins.mobile.CalloutSkin |
|
The thickness of the backgroundColor "frame" that surrounds the
contentGroup. |
frameThickness — Property, class spark.skins.spark.CalloutSkin |
|
The thickness of the backgroundColor "frame" that surrounds the
contentGroup. |
freeItemRenderers — Property, class mx.controls.listClasses.AdvancedListBase |
|
A stack of unused item renderers. |
freeItemRenderers — Property, class mx.controls.listClasses.ListBase |
|
A stack of unused item renderers. |
freeItemRenderersByFactory — Property, class mx.controls.listClasses.ListBase |
|
A map of free item renderers by factory. |
freeItemRenderersTable — Property, class mx.controls.dataGridClasses.DataGridBase |
|
A per-column table of unused item renderers. |
fromByteArray(ba:flash.utils:ByteArray) — Static Method , class mx.utils.RPCUIDUtil |
|
Converts a 128-bit UID encoded as a ByteArray to a String representation. |
fromByteArray(ba:flash.utils:ByteArray) — Static Method , class mx.utils.UIDUtil |
|
Converts a 128-bit UID encoded as a ByteArray to a String representation. |
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. |
FTEAdvancedDataGridItemRenderer — class, package mx.controls.advancedDataGridClasses |
|
The FTEAdvancedDataGridItemRenderer class defines the default item renderer for an
AdvancedDataGrid control used with FTEText. |
FTEAdvancedDataGridItemRenderer() — Constructor, class mx.controls.advancedDataGridClasses.FTEAdvancedDataGridItemRenderer |
|
Constructor. |
FTEDataGridItemRenderer — class, package mx.controls.dataGridClasses |
|
The FTEDataGridItemRenderer class defines the default item renderer for a
DataGrid control used with FTEText. |
FTEDataGridItemRenderer() — Constructor, class mx.controls.dataGridClasses.FTEDataGridItemRenderer |
|
Constructor. |
FTETextField — class, package mx.core |
|
FTETextField is a Sprite which displays text by using the new
Flash Text Engine to implement the old TextField API. |
FTETextField() — Constructor, class mx.core.FTETextField |
|
Constructor. |
FUCHSIA — Constant Static Property, class flashx.textLayout.formats.ColorName |
| |
FULFILLED — Constant Static Property, class org.apache.flex.promises.enums.PromiseState |
| |
fullScreenButton — Skin Part, class spark.components.VideoPlayer |
| An optional skin part for a button to toggle fullscreen mode. |
|
An optional skin part for a button to toggle fullscreen mode. |
fullScreenButton — Property, class spark.skins.spark.VideoPlayerSkin |
|
An optional skin part for a button to toggle fullscreen mode. |
FullScreenButtonSkin — class, package spark.skins.spark.mediaClasses.fullScreen |
| The default skin class for the fullScreen button of a Spark VideoPlayer
component while in one of the fullScreen skin states. |
FullScreenButtonSkin — class, package spark.skins.spark.mediaClasses.normal |
| The default skin class for the fullScreen button of a Spark VideoPlayer component
in the normal skin state. |
FullScreenButtonSkin() — Constructor, class spark.skins.spark.mediaClasses.fullScreen.FullScreenButtonSkin |
| Constructor. |
FullScreenButtonSkin() — Constructor, class spark.skins.spark.mediaClasses.normal.FullScreenButtonSkin |
| Constructor. |
fullScreenHideControlsDelay — Style, class spark.components.VideoPlayer |
| The time, in milli-seconds, to wait in fullscreen mode with no user-interaction before hiding the video playback controls. |
| |
fullScreenSymbol — Property, class spark.skins.spark.mediaClasses.fullScreen.FullScreenButtonSkin |
| Defines the full-screen symbol. |
fullScreenSymbol — Property, class spark.skins.spark.mediaClasses.normal.FullScreenButtonSkin |
| Defines the full-screen symbol. |
fullText — Property, class spark.components.MaskedTextInput |
|
get text formated with separators
|
functionName — Property, class spark.effects.CallAction |
|
Name of the function called on the target when this effect plays. |
functionName — Property, class spark.effects.supportClasses.CallActionInstance |
|
Name of the function called on the target when this effect plays. |
|
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 |