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 |
E — Constant Static Property, class Math |
|
A mathematical constant for the base of natural logarithms, expressed as e. |
E — Constant Static Property, class flash.ui.Keyboard |
|
Constant associated with the key code value for the E key (69). |
easeIn(t:Number, b:Number, c:Number, d:Number, s:Number) — Static Method, class mx.effects.easing.Back |
|
The easeIn() method starts
the motion by backtracking,
then reversing direction and moving toward the target. |
easeIn(t:Number, b:Number, c:Number, d:Number) — Static Method, class mx.effects.easing.Bounce |
|
The easeIn() method starts the bounce motion slowly,
and then accelerates motion as it executes. |
easeIn(t:Number, b:Number, c:Number, d:Number) — Static Method, class mx.effects.easing.Circular |
|
The easeIn() method starts motion slowly,
and then accelerates motion as it executes. |
easeIn(t:Number, b:Number, c:Number, d:Number) — Static Method, class mx.effects.easing.Cubic |
|
The easeIn() method starts motion from zero velocity,
and then accelerates motion as it executes. |
easeIn(t:Number, b:Number, c:Number, d:Number, a:Number, p:Number) — Static Method, class mx.effects.easing.Elastic |
|
The easeIn() method starts motion slowly,
and then accelerates motion as it executes. |
easeIn(t:Number, b:Number, c:Number, d:Number) — Static Method, class mx.effects.easing.Exponential |
|
The easeIn() method starts motion slowly,
and then accelerates motion as it executes. |
easeIn(t:Number, b:Number, c:Number, d:Number) — Static Method, class mx.effects.easing.Linear |
|
The easeIn() method starts motion from zero velocity,
and then accelerates motion as it executes. |
easeIn(t:Number, b:Number, c:Number, d:Number) — Static Method, class mx.effects.easing.Quadratic |
|
The easeIn() method starts motion from a zero velocity,
and then accelerates motion as it executes. |
easeIn(t:Number, b:Number, c:Number, d:Number) — Static Method, class mx.effects.easing.Quartic |
|
The easeIn() method starts motion from a zero velocity,
and then accelerates motion as it executes. |
easeIn(t:Number, b:Number, c:Number, d:Number) — Static Method, class mx.effects.easing.Quintic |
|
The easeIn() method starts motion from zero velocity,
and then accelerates motion as it executes. |
easeIn(t:Number, b:Number, c:Number, d:Number) — Static Method, class mx.effects.easing.Sine |
|
The easeIn() method starts motion from zero velocity,
and then accelerates motion as it executes. |
easeInOut(t:Number, b:Number, c:Number, d:Number, s:Number) — Static Method, class mx.effects.easing.Back |
|
The easeInOut() method combines the motion
of the easeIn() and easeOut() methods
to start the motion by backtracking, then reversing direction and
moving toward target, overshooting target slightly, reversing direction again, and
then moving back toward the target. |
easeInOut(t:Number, b:Number, c:Number, d:Number) — Static Method, class mx.effects.easing.Bounce |
|
The easeInOut() method combines the motion
of the easeIn() and easeOut() methods
to start the bounce motion slowly, accelerate motion, then decelerate. |
easeInOut(t:Number, b:Number, c:Number, d:Number) — Static Method, class mx.effects.easing.Circular |
|
The easeInOut() method combines the motion
of the easeIn() and easeOut() methods
to start the motion slowly, accelerate motion, then decelerate. |
easeInOut(t:Number, b:Number, c:Number, d:Number) — Static Method, class mx.effects.easing.Cubic |
|
The easeInOut() method combines the motion
of the easeIn() and easeOut() methods
to start the motion from zero velocity, accelerates motion, then decelerates
back to a zero velocity. |
easeInOut(t:Number, b:Number, c:Number, d:Number, a:Number, p:Number) — Static Method, class mx.effects.easing.Elastic |
|
The easeInOut() method combines the motion
of the easeIn() and easeOut() methods
to start the motion slowly, accelerate motion, then decelerate. |
easeInOut(t:Number, b:Number, c:Number, d:Number) — Static Method, class mx.effects.easing.Exponential |
|
The easeInOut() method combines the motion
of the easeIn() and easeOut() methods
to start the motion slowly, accelerate motion, then decelerate. |
easeInOut(t:Number, b:Number, c:Number, d:Number) — Static Method, class mx.effects.easing.Linear |
|
The easeInOut() method combines the motion
of the easeIn() and easeOut() methods
to start the motion from zero velocity, accelerate motion,
then decelerate back to zero velocity. |
easeInOut(t:Number, b:Number, c:Number, d:Number) — Static Method, class mx.effects.easing.Quadratic |
|
The easeInOut() method combines the motion
of the easeIn() and easeOut() methods
to start the motion from a zero velocity,
accelerate motion, then decelerate to a zero velocity. |
easeInOut(t:Number, b:Number, c:Number, d:Number) — Static Method, class mx.effects.easing.Quartic |
|
The easeInOut() method combines the motion
of the easeIn() and easeOut() methods
to start the motion from a zero velocity, accelerate motion,
then decelerate to a zero velocity. |
easeInOut(t:Number, b:Number, c:Number, d:Number) — Static Method, class mx.effects.easing.Quintic |
|
The easeInOut() method combines the motion
of the easeIn() and easeOut() methods
to start the motion from a zero velocity, accelerate motion,
then decelerate to a zero velocity. |
easeInOut(t:Number, b:Number, c:Number, d:Number) — Static Method, class mx.effects.easing.Sine |
|
The easeInOut() method combines the motion
of the easeIn() and easeOut() methods
to start the motion from a zero velocity, accelerate motion,
then decelerate to a zero velocity. |
easeNone(t:Number, b:Number, c:Number, d:Number) — Static Method, class mx.effects.easing.Linear |
|
The easeNone() method defines a constant motion,
with no acceleration. |
easeOut(t:Number, b:Number, c:Number, d:Number, s:Number) — Static Method, class mx.effects.easing.Back |
|
The easeOut() method starts the motion by
moving towards the target, overshooting it slightly,
and then reversing direction back toward the target. |
easeOut(t:Number, b:Number, c:Number, d:Number) — Static Method, class mx.effects.easing.Bounce |
|
The easeOut() method starts the bounce motion fast,
and then decelerates motion as it executes. |
easeOut(t:Number, b:Number, c:Number, d:Number) — Static Method, class mx.effects.easing.Circular |
|
The easeOut() method starts motion fast,
and then decelerates motion as it executes. |
easeOut(t:Number, b:Number, c:Number, d:Number) — Static Method, class mx.effects.easing.Cubic |
|
The easeOut() method starts motion fast,
and then decelerates motion to a zero velocity as it executes. |
easeOut(t:Number, b:Number, c:Number, d:Number, a:Number, p:Number) — Static Method, class mx.effects.easing.Elastic |
|
The easeOut() method starts motion fast,
and then decelerates motion as it executes. |
easeOut(t:Number, b:Number, c:Number, d:Number) — Static Method, class mx.effects.easing.Exponential |
|
The easeOut() method starts motion fast,
and then decelerates motion as it executes. |
easeOut(t:Number, b:Number, c:Number, d:Number) — Static Method, class mx.effects.easing.Linear |
|
The easeOut() method starts motion fast,
and then decelerates motion to a zero velocity as it executes. |
easeOut(t:Number, b:Number, c:Number, d:Number) — Static Method, class mx.effects.easing.Quadratic |
|
The easeOut() method starts motion fast,
and then decelerates motion to a zero velocity as it executes. |
easeOut(t:Number, b:Number, c:Number, d:Number) — Static Method, class mx.effects.easing.Quartic |
|
The easeOut() method starts motion fast,
and then decelerates motion to a zero velocity. |
easeOut(t:Number, b:Number, c:Number, d:Number) — Static Method, class mx.effects.easing.Quintic |
|
The easeOut() method starts motion fast,
and then decelerates motion to a zero velocity as it executes. |
easeOut(t:Number, b:Number, c:Number, d:Number) — Static Method, class mx.effects.easing.Sine |
|
The easeOut() method starts motion fast,
and then decelerates motion to a zero velocity as it executes. |
easingFunction — Property, class mx.effects.Tween |
|
Sets the easing function for the animation. |
easingFunction — Property, class mx.effects.TweenEffect |
|
The easing function for the animation. |
easingFunction — Property, class mx.effects.effectClasses.TweenEffectInstance |
|
The easing function for the animation. |
EdgeMetrics — class, package mx.core |
|
The EdgeMetrics class specifies the thickness, in pixels,
of the four edge regions around a visual component. |
EdgeMetrics(left:Number, top:Number, right:Number, bottom:Number) — Constructor, class mx.core.EdgeMetrics |
|
Constructor. |
editable — Property, class mx.controls.AdvancedDataGridBaseEx |
|
Indicates whether or not the user can edit items in the data provider. |
editable — Property, class mx.controls.ComboBase |
|
A flag that indicates whether the control is editable,
which lets the user directly type entries that are not specified
in the dataProvider, or not editable, which requires the user select
from the items in the dataProvider. |
editable — Property, class mx.controls.DataGrid |
|
A flag that indicates whether or not the user can edit
items in the data provider. |
editable — Property, class mx.controls.List |
|
A flag that indicates whether or not the user can edit
items in the data provider. |
editable — Property, class mx.controls.TextArea |
|
Indicates whether the user is allowed to edit the text in this control. |
editable — Property, class mx.controls.TextInput |
|
Indicates whether the user is allowed to edit the text in this control. |
editable — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn |
|
A flag that indicates whether the items in the column are editable. |
editable — Property, class mx.controls.dataGridClasses.DataGridColumn |
|
A flag that indicates whether the items in the column are editable. |
editableDisabledSkin — Style, class mx.controls.ComboBase
|
| Name of the class to use as the skin for the background and border when the control is disabled, and the editable property is true. |
| |
editableDownSkin — Style, class mx.controls.ComboBase
|
| Name of the class to use as the skin for the background and border when the user holds down the mouse button, and the editable property is true. |
| |
editableOverSkin — Style, class mx.controls.ComboBase
|
| Name of the class to use as the skin for the background and border when the mouse is over the control, and the editable property is true. |
| |
editableUpSkin — Style, class mx.controls.ComboBase
|
| Name of the class to use as the skin for the background and border when the mouse is not over the control, and the editable property is true. |
| |
editedItemPosition — Property, class mx.controls.AdvancedDataGridBaseEx |
|
The column and row index of the item renderer for the
data provider item being edited, if any. |
editedItemPosition — Property, class mx.controls.DataGrid |
|
The column and row index of the item renderer for the
data provider item being edited, if any. |
editedItemPosition — Property, class mx.controls.List |
|
The column and row index of the item renderer for the
data provider item being edited, if any. |
editedItemRenderer — Property, class mx.controls.AdvancedDataGridBaseEx |
|
A reference to the item renderer
in the AdvancedDataGrid control whose item is currently being edited. |
editedItemRenderer — Property, class mx.controls.DataGrid |
|
A reference to the item renderer
in the DataGrid control whose item is currently being edited. |
editedItemRenderer — Property, class mx.controls.List |
|
A reference to the item renderer
in the DataGrid control whose item is currently being edited. |
editorDataField — Property, class mx.controls.List |
|
The name of the property of the item editor that contains the new
data for the list item. |
editorDataField — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn |
|
The name of the property of the item editor that contains the new
data for the list item. |
editorDataField — Property, class mx.controls.dataGridClasses.DataGridColumn |
|
The name of the property of the item editor that contains the new
data for the list item. |
editorHeightOffset — Property, class mx.controls.List |
|
The height of the item editor, in pixels, relative to the size of the
item renderer. |
editorHeightOffset — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn |
|
The height of the item editor, in pixels, relative to the size of the
item renderer. |
editorHeightOffset — Property, class mx.controls.dataGridClasses.DataGridColumn |
|
The height of the item editor, in pixels, relative to the size of the
item renderer. |
editorUsesEnterKey — Property, class mx.controls.List |
|
A flag that indicates whether the item editor uses Enter key. |
editorUsesEnterKey — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn |
|
A flag that indicates whether the item editor uses Enter key. |
editorUsesEnterKey — Property, class mx.controls.dataGridClasses.DataGridColumn |
|
A flag that indicates whether the item editor uses Enter key. |
editorWidthOffset — Property, class mx.controls.List |
|
The width of the item editor, in pixels, relative to the size of the
item renderer. |
editorWidthOffset — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn |
|
The width of the item editor, in pixels, relative to the size of the
item renderer. |
editorWidthOffset — Property, class mx.controls.dataGridClasses.DataGridColumn |
|
The width of the item editor, in pixels, relative to the size of the
item renderer. |
editorXOffset — Property, class mx.controls.List |
|
The x location of the upper-left corner of the item editor,
in pixels, relative to the upper-left corner of the item. |
editorXOffset — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn |
|
The x location of the upper-left corner of the item editor,
in pixels, relative to the upper-left corner of the item. |
editorXOffset — Property, class mx.controls.dataGridClasses.DataGridColumn |
|
The x location of the upper-left corner of the item editor,
in pixels, relative to the upper-left corner of the item. |
editorYOffset — Property, class mx.controls.List |
|
The y location of the upper-left corner of the item editor,
in pixels, relative to the upper-left corner of the item. |
editorYOffset — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn |
|
The y location of the upper-left corner of the item editor,
in pixels, relative to the upper-left corner of the item. |
editorYOffset — Property, class mx.controls.dataGridClasses.DataGridColumn |
|
The y location of the upper-left corner of the item editor,
in pixels, relative to the upper-left corner of the item. |
effect — Property, class mx.effects.EffectInstance |
|
The IEffect object that created this IEffectInstance object. |
effect — Property, interface mx.effects.IEffectInstance |
|
The IEffect object that created this IEffectInstance object. |
effect — Property, class mx.states.Transition |
|
The IEffect object to play when you apply the transition. |
Effect — class, package mx.effects |
|
The Effect class is an abstract base class that defines the basic
functionality of all Flex effects. |
Effect(target:Object) — Constructor, class mx.effects.Effect |
|
Constructor. |
EFFECT — Constant Static Property, class mx.core.EventPriority |
|
Autogenerated event handlers that trigger effects are executed
after other event handlers on component instances, so they have
a lower priority than the default. |
effectEnd — Event, class mx.core.UIComponent |
|
Dispatched after an effect ends. |
effectEnd — Event, class mx.effects.Effect |
|
Dispatched when the effect finishes playing,
either when the effect finishes playing or when the effect has
been interrupted by a call to the end() method. |
EFFECT_END — Constant Static Property, class mx.events.EffectEvent |
|
The EffectEvent.EFFECT_END constant defines the value of the
type property of the event object for an
effectEnd event. |
effectEndHandler(event:mx.events:EffectEvent) — method, class mx.effects.Effect |
|
Called when an effect instance has finished playing. |
EffectEvent — class, package mx.events |
|
Represents event objects that are specific to Flex effects. |
EffectEvent(eventType:String, bubbles:Boolean, cancelable:Boolean, effectInstance:mx.effects:IEffectInstance) — Constructor, class mx.events.EffectEvent |
|
Constructor. |
effectFinished(effectInst:mx.effects:IEffectInstance) — method, class mx.core.UIComponent |
|
Called by the effect instance when it stops playing on the component. |
effectHost — Property, class mx.effects.effectClasses.UnconstrainItemActionInstance |
| |
effectInstance — Property, class mx.events.EffectEvent |
|
The effect instance object for the event. |
EffectInstance — class, package mx.effects |
|
The EffectInstance class represents an instance of an effect
playing on a target. |
EffectInstance(target:Object) — Constructor, class mx.effects.EffectInstance |
|
Constructor. |
EffectManager — class, package mx.effects |
|
The EffectManager class listens for events, such as the show
and move events, dispatched by objects in a Flex application. |
effectMask — Property, class mx.effects.effectClasses.MaskEffectInstance |
|
Contains the effect mask, either the default mask created
by the defaultCreateMask() method,
or the one specified by the function passed to the
createMaskFunction property. |
effects — Property, class mx.core.UIComponentDescriptor |
|
An Array containing the effects for the component, as specified in MXML. |
effectStart — Event, class mx.core.UIComponent |
|
Dispatched just before an effect starts. |
effectStart — Event, class mx.effects.Effect |
|
Dispatched when the effect starts playing. |
EFFECT_START — Constant Static Property, class mx.events.EffectEvent |
|
The EffectEvent.EFFECT_START constant defines the value of the
type property of the event object for an
effectStart event. |
effectStarted(effectInst:mx.effects:IEffectInstance) — method, class mx.core.UIComponent |
|
Called by the effect instance when it starts playing on the component. |
effectStartHandler(event:mx.events:EffectEvent) — method, class mx.effects.Effect |
|
This method is called when the effect instance starts playing. |
EffectTargetFilter — class, package mx.effects |
|
The EffectTargetFilter class defines a custom filter that is executed
by each transition effect on each target of the effect. |
EffectTargetFilter() — Constructor, class mx.effects.EffectTargetFilter |
|
Constructor. |
effectTargetHost — Property, class mx.effects.Effect |
|
A property that lets you access the target list-based control
of a data effect. |
effectTargetHost — Property, class mx.effects.EffectInstance |
|
A property that lets you access the target
list-based control of a data effect. |
effectTargetHost — Property, interface mx.effects.IEffect |
|
A property that lets you access the target list-based control
of a data effect. |
effectTargetHost — Property, interface mx.effects.IEffectInstance |
|
A property that lets you access the target
list-based control of a data effect. |
Elastic — class, package mx.effects.easing |
|
The Elastc class defines three easing functions to implement
motion with Flex effect classes, where the motion is defined by
an exponentially decaying sine wave. |
element — Property, class mx.charts.ChartItem |
|
The series or element that owns the ChartItem. |
element — Property, class mx.charts.HitData |
|
Specifies the chart element rendering this data item
that generated the HitData structure. |
element — Property, class mx.charts.LegendItem |
|
The chart element that is responsible for generating this legend item. |
element — Property, class mx.charts.chartClasses.LegendData |
|
The chart item that generated this legend item. |
element — Property, class mx.charts.series.items.LineSeriesSegment |
|
The series or element that owns this segment. |
element — Property, class mx.charts.series.renderData.AreaSeriesRenderData |
|
The AreaSeries that this structure is associated with. |
element — Property, class mx.rpc.soap.SOAPFault |
|
The raw XML of this SOAP Fault. |
elementBounds — Property, class mx.charts.chartClasses.RenderData |
|
An Array of rectangles describing the bounds of the series's
ChartItems, relative to the series's coordinate system. |
ELEMENT_NODE — Constant Static Property, class flash.xml.XMLNodeType |
|
Specifies that the node is an element. |
elementOffset — Property, class mx.charts.effects.SeriesEffect |
|
Specifies the amount of time, in milliseconds, that Flex delays
the start of the effect on each element in the series. |
elementOffset — Property, class mx.charts.effects.effectClasses.SeriesEffectInstance |
|
Specifies the amount of time, in milliseconds, that Flex delays
the start of the effect on each element in the series. |
elements(name:Object) — method, class XML |
|
Lists the elements of an XML object. |
elements(name:Object) — method, class XMLList |
|
Calls the elements() method of each XML object. |
elements — Property, class mx.charts.chartClasses.DataTransform |
|
The elements that are associated with this transform. |
elements(name:String) — method, class mx.collections.XMLListCollection |
|
Calls the elements() method of each XML object in the XMLList. |
elements — Property, class mx.olap.OLAPCube |
|
Processes the input Array and initializes the dimensions
and measures properties based on the elements of the Array. |
elements — Property, class mx.olap.OLAPDimension |
|
Processes the input Array and initializes the attributes
and hierarchies properties based on the elements of the Array. |
elements — Property, class mx.olap.OLAPHierarchy |
|
An Array of the levels of the hierarchy, as OLAPLevel instances. |
else — Statement |
| Specifies the statements to run if the condition in the if statement returns false . |
EmailValidator — class, package mx.validators |
|
The EmailValidator class validates that a String has a single @ sign,
a period in the domain name and that the top-level domain suffix has
two, three, four, or six characters. |
EmailValidator() — Constructor, class mx.validators.EmailValidator |
|
Constructor. |
EMBEDDED — Constant Static Property, class flash.text.FontType |
|
Indicates that this is an embedded font. |
embeddedFontList — Property, class mx.managers.SystemManager |
|
A table of embedded fonts in this application. |
embeddedFontList — Property, class mx.managers.WindowedSystemManager |
|
A table of embedded fonts in this application. |
embedFonts — Property, class flash.text.TextField |
|
Specifies whether to render by using embedded font outlines. |
embedFonts — Property, interface mx.core.IUITextField |
|
Specifies whether to render by using embedded font outlines. |
emphasized — Property, class mx.controls.Button |
|
Draws a thick border around the Button control
when the control is in its up state if emphasized
is set to true. |
emphasized — Property, interface mx.core.IButton |
|
Draws a thick border around the Button control
when the control is in its up state if emphasized
is set to true. |
EMPTY — Constant Static Property, class mx.core.EdgeMetrics |
|
An EdgeMetrics object with a value of zero for its
left, top, right,
and bottom properties. |
enableAutoUpdate() — method, interface mx.collections.ICollectionView |
|
Enables auto-updating. |
enableAutoUpdate() — method, class mx.collections.ListCollectionView |
|
Enables auto-updating. |
enabled — Property, class flash.display.MovieClip |
|
A Boolean value that indicates whether a movie clip is enabled. |
enabled — Property, class flash.display.NativeMenuItem |
|
Controls whether this menu item is enabled. |
enabled — Property, class flash.display.SimpleButton |
|
A Boolean value that specifies whether a button is enabled. |
enabled — Static Property, class flash.system.IME |
|
Indicates whether the system IME is enabled (true) or disabled (false). |
enabled — Property, class mx.controls.RadioButtonGroup |
|
Determines whether selection is allowed. |
enabled — Property, class mx.controls.dataGridClasses.DataGridHeader |
|
Whether the component can accept user interaction. |
enabled — Property, interface mx.core.IUIComponent |
|
Whether the component can accept user interaction. |
enabled — Property, class mx.core.UIComponent |
|
Whether the component can accept user interaction. |
enabled — Property, class mx.core.UITextField |
|
A Boolean value that indicates whether the component is enabled. |
enabled — Static Property, class mx.managers.ToolTipManager |
|
If true, the ToolTipManager will automatically show
ToolTips when the user moves the mouse pointer over components. |
enabled — Property, class mx.validators.Validator |
|
Setting this value to false will stop the validator
from performing validation. |
enablePolling() — method, class mx.messaging.channels.PollingChannel |
|
Enables polling based on the number of times enablePolling()
and disablePolling() have been invoked. |
encode(bitmapData:flash.display:BitmapData) — method, interface mx.graphics.codec.IImageEncoder |
|
Encodes a BitmapData object as a ByteArray. |
encode(bitmapData:flash.display:BitmapData) — method, class mx.graphics.codec.JPEGEncoder |
|
Converts the pixels of BitmapData object
to a JPEG-encoded ByteArray object. |
encode(bitmapData:flash.display:BitmapData) — method, class mx.graphics.codec.PNGEncoder |
|
Converts the pixels of a BitmapData object
to a PNG-encoded ByteArray object. |
encode(value, name:QName, type:QName, definition:XML) — method, interface mx.rpc.xml.IXMLEncoder |
|
Encodes an ActionScript value as XML. |
encode(data:String, offset:uint, length:uint) — method, class mx.utils.Base64Encoder |
|
Encodes the characters of a String in Base64 and adds the result to
an internal buffer. |
encodeByteArray(byteArray:flash.utils:ByteArray, width:int, height:int, transparent:Boolean) — method, interface mx.graphics.codec.IImageEncoder |
|
Encodes a ByteArray object containing raw pixels
in 32-bit ARGB (Alpha, Red, Green, Blue) format
as a new ByteArray object containing encoded image data. |
encodeByteArray(byteArray:flash.utils:ByteArray, width:int, height:int, transparent:Boolean) — method, class mx.graphics.codec.JPEGEncoder |
|
Converts a ByteArray object containing raw pixels
in 32-bit ARGB (Alpha, Red, Green, Blue) format
to a new JPEG-encoded ByteArray object. |
encodeByteArray(byteArray:flash.utils:ByteArray, width:int, height:int, transparent:Boolean) — method, class mx.graphics.codec.PNGEncoder |
|
Converts a ByteArray object containing raw pixels
in 32-bit ARGB (Alpha, Red, Green, Blue) format
to a new PNG-encoded ByteArray object. |
encodeBytes(data:flash.utils:ByteArray, offset:uint, length:uint) — method, class mx.utils.Base64Encoder |
|
Encodes a ByteArray in Base64 and adds the result to an internal buffer. |
encodeDate(rawDate:Date, dateType:String) — Static Method, class mx.rpc.xml.SimpleXMLEncoder |
| |
encodeImageAsBase64(snapshot:mx.graphics:ImageSnapshot) — Static Method, class mx.graphics.ImageSnapshot |
|
A utility method to convert an ImageSnapshot into a Base-64 encoded
String for transmission in text based serialization formats such as XML. |
encodeRequest(args, headers:Array) — method, interface mx.rpc.soap.ISOAPEncoder |
|
Creates a SOAP-encoded request to an operation from the given input
parameters and headers. |
encodeURI(uri:String) — Package Function, Top Level |
|
Encodes a string into a valid URI (Uniform Resource Identifier). |
encodeURIComponent(uri:String) — Package Function, Top Level |
|
Encodes a string into a valid URI component. |
encodeUTFBytes(data:String) — method, class mx.utils.Base64Encoder |
|
Encodes the UTF-8 bytes of a String in Base64 and adds the result to an
internal buffer. |
encodeValue(obj:Object, qname:QName, parentNode:flash.xml:XMLNode) — method, class mx.rpc.xml.SimpleXMLEncoder |
|
parentNode - optional, an XMLNode under which to
put the encoded value. |
EncryptedLocalStore — class, package flash.data |
|
The EncryptedLocalStore class provides methods for setting and getting objects in the encrypted local data store
for an AIR application. |
end — Property, class mx.charts.series.items.LineSeriesSegment |
|
The index into the items array of the last item
in this segment, inclusive. |
end(effectInstance:mx.effects:IEffectInstance) — method, class mx.effects.Effect |
|
Interrupts an effect that is currently playing,
and jumps immediately to the end of the effect. |
end() — method, class mx.effects.EffectInstance |
|
Interrupts an effect instance that is currently playing,
and jumps immediately to the end of the effect. |
end(effectInstance:mx.effects:IEffectInstance) — method, interface mx.effects.IEffect |
|
Interrupts an effect that is currently playing,
and jumps immediately to the end of the effect. |
end() — method, interface mx.effects.IEffectInstance |
|
Interrupts an effect instance that is currently playing,
and jumps immediately to the end of the effect. |
end() — method, class mx.effects.effectClasses.ParallelInstance |
|
Interrupts any effects that are currently playing, skips over
any effects that haven't started playing, and jumps immediately
to the end of the composite effect. |
end — Property, class mx.effects.effectClasses.PropertyChanges |
|
An Object containing the ending properties of the target
component modified by the change in view state. |
end() — method, class mx.effects.effectClasses.SequenceInstance |
|
Interrupts any effects that are currently playing, skips over
any effects that haven't started playing, and jumps immediately
to the end of the composite effect. |
end() — method, class mx.effects.effectClasses.TweenEffectInstance |
|
Interrupts an effect that is currently playing,
and immediately jumps to the end of the effect. |
end(target:flash.display:Graphics) — method, interface mx.graphics.IFill |
|
Ends the fill. |
end(target:flash.display:Graphics) — method, class mx.graphics.LinearGradient |
|
Ends the fill. |
end(target:flash.display:Graphics) — method, class mx.graphics.RadialGradient |
|
Ends the fill. |
end(target:flash.display:Graphics) — method, class mx.graphics.SolidColor |
|
Ends the fill. |
END — Constant Static Property, class flash.ui.Keyboard |
|
Constant associated with the key code value for the End key (35). |
endEdit(reason:String) — method, class mx.controls.List |
|
Stops the editing of an item in the data provider. |
endEffectsForTarget(target:mx.core:IUIComponent) — Static Method, class mx.effects.EffectManager |
|
Immediately ends any effects currently playing on a target. |
endEffectsStarted() — method, class mx.core.UIComponent |
|
Ends all currently playing effects on the component. |
endFill() — method, class flash.display.Graphics |
|
Applies a fill to the lines and curves that were added since the last call to the
beginFill(), beginGradientFill(), or
beginBitmapFill() method. |
endFill() — method, class mx.charts.chartClasses.CartesianDataCanvas |
|
Applies a fill to the lines and curves that were added since the last call to the
beginFill(), beginGradientFill(), or
beginBitmapFill() method. |
endFill() — method, class mx.charts.chartClasses.PolarDataCanvas |
|
Applies a fill to the lines and curves that were added since the last call to the
beginFill(), beginGradientFill(), or
beginBitmapFill() method. |
endian — Property, class flash.filesystem.FileStream |
|
The byte order for the data, either the BIG_ENDIAN or LITTLE_ENDIAN constant
from the Endian class.
The byte order for the data, either the BIG_ENDIAN or LITTLE_ENDIAN
constant from the Endian class. |
endian — Property, class flash.net.Socket |
|
Indicates the byte order for the data; possible values are
constants from the flash.utils.Endian class,
Endian.BIG_ENDIAN or Endian.LITTLE_ENDIAN. |
endian — Property, class flash.net.URLStream |
|
Indicates the byte order for the data. |
endian — Property, class flash.utils.ByteArray |
|
Changes or reads the byte order for the data; either Endian.BIG_ENDIAN or
Endian.LITTLE_ENDIAN. |
endian — Property, interface flash.utils.IDataInput |
|
The byte order for the data, either the BIG_ENDIAN or LITTLE_ENDIAN constant
from the Endian class. |
endian — Property, interface flash.utils.IDataOutput |
|
The byte order for the data, either the BIG_ENDIAN or LITTLE_ENDIAN
constant from the Endian class. |
Endian — final class, package flash.utils |
|
The Endian class contains values that denote the byte order used to represent multibyte
numbers. |
endIndex — Property, class mx.automation.events.TextSelectionEvent |
|
Index at which selection ends. |
endIndex — Property, class mx.controls.textClasses.TextRange |
|
Zero-based index in the control's text field of the point
immediately after the last character in the range; equivalent to
the One-based index of the last character. |
endInterpolation(interpolationData:Object) — method, class mx.charts.chartClasses.Series |
|
Called by the SeriesInterpolate effect to end an interpolation effect. |
endpoint — Property, class mx.messaging.Channel |
|
Provides access to the endpoint for this channel. |
endpoint — Property, class mx.rpc.remoting.mxml.RemoteObject |
|
This property allows the developer to quickly specify an endpoint for a RemoteObject
destination without referring to a services configuration file at compile time or programmatically creating
a ChannelSet. |
ENDPOINT_HEADER — Constant Static Property, class mx.messaging.messages.AbstractMessage |
|
Messages are tagged with the endpoint id for the Channel they are sent over. |
endpointURI — Property, class mx.rpc.soap.AbstractWebService |
|
The location of the WebService. |
endpointURI — Property, class mx.rpc.soap.Operation |
|
The location of the WebService for this Operation. |
END_RECORD — Constant Static Property, class mx.automation.events.AutomationEvent |
|
The AutomationEvent.BEGIN_RECORD constant defines the value of the
type property of the event object for a endRecord event. |
endRecording() — method, interface mx.automation.IAutomationManager |
|
Takes the automation manager out of record mode. |
endTween() — method, class mx.effects.Tween |
|
Interrupt the tween, jump immediately to the end of the tween,
and invoke the onTweenEnd() callback function. |
endValuesCaptured — Property, class mx.effects.Effect |
|
A flag containing true if the end values
of an effect have already been determined,
or false if they should be acquired from the
current properties of the effect targets when the effect runs. |
enter — Event, class mx.controls.ColorPicker |
|
Dispatched if the ColorPicker editable
property is set to true
and the user presses Enter after typing in a hexadecimal color value. |
enter — Event, class mx.controls.ComboBox |
|
Dispatched if the editable property
is set to true and the user presses the Enter key
while typing in the editable text field. |
enter — Event, class mx.controls.TextInput |
|
Dispatched when the user presses the Enter key. |
ENTER — Constant Static Property, class flash.ui.Keyboard |
|
Constant associated with the key code value for the Enter key (13). |
ENTER — Constant Static Property, class mx.events.ColorPickerEvent |
|
The ColorPickerEvent.ENTER constant defines the value of the
type property of the event that is dispatched when the user
presses the Enter key after typing in the color selector box. |
ENTER — Constant Static Property, class mx.events.FlexEvent |
|
The FlexEvent.ENTER constant defines the value of the
type property of the event object for a enter event. |
enterFrame — Event, class flash.display.DisplayObject |
|
Dispatched when the playhead is entering a new
frame. |
ENTER_FRAME — Constant Static Property, class flash.events.Event |
|
The Event.ENTER_FRAME constant defines the value of the type property of
an enterFrame event object. |
enterFrameHandler(event:flash.events:Event) — method, class mx.flash.UIMovieClip |
|
The main function that watches our size and progesses through transitions. |
enterState — Event, class mx.core.UIComponent |
|
Dispatched after the component has returned to the root view state. |
enterState — Event, class mx.states.State |
|
Dispatched when the view state has been entered. |
ENTER_STATE — Constant Static Property, class mx.events.FlexEvent |
|
The FlexEvent.ENTER_STATE constant defines the value of the
type property of the event object for a enterState event. |
entries — Property, class mx.graphics.GradientBase |
|
An Array of GradientEntry objects
defining the fill patterns for the gradient fill. |
enumerateFonts(enumerateDeviceFonts:Boolean) — Static Method, class flash.text.Font |
|
Specifies whether to provide a list of the currently available embedded fonts. |
enumerationMode — Property, class mx.controls.FileSystemDataGrid |
|
A String specifying whether this control displays
only files, only subdirectories, or both. |
enumerationMode — Property, class mx.controls.FileSystemList |
|
A String specifying whether this control displays
only files, only subdirectories, or both. |
enumerationMode — Property, class mx.controls.FileSystemTree |
|
A String specifying whether this control displays
only files, only subdirectories, or both. |
EOFError — Dynamic Class, package flash.errors |
|
An EOFError exception is thrown when you attempt to read past the end of the available data. |
EOFError(message:String) — Constructor, class flash.errors.EOFError |
|
Creates a new EOFError object. |
EQUAL — Constant Static Property, class flash.ui.Keyboard |
|
Constant associated with the key code value for the = key (187). |
equals(toCompare:flash.geom:Point) — method, class flash.geom.Point |
|
Determines whether two points are equal. |
equals(toCompare:flash.geom:Rectangle) — method, class flash.geom.Rectangle |
|
Determines whether the object specified in the toCompare parameter is
equal to this Rectangle object. |
equals(other:mx.automation:AutomationID) — method, class mx.automation.AutomationID |
|
Compares this object with the given AutomationID. |
ERASE — Constant Static Property, class flash.display.BlendMode |
|
Erases the background based on the alpha value of the display object. |
error — Event, class flash.data.SQLConnection |
|
Dispatched when any of the SQLConnection object's asynchronous operations results
in an error. |
error — Event, class flash.data.SQLStatement |
|
Dispatched when an error occurs during an operation. |
error — Property, class flash.events.AsyncErrorEvent |
|
The exception that was thrown. |
error — Property, class flash.events.SQLErrorEvent |
|
A SQLError object containing detailed information about the cause of the error. |
error — Event, class flash.security.XMLSignatureValidator |
|
Dispatched if verification cannot complete because of errors. |
error — Event, class mx.core.Application |
|
Dispatched when an error occurs anywhere in the application,
such as an HTTPService, WebService, or RemoteObject fails. |
error — Property, class mx.formatters.Formatter |
|
Description saved by the formatter when an error occurs. |
error(message:String, ... rest) — method, interface mx.logging.ILogger |
|
Logs the specified data using the LogEventLevel.ERROR
level. |
error(message:String, ... rest) — method, class mx.logging.LogLogger |
|
Logs the specified data using the LogEventLevel.ERROR
level. |
error — Event, interface mx.modules.IModuleInfo |
|
Dispatched by the backing ModuleInfo if there was an error during
module loading. |
error — Property, interface mx.modules.IModuleInfo |
|
A flag that is true if there was an error
during module loading. |
error — Event, class mx.modules.ModuleLoader |
|
Dispatched when the module throws an error. |
Error — Dynamic Class, Top Level |
|
The Error class contains information about an error that occurred in a script. |
Error(message:String, id:int) — Constructor, class Error |
|
Creates a new Error object. |
ERROR — Constant Static Property, class flash.events.ErrorEvent |
|
Defines the value of the type property of an error event object. |
ERROR — Constant Static Property, class flash.events.SQLErrorEvent |
|
The SQLErrorEvent.ERROR constant defines the value of the
type property of an error event dispatched when a call
to a method of a SQLConnection or SQLStatement instance completes
with an error. |
ERROR — Constant Static Property, class mx.events.ModuleEvent |
|
Dispatched when there is an error downloading the module. |
ERROR — Constant Static Property, class mx.events.ResourceEvent |
|
Dispatched when there is an error loading the resource module SWF file. |
ERROR — Constant Static Property, class mx.events.StyleEvent |
|
Dispatched when there is an error downloading the style SWF. |
ERROR — Constant Static Property, class mx.logging.LogEventLevel |
|
Designates error events that might
still allow the application to continue running. |
ERROR_CANNOT_LOAD_READER — Constant Static Property, class flash.html.HTMLPDFCapability |
|
An error was returned by the OS when trying to load the Adobe Reader or Acrobat
application or one of its necessary libraries. |
errorCode — Property, class mx.validators.ValidationResult |
|
The validation error code
if the value of the isError property is true. |
errorColor — Style, class mx.core.UIComponent
|
| Color of the component highlight when validation fails. |
| |
ERROR_DECODING — Constant Static Property, class mx.rpc.http.HTTPService |
|
Indicates that an XML formatted result could not be parsed into an XML instance
or decoded into an Object. |
ERROR_ENCODING — Constant Static Property, class mx.rpc.http.HTTPService |
|
Indicates that an input parameter could not be encoded as XML. |
ErrorEvent — class, package flash.events |
|
An object dispatches an ErrorEvent object when an error causes a network operation to fail. |
ErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, text:String, id:int) — Constructor, class flash.events.ErrorEvent |
|
Creates an Event object that contains information about error events. |
ERROR_HINT_HEADER — Constant Static Property, class mx.messaging.messages.AcknowledgeMessage |
|
Header name for the error hint header. |
errorID — Property, class Error |
|
Contains the reference number associated with the specific error message. |
errorID — Property, class flash.events.ErrorEvent |
|
Contains the reference number associated with the specific error. |
ERROR_INSTALLED_READER_NOT_FOUND — Constant Static Property, class flash.html.HTMLPDFCapability |
|
No version of Adobe Reader is detected. |
ERROR_INSTALLED_READER_TOO_OLD — Constant Static Property, class flash.html.HTMLPDFCapability |
|
Adobe Reader is detected, but the version is too old. |
errorMessage — Property, class mx.validators.ValidationResult |
|
The validation error message
if the value of the isError property is true. |
ErrorMessage — class, package mx.messaging.messages |
|
The ErrorMessage class is used to report errors within the messaging system. |
ErrorMessage() — Constructor, class mx.messaging.messages.ErrorMessage |
|
Constructs an ErrorMessage instance. |
ERROR_PREFERRED_READER_TOO_OLD — Constant Static Property, class flash.html.HTMLPDFCapability |
|
A sufficient version (8.1 or later) of Adobe Reader or Acrobat is detected, but the the version
of Adobe Reader that is set up to handle PDF content is older than Adobe Reader or Acrobat 8.1. |
errorShown — Static Property, class mx.automation.Automation |
| |
errorString — Property, class mx.core.UIComponent |
|
The text that will be displayed by a component's error tip when a
component is monitored by a Validator and validation fails. |
errorString — Property, interface mx.validators.IValidatorListener |
|
The text that will be displayed by a component's error tip when a
component is monitored by a Validator and validation fails. |
errorText — Property, class mx.events.ModuleEvent |
|
The error message if the type is ModuleEvent.ERROR;
otherwise, it is null. |
errorText — Property, class mx.events.ResourceEvent |
|
The error message if the type is ERROR;
otherwise, it is null. |
errorText — Property, class mx.events.RSLEvent |
|
The error message if the type is RSL_ERROR; otherwise, it is null;
|
errorText — Property, class mx.events.StyleEvent |
|
The error message if the type is ERROR;
otherwise, it is null. |
ERROR_URL_REQUIRED — Constant Static Property, class mx.rpc.http.HTTPService |
|
Indicates that the useProxy property was set to false but a url was not provided. |
escape(str:String) — Package Function, Top Level |
|
Converts the parameter to a string and encodes it in a URL-encoded format,
where most nonalphanumeric characters are replaced with % hexadecimal sequences. |
ESCAPE — Constant Static Property, class flash.ui.Keyboard |
|
Constant associated with the key code value for the Escape key (27). |
escapeMultiByte(value:String) — Package Function, flash.utils |
|
Returns an escaped copy of the input string encoded as either UTF-8 or system code page, depending on the value of System.useCodePage. |
EvalError — Dynamic Class, Top Level |
|
The EvalError class represents an error that occurs when user code
calls the eval() function or attempts to use the new
operator with the Function object. |
EvalError(message:String) — Constructor, class EvalError |
|
Creates a new EvalError object. |
Event — class, package flash.events |
|
The Event class is used as the base class for the creation of Event objects,
which are passed as parameters to event listeners when an event occurs. |
Event(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class flash.events.Event |
|
Creates an Event object to pass as a parameter to event listeners. |
EVENT — Constant Static Property, class mx.controls.ProgressBarMode |
|
The control specified by the source property must
dispatch progress and completed events. |
eventClassName — Property, interface mx.automation.IAutomationEventDescriptor |
|
The name of the class implementing this event. |
EventDispatcher — class, package flash.events |
|
The EventDispatcher class is the base class for all runtime classes that dispatch events. |
EventDispatcher(target:flash.events:IEventDispatcher) — Constructor, class flash.events.EventDispatcher |
|
Aggregates an instance of the EventDispatcher class. |
eventPhase — Property, class flash.events.Event |
|
The current phase in the event flow. |
EventPhase — final class, package flash.events |
|
The EventPhase class provides values for the eventPhase property of the Event class. |
EventPriority — final class, package mx.core |
|
The EventPriority class defines constant values
for the priority argument of the
addEventListener() method of EventDispatcher. |
events — Property, class mx.core.ComponentDescriptor |
|
An Object containing name/value pairs for the component's
event handlers, as specified in MXML. |
eventType — Property, interface mx.automation.IAutomationEventDescriptor |
|
The value of the type property used for this event. |
every(callback:Function, thisObject) — method, class Array |
|
Executes a test function on each item in the array until an item is reached that returns false for the
specified function. |
EXACT_FIT — Constant Static Property, class flash.display.StageScaleMode |
|
Specifies that the entire Adobe® Flash® application be visible in the specified area without trying to preserve
the original aspect ratio. |
exactSettings — Static Property, class flash.system.Security |
|
Determines how Flash Player or AIR chooses the domain to use for certain
content settings, including settings for camera and microphone
permissions, storage quotas, and storage of persistent shared objects. |
exceedsMaxError — Property, class mx.validators.CurrencyValidator |
|
Error message when the value is greater than maxValue. |
exceedsMaxError — Property, class mx.validators.NumberValidator |
|
Error message when the value exceeds the maxValue property. |
exceptionValue — Property, class flash.events.HTMLUncaughtScriptExceptionEvent |
|
The result of evaluating the expression in the throw statement that resulted in the
uncaught exception. |
EXCLUSIVE — Constant Static Property, class flash.data.SQLTransactionLockType |
|
Specifies the exclusive locking transaction option. |
exec(str:String) — method, class RegExp |
|
Performs a search for the regular expression on the given string str. |
EXEC_QUEUED_CMD — Constant Static Property, class mx.events.VideoEvent |
|
The value of the VideoDisplay.state property
during execution of queued command. |
execute(prefetch:int, responder:flash.net:Responder) — method, class flash.data.SQLStatement |
|
Executes the SQL in the text property against the database that
is connected to the SQLConnection object in the sqlConnection
property. |
execute(query:mx.olap:IOLAPQuery) — method, interface mx.olap.IOLAPCube |
|
Queues an OLAP query for execution. |
execute(query:mx.olap:IOLAPQuery) — method, class mx.olap.OLAPCube |
|
Queues an OLAP query for execution. |
EXECUTE — Constant Static Property, class flash.errors.SQLErrorOperation |
|
Indicates that either the SQLStatement.execute() method
or the SQLStatement.next() method was called. |
executeBindings(recurse:Boolean) — method, class mx.core.Container |
|
Executes all the data bindings on this Container. |
executeBindings(recurse:Boolean) — method, interface mx.core.IDeferredInstantiationUIComponent |
|
Executes the data bindings into this UIComponent object. |
executeBindings(recurse:Boolean) — method, class mx.core.UIComponent |
|
Executes the data bindings into this UIComponent object. |
executeBindings(recurse:Boolean) — method, class mx.flash.UIMovieClip |
|
Executes the data bindings into this UIComponent object. |
executeChildBindings(recurse:Boolean) — method, class mx.core.Container |
|
Executes the bindings into this Container's child UIComponent objects. |
executeChildBindings() — method, interface mx.core.IRepeater |
|
Executes the bindings into all the UIComponents created
by this Repeater. |
executeChildBindings() — method, class mx.core.Repeater |
|
Executes the bindings into all the UIComponents created
by this Repeater. |
executing — Property, class flash.data.SQLStatement |
|
Indicates whether the statement is currently executing. |
exists — Property, class flash.filesystem.File |
|
Indicates whether the referenced file or directory exists. |
exit(errorCode:int) — method, class flash.desktop.NativeApplication |
|
Terminates this application. |
exit(code:uint) — Static Method, class flash.system.System |
|
Closes Flash Player. |
exit() — method, class mx.core.WindowedApplication |
|
Closes the window and exits the application. |
exiting — Event, class flash.desktop.NativeApplication |
|
Dispatched when the application exit sequence is started. |
EXITING — Constant Static Property, class flash.events.Event |
|
The Event.EXITING constant defines the value of the type property of an exiting event object. |
exitState — Event, class mx.core.UIComponent |
|
Dispatched before the component exits from the root view state. |
exitState — Event, class mx.states.State |
|
Dispatched before a view state is exited. |
EXIT_STATE — Constant Static Property, class mx.events.FlexEvent |
|
The FlexEvent.EXIT_STATE constant defines the value of the
type property of the event object for a exitState event. |
exp(val:Number) — Static Method, class Math |
|
Returns the value of the base of the natural logarithm (e), to the
power of the exponent specified in the parameter val. |
expandAll() — method, class mx.controls.AdvancedDataGrid |
|
Expands all the nodes of the navigation tree in the control. |
expandChildrenOf(item:Object, open:Boolean) — method, class mx.controls.AdvancedDataGrid |
|
Opens or closes all the nodes of the navigation tree below the specified item. |
expandChildrenOf(item:Object, open:Boolean) — method, class mx.controls.Tree |
|
Opens or closes all the tree items below the specified item. |
expandItem(item:Object, open:Boolean, animate:Boolean, dispatchEvent:Boolean, cause:flash.events:Event) — method, class mx.controls.AdvancedDataGrid |
|
Opens or closes a branch node of the navigation tree. |
expandItem(item:Object, open:Boolean, animate:Boolean, dispatchEvent:Boolean, cause:flash.events:Event) — method, class mx.controls.Tree |
|
Opens or closes a branch item. |
explicitColumnCount — Property, class mx.controls.listClasses.AdvancedListBase |
|
The column count requested by explicitly setting the
columnCount property. |
explicitColumnCount — Property, class mx.controls.listClasses.ListBase |
|
The column count requested by explicitly setting the
columnCount property. |
explicitColumnWidth — Property, class mx.controls.listClasses.AdvancedListBase |
|
The column width requested by explicitly setting the
columnWidth. |
explicitColumnWidth — Property, class mx.controls.listClasses.ListBase |
|
The column width requested by explicitly setting the
columnWidth. |
explicitHeight — Property, class mx.containers.utilityClasses.ConstraintRow |
|
Number that specifies the explicit height of the
ConstraintRow instance, in pixels, in the ConstraintRow
instance's coordinates. |
explicitHeight — Property, interface mx.core.IUIComponent |
|
The explicitly specified height for the component,
in pixels, as the component's coordinates. |
explicitHeight — Property, class mx.core.UIComponent |
|
Number that specifies the explicit height of the component,
in pixels, in the component's coordinates. |
explicitHeight — Property, class mx.core.UITextField |
|
Number that specifies the explicit height of the component,
in pixels, in the component's coordinates. |
explicitHeight — Property, class mx.flash.UIMovieClip |
|
The explicitly specified height for the component,
in pixels, as the component's coordinates. |
explicitHeight — Property, class mx.managers.SystemManager |
|
The explicit width of this object. |
explicitMaxHeight — Property, interface mx.core.IUIComponent |
|
Number that specifies the maximum height of the component,
in pixels, as the component's coordinates. |
explicitMaxHeight — Property, class mx.core.UIComponent |
|
Number that specifies the maximum height of the component,
in pixels, in the component's coordinates. |
explicitMaxHeight — Property, class mx.core.UITextField |
|
Number that specifies the maximum height of the component,
in pixels, in the component's coordinates. |
explicitMaxHeight — Property, class mx.flash.UIMovieClip |
|
Number that specifies the maximum height of the component,
in pixels, as the component's coordinates. |
explicitMaxWidth — Property, interface mx.core.IUIComponent |
|
Number that specifies the maximum width of the component,
in pixels, as the component's coordinates. |
explicitMaxWidth — Property, class mx.core.UIComponent |
|
Number that specifies the maximum width of the component,
in pixels, in the component's coordinates. |
explicitMaxWidth — Property, class mx.core.UITextField |
|
Number that specifies the maximum width of the component,
in pixels, in the component's coordinates. |
explicitMaxWidth — Property, class mx.flash.UIMovieClip |
|
Number that specifies the maximum width of the component,
in pixels, as the component's coordinates. |
explicitMembers — Property, interface mx.olap.IOLAPTuple |
|
The user added members of this tuple, as a list of IOLAPMember instances. |
explicitMembers — Property, class mx.olap.OLAPTuple |
|
The user added members of this tuple, as a list of IOLAPMember instances. |
explicitMinHeight — Property, interface mx.core.IUIComponent |
|
Number that specifies the minimum height of the component,
in pixels, as the component's coordinates. |
explicitMinHeight — Property, class mx.core.UIComponent |
|
Number that specifies the minimum height of the component,
in pixels, in the component's coordinates. |
explicitMinHeight — Property, class mx.core.UITextField |
|
Number that specifies the minimum height of the component,
in pixels, in the component's coordinates. |
explicitMinHeight — Property, class mx.flash.UIMovieClip |
|
Number that specifies the minimum height of the component,
in pixels, as the component's coordinates. |
explicitMinWidth — Property, interface mx.core.IUIComponent |
|
Number that specifies the minimum width of the component,
in pixels, as the component's coordinates. |
explicitMinWidth — Property, class mx.core.UIComponent |
|
Number that specifies the minimum width of the component,
in pixels, in the component's coordinates. |
explicitMinWidth — Property, class mx.core.UITextField |
|
Number that specifies the minimum width of the component,
in pixels, in the component's coordinates. |
explicitMinWidth — Property, class mx.flash.UIMovieClip |
|
Number that specifies the minimum width of the component,
in pixels, as the component's coordinates. |
explicitRowCount — Property, class mx.controls.listClasses.AdvancedListBase |
|
The row count requested by explicitly setting
rowCount. |
explicitRowCount — Property, class mx.controls.listClasses.ListBase |
|
The row count requested by explicitly setting
rowCount. |
explicitRowHeight — Property, class mx.controls.listClasses.AdvancedListBase |
|
The row height requested by explicitly setting
rowHeight. |
explicitRowHeight — Property, class mx.controls.listClasses.ListBase |
|
The row height requested by explicitly setting
rowHeight. |
explicitWidth — Property, class mx.containers.utilityClasses.ConstraintColumn |
|
Number that specifies the explicit width of the ConstraintColumn instance,
in pixels, in the ConstraintColumn instance's coordinates. |
explicitWidth — Property, interface mx.core.IUIComponent |
|
The explicitly specified width for the component,
in pixels, as the component's coordinates. |
explicitWidth — Property, class mx.core.UIComponent |
|
Number that specifies the explicit width of the component,
in pixels, in the component's coordinates. |
explicitWidth — Property, class mx.core.UITextField |
|
Number that specifies the explicit width of the component,
in pixels, in the component's coordinates. |
explicitWidth — Property, class mx.flash.UIMovieClip |
|
The explicitly specified width for the component,
in pixels, as the component's coordinates. |
explicitWidth — Property, class mx.managers.SystemManager |
|
The explicit width of this object. |
explodeRadius — Property, class mx.charts.series.PieSeries |
|
A number from 0 to 1, specifying how far all wedges of the pie
series should be exploded from the center of the chart
as a percentage of the total radius. |
Exponential — class, package mx.effects.easing |
|
The Exponential class defines three easing functions to implement
motion with Flex effect classes, where the motion is defined by
an exponentially decaying sine wave. |
expression — Property, class mx.validators.RegExpValidator |
|
The regular expression to use for validation. |
extended — Property, class RegExp |
|
Specifies whether to use extended mode for the regular expression. |
extendedData — Property, class mx.messaging.messages.ErrorMessage |
|
Extended data that the remote destination has chosen to associate
with this error to facilitate custom error processing on the client. |
extendLabelToEnd — Property, class mx.charts.ColumnChart |
|
Determines whether or not data labels can extend to the end of the chart. |
extends — Statement |
| Defines a class that is a subclass of another class. |
extension — Property, class flash.net.FileFilter |
|
A list of file extensions. |
extension — Property, class flash.net.FileReference |
|
The filename extension. |
extensions — Property, class mx.controls.FileSystemDataGrid |
|
An Array of extensions specifying which files
can be displayed in this control. |
extensions — Property, class mx.controls.FileSystemList |
|
An Array of extensions specifying which files
can be displayed in this control. |
extensions — Property, class mx.controls.FileSystemTree |
|
An Array of extensions specifying which files
can be displayed in this control. |
ExternalInterface — final class, package flash.external |
|
The ExternalInterface class is the External API, an application programming interface
that enables straightforward communication between ActionScript and the Flash Player
container– for example, an HTML page with JavaScript. |
extractMinInterval(cache:Array, measureName:String, desc:mx.charts.chartClasses:DataDescription) — method, class mx.charts.chartClasses.Series |
|
Extracts the minimum value, maximum value, and, optionally,
the minimum interval from an Array of ChartItem objects. |
extractMinMax(cache:Array, measureName:String, desc:mx.charts.chartClasses:DataDescription, calculateInterval:Boolean) — method, class mx.charts.chartClasses.Series |
|
Extracts the minimum value, maximum value, and, optionally,
the minimum interval from an Array of ChartItem objects. |
|
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 |