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  
R — Constant static property, class flash.ui.Keyboard
Constant associated with the key code value for the R key (82).
RADIAL — Constant static property, class flash.display.GradientType
Value used to specify a radial gradient fill.
radialAxis — Property, 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.
radialAxis — Property, class mx.charts.chartClasses.PolarDataCanvas
Defines the labels, tick marks, and data position for items on the y-axis.
RADIAL_AXIS — Constant static property, class mx.charts.chartClasses.PolarTransform
A string representing the radial axis.
RadialGradient — Class, package mx.graphics
The RadialGradient class lets you specify a gradual color transition in the fill color.
RadialGradient() — Constructor, class mx.graphics.RadialGradient
Constructor.
radialStroke — Style, class mx.charts.series.PieSeries
Specifies the line style used to draw the border between the wedges of the pie.
RadioButton — Class, package mx.controls
The RadioButton control lets the user make a single choice within a set of mutually exclusive choices.
RadioButton() — Constructor, class mx.controls.RadioButton
Constructor.
RadioButtonAutomationImpl — Class, package mx.automation.delegates.controls
Defines methods and properties required to perform instrumentation for the RadioButton control.
RadioButtonAutomationImpl(obj:mx.controls:RadioButton) — Constructor, class mx.automation.delegates.controls.RadioButtonAutomationImpl
Constructor.
RadioButtonGroup — Class, 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, class mx.controls.RadioButtonGroup
Constructor.
RadioButtonIcon — Class, package mx.skins.halo
The skin for all the states of the icon in a RadioButton.
RadioButtonIcon() — Constructor, class mx.skins.halo.RadioButtonIcon
Constructor.
radioDisabledIcon — Style, class mx.controls.Menu
The icon for all disabled menu items whose type identifier is a radio button.
radioIcon — Style, class mx.controls.Menu
The icon for all enabled menu items whose type identifier is a radio button.
radius — Property, class mx.charts.chartClasses.PolarTransform
The radius used by the transform to convert data units to polar coordinates.
radius — Property, class mx.charts.series.LineSeries
Specifies the radius, in pixels, of the chart elements for the data points.
radius — Property, class mx.charts.series.PlotSeries
Specifies the radius, in pixels, of the chart element at each data point.
radius — Property, class mx.charts.series.items.PlotSeriesItem
The radius of this item, in pixels.
radius — Property, class mx.charts.series.renderData.AreaSeriesRenderData
The radius of the items of the AreaSeries.
radius — Property, class mx.charts.series.renderData.LineSeriesRenderData
The radius of the individual items in the line series.
radius — Property, class mx.charts.series.renderData.PlotSeriesRenderData
The radius of the individual PlotSeriesItem objects.
radius — Style, class mx.charts.series.LineSeries
Specifies the radius, in pixels, of the chart elements for the data points.
radius — Style, class mx.charts.series.PlotSeries
Specifies the radius, in pixels, of the chart element at each data point.
radius — Style, class mx.charts.series.AreaSeries
Specifies the radius, in pixels, of the chart elements for the data points.
radiusAxis — Property, 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.
radiusAxis — Property, class mx.charts.series.BubbleSeries
The axis the bubble radius is mapped against.
RADIUS_AXIS — Constant static property, class mx.charts.series.BubbleSeries
The type of radius axis.
radiusField — Property, 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, class Math
Returns a pseudo-random number n, where 0 <= n < 1.
RangeError — Dynamic class, Top Level
A RangeError exception is thrown when a numeric value is outside the acceptable range.
RangeError(message:String) — Constructor, class RangeError
Creates a new RangeError object.
rate — Property, class flash.media.Microphone
The rate at which the microphone captures sound, in kHz.
ratio — Property, class mx.graphics.GradientEntry
Where in the graphical element, as a percentage from 0.0 to 1.0, Flex starts the transition to the associated color.
ratios — Property, class flash.filters.GradientBevelFilter
An array of color distribution ratios for the corresponding colors in the colors array.
ratios — Property, class flash.filters.GradientGlowFilter
An array of color distribution ratios for the corresponding colors in the colors array.
rawChildren — Property, 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, interface mx.core.IRawChildrenContainer
Returns an IChildList representing all children.
rawChildren — Property, interface mx.managers.ISystemManager
A list of all children being parented by this ISystemManager.
rawChildren — Property, class mx.managers.SystemManager
A list of all children being parented by this ISystemManager.
rawChildren — Property, class mx.managers.WindowedSystemManager
A list of all children being parented by this ISystemManager.
READ — Constant static property, class flash.data.SQLMode
Indicates that the connection should be opened in read-only mode.
READ — Constant static property, class flash.filesystem.FileMode
The file is opened in read-only mode.
readAhead — Property, class flash.filesystem.FileStream
When reading files asynchronously, the amount of data requested.
readBoolean() — Method, class flash.filesystem.FileStream
Reads a Boolean value from the file stream, byte stream, or byte array.
readBoolean() — Method, class flash.net.Socket
Reads a Boolean value from the socket.
readBoolean() — Method, class flash.net.URLStream
Reads a Boolean value from the stream.
readBoolean() — Method, class flash.utils.ByteArray
Reads a Boolean value from the byte stream.
readBoolean() — Method, interface flash.utils.IDataInput
Reads a Boolean value from the file stream, byte stream, or byte array.
readByte() — Method, class flash.filesystem.FileStream
Reads a signed byte from the file stream, byte stream, or byte array.
readByte() — Method, class flash.net.Socket
Reads a signed byte from the socket.
readByte() — Method, class flash.net.URLStream
Reads a signed byte from the stream.
readByte() — Method, class flash.utils.ByteArray
Reads a signed byte from the byte stream.
readByte() — Method, interface flash.utils.IDataInput
Reads a signed byte from the file stream, byte stream, or byte array.
readBytes(bytes:flash.utils:ByteArray, offset:uint, length:uint) — Method, class flash.filesystem.FileStream
Reads the number of data bytes, specified by the length parameter, from the file stream, byte stream, or byte array.
readBytes(bytes:flash.utils:ByteArray, offset:uint, length:uint) — Method, 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, class flash.net.URLStream
Reads length bytes of data from the stream.
readBytes(bytes:flash.utils:ByteArray, offset:uint, length:uint) — Method, 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, interface flash.utils.IDataInput
Reads the number of data bytes, specified by the length parameter, from the file stream, byte stream, or byte array.
readDouble() — Method, class flash.filesystem.FileStream
Reads an IEEE 754 double-precision floating point number from the file stream, byte stream, or byte array.
readDouble() — Method, class flash.net.Socket
Reads an IEEE 754 double-precision floating-point number from the socket.
readDouble() — Method, class flash.net.URLStream
Reads an IEEE 754 double-precision floating-point number from the stream.
readDouble() — Method, class flash.utils.ByteArray
Reads an IEEE 754 double-precision (64-bit) floating-point number from the byte stream.
readDouble() — Method, interface flash.utils.IDataInput
Reads an IEEE 754 double-precision floating point number from the file stream, byte stream, or byte array.
readExternal(input:flash.utils:IDataInput) — Method, 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, 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, class flash.filesystem.FileStream
Reads an IEEE 754 single-precision floating point number from the file stream, byte stream, or byte array.
readFloat() — Method, class flash.net.Socket
Reads an IEEE 754 single-precision floating-point number from the socket.
readFloat() — Method, class flash.net.URLStream
Reads an IEEE 754 single-precision floating-point number from the stream.
readFloat() — Method, class flash.utils.ByteArray
Reads an IEEE 754 single-precision (32-bit) floating-point number from the byte stream.
readFloat() — Method, interface flash.utils.IDataInput
Reads an IEEE 754 single-precision floating point number from the file stream, byte stream, or byte array.
readInt() — Method, class flash.filesystem.FileStream
Reads a signed 32-bit integer from the file stream, byte stream, or byte array.
readInt() — Method, class flash.net.Socket
Reads a signed 32-bit integer from the socket.
readInt() — Method, class flash.net.URLStream
Reads a signed 32-bit integer from the stream.
readInt() — Method, class flash.utils.ByteArray
Reads a signed 32-bit integer from the byte stream.
readInt() — Method, interface flash.utils.IDataInput
Reads a signed 32-bit integer from the file stream, byte stream, or byte array.
readMessage() — Method, class mx.messaging.channels.StreamingConnectionHandler
Used by the streamProgressHandler to read a message.
readMultiByte(length:uint, charSet:String) — Method, class flash.filesystem.FileStream
Reads a multibyte string of specified length from the file stream, byte stream, or byte array using the specified character set.
readMultiByte(length:uint, charSet:String) — Method, class flash.net.Socket
Reads a multibyte string from the byte stream, using the specified character set.
readMultiByte(length:uint, charSet:String) — Method, 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, 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, interface flash.utils.IDataInput
Reads a multibyte string of specified length from the file stream, byte stream, or byte array using the specified character set.
readObject() — Method, class flash.filesystem.FileStream
Reads an object from the file stream, byte stream, or byte array, encoded in AMF serialized format.
readObject() — Method, class flash.net.Socket
Reads an object from the socket, encoded in AMF serialized format.
readObject() — Method, class flash.net.URLStream
Reads an object from the socket, encoded in Action Message Format (AMF).
readObject() — Method, class flash.utils.ByteArray
Reads an object from the byte array, encoded in AMF serialized format.
readObject() — Method, interface flash.utils.IDataInput
Reads an object from the file stream, byte stream, or byte array, encoded in AMF serialized format.
readShort() — Method, class flash.filesystem.FileStream
Reads a signed 16-bit integer from the file stream, byte stream, or byte array.
readShort() — Method, class flash.net.Socket
Reads a signed 16-bit integer from the socket.
readShort() — Method, class flash.net.URLStream
Reads a signed 16-bit integer from the stream.
readShort() — Method, class flash.utils.ByteArray
Reads a signed 16-bit integer from the byte stream.
readShort() — Method, interface flash.utils.IDataInput
Reads a signed 16-bit integer from the file stream, byte stream, or byte array.
readUnsignedByte() — Method, class flash.filesystem.FileStream
Reads an unsigned byte from the file stream, byte stream, or byte array.
readUnsignedByte() — Method, class flash.net.Socket
Reads an unsigned byte from the socket.
readUnsignedByte() — Method, class flash.net.URLStream
Reads an unsigned byte from the stream.
readUnsignedByte() — Method, class flash.utils.ByteArray
Reads an unsigned byte from the byte stream.
readUnsignedByte() — Method, interface flash.utils.IDataInput
Reads an unsigned byte from the file stream, byte stream, or byte array.
readUnsignedInt() — Method, class flash.filesystem.FileStream
Reads an unsigned 32-bit integer from the file stream, byte stream, or byte array.
readUnsignedInt() — Method, class flash.net.Socket
Reads an unsigned 32-bit integer from the socket.
readUnsignedInt() — Method, class flash.net.URLStream
Reads an unsigned 32-bit integer from the stream.
readUnsignedInt() — Method, class flash.utils.ByteArray
Reads an unsigned 32-bit integer from the byte stream.
readUnsignedInt() — Method, interface flash.utils.IDataInput
Reads an unsigned 32-bit integer from the file stream, byte stream, or byte array.
readUnsignedShort() — Method, class flash.filesystem.FileStream
Reads an unsigned 16-bit integer from the file stream, byte stream, or byte array.
readUnsignedShort() — Method, class flash.net.Socket
Reads an unsigned 16-bit integer from the socket.
readUnsignedShort() — Method, class flash.net.URLStream
Reads an unsigned 16-bit integer from the stream.
readUnsignedShort() — Method, class flash.utils.ByteArray
Reads an unsigned 16-bit integer from the byte stream.
readUnsignedShort() — Method, interface flash.utils.IDataInput
Reads an unsigned 16-bit integer from the file stream, byte stream, or byte array.
readUTF() — Method, class flash.filesystem.FileStream
Reads a UTF-8 string from the file stream, byte stream, or byte array.
readUTF() — Method, class flash.net.Socket
Reads a UTF-8 string from the socket.
readUTF() — Method, class flash.net.URLStream
Reads a UTF-8 string from the stream.
readUTF() — Method, class flash.utils.ByteArray
Reads a UTF-8 string from the byte stream.
readUTF() — Method, interface flash.utils.IDataInput
Reads a UTF-8 string from the file stream, byte stream, or byte array.
readUTFBytes(length:uint) — Method, class flash.filesystem.FileStream
Reads a sequence of length UTF-8 bytes from the byte stream or byte array and returns a string.
readUTFBytes(length:uint) — Method, 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, class flash.net.URLStream
Reads a sequence of length UTF-8 bytes from the stream, and returns a string.
readUTFBytes(length:uint) — Method, 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, 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, class mx.controls.VideoDisplay
Dispatched when the FLV file is loaded and ready to play.
ready — Event, 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, 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, class mx.modules.ModuleLoader
Dispatched when the module is finished loading.
ready — Property, class mx.rpc.soap.AbstractWebService
Specifies whether the WebService is ready to make requests.
READY — Constant static property, class mx.events.ModuleEvent
Dispatched when the module has finished downloading.
READY — Constant static property, 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, class mx.events.AdvancedDataGridEvent
The reason the itemEditEnd event was dispatched.
reason — Property, class mx.events.DataGridEvent
The reason the itemEditEnd event was dispatched.
reason — Property, class mx.events.ListEvent
The reason the itemEditEnd event was dispatched.
reAuthorize(msg:mx.messaging.messages:IMessage) — Method, class mx.messaging.MessageAgent
This function should be overriden by sublasses to implement re-authorization due to server session time-out behavior specific to them.
receive(timestamp:Number) — Method, class mx.messaging.AbstractConsumer
Requests any messages that are queued for this Consumer on the server.
receiveAudio(flag:Boolean) — Method, class flash.net.NetStream
Specifies whether incoming audio plays on the stream.
receiveVideo(flag:Boolean) — Method, class flash.net.NetStream
Specifies whether incoming video will play on the stream.
receiveVideoFPS(FPS:Number) — Method, class flash.net.NetStream
Specifies the frame rate for incoming video.
reconnecting — Property, class mx.messaging.Channel
Indicates whether this channel is in the process of reconnecting to an alternate endpoint.
reconnecting — Property, 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, interface mx.automation.IAutomationEventDescriptor
Encodes an automation event argument into an Array.
record(target:mx.automation:IAutomationObject, event:flash.events:Event) — Method, interface mx.automation.IAutomationMethodDescriptor
Encodes an automation event arguments into an Array.
RECORD — Constant static property, 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, interface mx.automation.IAutomationManager
Records the event.
recordAutomatableEvent(interaction:flash.events:Event, cacheable:Boolean) — Method, class mx.automation.delegates.TextFieldAutomationHelper
Records the user interaction with the text control.
recordedLinesCount — Static property, class mx.automation.Automation
recordHeaders — Property, 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, interface mx.automation.IAutomationManager
Indicates whether recording is taking place, true, or not, false.
recording — Property, interface mx.automation.IAutomationObjectHelper
Indicates whether recording is taking place, true, or not, false.
recordMessageSizes — Property, class mx.messaging.Channel
recordMessageTimes — Property, class mx.messaging.Channel
recordReplayLimit — Static property, class mx.automation.Automation
recordXSIType — Property, interface mx.rpc.xml.IXMLDecoder
When recordXSIType is set to true, if an encoded complexType has an xsi:type attribute the type information will be recorded on the decoded instance if it is strongly typed and implements mx.rpc.xml.IXMLSchemaInstance or is an anonymous mx.utils.ObjectProxy.
rect — Property, class flash.display.BitmapData
The rectangle that defines the size and location of the bitmap image.
Rectangle — Class, 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, 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, package mx.skins
The RectangularBorder class is an abstract base class for various classes that draw rectangular borders around UIComponents.
RectangularBorder() — Constructor, class mx.skins.RectangularBorder
Constructor.
RectangularDropShadow — Class, package mx.graphics
Drop shadows are typically created using the DropShadowFilter class.
RectangularDropShadow() — Constructor, class mx.graphics.RectangularDropShadow
Constructor.
recycleChildren — Property, interface mx.core.IRepeater
A Boolean flag indicating whether this Repeater should re-use previously created children, or create new ones.
recycleChildren — Property, 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, class flash.display.BitmapDataChannel
The red channel.
redMultiplier — Property, class flash.geom.ColorTransform
A decimal value that is multiplied with the red channel value.
redOffset — Property, 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, 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, class mx.charts.DateTimeAxis
reduceLabels(intervalStart:mx.charts:AxisLabel, intervalEnd:mx.charts:AxisLabel) — Method, 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, 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, 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, class ReferenceError
Creates a new ReferenceError object.
referencesStatus — Property, class flash.security.XMLSignatureValidator
The validity status of the digest of all the references in the SignedInfo element after a signature has been verified.
REFLECT — Constant static property, class flash.display.SpreadMethod
Specifies that the gradient use the reflect spread method.
refresh(async:Boolean) — Method, class mx.collections.GroupingCollection
Applies the grouping to the view.
refresh() — Method, interface mx.collections.ICollectionView
Applies the sort and filter to the view.
refresh(async:Boolean) — Method, interface mx.collections.IGroupingCollection
Applies the grouping to the view.
refresh() — Method, class mx.collections.ListCollectionView
Applies the sort and filter to the view.
refresh() — Method, class mx.controls.FileSystemDataGrid
Re-enumerates the current directory being displayed by this control.
refresh() — Method, class mx.controls.FileSystemList
Re-enumerates the current directory being displayed by this control.
refresh() — Method, class mx.controls.FileSystemTree
Re-enumerates the current directory being displayed by this control.
refresh() — Method, interface mx.olap.IOLAPCube
Refreshes the cube from the data provider.
refresh() — Method, class mx.olap.OLAPCube
Refreshes the cube from the data provider.
REFRESH — Constant static property, class mx.events.CollectionEventKind
Indicates that the collection applied a sort, a filter, or both.
regenerateStyleCache(recursive:Boolean) — Method, class mx.controls.advancedDataGridClasses.AdvancedDataGridItemRenderer
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, class mx.controls.dataGridClasses.DataGridItemRenderer
Sets up the internal style cache values so that the getStyle() method functions.
regenerateStyleCache(recursive:Boolean) — Method, 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, interface mx.styles.IStyleClient
Sets up the internal style cache values so that the getStyle() method functions.
regenerateStyleCache(recursive:Boolean) — Method, class mx.styles.StyleProxy
Sets up the internal style cache values so that the getStyle() method functions.
RegExp — Dynamic class, 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, class RegExp
Lets you construct a regular expression from two strings.
RegExpValidationResult — Class, 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, class mx.validators.RegExpValidationResult
Constructor
RegExpValidator — Class, package mx.validators
The RegExpValidator class lets you use a regular expression to validate a field.
RegExpValidator() — Constructor, class mx.validators.RegExpValidator
Constructor
register(obj:mx.managers:IHistoryManagerClient) — Static method, class mx.managers.HistoryManager
Registers an object with the HistoryManager.
registerApplication(app:flash.events:IEventDispatcher) — Method, 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, class mx.utils.DescribeTypeCache
registerCacheHandler lets you add function handler for specific strings.
registerClass(type:Object, definition:Object) — Method, class mx.rpc.xml.SchemaTypeRegistry
Maps a type QName to a Class definition.
registerClassAlias(aliasName:String, classObject:Class) — Package function, flash.net
Preserves the class (type) of an object when the object is encoded in Action Message Format (AMF).
registerCollectionClass(type:Object, definition:Object) — Method, class mx.rpc.xml.SchemaTypeRegistry
Maps a type name to a collection Class.
registerColorName(colorName:String, colorValue:uint) — Static method, class mx.styles.StyleManager
Adds a color name to the list of aliases for colors.
registerDataTransform(transform:mx.charts.chartClasses:DataTransform, dimensionName:String) — Method, 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, 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, class mx.automation.Automation
Registers the component class and delegate class association with Automation.
registerEffects(effects:Array) — Method, class mx.controls.advancedDataGridClasses.AdvancedDataGridItemRenderer
For each effect event, registers the EffectManager as one of the event listeners.
registerEffects(effects:Array) — Method, class mx.controls.dataGridClasses.DataGridItemRenderer
Registers the EffectManager as one of the event listeners for each effect event.
registerEffects(effects:Array) — Method, interface mx.core.IDeferredInstantiationUIComponent
For each effect event, register the EffectManager as one of the event listeners.
registerEffects(effects:Array) — Method, class mx.core.UIComponent
For each effect event, registers the EffectManager as one of the event listeners.
registerEffects(effects:Array) — Method, class mx.flash.UIMovieClip
For each effect event, register the EffectManager as one of the event listeners.
registerEffects(effects:Array) — Method, interface mx.styles.IStyleClient
Registers the EffectManager as one of the event listeners for each effect event.
registerEffects(effects:Array) — Method, class mx.styles.StyleProxy
Registers the EffectManager as one of the event listeners for each effect event.
registerFont(font:Class) — Static method, class flash.text.Font
Registers a font class in the global font list.
registerInheritingStyle(styleName:String) — Static method, class mx.styles.StyleManager
Adds to the list of styles that can inherit values from their parents.
registerParentDisplayListInvalidatingStyle(styleName:String) — Static method, 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, 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, class mx.styles.StyleManager
Adds to the list of styles which may affect the measured size of the component.
REGULAR — Constant static property, class flash.text.FontStyle
Defines the plain style of a font for the fontStyle parameter in the setAdvancedAntiAliasingTable() method.
rejectCursor — Style, class mx.managers.DragManager
Cursor displayed for a reject operation.
rejected — Property, class mx.messaging.events.ChannelEvent
Indicates whether the Channel that generated this event was rejected.
reKeyVisibleData() — Method, class mx.controls.listClasses.ListBase
Update the keys in the visibleData hash table
relatedObject — Property, class flash.events.FocusEvent
A reference to the complementary InteractiveObject instance that is affected by the change in focus.
relatedObject — Property, class flash.events.MouseEvent
A reference to a display list object that is related to the event.
relatedObject — Property, class mx.events.ChildExistenceChangedEvent
Reference to the child object that was created or destroyed.
relatedObject — Property, class mx.events.IndexChangedEvent
The child object whose index changed, or the object associated with the new index.
relatedObject — Property, 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, class mx.charts.effects.SeriesZoom
Controls the bounding box that Flex uses to calculate the focal point of the zooms.
relativeTo — Property, class mx.charts.effects.effectClasses.SeriesZoomInstance
Controls the bounding box that Flex uses to calculate the focal point of the zooms.
relativeTo — Property, class mx.effects.AddChildAction
The location where the child component is added.
relativeTo — Property, class mx.effects.effectClasses.AddChildActionInstance
The location where the child component is added.
relativeTo — Property, class mx.states.AddChild
The object relative to which the child is added.
release() — Method, interface mx.modules.IModuleInfo
Releases the current reference to the module.
relevantProperties — Property, class mx.effects.Effect
An Array of property names to use when performing filtering.
relevantProperties — Property, interface mx.effects.IEffect
An Array of property names to use when performing filtering.
relevantStyles — Property, class mx.effects.Effect
An Array of style names to use when performing filtering.
relevantStyles — Property, interface mx.effects.IEffect
An Array of style names to use when performing filtering.
relevantStyles — Property, class mx.effects.SetStyleAction
Contains the style properties modified by this effect.
reload() — Method, class flash.html.