| 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 |
| RADIAL — Constant static property in class flash.display.GradientType |
|
Value used to specify a radial gradient fill. |
| radialAxis — Property in class mx.charts.chartClasses.PolarChart |
|
The axis object used to map data values to a radial distance
between the center and the outer edge of the chart. |
| RADIAL_AXIS — Constant static property in class mx.charts.chartClasses.PolarTransform |
|
A string representing the radial axis. |
| RadialGradient — Class in package mx.graphics |
|
The RadialGradient class lets you specify a gradual color transition
in the fill color. |
| RadialGradient() — Constructor in class mx.graphics.RadialGradient |
|
Constructor. |
| radialStroke — Style in class mx.charts.series.PieSeries |
|
Specifies the line style used to draw the border
between the wedges of the pie. |
| RadioButton — Class in package mx.controls |
|
The RadioButton control lets the user make a single choice
within a set of mutually exclusive choices. |
| RadioButton() — Constructor in class mx.controls.RadioButton |
|
Constructor. |
| RadioButtonGroup — Class in package mx.controls |
|
The RadioButtonGroup control defines a group of RadioButton controls
that act as a single mutually exclusive control; therefore,
a user can select only one RadioButton control at a time. |
| RadioButtonGroup(document:mx.core:IFlexDisplayObject) — Constructor in class mx.controls.RadioButtonGroup |
|
Constructor. |
| RadioButtonIcon — Class in package mx.skins.halo |
|
The skin for all the states of the icon in a RadioButton. |
| RadioButtonIcon() — Constructor in class mx.skins.halo.RadioButtonIcon |
|
Constructor. |
| radioDisabledIcon — Style in class mx.controls.Menu |
|
The icon for all disabled menu items whose type identifier is a radio
button. |
| radioIcon — Style in class mx.controls.Menu |
|
The icon for all enabled menu items whose type identifier is a radio
button. |
| radius — Property in class mx.charts.chartClasses.PolarTransform |
|
The radius used by the transform to convert data units
to polar coordinates. |
| radius — Style in class mx.charts.series.AreaSeries |
|
Specifies the radius, in pixels, of the chart elements for the data points. |
| radius — Style in class mx.charts.series.LineSeries |
|
Specifies the radius, in pixels, of the chart elements for the data points. |
| radius — Property in class mx.charts.series.LineSeries |
|
Specifies the radius, in pixels, of the chart elements
for the data points. |
| radius — Style in class mx.charts.series.PlotSeries |
|
Specifies the radius, in pixels, of the chart element at each data point. |
| radius — Property in class mx.charts.series.PlotSeries |
|
Specifies the radius, in pixels, of the chart element
at each data point. |
| radius — Property in class mx.charts.series.items.PlotSeriesItem |
|
The radius of this item, in pixels. |
| radius — Property in class mx.charts.series.renderData.AreaSeriesRenderData |
|
The radius of the items of the AreaSeries. |
| radius — Property in class mx.charts.series.renderData.LineSeriesRenderData |
|
The radius of the individual items in the line series. |
| radius — Property in class mx.charts.series.renderData.PlotSeriesRenderData |
|
The radius of the individual PlotSeriesItem objects. |
| radiusAxis — Property in class mx.charts.BubbleChart |
|
The axis the bubble radius is mapped against
Bubble charts treat the size of the individual bubbles
as a third dimension of data which is transformed
in a similar manner to how x and y position is transformed. |
| RADIUS_AXIS — Constant static property in class mx.charts.series.BubbleSeries |
|
The type of radius axis. |
| radiusField — Property in class mx.charts.series.BubbleSeries |
|
Specifies the field of the data provider that determines the radius of each symbol, relative to the other
data points in the chart. |
| random() — Static method in class Math |
|
Returns a pseudo-random number n, where 0 <= n < 1. |
| RangeError — Dynamic class in Top Level |
|
A RangeError exception is thrown when a numeric value is outside the acceptable range. |
| RangeError(message:String) — Constructor in class RangeError |
|
Creates a new RangeError object. |
| rate — Property in class flash.media.Microphone |
|
The rate at which the microphone is capturing sound, in kHz. |
| ratio — Property in class mx.graphics.GradientEntry |
|
Where in the graphical element, as a percentage from 0 to 1,
Flex starts the transition to the associated color. |
| ratios — Property in class flash.filters.GradientBevelFilter |
|
An array of color distribution ratios for the corresponding colors in the
colors array. |
| ratios — Property in class flash.filters.GradientGlowFilter |
|
An array of color distribution ratios for the corresponding colors in the
colors array. |
| rawChildren — Property in class mx.core.Container |
|
A container typically contains child components, which can be enumerated
using the Container.getChildAt() method and
Container.numChildren property. |
| rawChildren — Property in interface mx.core.IRawChildrenContainer |
|
Returns an IChildList representing all children. |
| rawChildren — Property in interface mx.managers.ISystemManager |
|
A list of all children
being parented by this ISystemManager. |
| rawChildren — Property in class mx.managers.SystemManager |
|
A list of all children
being parented by this ISystemManager. |
| readable — Property in class mx.messaging.management.MBeanAttributeInfo |
|
Indicates if the attribute is readable. |
| readBoolean() — Method in class flash.net.Socket |
|
Reads a Boolean value from the socket. |
| readBoolean() — Method in class flash.net.URLStream |
|
Reads a Boolean value from the stream. |
| readBoolean() — Method in class flash.utils.ByteArray |
|
Reads a Boolean value from the byte stream. |
| readBoolean() — Method in interface flash.utils.IDataInput |
|
Reads a Boolean value from the byte stream or byte array. |
| readByte() — Method in class flash.net.Socket |
|
Reads a signed byte from the socket. |
| readByte() — Method in class flash.net.URLStream |
|
Reads a signed byte from the stream. |
| readByte() — Method in class flash.utils.ByteArray |
|
Reads a signed byte from the byte stream. |
| readByte() — Method in interface flash.utils.IDataInput |
|
Reads a signed byte from the byte stream or byte array. |
| readBytes(bytes:flash.utils:ByteArray, offset:uint, length:uint) — Method in class flash.net.Socket |
|
Reads the number of data bytes specified by the length
parameter from the socket. |
| readBytes(bytes:flash.utils:ByteArray, offset:uint, length:uint) — Method in class flash.net.URLStream |
|
Reads length bytes of data from the stream. |
| readBytes(bytes:flash.utils:ByteArray, offset:uint, length:uint) — Method in class flash.utils.ByteArray |
|
Reads the number of data bytes, specified by the length parameter, from the byte stream. |
| readBytes(bytes:flash.utils:ByteArray, offset:uint, length:uint) — Method in interface flash.utils.IDataInput |
|
Reads the number of data bytes, specified by the length parameter,
from the byte stream or byte array. |
| readDouble() — Method in class flash.net.Socket |
|
Reads an IEEE 754 double-precision floating-point number from the socket. |
| readDouble() — Method in class flash.net.URLStream |
|
Reads an IEEE 754 double-precision floating-point number from the stream. |
| readDouble() — Method in class flash.utils.ByteArray |
|
Reads an IEEE 754 double-precision (64-bit) floating-point number from the byte stream. |
| readDouble() — Method in interface flash.utils.IDataInput |
|
Reads an IEEE 754 double-precision floating point number from the byte stream or byte array. |
| readExternal(input:flash.utils:IDataInput) — Method in interface flash.utils.IExternalizable |
|
A class implements this method to decode itself from a data stream by calling the methods of the IDataInput
interface. |
| readExternal(input:flash.utils:IDataInput) — Method in class mx.utils.ObjectProxy |
|
Since Flex only uses ObjectProxy to wrap anonymous objects,
the server flex.messaging.io.ObjectProxy instance serializes itself
as a Map that will be returned as a plain ActionScript object. |
| readFloat() — Method in class flash.net.Socket |
|
Reads an IEEE 754 single-precision floating-point number from the socket. |
| readFloat() — Method in class flash.net.URLStream |
|
Reads an IEEE 754 single-precision floating-point number from the stream. |
| readFloat() — Method in class flash.utils.ByteArray |
|
Reads an IEEE 754 single-precision (32-bit) floating-point number from the byte stream. |
| readFloat() — Method in interface flash.utils.IDataInput |
|
Reads an IEEE 754 single-precision floating point number from the byte stream or byte array. |
| readInt() — Method in class flash.net.Socket |
|
Reads a signed 32-bit integer from the socket. |
| readInt() — Method in class flash.net.URLStream |
|
Reads a signed 32-bit integer from the stream. |
| readInt() — Method in class flash.utils.ByteArray |
|
Reads a signed 32-bit integer from the byte stream. |
| readInt() — Method in interface flash.utils.IDataInput |
|
Reads a signed 32-bit integer from the byte stream or byte array. |
| readMultiByte(length:uint, charSet:String) — Method in class flash.net.Socket |
|
Reads a multibyte string from the byte stream, using the specified character set. |
| readMultiByte(length:uint, charSet:String) — Method in class flash.net.URLStream |
|
Reads a multibyte string of specified length from the byte stream using the
specified character set. |
| readMultiByte(length:uint, charSet:String) — Method in class flash.utils.ByteArray |
|
Reads a multibyte string of specified length from the byte stream using the
specified character set. |
| readMultiByte(length:uint, charSet:String) — Method in interface flash.utils.IDataInput |
|
Reads a multibyte string of specified length from the byte stream using the
specified character set. |
| readObject() — Method in class flash.net.Socket |
|
Reads an object from the socket, encoded in AMF serialized format. |
| readObject() — Method in class flash.net.URLStream |
|
Reads an object from the socket, encoded in Action Message Format (AMF). |
| readObject() — Method in class flash.utils.ByteArray |
|
Reads an object from the byte array, encoded in AMF
serialized format. |
| readObject() — Method in interface flash.utils.IDataInput |
|
Reads an object from the byte stream or byte array, encoded in AMF
serialized format. |
| readShort() — Method in class flash.net.Socket |
|
Reads a signed 16-bit integer from the socket. |
| readShort() — Method in class flash.net.URLStream |
|
Reads a signed 16-bit integer from the stream. |
| readShort() — Method in class flash.utils.ByteArray |
|
Reads a signed 16-bit integer from the byte stream. |
| readShort() — Method in interface flash.utils.IDataInput |
|
Reads a signed 16-bit integer from the byte stream or byte array. |
| readUnsignedByte() — Method in class flash.net.Socket |
|
Reads an unsigned byte from the socket. |
| readUnsignedByte() — Method in class flash.net.URLStream |
|
Reads an unsigned byte from the stream. |
| readUnsignedByte() — Method in class flash.utils.ByteArray |
|
Reads an unsigned byte from the byte stream. |
| readUnsignedByte() — Method in interface flash.utils.IDataInput |
|
Reads an unsigned byte from the byte stream or byte array. |
| readUnsignedInt() — Method in class flash.net.Socket |
|
Reads an unsigned 32-bit integer from the socket. |
| readUnsignedInt() — Method in class flash.net.URLStream |
|
Reads an unsigned 32-bit integer from the stream. |
| readUnsignedInt() — Method in class flash.utils.ByteArray |
|
Reads an unsigned 32-bit integer from the byte stream. |
| readUnsignedInt() — Method in interface flash.utils.IDataInput |
|
Reads an unsigned 32-bit integer from the byte stream or byte array. |
| readUnsignedShort() — Method in class flash.net.Socket |
|
Reads an unsigned 16-bit integer from the socket. |
| readUnsignedShort() — Method in class flash.net.URLStream |
|
Reads an unsigned 16-bit integer from the stream. |
| readUnsignedShort() — Method in class flash.utils.ByteArray |
|
Reads an unsigned 16-bit integer from the byte stream. |
| readUnsignedShort() — Method in interface flash.utils.IDataInput |
|
Reads an unsigned 16-bit integer from the byte stream or byte array. |
| readUTF() — Method in class flash.net.Socket |
|
Reads a UTF-8 string from the socket. |
| readUTF() — Method in class flash.net.URLStream |
|
Reads a UTF-8 string from the stream. |
| readUTF() — Method in class flash.utils.ByteArray |
|
Reads a UTF-8 string from the byte stream. |
| readUTF() — Method in interface flash.utils.IDataInput |
|
Reads a UTF-8 string from the byte stream or byte array. |
| readUTFBytes(length:uint) — Method in class flash.net.Socket |
|
Reads the number of UTF-8 data bytes specified by the length
parameter from the socket, and returns a string. |
| readUTFBytes(length:uint) — Method in class flash.net.URLStream |
|
Reads a sequence of length UTF-8
bytes from the stream, and returns a string. |
| readUTFBytes(length:uint) — Method in class flash.utils.ByteArray |
|
Reads a sequence of UTF-8 bytes specified by the length
parameter from the byte stream and returns a string. |
| readUTFBytes(length:uint) — Method in interface flash.utils.IDataInput |
|
Reads a sequence of length UTF-8
bytes from the byte stream or byte array and returns a string. |
| ready — Event in class mx.controls.VideoDisplay |
|
Dispatched when the FLV file is loaded and ready to play. |
| READY — Constant static property in class mx.events.VideoEvent |
|
The VideoEvent.READY constant defines the value of the
type property of the event object for a ready event. |
| reason — Property in class mx.events.DataGridEvent |
|
The reason the itemEditEnd event was dispatched. |
| reason — Property in class mx.events.ListEvent |
|
The reason the itemEditEnd event was dispatched. |
| receive(timestamp:Number) — Method in class mx.messaging.Consumer |
|
Requests any messages that are pending from the server from the
specified timestamp to the present. |
| receiveAudio(flag:Boolean) — Method in class flash.net.NetStream |
|
Specifies whether incoming audio plays on the stream. |
| receiveVideo(flag:Boolean) — Method in class flash.net.NetStream |
|
Specifies whether incoming video will play on the stream. |
| reconnecting — Property in class mx.messaging.Channel |
|
Indicates whether this channel is in the process of reconnecting to an
alternate endpoint. |
| reconnecting — Property in class mx.messaging.events.ChannelEvent |
|
Indicates whether the Channel that generated this event is reconnecting. |
| recordHeaders — Property in class mx.messaging.messages.HTTPRequestMessage |
|
Only used when going through the proxy, should the proxy
send back the request and response headers it used. |
| rect — Property in class flash.display.BitmapData |
|
The rectangle that defines the size and location of the bitmap image. |
| Rectangle — Class in package flash.geom |
|
A Rectangle object is an area defined by its position, as
indicated by its top-left corner point (x, y) and by its width
and its height. |
| Rectangle(x:Number, y:Number, width:Number, height:Number) — Constructor in class flash.geom.Rectangle |
|
Creates a new Rectangle object with the top-left corner specified by the x
and y parameters and with the specified width and height
parameters. |
| RectangularBorder — Class in package mx.skins |
|
The RectangularBorder class is an abstract base class for various classes
that draw rectangular borders around UIComponents. |
| RectangularBorder() — Constructor in class mx.skins.RectangularBorder |
|
Constructor. |
| RectangularDropShadow — Class in package mx.graphics |
|
Drop shadows are typically created using the DropShadowFilter class. |
| RectangularDropShadow() — Constructor in class mx.graphics.RectangularDropShadow |
|
Constructor. |
| recycleChildren — Property in interface mx.core.IRepeater |
|
A Boolean flag indicating whether this Repeater should re-use
previously created children, or create new ones. |
| recycleChildren — Property in class mx.core.Repeater |
|
A Boolean flag indicating whether this Repeater should re-use
previously created children, or create new ones. |
| RED — Constant static property in class flash.display.BitmapDataChannel |
|
The red channel. |
| redMultiplier — Property in class flash.geom.ColorTransform |
|
A decimal value that is multiplied with the red channel value. |
| redOffset — Property in class flash.geom.ColorTransform |
|
A number from -255 to 255 that is added to the red channel value after it has been
multiplied by the redMultiplier value. |
| reduceLabels(intervalStart:mx.charts:AxisLabel, intervalEnd:mx.charts:AxisLabel) — Method in class mx.charts.CategoryAxis |
|
Invoked when an AxisRenderer is unable to cleanly render
the labels without overlap, and would like the Axis object
to reduce the set of labels. |
| reduceLabels(intervalStart:mx.charts:AxisLabel, intervalEnd:mx.charts:AxisLabel) — Method in class mx.charts.DateTimeAxis |
|
Invoked when an AxisRenderer is unable to cleanly render
the labels without overlap, and would like the Axis object
to reduce the set of labels. |
| reduceLabels(intervalStart:mx.charts:AxisLabel, intervalEnd:mx.charts:AxisLabel) — Method in interface mx.charts.chartClasses.IAxis |
|
Invoked when an AxisRenderer is unable to cleanly render
the labels without overlap, and would like the Axis object
to reduce the set of labels. |
| reduceLabels(intervalStart:mx.charts:AxisLabel, intervalEnd:mx.charts:AxisLabel) — Method in class mx.charts.chartClasses.NumericAxis |
|
Invoked when an AxisRenderer is unable to cleanly render
the labels without overlap, and would like the Axis object
to reduce the set of labels. |
| ReferenceError — Dynamic class in Top Level |
|
A ReferenceError exception is thrown when a reference to an undefined property is
attempted on a sealed (nondynamic) object. |
| ReferenceError(message:String) — Constructor in class ReferenceError |
|
Creates a new ReferenceError object. |
| REFLECT — Constant static property in class flash.display.SpreadMethod |
|
Specifies that the gradient use the reflect spread method. |
| refresh() — Method in interface mx.collections.ICollectionView |
|
Applies the sort and filter to the view. |
| refresh() — Method in class mx.collections.ListCollectionView |
|
Applies the sort and filter to the view. |
| REFRESH — Constant static property in class mx.events.CollectionEventKind |
|
Indicates that the collection applied a sort, a filter, or both. |
| regenerateStyleCache(recursive:Boolean) — Method in class mx.controls.dataGridClasses.DataGridItemRenderer |
|
Sets up the internal style cache values so that the getStyle()
method functions. |
| regenerateStyleCache(recursive:Boolean) — Method in class mx.core.UIComponent |
|
Builds or rebuilds the CSS style cache for this component
and, if the recursive parameter is true,
for all descendants of this component as well. |
| regenerateStyleCache(recursive:Boolean) — Method in interface mx.styles.IStyleClient |
|
Sets up the internal style cache values so that the getStyle()
method functions. |
| RegExp — Dynamic class in Top Level |
|
The RegExp class lets you work with regular expressions, which are patterns that you can use
to perform searches in strings and to replace text in strings. |
| RegExp(re:String, flags:String) — Constructor in class RegExp |
|
Lets you construct a regular expression from two strings. |
| RegExpValidationResult — Class in package mx.validators |
|
The RegExpValidator class dispatches the valid
and invalid events. |
| RegExpValidationResult(isError:Boolean, subField:String, errorCode:String, errorMessage:String, matchedString:String, matchedIndex:int, matchedSubstrings:Array) — Constructor in class mx.validators.RegExpValidationResult |
|
Constructor
|
| RegExpValidator — Class in package mx.validators |
|
The RegExpValidator class lets you use a regular expression
to validate a field. |
| RegExpValidator() — Constructor in class mx.validators.RegExpValidator |
|
Constructor
|
| register(obj:mx.managers:IHistoryManagerClient) — Static method in class mx.managers.HistoryManager |
|
Registers an object with the HistoryManager. |
| registerApplication(app:flash.events:IEventDispatcher) — Method in class mx.preloaders.Preloader |
|
Called by the SystemManager after it has finished instantiating
an instance of the application class. |
| registerCacheHandler(valueName:String, handler:Function) — Static method in class mx.utils.DescribeTypeCache |
|
registerCacheHandler lets you add function handler for specific strings. |
| registerClassAlias(aliasName, classObject) — Package function in flash.net |
|
Preserves the class (type) of an object when the object is encoded in Action Message Format (AMF). |
| registerColorName(colorName:String, colorValue:uint) — Static method in class mx.styles.StyleManager |
|
Adds a color name to the list of aliases for colors. |
| registerDataTransform(transform:mx.charts.chartClasses:DataTransform, dimensionName:String) — Method in class mx.charts.chartClasses.AxisBase |
|
Each DataTransform that makes use of an axis
registers itself with that axis. |
| registerDataTransform(transform:mx.charts.chartClasses:DataTransform, dimensionName:String) — Method in interface mx.charts.chartClasses.IAxis |
|
Each DataTransform that makes use of an axis
registers itself with that axis. |
| registerEffects(effects:Array) — Method in class mx.controls.dataGridClasses.DataGridItemRenderer |
|
For each effect event, registers the EffectManager
as one of the event listeners. |
| registerEffects(effects:Array) — Method in interface mx.core.IDeferredInstantiationUIComponent |
|
For each effect event, register the EffectManager
as one of the event listeners. |
| registerEffects(effects:Array) — Method in class mx.core.UIComponent |
|
For each effect event, register the EffectManager
as one of the event listeners. |
| registerEffects(effects:Array) — Method in interface mx.styles.IStyleClient |
|
For each effect event, registers the EffectManager
as one of the event listeners. |
| registerFont(font:Class) — Static method in class flash.text.Font |
|
Registers a font class in the global font list. |
| registerInheritingStyle(styleName:String) — Static method in class mx.styles.StyleManager |
|
Adds to the list of styles that can inherit values
from their parents. |
| registerParentDisplayListInvalidatingStyle(styleName:String) — Static method in class mx.styles.StyleManager |
|
Adds to the list of styles which may affect the appearance
or layout of the component's parent container. |
| registerParentSizeInvalidatingStyle(styleName:String) — Static method in class mx.styles.StyleManager |
|
Adds to the list of styles which may affect the measured size
of the component's parent container. |
| registerSizeInvalidatingStyle(styleName:String) — Static method in class mx.styles.StyleManager |
|
Adds to the list of styles which may affect the measured size
of the component. |
| REGULAR — Constant static property in class flash.text.FontStyle |
|
Defines the plain style of a font for the fontStyle parameter in the setAdvancedAntiAliasingTable() method. |
| rejectCursor — Style in class mx.managers.DragManager |
|
Cursor displayed for a reject operation. |
| rejected — Property in class mx.messaging.events.ChannelEvent |
|
Indicates whether the Channel that generated this event was rejected. |
| relatedObject — Property in class flash.events.FocusEvent |
|
A reference to the complementary InteractiveObject instance that is affected by the
change in focus. |
| relatedObject — Property in class flash.events.MouseEvent |
|
A reference to a display list object that is related to the event. |
| relatedObject — Property in class mx.events.ChildExistenceChangedEvent |
|
Reference to the child object that was created or destroyed. |
| relatedObject — Property in class mx.events.IndexChangedEvent |
|
The child object whose index changed, or the object associated with
the new index. |
| relatedObject — Property in class mx.events.ItemClickEvent |
|
The child object that generated the event; for example,
the button that a user clicked in a ButtonBar control. |
| relativeTo — Property in class mx.charts.effects.SeriesZoom |
|
Controls the bounding box that Flex uses to calculate
the focal point of the zooms. |
| relativeTo — Property in class mx.charts.effects.effectClasses.SeriesZoomInstance |
|
Controls the bounding box that Flex uses to calculate
the focal point of the zooms. |
| relativeTo — Property in class mx.effects.AddChildAction |
|
The location where the child component is added. |
| relativeTo — Property in class mx.effects.effectClasses.AddChildActionInstance |
|
The location where the child component is added. |
| relativeTo — Property in class mx.states.AddChild |
|
The object relative to which the child is added. |
| release() — Method in class mx.data.DataService |
|
Releases all managed collections and items for the DataService. |
| release() — Method in class mx.data.mxml.DataService |
|
Releases all managed collections and items for the DataService. |
| releaseCollection(view:mx.collections:ListCollectionView, clear:Boolean) — Method in class mx.data.DataService |
|
Releases any item within the specified collection from management by
this service. |
| releaseCollection(view:mx.collections:ListCollectionView, clear:Boolean) — Method in class mx.data.mxml.DataService |
|
Releases any item within the specified collection from management by
this service. |
| RELEASE_COLLECTION_OPERATION — Constant static property in class mx.data.messages.DataMessage |
|
This operation indicates that the client is no longer interested in
receiving notificaion of operations performed on the specified collection. |
| releaseItem(item:mx.data:IManaged, allowCopy:Boolean) — Method in class mx.data.DataService |
|
Releases the specified item from management by this service. |
| releaseItem(clear:Boolean) — Method in class mx.data.ItemReference |
|
Releases the managed item reference retrieved with the
getItem() or createItem() method call that returned this ItemReference. |
| releaseItem(item:mx.data:IManaged, allowCopy:Boolean) — Method in class mx.data.mxml.DataService |
|
Releases the specified item from management by this service. |
| RELEASE_ITEM_OPERATION — Constant static property in class mx.data.messages.DataMessage |
|
This operation indicates that the client is no longer interested in
receiving notification of operations performed on the specified item. |
| relevantProperties — Property in class mx.effects.Effect |
|
An Array of property names to use when performing filtering. |
| relevantStyles — Property in class mx.effects.Effect |
|
An Array of style names to use when performing filtering. |
| relevantStyles — Property in class mx.effects.SetStyleAction |
|
Contains the style properties modified by this effect. |
| REMOTE — Constant static property in class flash.system.Security |
|
The SWF file is from an Internet URL and operates under domain-based sandbox rules. |
| REMOTE_CREDENTIALS_HEADER — Constant static property in class mx.messaging.messages.AbstractMessage |
|
Messages that need to set remote credentials for a destination
carry the Base64 encoded credentials in this header. |
| RemoteObject — Dynamic class in package mx.rpc.remoting |
|
The RemoteObject class gives you access to classes on a remote application server. |
| RemoteObject — Dynamic class in package mx.rpc.remoting.mxml |
|
The <mx:RemoteObject> tag gives you access to the methods of
Java objects using Action Message Format (AMF) encoding. |
| RemoteObject(destination:String) — Constructor in class mx.rpc.remoting.RemoteObject |
|
Creates a new RemoteObject. |
| RemoteObject(destination:String) — Constructor in class mx.rpc.remoting.mxml.RemoteObject |
|
Create a new RemoteObject. |
| RemotingMessage — Class in package mx.messaging.messages |
|
RemotingMessages are used to send RPC requests to a remote endpoint. |
| RemotingMessage() — Constructor in class mx.messaging.messages.RemotingMessage |
|
Constructs an uninitialized RemotingMessage. |
| remove — Property in class mx.charts.chartClasses.InstanceCache |
|
Determines if unneeded instances should be removed from their parent. |
| remove() — Method in interface mx.collections.IViewCursor |
|
Removes the current item and returns it. |
| remove — Event in class mx.core.UIComponent |
|
Dispatched when the component is removed from a container as a content child
by using the removeChild() or removeChildAt() method. |
| remove(parent:mx.core:UIComponent) — Method in class mx.states.AddChild |
|
Removes the override. |
| remove(parent:mx.core:UIComponent) — Method in interface mx.states.IOverride |
|
Removes the override. |
| remove(parent:mx.core:UIComponent) — Method in class mx.states.RemoveChild |
|
Removes the override. |
| remove(parent:mx.core:UIComponent) — Method in class mx.states.SetEventHandler |
|
Removes the override. |
| remove(parent:mx.core:UIComponent) — Method in class mx.states.SetProperty |
|
Removes the override. |
| remove(parent:mx.core:UIComponent) — Method in class mx.states.SetStyle |
|
Removes the override. |
| REMOVE — Constant static property in class mx.events.CollectionEventKind |
|
Indicates that the collection removed an item or items. |
| REMOVE — Constant static property in class mx.events.FlexEvent |
|
The FlexEvent.REMOVE constant defines the value of the
type property of the event object for an remove event. |
| removeAll() — Method in interface mx.collections.IList |
|
Removes all items from the list. |
| removeAll() — Method in class mx.collections.ListCollectionView |
|
Remove all items from the list. |
| removeAllChildren() — Method in class mx.core.Container |
|
Removes all children from the child list of this container. |
| removeAllCuePoints() — Method in class mx.controls.videoClasses.CuePointManager |
|
Removes all cue points. |
| removeAllCursors() — Static method in class mx.managers.CursorManager |
|
Removes all of the cursors from the cursor list
and restores the system cursor. |
| removeBusyCursor() — Static method in class mx.managers.CursorManager |
|
Removes the busy cursor from the cursor list. |
| removeChannel(channel:mx.messaging:Channel) — Method in class mx.messaging.ChannelSet |
|
Removes a Channel from the ChannelSet. |
| removeChild(child:flash.display:DisplayObject) — Method in class flash.display.DisplayObjectContainer |
|
Removes the specified child DisplayObject instance from the child list of the DisplayObjectContainer instance. |
| removeChild(child:flash.display:DisplayObject) — Method in class mx.core.Container |
|
Removes a child DisplayObject from the child list of this Container. |
| removeChild(child:flash.display:DisplayObject) — Method in interface mx.core.IChildList |
|
Removes the specified child DisplayObject from this child list. |
| RemoveChild — Class in package mx.states |
|
The RemoveChild class removes a child display object, such as a component,
from a container as part of a view state. |
| RemoveChild(target:flash.display:DisplayObject) — Constructor in class mx.states.RemoveChild |
|
Constructor. |
| RemoveChildAction — Class in package mx.effects |
|
The RemoveChildAction class defines an action effect that corresponds
to the RemoveChild property of a view state definition. |
| RemoveChildAction(target:Object) — Constructor in class mx.effects.RemoveChildAction |
|
Constructor. |
| RemoveChildActionInstance — Class in package mx.effects.effectClasses |
|
The RemoveChildActionInstance class implements the instance class
for the RemoveChildAction effect. |
| RemoveChildActionInstance(target:Object) — Constructor in class mx.effects.effectClasses.RemoveChildActionInstance |
|
Constructor. |
| removeChildAt(index:int) — Method in class flash.display.DisplayObjectContainer |
|
Removes a child DisplayObject from the specified index position in the child list of
the DisplayObjectContainer. |
| removeChildAt(index:int) — Method in class flash.display.Stage |
|
Removes a child DisplayObject from the specified index position in the child list of
the DisplayObjectContainer. |
| removeChildAt(parent:Object, child:Object, index:int, model:Object) — Method in interface mx.controls.menuClasses.IMenuDataDescriptor |
|
Removes the child node from a node at the specified index. |
| removeChildAt(parent:Object, child:Object, index:int, model:Object) — Method in class mx.controls.treeClasses.DefaultDataDescriptor |
|
Removes the child node from a node at the specified index. |
| removeChildAt(parent:Object, child:Object, index:int, model:Object) — Method in interface mx.controls.treeClasses.ITreeDataDescriptor |
|
Removes a child node to a node at the specified index. |
| removeChildAt(index:int) — Method in class mx.core.Container |
|
Removes a child DisplayObject from the child list of this Container
at the specified index. |
| removeChildAt(index:int) — Method in interface mx.core.IChildList |
|
Removes the child DisplayObject at the specified index
from this child list. |
| removeCuePoint(cuePoint:Object) — Method in class mx.controls.videoClasses.CuePointManager |
|
Removes a cue point from the currently
loaded FLV file. |
| removeCursor(cursorID:int) — Static method in class mx.managers.CursorManager |
|
Removes a cursor from the cursor list. |
| removed — Event in class flash.display.DisplayObject |
|
Dispatched when a display object is about to be removed from the display list. |
| REMOVED — Constant static property in class flash.events.Event |
|
Defines the value of the type property of a removed event object. |
| removedEffect — Effect in class mx.core.UIComponent |
|
Played when the component is removed from a Container. |
| removeEventListener(type:String, listener:Function, useCapture:Boolean) — Method in class flash.events.EventDispatcher |
|
Removes a listener from the EventDispatcher object. |
| removeEventListener(type:String, listener:Function, useCapture:Boolean) — Method in interface flash.events.IEventDispatcher |
|
Removes a listener from the EventDispatcher object. |
| removeEventListener(type:String, listener:Function, useCapture:Boolean) — Method in class mx.collections.ListCollectionView |
|
Removes a listener from the EventDispatcher object. |
| removeEventListener(type:String, listener:Function, useCapture:Boolean) — Method |