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.
RadioButtonAutomationImpl — Class in package mx.automation.delegates.controls
Defines methods and properties required to perform instrumentation for the RadioButton control.
RadioButtonAutomationImpl(obj:mx.controls:RadioButton) — Constructor in class mx.automation.delegates.controls.RadioButtonAutomationImpl
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.data.ManagedObjectProxy
ManagedObjectProxy may need to exclude properties on the wrapped anonymous Object if a DataService destination is defined and lazy associations have been configured.
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 — Event in interface mx.modules.IModuleInfo
Dispatched by the backing ModuleInfo once the module is sufficiently loaded to call the IModuleInfo.factory() method and the IFlexModuleFactory.create() method.
ready — Property in interface mx.modules.IModuleInfo
A flag that is true if the module is sufficiently loaded to get a handle to its associated IFlexModuleFactory implementation and call its create() method.
ready — Event in class mx.modules.ModuleLoader
Dispatched when the module is finished loading.
READY — Static property in class mx.events.ModuleEvent
Dispatched when the module has finished downloading.
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.
record(target:mx.automation:IAutomationObject, event:flash.events:Event) — Method in interface mx.automation.IAutomationEventDescriptor
Encodes an automation event argument into an Array.
record(target:mx.automation:IAutomationObject, event:flash.events:Event) — Method in interface mx.automation.IAutomationMethodDescriptor
Encodes an automation event arguments into an Array.
RECORD — Constant static property in class mx.automation.events.AutomationRecordEvent
The AutomationRecordEvent.RECORD constant defines the value of the type property of the event object for a record event.
recordAutomatableEvent(recorder:mx.automation:IAutomationObject, event:flash.events:Event, cacheable:Boolean) — Method in interface mx.automation.IAutomationManager
Records the event.
recordAutomatableEvent(interaction:flash.events:Event, cacheable:Boolean) — Method in class mx.automation.delegates.TextFieldAutomationHelper
Records the user interaction with the text control.
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.
recording — Property in interface mx.automation.IAutomationManager
Indicates whether recording is taking place, true, or not, false.
recording — Property in interface mx.automation.IAutomationObjectHelper
Indicates whether recording is taking place, true, or not, false.
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.
registerDelegateClass(compClass:Class, delegateClass:Class) — Static method in class mx.automation.Automation
Registers the component class and delegate class association with Automation.
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.
release() — Method in interface mx.modules.IModuleInfo
Releases the current reference to the module.
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.
removedFromStage — Event in class flash.display.DisplayObject
Dispatched when a display object is about to be removed from the display list, either directly or through the removal of a sub tree in which the display object is contained.
REMOVED_FROM_STAGE — Constant static property in class flash.events.Event
Defines the value of the type property of a removedFromStage event object.
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 in class mx.utils.ObjectProxy
Removes an event listener.
removeFirst() — Method in class mx.automation.AutomationID
Removes the first object from this id.
removeFocusManager(f:mx.managers:IFocusManagerContainer) — Method in interface mx.managers.ISystemManager
Unregisters a top-level window containing a FocusManager.
removeFocusManager(f:mx.managers:IFocusManagerContainer) — Method in class mx.managers.SystemManager
Unregisters a top-level window containing a FocusManager.
removeHeader(qname:QName, headerName:String) — Method in class mx.rpc.soap.Operation
Removes the header with the given QName from all operations.
removeHeader(qname:QName, headerName:String) — Method in class mx.rpc.soap.WebService
Removes the header with the given QName from all operations.
removeIndicators(uid:String) — Method in class mx.controls.listClasses.ListBase
Cleans up selection highlights and other associated graphics for a given item in the data provider.
removeItemAt(index:int) — Method in interface mx.collections.IList
Removes the item at the specified index and returns it.
removeItemAt(index:int) — Method in class mx.collections.ListCollectionView
Removes the item at the specified index and returns it.
removeLast() — Method in class mx.automation.AutomationID
Removes the last object from this id.
removeListenerHandler() — Method in class mx.validators.Validator
Disconnects all of the listeners for the valid and invalid events dispatched from the validator.
removeLogger(logger:mx.logging:ILogger) — Method in class mx.logging.AbstractTarget
Stops this target from receiving events from the specified logger.
removeLogger(logger:mx.logging:ILogger) — Method in interface mx.logging.ILoggingTarget
Stops this target from receiving events from the specified logger.
removeNamespace(ns:Namespace) — Method in class XML
Removes the given namespace for this object and all descendants.
removeNode() — Method in class flash.xml.XMLNode
Removes the specified XML object from its parent.
removePopUp(popUp:mx.core:IFlexDisplayObject) — Static method in class mx.managers.PopUpManager
Removes a popup window popped up by the createPopUp() or addPopUp() method.
removeTarget(target:mx.logging:ILoggingTarget) — Static method in class mx.logging.Log
Stops the specified target from receiving notification of log events.
render — Event in class flash.display.DisplayObject
Dispatched when the display list is about to be updated and rendered.
RENDER — Constant static property in class flash.events.Event
Defines the value of the type property of a render event object.
renderData — Property in class mx.charts.chartClasses.HLOCSeriesBase
Stores the information necessary to render this series.
renderData — Property in class mx.charts.chartClasses.Series
Stores the information necessary to render this series.
renderData — Property in class mx.charts.series.BubbleSeries
Stores the information necessary to render this series.
renderData — Property in class mx.charts.series.PlotSeries
The subtype of ChartRenderData used by this series to store all data necessary to render.
RenderData — Class in package mx.charts.chartClasses
RenderData structures are used by chart elements to store all of the relevant values and data needed to fully render the chart.
RenderData(cache:Array, filteredCache:Array) — Constructor in class mx.charts.chartClasses.RenderData
Constructor.
renderDataType — Property in class mx.charts.chartClasses.HLOCSeriesBase
The subtype of ChartRenderData used by this series to store all data necessary to render.
renderDataType — Property in class mx.charts.series.AreaSeries
The subtype of ChartRenderData used by this series to store all data necessary to render.
renderDataType — Property in class mx.charts.series.BarSeries
The subtype of ChartRenderData used by this series to store all data necessary to render.
renderDataType — Property in class mx.charts.series.BubbleSeries
The subtype of ChartRenderData used by this series to store all data necessary to render.
renderDataType — Property in class mx.charts.series.ColumnSeries
The subtype of ChartRenderData used by this series to store all data necessary to render.
renderDataType — Property in class mx.charts.series.LineSeries
The subtype of ChartRenderData used by this series to store all data necessary to render.
renderDataType — Property in class mx.charts.series.PieSeries
The subtype of ChartRenderData used by this series to store all data necessary to render.
renderDataType — Property in class mx.charts.series.PlotSeries
The subtype of ChartRenderData used by this series to store all data necessary to render.
renderedBase — Property in class mx.charts.series.renderData.AreaSeriesRenderData
The vertical position of the base of the area series, in pixels.
renderedBase — Property in class mx.charts.series.renderData.BarSeriesRenderData
The horizontal position of the base of the bars, in pixels.
renderedBase — Property in class mx.charts.series.renderData.ColumnSeriesRenderData
The vertical position of the base of the columns, in pixels.
renderedHalfWidth — Property in class mx.charts.series.renderData.BarSeriesRenderData
Half the width of a bar, in pixels.
renderedHalfWidth — Property in class mx.charts.series.renderData.ColumnSeriesRenderData
Half the width of a column, in pixels.
renderedHalfWidth — Property in class mx.charts.series.renderData.HLOCSeriesRenderData
Half the width of an item, in pixels.
renderedXOffset — Property in class mx.charts.series.renderData.ColumnSeriesRenderData
The offset of each column from its x value, in pixels.
renderedXOffset — Property in class mx.charts.series.renderData.HLOCSeriesRenderData
The offset of each item from its x value, in pixels.
renderedYOffset — Property in class mx.charts.series.renderData.BarSeriesRenderData
The offset of each bar from its y value, in pixels.
rendererChanged — Property in class mx.controls.listClasses.ListBase
A flag that indicates that the renderer changed.
rendererIsEditor — Property in class mx.controls.List
Specifies whether the item renderer is also an item editor.
rendererIsEditor — Property in class mx.controls.dataGridClasses.DataGridColumn
A flag that indicates that the item renderer is also an item editor.
repeat — Event in class mx.core.Repeater
Dispatched each time an item is processed and the currentIndex and currentItem properties are updated.
repeat — Property in class mx.graphics.BitmapFill
Whether the bitmap is repeated to fill the area.
REPEAT — Constant static property in class flash.display.SpreadMethod
Specifies that the gradient use the repeat spread method.
REPEAT — Constant static property in class mx.events.FlexEvent
The FlexEvent.REPEAT constant defines the value of the type property of the event object for a repeat event.
repeatCount — Property in class flash.utils.Timer
The total number of times the timer is set to run.
repeatCount — Property in class mx.effects.Effect
Number of times to repeat the effect.
repeatCount — Property in class mx.effects.EffectInstance
repeatDelay — Style in class mx.controls.Button
Number of milliseconds to wait after the first buttonDown event before repeating buttonDown events at each repeatInterval.
repeatDelay — Style in class mx.controls.HScrollBar
Number of milliseconds to wait after the first buttonDown event before repeating buttonDown events at the repeatInterval.
repeatDelay — Style in class mx.controls.VScrollBar
Number of milliseconds to wait after the first buttonDown event before repeating buttonDown events at the repeatInterval.
repeatDelay — Style in class mx.core.ScrollControlBase
Number of milliseconds to wait after the first buttonDown event before repeating buttonDown events at the value specified by repeatInterval.
repeatDelay — Property in class mx.effects.Effect
Amount of time, in milliseconds, to wait before repeating the effect.
repeatDelay — Property in class mx.effects.EffectInstance
repeatEnd — Event in class mx.core.Repeater
Dispatched after all the subcomponents of a repeater are created.
REPEAT_END — Constant static property in class mx.events.FlexEvent
The FlexEvent.REPEAT_END constant defines the value of the type property of the event object for a repeatEnd event.
repeater — Property in class mx.core.UIComponent
A reference to the Repeater object in the parent document that produced this UIComponent.
Repeater — Class in package mx.core
The Repeater class is the runtime object that corresponds to the <mx:Repeater> tag.
Repeater() — Constructor in class mx.core.Repeater
Constructor.
RepeaterAutomationImpl — Class in package mx.automation.delegates.core
Defines the methods and properties required to perform instrumentation for the Repeater class.
RepeaterAutomationImpl(obj:mx.core:Repeater) — Constructor in class mx.automation.delegates.core.RepeaterAutomationImpl
Constructor.
repeaterIndex — Property in class mx.core.UIComponent
The index of the item in the data provider of the Repeater that produced this UIComponent.
repeaterIndices — Property in interface mx.core.IRepeaterClient
An Array that contains the indices of the items in the data providers of the Repeaters that produced the component.
repeaterIndices — Property in class mx.core.UIComponent
An Array containing the indices of the items in the data provider of the Repeaters in the parent document that produced this UIComponent.
repeaters — Property in interface mx.core.IRepeaterClient
An Array that contains any enclosing Repeaters of the component.
repeaters — Property in class mx.core.UIComponent
An Array containing references to the Repeater objects in the parent document that produced this UIComponent.
repeatInterval — Style in class mx.controls.Button
Number of milliseconds between buttonDown events if the user presses and holds the mouse on a button.
repeatInterval — Style in class mx.controls.HScrollBar
Number of milliseconds between buttonDown events if the user presses and holds the mouse on a button.
repeatInterval — Style in class mx.controls.VScrollBar
Number of milliseconds between buttonDown events if the user presses and holds the mouse on a button.
repeatInterval — Style in class mx.core.ScrollControlBase
Number of milliseconds between buttonDown events if the user presses and holds on a button.
repeatStart — Event in class mx.core.Repeater
Dispatched when Flex begins processing the dataProvider property and begins creating the specified subcomponents.
REPEAT_START — Constant static property in class mx.events.FlexEvent
The FlexEvent.REPEAT_START constant defines the value of the type property of the event object for a repeatStart event.
replace(pattern, repl:Object) — Method in class String
Matches the specifed pattern against the string and returns a new string in which the first match of pattern is replaced with the content specified by repl.
replace(propertyName:Object, value:XML) — Method in class XML
Replaces the properties specified by the propertyName parameter with the given value parameter.
replace — Property in class mx.data.messages.UpdateCollectionMessage
Indicates if the entire collection should be replaced by the contents of this message.
REPLACE — Constant static property in class mx.events.CollectionEventKind
Indicates that the item at the position identified by the CollectionEvent location property has been replaced.
replacePort(uri:String, newPort:uint) — Static method in class mx.utils.URLUtil
Returns a new string with the port replaced with the specified port.
replaceProtocol(uri:String, newProtocol:String) — Static method in class mx.utils.URLUtil
This method will replace the protocol of the specified uri with the given protocol.
replaceSelectedText(value:String) — Method in class flash.text.TextField
Replaces the current selection with the contents of the value parameter.
replaceText(beginIndex:int, endIndex:int, newText:String) — Method in class flash.text.TextField
Replaces the range of characters that the beginIndex and endIndex parameters specify with the contents of the newText parameter.
replaceTokens(url:String) — Static method in class mx.utils.URLUtil
replay(target:mx.automation:IAutomationObject, args:Array) — Method in interface mx.automation.IAutomationEventDescriptor
Decodes an argument Array and replays the event.
replay(target:mx.automation:IAutomationObject, args:Array) — Method in interface mx.automation.IAutomationMethodDescriptor
Decodes an argument array and invokes a method.
REPLAY — Constant static property in class mx.automation.events.AutomationReplayEvent
The AutomationReplayEvent.REPLAY constant defines the value of the type property of the event object for a replay event.
replayableEvent — Property in class mx.automation.events.AutomationRecordEvent
The underlying interaction.
replayableEvent — Property in class mx.automation.events.AutomationReplayEvent
Event to the replayed.
replayAutomatableEvent(event:mx.automation.events:AutomationReplayEvent) — Method in interface mx.automation.IAutomationManager
Replays the specified event.
replayAutomatableEvent(event:flash.events:Event) — Method in interface mx.automation.IAutomationObject
Replays the specified event.
replayAutomatableEvent(event:flash.events:Event) — Method in class mx.automation.delegates.TextFieldAutomationHelper
Replays TypeTextEvents and TypeEvents.
replayAutomatableEvent(event:flash.events:Event) — Method in class mx.automation.delegates.containers.AccordionAutomationImpl
Replays an IndexChangedEvent event by dispatching a MouseEvent to the header that was clicked.
replayAutomatableEvent(interaction:flash.events:Event) — Method in class mx.automation.delegates.containers.DividedBoxAutomationImpl
Replays DIVIDER_RELEASE events by dispatching a DIVIDER_PRESS event, moving the divider in question, and dispatching a DIVIDER_RELEASE event.
replayAutomatableEvent(interaction:flash.events:Event) — Method in class mx.automation.delegates.containers.TabNavigatorAutomationImpl
Replays ItemClickEvents by dispatching a MouseEvent to the item that was clicked.
replayAutomatableEvent(event:flash.events:Event) — Method in class mx.automation.delegates.controls.DateChooserAutomationImpl
Replays DateChooserChangeEvent.CHANGE and DateChooserEvent.SCROLL events.
replayAutomatableEvent(event:flash.events:Event) — Method in class mx.automation.delegates.controls.ListBaseAutomationImpl
Replays ScrollEvents.
replayAutomatableEvent(event:flash.events:Event) — Method in class mx.automation.delegates.core.ScrollControlBaseAutomationImpl
Replays ScrollEvents.
replayAutomatableEvent(event:flash.events:Event) — Method in class mx.core.UIComponent
Replays the specified event.
replayAutomatableEvent(event:flash.events:Event) — Method in class mx.core.UITextField
Replays the specified event.
replayClick(to:flash.events:IEventDispatcher, sourceEvent:flash.events:MouseEvent) — Method in interface mx.automation.IAutomationObjectHelper
Dispatches a MouseEvent.MOUSE_DOWN, MouseEvent.MOUSE_UP, and MouseEvent.CLICK from the specified IInteractionReplayer with the specified modifiers.
replayClickOffStage() — Method in interface mx.automation.IAutomationObjectHelper
Replays a click event somewhere off the edge of the stage.
replaying — Property in interface mx.automation.IAutomationManager
Indicates whether replay is taking place, true, or not, false.
replaying — Property in interface mx.automation.IAutomationObjectHelper
Indicates whether replay is taking place, true, or not, false.
replayKeyboardEvent(to:flash.events:IEventDispatcher, event:flash.events:KeyboardEvent) — Method in interface mx.automation.IAutomationObjectHelper
Dispatches a KeyboardEvent.KEY_DOWN and KeyboardEvent.KEY_UP event for the specified KeyboardEvent object.
replayKeyDownKeyUp(to:flash.events:IEventDispatcher, keyCode:uint, ctrlKey:Boolean, shiftKey:Boolean, altKey:Boolean) — Method in interface mx.automation.IAutomationObjectHelper
Dispatches a KeyboardEvent.KEY_DOWN and KeyboardEvent.KEY_UP event from the specified IInteractionReplayer, for the specified key, with the specified modifiers.
replayMouseEvent(target:flash.events:IEventDispatcher, event:flash.events:MouseEvent) — Method in interface mx.automation.IAutomationObjectHelper
Dispatches a MouseEvent while simulating mouse capture.
request — Property in class mx.rpc.http.HTTPService
Object of name-value pairs used as parameters to the URL.
request — Property in class mx.rpc.soap.Operation
The request of the Operation is an object structure or an XML structure.
requestHeaders — Property in class flash.net.URLRequest
The array of HTTP request headers to be appended to the HTTP request.
requestTimedOut() — Method in class mx.messaging.MessageResponder
Subclasses must override this method to handle a request timeout and invoke the proper callbacks on the associated MessageAgent.
requestTimeout — Property in class mx.data.DataService
Provides access to the request timeout in seconds for an operation.
requestTimeout — Property in class mx.data.DataStore
Provides access to the request timeout in seconds for an operation.
requestTimeout — Property in class mx.data.mxml.DataService
Provides access to the request timeout for an operation.
requestTimeout — Property in class mx.messaging.Channel
Provides access to the default request timeout in seconds for the channel.
requestTimeout — Property in class mx.messaging.MessageAgent
Provides access to the request timeout in seconds for sent messages.
requestTimeout — Property in class mx.rpc.AbstractService
Provides access to the request timeout in seconds for sent messages.
requestTimeout — Property in class mx.rpc.http.HTTPService
Provides access to the request timeout in seconds for sent messages.
REQUEST_TIMEOUT_HEADER — Constant static property in class mx.messaging.messages.AbstractMessage
Messages sent with a defined request timeout use this header.
required — Property in class mx.containers.FormItem
If true, display an indicator that the FormItem children require user input.
required — Property in class mx.validators.Validator
If true, specifies that a missing or empty value causes a validation error.
REQUIRED_BOUNDED_VALUES — Constant static property in class mx.charts.chartClasses.DataDescription
A bitflag passed by the axis to an element's describeData() method.
requiredDescribedFields — Property in class mx.charts.DateTimeAxis
The fields of the DescribeData structure that this axis is interested in.
requiredDescribedFields — Property in class mx.charts.chartClasses.NumericAxis
The fields of the DescribeData structure that this axis is interested in.
requiredFieldError — Property in class mx.validators.Validator
Error message when a value is missing and the required property is true.
REQUIRED_MIN_INTERVAL — Constant static property in class mx.charts.chartClasses.DataDescription
A bitflag passed by the axis to an element's describeData() method.
REQUIRED_MIN_MAX — Constant static property in class mx.charts.chartClasses.DataDescription
A bitflag passed by the axis to an element's describeData() method.
REQUIRED_PADDING — Constant static property in class mx.charts.chartClasses.DataDescription
A bitflag passed by the axis to an element's describeData() method.
reserveExplodeRadius — Property in class mx.charts.series.PieSeries
A number from 0 to 1, specifying how much of the total radius of the pie series should be reserved to explode wedges at runtime.
reset() — Method in class flash.utils.Timer
Stops the timer, if it is running, and sets the currentCount property back to 0, like the reset button of a stopwatch.
reset(newHost:Object) — Method in class mx.binding.utils.ChangeWatcher
Resets this ChangeWatcher instance to use a new host object.
RESET — Constant static property in class mx.events.CollectionEventKind
Indicates that the collection has changed so drastically that a reset is required.
resetHistory — Property in class mx.core.Application
If true, the application's history state is reset to its initial state whenever the application is reloaded.
resetNavItems() — Method in class mx.controls.NavBar
Resets the navigator bar to its default state.
resizable — Property in class mx.controls.dataGridClasses.DataGridColumn
A flag that indicates whether the user is allowed to resize the width of the column.
resizableColumns — Property in class mx.controls.DataGrid
A flag that indicates whether the user can change the size of the columns.
resize — Event in class flash.display.Stage
Dispatched when the scaleMode property of the Stage object is set to StageScaleMode.NO_SCALE and the SWF file is resized.
resize — Event in class mx.core.UIComponent
Dispatched when the component is resized.
resize — Event in class mx.managers.SystemManager
Dispatched when the Stage is resized.
Resize — Class in package mx.effects
The Resize effect changes the width, height, or both dimensions of a component over a specified time interval.
Resize(target:Object) — Constructor in class mx.effects.Resize
Constructor.
RESIZE — Constant static property in class flash.events.Event
Defines the value of the type property of a resize event object.
RESIZE — Constant static property in class mx.events.ResizeEvent
The ResizeEvent.RESIZE constant defines the value of the type property of the event object for a resize event.
resizeEffect — Effect in class mx.core.UIComponent
Played when the component is resized.
resizeEndEffect — Effect in class mx.containers.Panel
Specifies the effect to play after a Resize effect finishes playing.
ResizeEvent — Class in package mx.events
Represents event objects that are dispatched when the size of a Flex component changes.
ResizeEvent(type:String, bubbles:Boolean, cancelable:Boolean, oldWidth:Number, oldHeight:Number) — Constructor in class mx.events.ResizeEvent
Constructor.
ResizeInstance — Class in package mx.effects.effectClasses
The ResizeInstance class implements the instance class for the Resize effect.
ResizeInstance(target:Object) — Constructor in class mx.effects.effectClasses.ResizeInstance
Constructor.
resizeStartEffect — Effect in class mx.containers.Panel
Specifies the effect to play before a Resize effect begins playing.
resizeToContent — Property in class mx.containers.Accordion
If set to true, this Accordion automatically resizes to the size of its current child.
resizeToContent — Property in class mx.containers.DividedBox
If true, the DividedBox automatically resizes to the size of its children.
resizeToContent — Property in class mx.containers.ViewStack
If true, the ViewStack container automatically resizes to the size of its current child.
RESIZING — Constant static property in class mx.events.VideoEvent
The value of the VideoDisplay.state property when the VideoDisplay control is resizing.
resolveAutomationIDPart(criteria:Object) — Method in interface mx.automation.IAutomationObject
Resolves a child by using the id provided.
resolveAutomationIDPart(criteria:Object) — Method in class mx.automation.delegates.charts.ChartBaseAutomationImpl
Resolves a child by using the id provided.
resolveAutomationIDPart(criteria:Object) — Method in class mx.automation.delegates.controls.ListBaseAutomationImpl
Resolves a child by using the id provided.
resolveAutomationIDPart(criteria:Object) — Method in class mx.automation.delegates.controls.MenuBarAutomationImpl
Resolves a child by using the id provided.
resolveAutomationIDPart(criteria:Object) — Method in class mx.automation.delegates.controls.PopUpButtonAutomationImpl
Resolves a child by using the id provided.
resolveAutomationIDPart(criteria:Object) — Method in class mx.automation.delegates.controls.SWFLoaderAutomationImpl
Resolves a child by using the id provided.
resolveAutomationIDPart(criteria:Object) — Method in class mx.automation.delegates.core.ContainerAutomationImpl
Resolves a child by using the id provided.
resolveAutomationIDPart(criteria:Object) — Method in class mx.automation.delegates.core.RepeaterAutomationImpl
Resolves a child by using the id provided.
resolveAutomationIDPart(criteria:Object) — Method in class mx.core.UIComponent
Resolves a child by using the id provided.
resolved — Property in class mx.data.Conflict
Indicates whether this Conflict has been resolved (acceptClient() or acceptServer() has been called).
resolved — Property in class mx.data.Conflicts
Indicates if there are any unresolved conflicts in the list.
resolveID(rid:mx.automation:AutomationID, currentParent:mx.automation:IAutomationObject) — Method in interface mx.automation.IAutomationManager
Resolves an id to automation objects.
resolveIDPart(parent:mx.automation:IAutomationObject, part:mx.automation:AutomationIDPart) — Method in interface mx.automation.IAutomationManager
Resolves an id part to an Array of automation objects.
resolveIDPartToSingleObject(parent:mx.automation:IAutomationObject, part:mx.automation:AutomationIDPart) — Method in interface mx.automation.IAutomationManager
Resolves an id part to an automation object within the parent.
resolveIDToSingleObject(rid:mx.automation:AutomationID, currentParent:mx.automation:IAutomationObject) — Method in interface mx.automation.IAutomationManager
Resolves an id to an automation object.
ResourceBundle — Class in package mx.resources
This class can be used to internationalize the framework and applications.
ResourceBundle() — Constructor in class mx.resources.ResourceBundle
Constructor.
responder — Property in class mx.data.errors.NoDataAvailableError
If the data is not local and an asynchronous operation must be performed, an NoDataAvailableError will be thrown.
Responder — Class in package flash.net
The Responder class provides an object that is used in NetConnection.call() to handle return values from the server.
Responder — Class in package mx.rpc
This class provides a default implementation mx.rpc.IResponder
Responder(result:Function, status:Function) — Constructor in class flash.net.Responder
Creates a new Responder object.
Responder(result:Function, fault:Function) — Constructor in class mx.rpc.Responder
Constructs an instance of the responder with the specified handlers.
responders — Property in class mx.collections.errors.ItemPendingError
An array of IResponder handlers that will be called when the asynchronous request completes.
responders — Property in class mx.rpc.AsyncToken
An array of IResponder handlers that will be called when the asynchronous request completes.
... (rest) parameter — Statement
Specifies that a function will accept any number of comma-delimited arguments.
restrict — Property in class flash.text.TextField
Indicates the set of characters that a user can enter into the text field.
restrict — Property in class mx.controls.ComboBase
Set of characters that a user can or cannot enter into the text field.
restrict — Property in class mx.controls.TextArea
Indicates the set of characters that a user can enter into the control.
restrict — Property in class mx.controls.TextInput
Indicates the set of characters that a user can enter into the control.
resubscribeAttempts — Property in class mx.messaging.Consumer
The number of resubscribe attempts that the Consumer makes in the event that the connection to its destination fails.
resubscribeInterval — Property in class mx.messaging.Consumer
The number of milliseconds between resubscribe attempts.
result(data:Object) — Method in class mx.collections.ItemResponder
This method is called by a service when the return value has been received.
result — Event in class mx.data.DataService
The ResultEvent.RESULT event is dispatched when a service call successfully returns.
result — Event in class mx.data.DataStore
The ResultEvent.RESULT event is dispatched when the commit call successfully returns.
result(message:mx.messaging.messages:IMessage) — Method in class mx.messaging.MessageResponder
Called by the channel that created this MessageResponder when a response returns from the destination.
result — Event in class mx.rpc.AbstractOperation
Dispatched when an Operation invocation successfully returns.
result — Event in class mx.rpc.AbstractService
The result event is dispatched when a service call successfully returns and isn't handled by the Operation itself.
result(data:Object) — Method in class mx.rpc.AsyncResponder
This method is called by a service when the return value has been received.
result — Property in class mx.rpc.AsyncToken
The result that was returned by the associated RPC call.
result(data:Object) — Method in interface mx.rpc.IResponder
This method is called by a service when the return value has been received.
result(data:Object) — Method in class mx.rpc.Responder
This method is called by a remote service when the return value has been received.
result — Property in class mx.rpc.events.ResultEvent
Result that the RPC call returns.
result — Event in class mx.rpc.http.HTTPService
Dispatched when an HTTPService call returns successfully.
RESULT — Constant static property in class mx.messaging.events.MessageEvent
The RESULT event type; dispatched when an RPC agent receives a result from a remote service destination.
RESULT — Constant static property in class mx.rpc.events.ResultEvent
The RESULT event type.
ResultEvent — Class in package mx.rpc.events
The event that indicates an RPC operation has successfully returned a result.
ResultEvent(type:String, bubbles:Boolean, cancelable:Boolean, result:Object, token:mx.rpc:AsyncToken, message:mx.messaging.messages:IMessage) — Constructor in class mx.rpc.events.ResultEvent
Create a new ResultEvent.
resultFormat — Property in class mx.rpc.http.HTTPService
Value that indicates how you want to deserialize the result returned by the HTTP call.
resultFormat — Property in class mx.rpc.soap.Operation
Determines how the Operation result is decoded.
RESULT_FORMAT_ARRAY — Constant static property in class mx.rpc.http.HTTPService
The result format "array" is similar to "object" however the value returned is always an Array such that if the result returned from result format "object" is not an Array already the item will be added as the first item to a new Array.
RESULT_FORMAT_E4X — Constant static property in class mx.rpc.http.HTTPService
The result format "e4x" specifies that the value returned is an XML instance, which can be accessed using ECMAScript for XML (E4X) expressions.
RESULT_FORMAT_FLASHVARS — Constant static property in class mx.rpc.http.HTTPService
The result format "flashvars" specifies that the value returned is text containing name=value pairs separated by ampersands, which is parsed into an ActionScript object.
RESULT_FORMAT_OBJECT — Constant static property in class mx.rpc.http.HTTPService
The result format "object" specifies that the value returned is XML but is parsed as a tree of ActionScript objects.
RESULT_FORMAT_TEXT — Constant static property in class mx.rpc.http.HTTPService
The result format "text" specifies that the HTTPService result text should be an unprocessed String.
RESULT_FORMAT_XML — Constant static property in class mx.rpc.http.HTTPService
The result format "xml" specifies that results should be returned as an flash.xml.XMLNode instance pointing to the first child of the parent flash.xml.XMLDocument.
resultHandler(message:mx.messaging.messages:IMessage) — Method in class mx.messaging.MessageResponder
Subclasses must override this method to perform custom processing of the result and invoke the proper callbacks on the associated MessageAgent.
resultHeaders — Property in class mx.rpc.soap.Operation
The headers that were returned as part of the last execution of this operation.
results — Property in class mx.events.ValidationResultEvent
An array of ValidationResult objects, one per validated field.
resume() — Method in class flash.net.NetStream
Resumes playback of a video stream that is paused.
resume() — Method in class mx.effects.Effect
Resumes the effect after it has been paused by a call to the pause() method.
resume() — Method in class mx.effects.EffectInstance
Resumes the effect after it has been paused by a call to the pause() method.
resume() — Method in class mx.effects.Tween
Resumes the effect after it has been paused by a call to the pause() method.
resume() — Method in class mx.effects.effectClasses.MaskEffectInstance
Resumes the effect after it has been paused by a call to the pause() method.
resumeBackgroundProcessing() — Static method in class mx.core.UIComponent
Resumes the background processing of methods queued by callLater(), after a call to suspendBackgroundProcessing().
resumeEventHandling() — Static method in class mx.effects.EffectManager
Allows the EffectManager class to resume processing events after a call to the suspendEventHandling() method.
RETRYABLE_HINT_HEADER — Constant static property in class mx.messaging.messages.ErrorMessage
Header name for the retryable hint header.
return — Statement
Causes execution to return immediately to the calling function.
RETURNINDEXEDARRAY — Constant static property in class Array
Specifies that a sort returns an array that consists of array indices.
returnType — Property in interface mx.automation.IAutomationMethodDescriptor
The return type of the method.
returnType — Property in class mx.messaging.management.MBeanOperationInfo
The return data type for the operation.
reverse() — Method in class Array
Reverses the array in place.
reverse() — Method in class mx.collections.Sort
Goes through all SortFields and calls reverse() on them.
reverse() — Method in class mx.collections.SortField
Reverse the criteria for this sort field.
reverse() — Method in class mx.effects.Effect
Plays the effect in reverse, if the effect is currently playing, starting from the current position of the effect.
reverse() — Method in class mx.effects.EffectInstance
Plays the effect in reverse, starting from the current position of the effect.
reverse() — Method in class mx.effects.Tween
Plays the effect in reverse, starting from the current position of the effect.
reverse() — Method in class mx.effects.effectClasses.MaskEffectInstance
Plays the effect in reverse, starting from the current position of the effect.
revertChanges(item:mx.data:IManaged) — Method in class mx.data.DataService
Reverts any uncommitted changes to the specified item.
revertChanges() — Method in class mx.data.DataStore
Reverts all pending (uncommitted) changes for all DataServices managed by this DataStore.
revertChanges(item:mx.data:IManaged) — Method in class mx.data.mxml.DataService
Reverts any uncommitted changes to the specified item.
rewind — Property in class flash.ui.ContextMenuBuiltInItems
Lets the user set a SWF file to play from the first frame when selected, at any time (does not appear for a single-frame SWF file).
rewind — Event in class mx.controls.VideoDisplay
Dispatched when the control autorewinds.
REWIND — Constant static property in class mx.events.VideoEvent
The VideoEvent.REWIND constant defines the value of the type property of the event object for a rewind event.
REWINDING — Constant static property in class mx.events.VideoEvent
The value of the VideoDisplay.state property during an autorewind triggered when play stops.
RGB — Constant static property in class flash.display.InterpolationMethod
Specifies that the RGB interpolation method should be used.
rgbMultiply(rgb1:uint, rgb2:uint) — Static method in class mx.utils.ColorUtil
Performs an RGB multiplication of two RGB colors.
RichTextEditor — Class in package mx.controls
The RichTextEditor control lets users enter and format text.
right — Property in class flash.geom.Rectangle
The sum of the x and width properties.
right — Property in class mx.core.EdgeMetrics
The width, in pixels, of the right edge region.
right — Style in class mx.core.UIComponent
The horizontal distance in pixels from the right edge of the component to the right edge of its parent container.
RIGHT — Constant static property in class flash.display.StageAlign
Specifies that the Stage is aligned to the right.
RIGHT — Constant static property in class flash.text.TextFieldAutoSize
Specifies that the text is to be treated as right-justified text, meaning that the right side of the text field remains fixed and any resizing of a single line is on the left side.
RIGHT — Constant static property in class flash.text.TextFormatAlign
Constant; aligns text to the right within the text field.
RIGHT — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the Right Arrow key (39).
RIGHT — Constant static property in class flash.ui.KeyLocation
Indicates the key activated is in the right key location (there is more than one possible location for this key).
RIGHT — Constant static property in class mx.controls.ButtonLabelPlacement
Specifies that the label appears to the right of the icon.
RIGHT — Constant static property in class mx.controls.ProgressBarDirection
Specifies to fill the progress bar from the left to the right.
RIGHT — Constant static property in class mx.controls.ProgressBarLabelPlacement
Specifies to place the label to the right of the progress bar.
RIGHT — Constant static property in class mx.validators.CurrencyValidatorAlignSymbol
Specifies "right" as the alignment of the currency symbol for the CurrencyValidator class.
rightMargin — Property in class flash.text.TextFormat
The right margin of the paragraph, in pixels.
rightPeak — Property in class flash.media.SoundChannel
The current amplitude (volume) of the right channel, from 0 (silent) to 1 (full amplitude).
rightToLeft — Property in class flash.media.SoundTransform
A value, from 0 (none) to 1 (all), specifying how much of the right input is played in the left speaker.
rightToRight — Property in class flash.media.SoundTransform
A value, from 0 (none) to 1 (all), specifying how much of the right input is played in the right speaker.
role — Property in class mx.rpc.soap.SOAPHeader
Specifies the URI for the role that this header is intended in a potential chain of endpoints processing a SOAP request.
rollOut — Event in class flash.display.InteractiveObject
Dispatched when the user moves a pointing device away from an InteractiveObject instance.
ROLL_OUT — Constant static property in class flash.events.MouseEvent
Defines the value of the type property of a rollOut event object.
rollOutEffect — Effect in class mx.core.UIComponent
Played when the user rolls the mouse so it is no longer over the component.
rollOutHandler(event:flash.events:MouseEvent) — Method in class mx.controls.Button
The default handler for the MouseEvent.ROLL_OUT event.
rollOver — Event in class flash.display.InteractiveObject
Dispatched when the user moves a pointing device over an InteractiveObject instance.
ROLL_OVER — Constant static property in class flash.events.MouseEvent
Defines the value of the type property of a rollOver event object.
rollOverColor — Style in class mx.controls.ComboBox
The rollOverColor of the drop-down list.
rollOverColor — Style in class mx.controls.DataGrid
The color of the row background when the user rolls over the row.
rollOverColor — Style in class mx.controls.DateChooser
Color of the highlight area of the date when the user holds the mouse pointer over a date in the DateChooser control.
rollOverColor — Style in class mx.controls.DateField
Color of the highlight area of the date when the user holds the mouse pointer over a date in the DateChooser control.
rollOverColor — Style in class mx.controls.LinkBar
Color of links as you roll the mouse pointer over them.
rollOverColor — Style in class mx.controls.LinkButton
Color of a LinkButton as a user moves the mouse pointer over it.
rollOverColor — Style in class mx.controls.Menu
The color of the menu item background when a user rolls the mouse over it.
rollOverColor — Style in class mx.controls.MenuBar
The color of the menu item background when a user rolls the mouse over it.
rollOverColor — Style in class mx.controls.Tree
Color of the background when the user rolls over the link.
rollOverColor — Style in class mx.controls.listClasses.ListBase
The color of the background of a renderer when the user rolls over it.
rollOverEffect — Effect in class mx.core.UIComponent
Played when the user rolls the mouse over the component.
rollOverHandler(event:flash.events:MouseEvent) — Method in class mx.controls.Button
The default handler for the MouseEvent.ROLL_OVER event.
rollOverIndicatorSkin — Style in class mx.controls.DateChooser
Name of the class to use as the skin for the highlight area of the date when the user holds the mouse pointer over a date in the DateChooser control.
ROMAN_LETTERS — Constant static property in class mx.validators.Validator
A string containing the upper- and lower-case letters of the Roman alphabet ("A" through "Z" and "a" through "z").
root — Property in class flash.display.DisplayObject
For a display object in a loaded SWF file, the root property is the top-most display object in the portion of the display list's tree structure represented by that SWF file.
rootCause — Property in class mx.messaging.events.ChannelFaultEvent
Provides access to the underlying reason for the failure if the channel did not raise the failure itself.
rootCause — Property in class mx.messaging.events.MessageFaultEvent
Provides access to the root cause of the failure, if one exists.
rootCause — Property in class mx.messaging.messages.ErrorMessage
Should a root cause exist for the error, this property contains those details.
rootCause — Property in class mx.rpc.Fault
The cause of the fault.
rootURL — Property in class mx.rpc.http.HTTPService
The URL that the HTTPService object should use when computing relative URLs.
rootURL — Property in class mx.rpc.soap.WebService
The URL that the WebService should use when computing relative URLs.
rotate(angle:Number) — Method in class flash.geom.Matrix
Applies a rotation transformation to the Matrix object.
Rotate — Class in package mx.effects
The Rotate effect rotates a component around a specified point.
Rotate(target:Object) — Constructor in class mx.effects.Rotate
Constructor.
rotatedGradientMatrix(x:Number, y:Number, width:Number, height:Number, rotation:Number) — Method in class mx.skins.ProgrammaticSkin
Utility function to create a rotated gradient matrix.
RotateInstance — Class in package mx.effects.effectClasses
The RotateInstance class implements the instance class for the Rotate effect.
RotateInstance(target:Object) — Constructor in class mx.effects.effectClasses.RotateInstance
Constructor.
rotation — Property in class flash.display.DisplayObject
Indicates the rotation of the DisplayObject instance, in degrees, from its original orientation.
rotation — Property in class mx.graphics.BitmapFill
The number of degrees to rotate the bitmap.
round(val:Number) — Static method in class Math
Rounds the value of the parameter val up or down to the nearest integer and returns the value.
ROUND — Constant static property in class flash.display.CapsStyle
Used to specify round caps in the caps parameter of the flash.display.Graphics.lineStyle() method.
ROUND — Constant static property in class flash.display.JointStyle
Specifies round joints in the joints parameter of the flash.display.Graphics.lineStyle() method.
roundedBottomCorners — Style in class mx.containers.Panel
Flag to enable rounding for the bottom two corners of the container.
RoundedRectangle — Class in package mx.graphics
RoundedRectangle represents a Rectangle with curved corners
RoundedRectangle(x:Number, y:Number, width:Number, height:Number, cornerRadius:Number) — Constructor in class mx.graphics.RoundedRectangle
Constructor.
rounding — Property in class mx.formatters.CurrencyFormatter
How to round the number.
rounding — Property in class mx.formatters.NumberFormatter
Specifies how to round the number.
roundValue — Property in class mx.effects.AnimateProperty
If true, round off the interpolated tweened value to the nearest integer.
roundValue — Property in class mx.effects.effectClasses.AnimatePropertyInstance
If true, round off the interpolated tweened value to the nearest integer.
rowCount — Property in class mx.controls.ComboBox
Maximum number of rows visible in the ComboBox control list.
rowCount — Property in class mx.controls.listClasses.ListBase
Number of rows to be displayed.
rowHeight — Property in class mx.controls.listClasses.ListBase
The height of the rows in pixels.
rowIndex — Property in class mx.controls.listClasses.BaseListData
The index of the row of the DataGrid, List, or Tree control relative to the currently visible rows of the control, where the first row is at an index of 1.
rowIndex — Property in class mx.events.DataGridEvent
The zero-based index of the item in the data provider.
rowIndex — Property in class mx.events.ListEvent
In the zero-based index of the row that contains the item renderer where the event occured, or for editing events, the index of the item in the data provider that is being edited.
rowInfo — Property in class mx.controls.listClasses.ListBase
An array of ListRowInfo objects that cache row heights and other tracking information for the rows in listItems.
rowMap — Property in class mx.controls.listClasses.ListBase
A hash map of item renderers to their respective ListRowInfo object.
rowSpan — Property in class mx.containers.GridItem
Number of rows of the Grid container spanned by the cell.
RSL_COMPLETE — Constant static property in class mx.events.RSLEvent
Dispatched when the RSL has finished downloading.
rslCompleteHandler(event:mx.events:RSLEvent) — Method in class mx.preloaders.DownloadProgressBar
Event listener for the RSLEvent.RSL_COMPLETE event.
RSL_ERROR — Constant static property in class mx.events.RSLEvent
Dispatched when there is an error downloading the RSL.
rslErrorHandler(event:mx.events:RSLEvent) — Method in class mx.preloaders.DownloadProgressBar
Event listener for the RSLEvent.RSL_ERROR event.
RSLEvent — Class in package mx.events
The RSLEvent class represents an event object used by the DownloadProgressBar class when an RSL is being downloaded by the Preloader class.
RSLEvent(type:String, bubbles:Boolean, cancelable:Boolean, bytesLoaded:int, bytesTotal:int, rslIndex:int, rslTotal:int, url:flash.net:URLRequest, errorText:String) — Constructor in class mx.events.RSLEvent
Constructor.
rslIndex — Property in class mx.events.RSLEvent
The index number of the RSL currently being downloaded.
RSL_PROGRESS — Constant static property in class mx.events.RSLEvent
Dispatched when the RSL is downloading.
rslProgressHandler(event:mx.events:RSLEvent) — Method in class mx.preloaders.DownloadProgressBar
Event listener for the RSLEvent.RSL_PROGRESS event.
rslTotal — Property in class mx.events.RSLEvent
The total number of RSLs being downloaded by the preloader
RTMPChannel — Class in package mx.messaging.channels
The RTMPChannel class provides basic RTMP support for messaging.
RTMPChannel(id:String, uri:String) — Constructor in class mx.messaging.channels.RTMPChannel
Creates an new RTMPChannel instance.
running — Property in class flash.utils.Timer
The timer's current state; true if the timer is running, otherwise false.
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