| Symbols A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| F1 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F1 key (112). |
| F10 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F10 key (121). |
| F11 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F11 key (122). |
| F12 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F12 key (123). |
| F13 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F13 key (124). |
| F14 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F14 key (125). |
| F15 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F15 key (126). |
| F2 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F2 key (113). |
| F3 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F3 key (114). |
| F4 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F4 key (115). |
| F5 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F5 key (116). |
| F6 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F6 key (117). |
| F7 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F7 key (118). |
| F8 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F8 key (119). |
| F9 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the F9 key (120). |
| factory — Property in class mx.charts.chartClasses.InstanceCache |
|
A factory that generates the type of object to cache. |
| factory — Property in class mx.styles.CSSStyleDeclaration |
|
This function, if it isn't null,
is usually autogenerated by the MXML compiler. |
| Fade — Class in package mx.effects |
|
The Fade effect animates the alpha property of a component,
either from transparent to opaque, or from opaque to transparent. |
| Fade(target:Object) — Constructor in class mx.effects.Fade |
|
Constructor. |
| FadeInstance — Class in package mx.effects.effectClasses |
|
The FadeInstance class implements the instance class
for the Fade effect. |
| FadeInstance(target:Object) — Constructor in class mx.effects.effectClasses.FadeInstance |
|
Constructor. |
| failoverURIs — Property in class mx.messaging.Channel |
|
Provides access to the set of endpoint URIs that this channel can
attempt to failover to if the endpoint is clustered. |
| false — Statement |
| A Boolean value representing false. |
| fatal(message:String, ... rest) — Method in interface mx.logging.ILogger |
|
Logs the specified data using the LogEventLevel.FATAL
level. |
| fatal(message:String, ... rest) — Method in class mx.logging.LogLogger |
|
Logs the specified data using the LogEventLevel.FATAL
level. |
| FATAL — Constant static property in class mx.logging.LogEventLevel |
|
Designates events that are very
harmful and will eventually lead to application failure. |
| fault(info:Object) — Method in class mx.collections.ItemResponder |
|
This method is called by a service when an error has been received. |
| fault — Event in class mx.data.DataService |
|
The DataServiceFaultEvent.FAULT event is dispatched when a
service call fails due to an error. |
| fault — Event in class mx.data.DataStore |
|
The FaultEvent.FAULT event is dispatched when the commit
call returns an error. |
| fault — Event in class mx.messaging.MessageAgent |
|
Dispatched when a message fault occurs. |
| fault(errMsg:mx.messaging.messages:ErrorMessage, msg:mx.messaging.messages:IMessage) — Method in class mx.messaging.MessageAgent |
|
Invoked by a MessageResponder upon receiving a fault for a sent message. |
| fault — Property in class mx.messaging.errors.MessageSerializationError |
|
Provides specific information about the fault that occurred and for
which message. |
| fault — Event in class mx.rpc.AbstractOperation |
|
Dispatched when an Operation call fails. |
| fault — Event in 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 in interface mx.rpc.IResponder |
|
This method is called by a service when an error has been received. |
| fault — Property in class mx.rpc.events.FaultEvent |
|
The Fault object that contains the details of what caused this event. |
| fault — Event in class mx.rpc.http.HTTPService |
|
Dispatched when an HTTPService call fails. |
| Fault — Class in package mx.rpc |
|
Object that represents a fault in an remote procedure call (RPC) service invocation. |
| Fault(faultCode:String, faultString:String, faultDetail:String) — Constructor in class mx.rpc.Fault |
|
Creates a new Fault object. |
| FAULT — Constant static property in class mx.data.events.DataServiceFaultEvent |
|
The FAULT event type. |
| FAULT — Constant static property in class mx.data.events.UnresolvedConflictsEvent |
|
The FAULT event type. |
| FAULT — Constant static property in class mx.messaging.events.ChannelFaultEvent |
|
The FAULT event type; indicates that the Channel faulted. |
| FAULT — Constant static property in class mx.messaging.events.MessageFaultEvent |
|
The FAULT event type; dispatched for a message fault. |
| FAULT — Constant static property in class mx.rpc.events.FaultEvent |
|
The FAULT event type. |
| faultCode — Property in class mx.messaging.events.ChannelFaultEvent |
|
Provides access to the destination-specific failure code. |
| faultCode — Property in class mx.messaging.events.MessageFaultEvent |
|
Provides access to the destination specific failure code. |
| faultCode — Property in class mx.messaging.messages.ErrorMessage |
|
The fault code for the error. |
| faultCode — Property in class mx.rpc.Fault |
|
A simple code describing the fault. |
| faultDetail — Property in class mx.messaging.events.ChannelFaultEvent |
|
Provides destination-specific details of the failure. |
| faultDetail — Property in class mx.messaging.events.MessageFaultEvent |
|
Provides destination specific details of the failure. |
| faultDetail — Property in class mx.messaging.messages.ErrorMessage |
|
Detailed description of what caused the error. |
| faultDetail — Property in class mx.rpc.Fault |
|
Any extra details of the fault. |
| FaultEvent — Class in 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 in class mx.rpc.events.FaultEvent |
|
Create a new FaultEvent. |
| faultString — Property in class mx.messaging.events.ChannelFaultEvent |
|
Provides access to the destination-specific reason for the failure. |
| faultString — Property in class mx.messaging.events.MessageFaultEvent |
|
Provides access to the destination specific reason for the failure. |
| faultString — Property in class mx.messaging.messages.ErrorMessage |
|
A simple description of the error. |
| faultString — Property in class mx.rpc.Fault |
|
Text description of the fault. |
| field — Property in class mx.charts.series.PieSeries |
|
Specifies the field of the data provider that determines
the data for each wedge of the PieChart control. |
| field — Property in class mx.events.ValidationResultEvent |
|
The name of the field that failed validation and triggered the event. |
| fields — Property in class mx.collections.Sort |
|
An Array of SortField objects that specifies the fields to compare. |
| fieldSeparator — Property in class mx.logging.targets.LineFormattedTarget |
|
The separator string to use between fields (the default is " ")
|
| FileFilter — Final class in package flash.net |
|
The FileFilter class is used to indicate what files on the user's system are shown
in the file-browsing dialog box that is displayed when
FileReference.browse() or FileReferenceList.browse() is called. |
| FileFilter(description:String, extension:String, macType:String) — Constructor in class flash.net.FileFilter |
|
Creates a new FileFilter instance. |
| fileList — Property in class flash.net.FileReferenceList |
|
An array of FileReference objects. |
| FileReference — Class in package flash.net |
|
The FileReference class provides a means to upload and
download files between a user's computer and a server. |
| FileReference() — Constructor in class flash.net.FileReference |
|
Creates a new FileReference object. |
| FileReferenceList — Class in package flash.net |
|
The FileReferenceList class provides a means to let users select one or more files for uploading. |
| FileReferenceList() — Constructor in class flash.net.FileReferenceList |
|
Creates a new FileReferenceList object. |
| fill — Style in class mx.charts.LegendItem |
|
Specifies an IFill object that defines the fill for the legend element. |
| fill — Style in class mx.charts.chartClasses.ChartBase |
|
Specifies the fill style used for the chart background. |
| fill — Style in class mx.charts.series.AreaSeries |
|
Sets the fill for this data series. |
| fill — Style in class mx.charts.series.BarSeries |
|
Sets the fill for this data series. |
| fill — Style in class mx.charts.series.BubbleSeries |
|
Sets the fill for this data series. |
| fill — Style in class mx.charts.series.CandlestickSeries |
|
Sets the fill for this data series. |
| fill — Style in class mx.charts.series.ColumnSeries |
|
Sets the fill for this data series. |
| fill — Style in class mx.charts.series.LineSeries |
|
Sets the fill for this data series. |
| fill — Style in class mx.charts.series.PlotSeries |
|
Sets the fill for this data series. |
| fill — Property in class mx.charts.series.items.PieSeriesItem |
|
The fill value associated with this wedge of the PieChart control. |
| fill(value:mx.collections:ListCollectionView, ... rest) — Method in class mx.data.DataService |
|
Fills the specified ListCollectionView based
on the associated <fill-method> elements. |
| fill(value:mx.collections:ListCollectionView, ... rest) — Method in class mx.data.mxml.DataService |
|
Fills the specified ListCollectionView based
on the associated <fill-method> elements. |
| fillAlphas — Style in class mx.containers.Accordion |
|
Specifies the alpha transparency values used for the background fill of components. |
| fillAlphas — Style in class mx.containers.ApplicationControlBar |
|
Alpha values used for the background fill of the container. |
| fillAlphas — Style in class mx.containers.TabNavigator |
|
Specifies the alpha transparency values used for the background fill of components. |
| fillAlphas — Style in class mx.controls.Button |
|
Alphas used for the background fill of controls. |
| fillAlphas — Style in class mx.controls.ColorPicker |
|
Alphas used for the background fill of controls. |
| fillAlphas — Style in class mx.controls.ComboBox |
|
Alphas used for the background fill of controls. |
| fillAlphas — Style in class mx.controls.DateChooser |
|
Alphas used for the background fill of controls. |
| fillAlphas — Style in class mx.controls.DateField |
|
Alphas used for the background fill of controls. |
| fillAlphas — Style in class mx.controls.MenuBar |
|
Alphas used for the background fill of controls. |
| fillAlphas — Style in class mx.controls.scrollClasses.ScrollBar |
|
Alphas used for the background fill of controls. |
| fillAlphas — Style in class mx.controls.sliderClasses.Slider |
|
Specifies the alpha transparency values used for the background fill of components. |
| fillColors — Style in class mx.containers.Accordion |
|
Specifies the colors used to tint the background fill of the component. |
| fillColors — Style in class mx.containers.ApplicationControlBar |
|
Colors used to tint the background of the container. |
| fillColors — Style in class mx.containers.TabNavigator |
|
Specifies the colors used to tint the background fill of the component. |
| fillColors — Style in class mx.controls.Button |
|
Colors used to tint the background of the control. |
| fillColors — Style in class mx.controls.ColorPicker |
|
Colors used to tint the background of the control. |
| fillColors — Style in class mx.controls.ComboBox |
|
Colors used to tint the background of the control. |
| fillColors — Style in class mx.controls.DateChooser |
|
Colors used to tint the background of the control. |
| fillColors — Style in class mx.controls.DateField |
|
Colors used to tint the background of the control. |
| fillColors — Style in class mx.controls.MenuBar |
|
Colors used to tint the background of the control. |
| fillColors — Style in class mx.controls.scrollClasses.ScrollBar |
|
Colors used to tint the background of the control. |
| fillColors — Style in class mx.controls.sliderClasses.Slider |
|
Colors used to tint the slider thumb. |
| fillColors — Style in class mx.controls.sliderClasses.Slider |
|
Specifies the colors used to tint the background fill of the component. |
| FILL_OPERATION — Constant static property in class mx.data.messages.DataMessage |
|
This operation requests that the remote destination create a sequence
using the remote destination's adapter. |
| FILL_PAGE — Constant static property in class mx.printing.FlexPrintJobScaleType |
|
Scales the object to fill at least one page completely;
that is, it selects the larger of the MATCH_WIDTH or MATCH_HEIGHT
scale types. |
| fillRect(rect:flash.geom:Rectangle, color:uint) — Method in class flash.display.BitmapData |
|
Fills a rectangular area of pixels with a specified ARGB color. |
| fills — Style in class mx.charts.series.PieSeries |
|
Specifies an array of fill objects used to render
each wedge of the PieChart control. |
| filter(callback:Function, thisObject) — Method in class Array |
|
Executes a test function on each item in the array and constructs a new array for all items that return true for the specified function. |
| filter — Property in class mx.effects.Effect |
|
Specifies an algorithm for filtering targets for an effect. |
| filterCache(cache:Array, field:String, filteredString:String) — Method in class mx.charts.CategoryAxis |
|
Filters a set of values of arbitrary type
to a set of numbers that can be mapped. |
| filterCache(cache:Array, field:String, filteredString:String) — Method in interface mx.charts.chartClasses.IAxis |
|
Filters a set of values of arbitrary type
to a set of numbers that can be mapped. |
| filterCache(cache:Array, field:String, filteredString:String) — Method in class mx.charts.chartClasses.NumericAxis |
|
Filters a set of values of arbitrary type
to a set of numbers that can be mapped. |
| filterData — Property in class mx.charts.chartClasses.Series |
|
This property is true if the series filters its data
before displaying. |
| filteredCache — Property in class mx.charts.chartClasses.RenderData |
|
The list of ChartItems representing the items
in the series's dataProvider that remain after filtering. |
| filterFunction — Property in interface mx.collections.ICollectionView |
|
A function that the view will use to eliminate items that do not
match the function's criteria. |
| filterFunction — Property in class mx.collections.ListCollectionView |
|
A function that the view will use to eliminate items that do not
match the function's criteria. |
| filterFunction — Property in class mx.effects.EffectTargetFilter |
|
A function that defines custom filter logic. |
| filterInstance(propChanges:Array, targ:Object) — Method in class mx.effects.Effect |
|
Determines the logic for filtering out an effect instance. |
| filterProperties — Property in class mx.effects.EffectTargetFilter |
|
An Array of Strings specifying component properties. |
| filters — Property in class flash.display.DisplayObject |
|
An indexed array that contains each filter object currently associated with the display object. |
| filters — Property in class mx.logging.AbstractTarget |
|
In addition to the level setting, filters are used to
provide a psuedo-hierarchical mapping for processing only those events
for a given category. |
| filters — Property in interface mx.logging.ILoggingTarget |
|
In addition to the level setting, filters are used to
provide a psuedo-hierarchical mapping for processing only those events
for a given category. |
| filterStyles — Property in class mx.effects.EffectTargetFilter |
|
An Array of Strings specifying style properties. |
| final — Statement |
| Specifies that a method cannot be overridden or that a class cannot be extended. |
| findAny(values:Object) — Method in interface mx.collections.IViewCursor |
|
Finds an item with the specified properties within the collection
and positions the cursor to that item. |
| findDataPoints(x:Number, y:Number) — Method in class mx.charts.chartClasses.ChartBase |
|
Returns an Array of HitData objects that describe
the nearest data point to the coordinates passed to the method. |
| findDataPoints(x:Number, y:Number, sensitivity2:Number) — Method in class mx.charts.chartClasses.ChartElement |
|
Finds the closest data point represented by the element
under the given coordinates. |
| findDataPoints(x:Number, y:Number, sensitivity2:Number) — Method in interface mx.charts.chartClasses.IChartElement |
|
Returns a HitData object describing the nearest data point
to the coordinates passed to the method. |
| findDataPoints(x:Number, y:Number, sensitivity2:Number) — Method in class mx.charts.series.BubbleSeries |
|
Finds the closest data point represented by the element
under the given coordinates. |
| findDataPoints(x:Number, y:Number, sensitivity:Number) — Method in class mx.charts.series.CandlestickSeries |
| |
| findFirst(values:Object) — Method in interface mx.collections.IViewCursor |
|
Finds the first item with the specified properties within the collection
and positions the cursor to that item. |
| findFocusManagerComponent(o:flash.display:InteractiveObject) — Method in class mx.managers.FocusManager |
|
Returns the IFocusManagerComponent that contains the given object, if any. |
| findFocusManagerComponent(o:flash.display:InteractiveObject) — Method in interface mx.managers.IFocusManager |
|
Returns the IFocusManagerComponent that contains the given object, if any. |
| findItem(items:Array, values:Object, mode:String, returnInsertionIndex:Boolean, compareFunction:Function) — Method in class mx.collections.Sort |
|
Finds the specified object within the specified array (or the insertion
point if asked for), returning the index if found or -1 if not. |
| findKey(eventCode:int) — Method in class mx.controls.listClasses.ListBase |
|
Tries to find the next item in the data provider that
starts with the character in the eventCode parameter. |
| findLast(values:Object) — Method in interface mx.collections.IViewCursor |
|
Finds the last item with the specified properties within the collection
and positions the cursor on that item. |
| findString(str:String) — Method in class mx.controls.listClasses.ListBase |
|
Finds an item in the list based on a string
and moves the selection to it. |
| findText(beginIndex:int, textToFind:String, caseSensitive:Boolean) — Method in class flash.text.TextSnapshot |
|
Searches the specified TextSnapshot object and returns the position of the first
occurrence of textToFind found at or after beginIndex. |
| finishEffect() — Method in class mx.effects.EffectInstance |
|
Called by the end() method when the effect
finishes playing. |
| finishKeySelection() — Method in class mx.controls.listClasses.ListBase |
|
Sets selected items based on the caretIndex and
anchorIndex properties. |
| finishPrint(obj:Object, target:mx.core:IFlexDisplayObject) — Method in class mx.core.UIComponent |
|
Called after printing is complete. |
| finishRepeat() — Method in class mx.effects.EffectInstance |
|
Called after each iteration of a repeated effect finishes playing. |
| FIRST — Static property in class mx.collections.CursorBookmark |
|
A bookmark for the first item in an ICollectionView. |
| firstButtonStyleName — Style in class mx.controls.ButtonBar |
|
Name of CSS style declaration that specifies styles for the first button. |
| firstChild — Property in class flash.xml.XMLNode |
|
Evaluates the specified XMLDocument object and references the first child in the parent node's child list. |
| firstDayOfWeek — Property in class mx.controls.DateChooser |
|
Number representing the day of the week to display in the
first column of the DateChooser control. |
| firstDayOfWeek — Property in class mx.controls.DateField |
|
Day of the week (0-6, where 0 is the first element
of the dayNames Array) to display in the first column
of the DateChooser control. |
| FIRST_INDEX_MODE — Constant static property in class mx.collections.Sort |
|
When executing a find return the index for the first matching item. |
| firstTabStyleName — Style in class mx.containers.TabNavigator |
|
Name of CSS style declaration that specifies styles for the first tab. |
| firstTabStyleName — Style in class mx.controls.TabBar |
|
Name of CSS style declaration that specifies the styles to use for the
first tab navigation item. |
| firstVisibleItem — Property in class mx.controls.Tree |
|
The item that is currently displayed in the top row of the tree. |
| flags — Property in class mx.validators.RegExpValidator |
|
The regular expression flags to use when matching. |
| FLASH1 — Constant static property in class flash.display.SWFVersion |
|
SWF file format version 1.0. |
| FLASH2 — Constant static property in class flash.display.SWFVersion |
|
SWF file format version 2.0. |
| FLASH3 — Constant static property in class flash.display.SWFVersion |
|
SWF file format version 3.0. |
| FLASH4 — Constant static property in class flash.display.SWFVersion |
|
SWF file format version 4.0. |
| FLASH5 — Constant static property in class flash.display.SWFVersion |
|
SWF file format version 5.0. |
| FLASH6 — Constant static property in class flash.display.SWFVersion |
|
SWF file format version 6.0. |
| FLASH7 — Constant static property in class flash.display.SWFVersion |
|
SWF file format version 7.0. |
| FLASH8 — Constant static property in class flash.display.SWFVersion |
|
SWF file format version 8.0. |
| FLASH9 — Constant static property in class flash.display.SWFVersion |
|
SWF file format version 9.0. |
| flash.accessibility — Package |
| The flash.accessibility package contains classes for supporting accessibility in Flash content and applications. |
| flash.display — Package |
| The flash.display package contains the core classes that the Flash Player uses to build visual displays. |
| flash.errors — Package |
| The flash.errors package contains a set of commonly used error classes. |
| flash.events — Package |
| The flash.events package supports the new DOM event model and includes the EventDispatcher base class. |
| flash.external — Package |
| The flash.external package contains the ExternalInterface class which can be used to communicate with the Flash Player's container. |
| flash.filters — Package |
| The flash.filters package contains classes for bitmap filter effects. |
| flash.geom — Package |
| The flash.geom package contains geometry classes, such as points, rectangles and transformation matrixes, to support the BitmapData class and the bitmap caching feature. |
| flash.media — Package |
| The flash.media package contains classes for working with multimedia assets such as sound and video. |
| flash.net — Package |
| The flash.net package contains classes for sending and receiving from the network, such as URL downloading and Flash Remoting. |
| flash.printing — Package |
| The flash.printing package contains classes for printing Flash-based content. |
| flash.profiler — Package |
| The flash.profiler package contains functions used for debugging and profiling ActionScript code. |
| flash_proxy — Statement |
| Defines methods of the Proxy class. |
| flash.system — Package |
| The flash.system package contains classes for accessing system-level functionality, such as security, multilanguage content, etc. |
| flash.text — Package |
| The flash.text package contains classes for working with text fields, text formatting, text metrics, style sheets, and layout. |
| flash.ui — Package |
| The flash.ui package contains user interface classes, such as classes for interacting with the mouse and keyboard. |
| flash.utils — Package |
| The flash.utils package contains utility classes, such as data structures like ByteArray. |
| flash.xml — Package |
| The flash.xml package contains Flash Player's legacy XML support, and other Flash Player-specific XML functionality. |
| FlexBitmap — Class in package mx.core |
|
FlexBitmap is a subclass of the Player's Bitmap class. |
| FlexBitmap(bitmapData:flash.display:BitmapData, pixelSnapping:String, smoothing:Boolean) — Constructor in class mx.core.FlexBitmap |
|
Constructor. |
| FlexEvent — Class in package mx.events |
|
The FlexEvent class represents the event object passed to
the event listener for many Flex events. |
| FlexEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor in class mx.events.FlexEvent |
|
Constructor. |
| FlexMouseEvent — Class in package mx.events |
|
The FlexMouseEvent class represents the event object passed to
the event listener for Flex-specific mouse activity. |
| FlexMouseEvent(type:String, bubbles:Boolean, cancelable:Boolean, localX:Number, localY:Number, relatedObject:flash.display:InteractiveObject, ctrlKey:Boolean, altKey:Boolean, shiftKey:Boolean, buttonDown:Boolean, delta:int) — Constructor in class mx.events.FlexMouseEvent |
|
Constructor. |
| FlexMovieClip — Class in package mx.core |
|
FlexMovieClip is a subclass of the Player's MovieClip class. |
| FlexMovieClip() — Constructor in class mx.core.FlexMovieClip |
|
Constructor. |
| FlexPrintJob — Class in package mx.printing |
|
The FlexPrintJob class is a wrapper over the Flash Player's PrintJob API. |
| FlexPrintJob() — Constructor in class mx.printing.FlexPrintJob |
|
Constructor. |
| FlexPrintJobScaleType — Final class in package mx.printing |
|
Values for the scaleType property
of the FlexPrintJob.addObject() method parameter. |
| FlexShape — Class in package mx.core |
|
FlexShape is a subclass of the Player's Shape class. |
| FlexShape() — Constructor in class mx.core.FlexShape |
|
Constructor. |
| FlexSimpleButton — Class in package mx.core |
|
FlexSimpleButton is a subclass of the Player's SimpleButton class. |
| FlexSimpleButton() — Constructor in class mx.core.FlexSimpleButton |
|
Constructor. |
| FlexSprite — Class in package mx.core |
|
FlexSprite is a subclass of the Player's Sprite class
and the superclass of UIComponent. |
| FlexSprite() — Constructor in class mx.core.FlexSprite |
|
Constructor. |
| FlexTextField — Class in package mx.core |
|
FlexTextField is a subclass of the Player's TextField class
and the superclass of UITextField. |
| FlexTextField() — Constructor in class mx.core.FlexTextField |
|
Constructor. |
| floodFill(x:int, y:int, color:uint) — Method in class flash.display.BitmapData |
|
Performs a flood fill operation on an image starting
at an (x, y) coordinate and filling with a certain color. |
| floor(val:Number) — Static method in class Math |
|
Returns the floor of the number or expression specified in the parameter
val. |
| flush(minDiskSpace:int) — Method in class flash.net.SharedObject |
|
Immediately writes a locally persistent shared object to a local file. |
| flush() — Method in class flash.net.Socket |
|
Flushes any accumulated data in the socket's output buffer. |
| flush() — Static method in class mx.logging.Log |
|
This method removes all of the current loggers from the cache. |
| FLUSHED — Constant static property in class flash.net.SharedObjectFlushStatus |
|
Indicates that the flush completed successfully. |
| focalPointRatio — Property in class mx.graphics.RadialGradient |
|
Sets the location of the start of the radial fill. |
| focus — Property in class flash.display.Stage |
|
The interactive object with keyboard focus; or null if focus is not set
or if the focused object belongs to a security sandbox to which the calling object does not
have access. |
| focusAlpha — Style in class mx.containers.Accordion |
|
Specifies the alpha transparency value of the focus skin. |
| focusAlpha — Style in class mx.containers.TabNavigator |
|
Specifies the alpha transparency value of the focus skin. |
| focusAlpha — Style in class mx.controls.Button |
|
Specifies the alpha transparency value of the focus skin. |
| focusAlpha — Style in class mx.controls.ButtonBar |
|
Specifies the alpha transparency value of the focus skin. |
| focusAlpha — Style in class mx.controls.ColorPicker |
|
Specifies the alpha transparency value of the focus skin. |
| focusAlpha — Style in class mx.controls.ComboBox |
|
Specifies the alpha transparency value of the focus skin. |
| focusAlpha — Style in class mx.controls.DateChooser |
|
Specifies the alpha transparency value of the focus skin. |
| focusAlpha — Style in class mx.controls.DateField |
|
Specifies the alpha transparency value of the focus skin. |
| focusAlpha — Style in class mx.controls.MenuBar |
|
Specifies the alpha transparency value of the focus skin. |
| focusAlpha — Style in class mx.controls.NumericStepper |
|
Specifies the alpha transparency value of the focus skin. |
| focusAlpha — Style in class mx.controls.TextArea |
|
Specifies the alpha transparency value of the focus skin. |
| focusAlpha — Style in class mx.controls.TextInput |
|
Specifies the alpha transparency value of the focus skin. |
| focusAlpha — Style in class mx.controls.listClasses.ListBase |
|
Specifies the alpha transparency value of the focus skin. |
| focusBlendMode — Style in class mx.core.UIComponent |
|
Blend mode used by the focus rectangle. |
| focusEnabled — Property in class mx.core.UIComponent |
|
Indicates whether the component can receive focus when clicked on. |
| focusEnabled — Property in interface mx.managers.IFocusManagerComponent |
|
A flag that indicates whether the component can receive focus when selected. |
| FocusEvent — Class in package flash.events |
|
Flash® Player dispatches FocusEvent objects when the user changes the focus from one object in the display list to another. |
| FocusEvent(type:String, bubbles:Boolean, cancelable:Boolean, relatedObject:flash.display:InteractiveObject, shiftKey:Boolean, keyCode:uint) — Constructor in class flash.events.FocusEvent |
|
Creates an Event object with specific information relevant to focus events. |
| focusIn — Event in class flash.display.InteractiveObject |
|
Dispatched after a display object gains focus. |
| FOCUS_IN — Constant static property in class flash.events.FocusEvent |
|
Defines the value of the type property of a focusIn event object. |
| focusInEffect — Effect in class mx.core.UIComponent |
|
Played when the component gains keyboard focus. |
| focusInHandler(event:flash.events:FocusEvent) — Method in class mx.core.UIComponent |
|
The event handler called when a UIComponent object gets focus. |
| focusManager — Property in class mx.core.UIComponent |
|
Gets the FocusManager that controls focus for this component
and its peers. |
| focusManager — Property in interface mx.managers.IFocusManagerContainer |
|
The FocusManager for this component. |
| FocusManager — Class in package mx.managers |
|
The FocusManager class manages the focus on components in response to mouse
activity or keyboard activity (Tab key). |
| FocusManager(container:mx.managers:IFocusManagerContainer, popup:Boolean) — Constructor in class mx.managers.FocusManager |
|
Constructor. |
| focusOut — Event in class flash.display.InteractiveObject |
|
Dispatched after a display object loses focus. |
| FOCUS_OUT — Constant static property in class flash.events.FocusEvent |
|
Defines the value of the type property of a focusOut event object. |
| focusOutEffect — Effect in class mx.core.UIComponent |
|
Played when the component loses keyboard focus. |
| focusOutHandler(event:flash.events:FocusEvent) — Method in class mx.core.UIComponent |
|
The event handler called when a UIComponent object loses focus. |
| focusPane — Property in interface mx.core.IUIComponent |
|
A single Sprite object that is shared among components
and used as an overlay for drawing focus. |
| focusPane — Property in class mx.core.UIComponent |
|
The focus pane associated with this object. |
| focusPane — Property in class mx.core.UITextField |
|
A single Sprite object that is shared among components
and used as an overlay for drawing focus. |
| focusPane — Property in class mx.managers.FocusManager |
|
A single Sprite that is moved from container to container
as the focus moves to those containers. |
| focusPane — Property in interface mx.managers.IFocusManager |
|
A single Sprite that is moved from container to container
as the focus moves to those containers. |
| focusPane — Property in interface mx.managers.ISystemManager |
|
A single Sprite shared among components used as an overlay for drawing focus. |
| focusPane — Property in class mx.managers.SystemManager |
|
The focus pane associated with this object. |
| focusRect — Property in class flash.display.InteractiveObject |
|
Specifies whether this object displays a focus rectangle. |
| focusRoundedCorners — Style in class mx.containers.Accordion |
|
Specifies which corners of the focus rectangle should be rounded. |
| focusRoundedCorners — Style in class mx.containers.TabNavigator |
|
Specifies which corners of the focus rectangle should be rounded. |
| focusRoundedCorners — Style in class mx.controls.Button |
|
Specifies which corners of the focus rectangle should be rounded. |
| focusRoundedCorners — Style in class mx.controls.ButtonBar |
|
Specifies which corners of the focus rectangle should be rounded. |
| focusRoundedCorners — Style in class mx.controls.ColorPicker |
|
Specifies which corners of the focus rectangle should be rounded. |
|