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.AreaSeries
|
| 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. |
| |
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 is opened in read-only mode. |
READ — Constant Static Property, class flash.filesystem.FileMode |
|
Used for a file to be 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 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 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. |
reconnectAttempts — Property, class mx.messaging.AbstractProducer |
|
The number of reconnect attempts that the Producer makes in the event
that the destination is unavailable or the connection to the destination closes. |
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. |
reconnectInterval — Property, class mx.messaging.AbstractProducer |
|
The number of milliseconds between reconnect attempts. |
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. |
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.HTMLLoader |
|
Reloads the page from the current location. |
reload() — method, class mx.controls.HTML |
|
Reloads the HTML content from the current location. |
REMOTE — Constant Static Property, class flash.system.Security |
|
The file is from an Internet URL and operates under domain-based sandbox rules. |
REMOTE_CREDENTIALS_CHARSET_HEADER — Constant Static Property, class mx.messaging.messages.AbstractMessage |
|
Messages that need to set remote credentials for a destination
may also need to report the character-set encoding that was used to
create the credentials String using this header. |
REMOTE_CREDENTIALS_HEADER — Constant Static Property, 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, package mx.rpc.remoting |
|
The RemoteObject class gives you access to classes on a remote application server. |
RemoteObject — Dynamic Class, 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, class mx.rpc.remoting.RemoteObject |
|
Creates a new RemoteObject. |
RemoteObject(destination:String) — Constructor, class mx.rpc.remoting.mxml.RemoteObject |
|
Create a new RemoteObject. |
RemotingMessage — class, package mx.messaging.messages |
|
RemotingMessages are used to send RPC requests to a remote endpoint. |
RemotingMessage() — Constructor, class mx.messaging.messages.RemotingMessage |
|
Constructs an uninitialized RemotingMessage. |
remove — Property, class mx.charts.chartClasses.InstanceCache |
|
Determines if unneeded instances should be removed from their parent. |
remove() — method, interface mx.collections.IViewCursor |
|
Removes the current item and returns it. |
remove — Event, 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 — Event, class mx.flash.UIMovieClip |
|
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, class mx.states.AddChild |
|
Removes the override. |
remove(parent:mx.core:UIComponent) — method, interface mx.states.IOverride |
|
Removes the override. |
remove(parent:mx.core:UIComponent) — method, class mx.states.RemoveChild |
|
Removes the override. |
remove(parent:mx.core:UIComponent) — method, class mx.states.SetEventHandler |
|
Removes the override. |
remove(parent:mx.core:UIComponent) — method, class mx.states.SetProperty |
|
Removes the override. |
remove(parent:mx.core:UIComponent) — method, class mx.states.SetStyle |
|
Removes the override. |
REMOVE — Constant Static Property, class mx.events.CollectionEventKind |
|
Indicates that the collection removed an item or items. |
REMOVE — Constant Static Property, 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, interface mx.collections.IList |
|
Removes all items from the list. |
removeAll() — method, class mx.collections.ListCollectionView |
|
Remove all items from the list. |
removeAllChildren() — method, class mx.charts.chartClasses.CartesianDataCanvas |
|
Removes all data children (DisplayObject instances) of the canvas. |
removeAllChildren() — method, class mx.charts.chartClasses.PolarDataCanvas |
|
Removes all data children (DisplayObject instances) of the canvas. |
removeAllChildren() — method, class mx.core.Container |
|
Removes all children from the child list of this container. |
removeAllCuePoints() — method, class mx.controls.videoClasses.CuePointManager |
|
Removes all cue points. |
removeAllCursors() — Static Method, class mx.managers.CursorManager |
|
Removes all of the cursors from the cursor list
and restores the system cursor. |
removeAsDefaultApplication(extension:String) — method, class flash.desktop.NativeApplication |
|
Removes this application as the default for opening files with the specified extension. |
removeBusyCursor() — Static Method, class mx.managers.CursorManager |
|
Removes the busy cursor from the cursor list. |
removeCellSelectionData(uid:String, columnIndex:int) — method, class mx.controls.AdvancedDataGrid |
|
Removes cell selection information from the control. |
removeChannel(channel:mx.messaging:Channel) — method, class mx.messaging.ChannelSet |
|
Removes a Channel from the ChannelSet. |
removeChild(child:flash.display:DisplayObject) — method, class flash.display.DisplayObjectContainer |
|
Removes the specified child DisplayObject instance from the child list of the DisplayObjectContainer instance. |
removeChild(child:flash.display:DisplayObject) — method, class mx.charts.chartClasses.CartesianDataCanvas |
|
Removes the specified child DisplayObject instance from the child list of the DisplayObjectContainer instance. |
removeChild(child:flash.display:DisplayObject) — method, class mx.charts.chartClasses.PolarDataCanvas |
|
Removes the specified child DisplayObject instance from the child list of the DisplayObjectContainer instance. |
removeChild(parent:Object, child:Object) — method, class mx.collections.HierarchicalCollectionView |
|
Removes the child node from the parent node. |
removeChild(parent:Object, child:Object) — method, interface mx.collections.IHierarchicalCollectionView |
|
Removes the child node from the parent node. |
removeChild(child:flash.display:DisplayObject) — method, class mx.core.Container |
|
Removes a child DisplayObject from the child list of this Container. |
removeChild(child:flash.display:DisplayObject) — method, interface mx.core.IChildList |
|
Removes the specified child DisplayObject from this child list. |
removeChild(child:flash.display:DisplayObject) — method, interface mx.core.IContainer |
|
Removes the specified child DisplayObject instance from the child list of the DisplayObjectContainer instance. |
RemoveChild — class, 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, class mx.states.RemoveChild |
|
Constructor. |
RemoveChildAction — class, 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, class mx.effects.RemoveChildAction |
|
Constructor. |
RemoveChildActionInstance — class, package mx.effects.effectClasses |
|
The RemoveChildActionInstance class implements the instance class
for the RemoveChildAction effect. |
RemoveChildActionInstance(target:Object) — Constructor, class mx.effects.effectClasses.RemoveChildActionInstance |
|
Constructor. |
removeChildAt(index:int) — method, class flash.display.DisplayObjectContainer |
|
Removes a child DisplayObject from the specified index position in the child list of
the DisplayObjectContainer. |
removeChildAt(index:int) — method, class flash.display.Stage |
|
Removes a child DisplayObject from the specified index position in the child list of
the DisplayObjectContainer. |
removeChildAt(index:int) — method, class mx.charts.chartClasses.CartesianDataCanvas |
|
Removes a child DisplayObject from the specified index position in the child list of
the DisplayObjectContainer. |
removeChildAt(index:int) — method, class mx.charts.chartClasses.PolarDataCanvas |
|
Removes a child DisplayObject from the specified index position in the child list of
the DisplayObjectContainer. |
removeChildAt(parent:Object, index:int) — method, class mx.collections.HierarchicalCollectionView |
|
Removes the child node from a node at the specified index. |
removeChildAt(parent:Object, index:int) — method, interface mx.collections.IHierarchicalCollectionView |
|
Removes the child node from a node at the specified index. |
removeChildAt(parent:Object, child:Object, index:int, model:Object) — method, 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, 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, interface mx.controls.treeClasses.ITreeDataDescriptor |
|
Removes a child node to a node at the specified index. |
removeChildAt(index:int) — method, class mx.core.Container |
|
Removes a child DisplayObject from the child list of this Container
at the specified index. |
removeChildAt(index:int) — method, interface mx.core.IChildList |
|
Removes the child DisplayObject at the specified index
from this child list. |
removeChildAt(index:int) — method, interface mx.core.IContainer |
|
Removes a child DisplayObject from the specified index position in the child list of
the DisplayObjectContainer. |
removeColumnFromSort — Property, class mx.events.AdvancedDataGridEvent |
|
If true, remove the column from the multicolumn sort. |
removeCuePoint(cuePoint:Object) — method, class mx.controls.videoClasses.CuePointManager |
|
Removes a cue point from the currently
loaded FLV file. |
removeCursor(cursorID:int) — Static Method, class mx.managers.CursorManager |
|
Removes a cursor from the cursor list. |
removed — Event, class flash.display.DisplayObject |
|
Dispatched when a display object is about to be removed from the display list. |
REMOVED — Constant Static Property, class flash.events.Event |
|
The Event.REMOVED constant defines the value of the type property of
a removed event object. |
removeDataEffectItem(item:Object) — method, class mx.controls.listClasses.AdvancedListBase |
|
Removes an item renderer if a data change effect is running. |
removeDataEffectItem(target:Object) — method, class mx.controls.listClasses.ListBase |
|
Removes an item renderer if a data change effect is running. |
removeDataEffectItem(target:Object) — method, interface mx.effects.IEffectTargetHost |
|
Removes an item renderer if a data change effect is running. |
removedEffect — Effect, class mx.core.UIComponent |
|
Played when the component is removed from a Container.
|
removedElementOffset — Property, class mx.effects.DefaultListEffect |
|
The offset in milliseconds between the effects applied
to the renderers representing multiple items deleted
at the same time. |
removedFromStage — Event, 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, class flash.events.Event |
|
The Event.REMOVED_FROM_STAGE constant defines the value of the type
property of a removedFromStage event object. |
removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, class flash.data.SQLConnection |
|
Removes a listener from the EventDispatcher object. |
removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, class flash.desktop.NativeApplication |
|
Removes a listener from the EventDispatcher object. |
removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, class flash.events.EventDispatcher |
|
Removes a listener from the EventDispatcher object. |
removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, interface flash.events.IEventDispatcher |
|
Removes a listener from the EventDispatcher object. |
removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, class mx.collections.ListCollectionView |
|
Removes a listener from the EventDispatcher object.
Removes a listener from the EventDispatcher object. |
removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, class mx.olap.OLAPCube |
|
Removes a listener. |
removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, class mx.utils.ObjectProxy |
|
Removes an event listener. |
removeExtraRow(contentHolder:mx.controls.listClasses:ListBaseContentHolder) — method, class mx.controls.dataGridClasses.DataGridBase |
|
Remove extra row from the end of the contentHolder
|
removeFirst() — method, class mx.automation.AutomationID |
|
Removes the first object from this id. |
removeFocusManager(f:mx.managers:IFocusManagerContainer) — method, interface mx.managers.ISystemManager |
|
Unregisters a top-level window containing a FocusManager. |
removeFocusManager(f:mx.managers:IFocusManagerContainer) — method, class mx.managers.SystemManager |
|
Unregisters a top-level window containing a FocusManager. |
removeFocusManager(f:mx.managers:IFocusManagerContainer) — method, class mx.managers.WindowedSystemManager |
|
Unregisters a top-level window containing a FocusManager. |
removeFromRowArrays(i:int) — method, class mx.controls.listClasses.ListBase |
|
Remove a row from the arrays that store references to the row
|
removeHeader(qname:QName, headerName:String) — method, class mx.rpc.soap.AbstractWebService |
|
Removes the header with the given QName from all operations. |
removeHeader(qname:QName, headerName:String) — method, class mx.rpc.soap.Operation |
|
Removes the header with the given QName from all operations. |
removeIndicators(uid:String) — method, class mx.controls.listClasses.AdvancedListBase |
|
Cleans up selection highlights and other associated graphics
for a given item in the data provider. |
removeIndicators(uid:String) — method, class mx.controls.listClasses.ListBase |
|
Cleans up selection highlights and other associated graphics
for a given item in the data provider. |
removeItem(name:String) — Static Method, class flash.data.EncryptedLocalStore |
|
Removes the item with the given name from the encrypted local store. |
removeItem(item:flash.display:NativeMenuItem) — method, class flash.display.NativeMenu |
|
Removes the specified menu item. |
RemoveItemAction — class, package mx.effects |
|
The RemoveItemAction class defines an action effect that determines
when the item renderer disappears from the control for the item renderer
of an item being removed from a list-based control, such as List or TileList,
or for an item that is replaced by a new item added to the control. |
RemoveItemAction(target:Object) — Constructor, class mx.effects.RemoveItemAction |
|
Constructor. |
RemoveItemActionInstance — class, package mx.effects.effectClasses |
|
The RemoveItemActionInstance class implements the instance class
for the RemoveChildAction effect. |
RemoveItemActionInstance(target:Object) — Constructor, class mx.effects.effectClasses.RemoveItemActionInstance |
|
Constructor. |
removeItemAt(index:int) — method, class flash.display.NativeMenu |
|
Removes and returns the menu item at the specified index. |
removeItemAt(index:int) — method, interface mx.collections.IList |
|
Removes the item at the specified index and returns it. |
removeItemAt(index:int) — method, class mx.collections.ListCollectionView |
|
Removes the item at the specified index and returns it. |
removeLast() — method, class mx.automation.AutomationID |
|
Removes the last object from this id. |
removeListenerHandler() — method, 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, class mx.logging.AbstractTarget |
|
Stops this target from receiving events from the specified logger. |
removeLogger(logger:mx.logging:ILogger) — method, interface mx.logging.ILoggingTarget |
|
Stops this target from receiving events from the specified logger. |
removeNamespace(ns:Namespace) — method, class XML |
|
Removes the given namespace for this object and all descendants. |
removeNode() — method, class flash.xml.XMLNode |
|
Removes the specified XML object from its parent. |
removePopUp(popUp:mx.core:IFlexDisplayObject) — Static Method, class mx.managers.PopUpManager |
|
Removes a popup window popped up by
the createPopUp() or addPopUp() method. |
removePosition(p:mx.olap:IOLAPAxisPosition) — method, class mx.olap.OLAPResultAxis |
|
Removes a position from the axis of the query result. |
removeResourceBundle(locale:String, bundleName:String) — method, interface mx.resources.IResourceManager |
|
Removes the specified ResourceBundle from the ResourceManager
so that its resources can no longer be accessed by ResourceManager
methods such as getString(). |
removeResourceBundle(locale:String, bundleName:String) — method, class mx.resources.ResourceManagerImpl |
|
Removes the specified ResourceBundle from the ResourceManager
so that its resources can no longer be accessed by ResourceManager
methods such as getString(). |
removeResourceBundlesForLocale(locale:String) — method, interface mx.resources.IResourceManager |
|
Removes all ResourceBundles for the specified locale
from the ResourceManager so that their resources
can no longer be accessed by ResourceManager methods
such as getString(). |
removeResourceBundlesForLocale(locale:String) — method, class mx.resources.ResourceManagerImpl |
|
Removes all ResourceBundles for the specified locale
from the ResourceManager so that their resources
can no longer be accessed by ResourceManager methods
such as getString(). |
removeSortField(columnName:String, columnNumber:int, collection:mx.collections:ICollectionView) — method, class mx.controls.AdvancedDataGridBaseEx |
|
Removes a data field from the list of sort fields. |
removeSubscription(subtopic:String, selector:String) — method, class mx.messaging.MultiTopicConsumer |
|
This method removes the subscription specified by the subtopic and selector. |
REMOVE_SUBSCRIPTIONS — Constant Static Property, class mx.messaging.messages.CommandMessage |
|
Like the above, but specifies the subtopic/selector array of to remove
|
removeSubtopic(subtopic:String) — method, class mx.messaging.MultiTopicProducer |
|
Removes the subtopic from the subtopics property. |
removeTarget(target:mx.logging:ILoggingTarget) — Static Method, class mx.logging.Log |
|
Stops the specified target from receiving notification of log
events. |
render — Event, class flash.display.DisplayObject |
|
Dispatched when the display list is about to be updated and rendered. |
RENDER — Constant Static Property, class flash.events.Event |
|
The Event.RENDER constant defines the value of the type property of a render event object. |
renderData — Property, class mx.charts.chartClasses.HLOCSeriesBase |
|
Stores the information necessary to render this series. |
renderData — Property, class mx.charts.chartClasses.Series |
|
Stores the information necessary to render this series. |
renderData — Property, class mx.charts.series.BubbleSeries |
|
Stores the information necessary to render this series. |
renderData — Property, class mx.charts.series.PlotSeries |
|
The subtype of ChartRenderData used by this series
to store all data necessary to render. |
RenderData — class, 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, class mx.charts.chartClasses.RenderData |
|
Constructor. |
renderDataType — Property, class mx.charts.chartClasses.HLOCSeriesBase |
|
The subtype of ChartRenderData used by this series
to store all data necessary to render. |
renderDataType — Property, class mx.charts.series.AreaSeries |
|
The subtype of ChartRenderData used by this series to store all data necessary to render. |
renderDataType — Property, class mx.charts.series.BarSeries |
|
The subtype of ChartRenderData used by this series to store all data necessary to render. |
renderDataType — Property, class mx.charts.series.BubbleSeries |
|
The subtype of ChartRenderData used by this series to store all data necessary to render. |
renderDataType — Property, class mx.charts.series.ColumnSeries |
|
The subtype of ChartRenderData used by this series to store all data necessary to render. |
renderDataType — Property, class mx.charts.series.LineSeries |
|
The subtype of ChartRenderData used by this series
to store all data necessary to render. |
renderDataType — Property, class mx.charts.series.PieSeries |
|
The subtype of ChartRenderData used by this series
to store all data necessary to render. |
renderDataType — Property, class mx.charts.series.PlotSeries |
|
The subtype of ChartRenderData used by this series to store all data necessary to render. |
renderedBase — Property, class mx.charts.series.renderData.AreaSeriesRenderData |
|
The vertical position of the base of the area series, in pixels. |
renderedBase — Property, class mx.charts.series.renderData.BarSeriesRenderData |
|
The horizontal position of the base of the bars, in pixels. |
renderedBase — Property, class mx.charts.series.renderData.ColumnSeriesRenderData |
|
The vertical position of the base of the columns, in pixels. |
renderedHalfWidth — Property, class mx.charts.series.renderData.BarSeriesRenderData |
|
Half the width of a bar, in pixels. |
renderedHalfWidth — Property, class mx.charts.series.renderData.ColumnSeriesRenderData |
|
Half the width of a column, in pixels. |
renderedHalfWidth — Property, class mx.charts.series.renderData.HLOCSeriesRenderData |
|
Half the width of an item, in pixels. |
renderedXOffset — Property, class mx.charts.series.renderData.ColumnSeriesRenderData |
|
The offset of each column from its x value, in pixels. |
renderedXOffset — Property, class mx.charts.series.renderData.HLOCSeriesRenderData |
|
The offset of each item from its x value, in pixels. |
renderedYOffset — Property, class mx.charts.series.renderData.BarSeriesRenderData |
|
The offset of each bar from its y value, in pixels. |
renderer — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridRendererDescription |
|
The item renderer factory. |
renderer — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridRendererProvider |
|
The ItemRenderer IFactory used to create an instance of the item renderer. |
renderer — Property, class mx.controls.olapDataGridClasses.OLAPDataGridRendererProvider |
|
The renderer object used for customizing the OLAPDataGrid control. |
rendererChanged — Property, class mx.controls.listClasses.AdvancedListBase |
|
A flag that indicates that the renderer changed. |
rendererChanged — Property, class mx.controls.listClasses.ListBase |
|
A flag that indicates that the renderer changed. |
rendererIsEditor — Property, class mx.controls.List |
|
Specifies whether the item renderer is also an item
editor. |
rendererIsEditor — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn |
|
A flag that indicates that the item renderer is also an item editor. |
rendererIsEditor — Property, class mx.controls.dataGridClasses.DataGridColumn |
|
A flag that indicates that the item renderer is also an item editor. |
rendererProviders — Property, class mx.controls.AdvancedDataGrid |
|
Array of AdvancedDataGridRendererProvider instances. |
repeat — Event, class mx.core.Repeater |
|
Dispatched each time an item is processed and the
currentIndex and currentItem
properties are updated. |
repeat — Property, class mx.graphics.BitmapFill |
|
Whether the bitmap is repeated to fill the area. |
REPEAT — Constant Static Property, class flash.display.SpreadMethod |
|
Specifies that the gradient use the repeat spread method. |
REPEAT — Constant Static Property, 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, class flash.utils.Timer |
|
The total number of times the timer is set to run. |
repeatCount — Property, class mx.effects.Effect |
|
Number of times to repeat the effect. |
repeatCount — Property, class mx.effects.EffectInstance |
|
Number of times to repeat the effect. |
repeatCount — Property, interface mx.effects.IEffectInstance |
|
Number of times to repeat the effect. |
repeatDelay — Property, class mx.effects.Effect |
|
Amount of time, in milliseconds, to wait before repeating the effect. |
repeatDelay — Property, class mx.effects.EffectInstance |
|
Amount of time, in milliseconds,
to wait before repeating the effect. |
repeatDelay — Property, interface mx.effects.IEffectInstance |
|
Amount of time, in milliseconds,
to wait before repeating the effect. |
repeatDelay — Style, class mx.controls.Button
|
| Number of milliseconds to wait after the first buttonDown event before repeating buttonDown events at each repeatInterval. |
| |
repeatDelay — Style, class mx.controls.VScrollBar
|
| Number of milliseconds to wait after the first buttonDown event before repeating buttonDown events at the repeatInterval. |
| |
repeatDelay — Style, class mx.controls.HScrollBar
|
| Number of milliseconds to wait after the first buttonDown event before repeating buttonDown events at the repeatInterval. |
| |
repeatEnd — Event, class mx.core.Repeater |
|
Dispatched after all the subcomponents of a repeater are created. |
REPEAT_END — Constant Static Property, 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, class mx.core.UIComponent |
|
A reference to the Repeater object
in the parent document that produced this UIComponent. |
Repeater — class, package mx.core |
|
The Repeater class is the runtime object that corresponds
to the <mx:Repeater> tag. |
Repeater() — Constructor, class mx.core.Repeater |
|
Constructor. |
RepeaterAutomationImpl — class, package mx.automation.delegates.core |
|
Defines the methods and properties required to perform instrumentation for the
Repeater class. |
RepeaterAutomationImpl(obj:mx.core:Repeater) — Constructor, class mx.automation.delegates.core.RepeaterAutomationImpl |
|
Constructor. |
repeaterIndex — Property, class mx.core.UIComponent |
|
The index of the item in the data provider
of the Repeater that produced this UIComponent. |
repeaterIndices — Property, 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, 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, interface mx.core.IRepeaterClient |
|
An Array that contains any enclosing Repeaters of the component. |
repeaters — Property, class mx.core.UIComponent |
|
An Array containing references to the Repeater objects
in the parent document that produced this UIComponent. |
repeatInterval — Style, class mx.controls.Button
|
| Number of milliseconds between buttonDown events if the user presses and holds the mouse on a button. |
| |
repeatInterval — Style, class mx.controls.VScrollBar
|
| Number of milliseconds between buttonDown events if the user presses and holds the mouse on a button. |
| |
repeatInterval — Style, class mx.controls.HScrollBar
|
| Number of milliseconds between buttonDown events if the user presses and holds the mouse on a button. |
| |
repeatStart — Event, class mx.core.Repeater |
|
Dispatched when Flex begins processing the dataProvider
property and begins creating the specified subcomponents. |
REPEAT_START — Constant Static Property, 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, 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, class XML |
|
Replaces the properties specified by the propertyName parameter
with the given value parameter. |
REPLACE — Constant Static Property, 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, class mx.utils.URLUtil |
|
Returns a new String with the port replaced with the specified port. |
replaceProtocol(uri:String, newProtocol:String) — Static Method, class mx.utils.URLUtil |
|
Replaces the protocol of the
specified URI with the given protocol. |
replaceSelectedText(value:String) — method, class flash.text.TextField |
|
Replaces the current selection with the contents of the value parameter. |
replaceSelectedText(value:String) — method, interface mx.core.IUITextField |
|
Replaces the current selection with the contents of the value parameter. |
replaceText(beginIndex:int, endIndex:int, newText:String) — method, class flash.text.TextField |
|
Replaces the range of characters that the beginIndex and
endIndex parameters specify with the contents
of the newText parameter. |
replaceText(beginIndex:int, endIndex:int, newText:String) — method, interface mx.core.IUITextField |
|
Replaces the range of characters that the beginIndex and
endIndex parameters specify with the contents
of the newText parameter. |
replaceTokens(url:String) — Static Method, class mx.utils.URLUtil |
|
Returns a new String with the port and server tokens replaced with
the port and server from the currently running application. |
replay(target:mx.automation:IAutomationObject, args:Array) — method, interface mx.automation.IAutomationEventDescriptor |
|
Decodes an argument Array and replays the event. |
replay(target:mx.automation:IAutomationObject, args:Array) — method, interface mx.automation.IAutomationMethodDescriptor |
|
Decodes an argument array and invokes a method. |
REPLAY — Constant Static Property, 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, class mx.automation.events.AutomationRecordEvent |
|
The underlying interaction. |
replayableEvent — Property, class mx.automation.events.AutomationReplayEvent |
|
Event to the replayed. |
replayAutomatableEvent(event:mx.automation.events:AutomationReplayEvent) — method, interface mx.automation.IAutomationManager |
|
Replays the specified event. |
replayAutomatableEvent(event:flash.events:Event) — method, interface mx.automation.IAutomationObject |
|
Replays the specified event. |
replayAutomatableEvent(event:flash.events:Event) — method, class mx.automation.delegates.TextFieldAutomationHelper |
|
Replays TypeTextEvents and TypeEvents. |
replayAutomatableEvent(event:flash.events:Event) — method, class mx.automation.delegates.charts.ChartBaseAutomationImpl |
| |
replayAutomatableEvent(event:flash.events:Event) — method, 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, 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, class mx.automation.delegates.containers.TabNavigatorAutomationImpl |
|
Replays ItemClickEvents by dispatching a MouseEvent to the item that was
clicked. |
replayAutomatableEvent(event:flash.events:Event) — method, class mx.automation.delegates.controls.DateChooserAutomationImpl |
|
Replays DateChooserChangeEvent.CHANGE and DateChooserEvent.SCROLL
events. |
replayAutomatableEvent(event:flash.events:Event) — method, class mx.automation.delegates.core.ScrollControlBaseAutomationImpl |
|
Replays ScrollEvents. |
replayAutomatableEvent(event:flash.events:Event) — method, class mx.core.UIComponent |
|
Replays the specified event. |
replayAutomatableEvent(event:flash.events:Event) — method, class mx.core.UITextField |
|
Replays the specified event. |
replayAutomatableEvent(event:flash.events:Event) — method, class mx.flash.UIMovieClip |
|
Replays the specified event. |
replayClick(to:flash.events:IEventDispatcher, sourceEvent:flash.events:MouseEvent) — method, 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, interface mx.automation.IAutomationObjectHelper |
|
Replays a click event somewhere off the edge of the stage. |
replaying — Property, interface mx.automation.IAutomationManager |
|
Indicates whether replay is taking place, true,
or not, false. |
replaying — Property, interface mx.automation.IAutomationObjectHelper |
|
Indicates whether replay is taking place, true,
or not, false. |
replayKeyboardEvent(to:flash.events:IEventDispatcher, event:flash.events:KeyboardEvent) — method, 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, 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, interface mx.automation.IAutomationObjectHelper |
|
Dispatches a MouseEvent while simulating mouse capture. |
request — Property, class mx.rpc.http.HTTPService |
|
Object of name-value pairs used as parameters to the URL. |
request — Property, class mx.rpc.soap.Operation |
|
The request of the Operation is an object structure or an XML structure. |
requestHeaders — Property, class flash.net.URLRequest |
|
The array of HTTP request headers to be appended to the
HTTP request. |
requestTimedOut() — method, 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, class mx.messaging.Channel |
|
Provides access to the default request timeout in seconds for the
channel. |
requestTimeout — Property, class mx.messaging.MessageAgent |
|
Provides access to the request timeout in seconds for sent messages. |
requestTimeout — Property, class mx.rpc.AbstractService |
|
Provides access to the request timeout in seconds for sent messages. |
requestTimeout — Property, class mx.rpc.http.HTTPService |
|
Provides access to the request timeout in seconds for sent messages. |
REQUEST_TIMEOUT_HEADER — Constant Static Property, class mx.messaging.messages.AbstractMessage |
|
Messages sent with a defined request timeout use this header. |
required — Property, class mx.containers.FormItem |
|
If true, display an indicator
that the FormItem children require user input. |
required — Property, class mx.validators.Validator |
|
If true, specifies that a missing or empty
value causes a validation error. |
REQUIRED_BOUNDED_VALUES — Constant Static Property, class mx.charts.chartClasses.DataDescription |
|
A bitflag passed by the axis to an element's describeData() method. |
requiredDescribedFields — Property, class mx.charts.DateTimeAxis |
|
The fields of the DescribeData structure that this axis is interested in. |
requiredDescribedFields — Property, class mx.charts.chartClasses.NumericAxis |
|
The fields of the DescribeData structure that this axis is interested in. |
requiredFieldError — Property, class mx.validators.Validator |
|
Error message when a value is missing and the
required property is true. |
REQUIRED_IF_AVAILABLE — Constant Static Property, class flash.security.RevocationCheckSettings |
|
Check certificate revocation if the certificate includes revocation information. |
REQUIRED_MIN_INTERVAL — Constant Static Property, class mx.charts.chartClasses.DataDescription |
|
A bitflag passed by the axis to an element's describeData() method. |
REQUIRED_MIN_MAX — Constant Static Property, class mx.charts.chartClasses.DataDescription |
|
A bitflag passed by the axis to an element's describeData() method. |
REQUIRED_PADDING — Constant Static Property, class mx.charts.chartClasses.DataDescription |
|
A bitflag passed by the axis to an element's describeData() method. |
requiredSemantics — Property, class mx.effects.EffectTargetFilter |
|
A collection of properties and associated values which must be associated
with a target for the effect to be played. |
reservedItemRenderers — Property, class mx.controls.listClasses.AdvancedListBase |
|
A hash map of currently unused item renderers that may be
used again in the near future. |
reservedItemRenderers — Property, class mx.controls.listClasses.ListBase |
|
A hash map of currently unused item renderers that may be
used again in the near future. |
reserveExplodeRadius — Property, 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() — Static Method, class flash.data.EncryptedLocalStore |
|
Clears the entire encrypted local store, deleting all data. |
reset() — method, 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, class mx.binding.utils.ChangeWatcher |
|
Resets this ChangeWatcher instance to use a new host object. |
reset() — method, interface mx.rpc.xml.IXMLDecoder |
|
Resets the decoder to its initial state, including resetting any
Schema scope to the top level and releases the current XML document by
setting it to null. |
reset() — method, interface mx.rpc.xml.IXMLEncoder |
|
Resets the encoder to its initial state, including resetting any
Schema scope to the top level. |
reset() — method, class mx.utils.Base64Decoder |
|
Clears all buffers and resets the decoder to its initial state. |
reset() — method, class mx.utils.Base64Encoder |
|
Clears all buffers and resets the encoder to its initial state. |
RESET — Constant Static Property, class mx.events.CollectionEventKind |
|
Indicates that the collection has changed so drastically that
a reset is required. |
resetDRMVouchers() — Static Method, class flash.net.NetStream |
|
Deletes all locally cached digital rights management (DRM) voucher data for the current content. |
resetHistory — Property, class mx.core.Application |
|
If true, the application's history state is reset
to its initial state whenever the application is reloaded. |
resetNavItems() — method, class mx.controls.NavBar |
|
Resets the navigator bar to its default state. |
resizable — Property, class flash.display.NativeWindow |
|
Reports the resizable setting used to create this window. |
resizable — Property, class flash.display.NativeWindowInitOptions |
|
Specifies whether the window can be resized. |
resizable — Property, class flash.html.HTMLWindowCreateOptions |
|
Specifies whether the window should be resizable. |
resizable — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn |
|
Set to true if the user is allowed to resize
the width of the column. |
resizable — Property, class mx.controls.dataGridClasses.DataGridColumn |
|
A flag that indicates whether the user is allowed to resize
the width of the column. |
resizable — Property, interface mx.core.IWindow |
|
Specifies whether the window can be resized. |
resizable — Property, class mx.core.Window |
|
Specifies whether the window can be resized. |
resizable — Property, class mx.core.WindowedApplication |
|
Specifies whether the window can be resized. |
resizableColumns — Property, class mx.controls.AdvancedDataGridBaseEx |
|
A flag that indicates whether the user can change the size of the
columns. |
resizableColumns — Property, class mx.controls.DataGrid |
|
A flag that indicates whether the user can change the size of the
columns. |
resize — Event, class flash.display.NativeWindow |
|
Dispatched by this NativeWindow object after the window has been resized. |
resize — Event, 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, class mx.core.UIComponent |
|
Dispatched when the component is resized. |
resize — Event, class mx.flash.UIMovieClip |
|
Dispatched when the component is resized. |
resize — Event, class mx.managers.SystemManager |
|
Dispatched when the Stage is resized. |
Resize — class, 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, class mx.effects.Resize |
|
Constructor. |
RESIZE — Constant Static Property, class flash.events.Event |
|
The Event.RESIZE constant defines the value of the type property of a resize event object. |
RESIZE — Constant Static Property, class flash.events.NativeWindowBoundsEvent |
|
Defines the value of the type property of a resize event object. |
RESIZE — Constant Static Property, 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, class mx.core.UIComponent |
|
Played when the component is resized.
|
resizeEndEffect — Effect, class mx.containers.Panel |
|
Specifies the effect to play after a Resize effect finishes playing.
To disable the default Dissolve effect, so that the children are hidden
instantaneously, set the value of the
resizeEndEffect property to "none".
|
ResizeEvent — class, 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, class mx.events.ResizeEvent |
|
Constructor. |
ResizeInstance — class, package mx.effects.effectClasses |
|
The ResizeInstance class implements the instance class
for the Resize effect. |
ResizeInstance(target:Object) — Constructor, class mx.effects.effectClasses.ResizeInstance |
|
Constructor. |
resizeStartEffect — Effect, class mx.containers.Panel |
|
Specifies the effect to play before a Resize effect begins playing.
To disable the default Dissolve effect, so that the children are hidden
instantaneously, set the value of the
resizeStartEffect property to "none".
|
resizeToContent — Property, class mx.containers.Accordion |
|
If set to true, this Accordion automatically resizes to
the size of its current child. |
resizeToContent — Property, class mx.containers.DividedBox |
|
If true, the DividedBox automatically resizes to the size
of its children. |
resizeToContent — Property, class mx.containers.ViewStack |
|
If true, the ViewStack container automatically
resizes to the size of its current child. |
resizing — Event, class flash.display.NativeWindow |
|
Dispatched by this NativeWindow object immediately before the window is to be resized on
the desktop. |
resizing — Event, class mx.core.Window |
|
Dispatched before the underlying NativeWindow is resized, or
while the Window object boundaries are being dragged. |
resizing — Event, class mx.core.WindowedApplication |
|
Dispatched before the WindowedApplication object is resized,
or while the WindowedApplication object boundaries are being dragged. |
RESIZING — Constant Static Property, class flash.events.NativeWindowBoundsEvent |
|
Defines the value of the type property of a resizing event object. |
RESIZING — Constant Static Property, class mx.events.VideoEvent |
|
The value of the VideoDisplay.state property
when the VideoDisplay control is resizing. |
resolveAutomationIDPart(criteria:Object) — method, interface mx.automation.IAutomationObject |
|
Resolves a child by using the id provided. |
resolveAutomationIDPart(criteria:Object) — method, class mx.core.UIComponent |
|
Resolves a child by using the id provided. |
resolveAutomationIDPart(criteria:Object) — method, class mx.flash.UIMovieClip |
|
Resolves a child by using the id provided. |
resolveID(rid:mx.automation:AutomationID, currentParent:mx.automation:IAutomationObject) — method, interface mx.automation.IAutomationManager |
|
Resolves an id to automation objects. |
resolveIDPart(parent:mx.automation:IAutomationObject, part:mx.automation:AutomationIDPart) — method, interface mx.automation.IAutomationManager |
|
Resolves an id part to an Array of automation objects. |
resolveIDPartToSingleObject(parent:mx.automation:IAutomationObject, part:mx.automation:AutomationIDPart) — method, 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, interface mx.automation.IAutomationManager |
|
Resolves an id to an automation object. |
resolvePath(path:String) — method, class flash.filesystem.File |
|
Creates a new File object with a path relative to this File object's path, based on the
path parameter (a String). |
ResourceBundle — class, package mx.resources |
|
Provides an implementation of the IResourceBundle interface. |
ResourceBundle(locale:String, bundleName:String) — Constructor, class mx.resources.ResourceBundle |
|
Constructor. |
ResourceEvent — class, package mx.events |
|
The ResourceEvent class represents an Event object that is dispatched
when the ResourceManager loads the resource bundles in a resource module
by calling the loadResourceModule() method. |
ResourceEvent(type:String, bubbles:Boolean, cancelable:Boolean, bytesLoaded:uint, bytesTotal:uint, errorText:String) — Constructor, class mx.events.ResourceEvent |
|
Constructor. |
resourceManager — Property, class mx.automation.delegates.flashflexkit.UIMovieClipAutomationImpl |
|
Documentation is not currently available. |
resourceManager — Property, class mx.core.UIComponent |
|
A reference to the object which manages
all of the application's localized resources. |
resourceManager — Property, class mx.formatters.Formatter |
|
A reference to the object which manages
all of the application's localized resources. |
resourceManager — Property, class mx.validators.Validator |
|
A reference to the object which manages
all of the application's localized resources. |
ResourceManager — class, package mx.resources |
|
This class is used to get a single instance of the IResourceManager
implementation. |
ResourceManager() — Constructor, class mx.resources.ResourceManager |
|
Constructor. |
ResourceManagerImpl — class, package mx.resources |
|
This class provides an implementation of the IResourceManager interface. |
ResourceManagerImpl() — Constructor, class mx.resources.ResourceManagerImpl |
|
Constructor. |
resources — Property, class mx.rpc.xml.QualifiedResourceManager |
|
This Array is used to preserve order in which resources were
added so as to support the order in which they are searched. |
resourcesChanged() — method, class mx.core.UIComponent |
|
This method is called when a UIComponent is constructed,
and again whenever the ResourceManager dispatches
a "change" Event to indicate
that the localized resources have changed in some way. |
resourcesChanged() — method, class mx.formatters.Formatter |
|
This method is called when a Formatter is constructed,
and again whenever the ResourceManager dispatches
a "change" Event to indicate
that the localized resources have changed in some way. |
resourcesChanged() — method, class mx.validators.Validator |
|
This method is called when a Validator is constructed,
and again whenever the ResourceManager dispatches
a "change" Event to indicate
that the localized resources have changed in some way. |
resourcesMap — Property, class mx.rpc.xml.QualifiedResourceManager |
|
Maps Namespace.uri to an Array of
resources. |
Responder — class, package flash.net |
|
The Responder class provides an object that is used
in NetConnection.call() to handle return
values from the server related to the success or failure of
specific operations. |
Responder — class, package mx.rpc |
|
This class provides a default implementation mx.rpc.IResponder
|
Responder(result:Function, status:Function) — Constructor, class flash.net.Responder |
|
Creates a new Responder object. |
Responder(result:Function, fault:Function) — Constructor, class mx.rpc.Responder |
|
Constructs an instance of the responder with the specified handlers. |
responders — Property, class mx.collections.errors.ItemPendingError |
|
An array of IResponder handlers that will be called when
the asynchronous request completes. |
responders — Property, class mx.rpc.AsyncToken |
|
An array of IResponder handlers that will be called when
the asynchronous request completes. |
responseHeaders — Property, class flash.events.HTTPStatusEvent |
|
The response headers that the response returned, as an array of URLRequestHeader objects. |
responseMessageSize — Property, class mx.messaging.messages.MessagePerformanceUtils |
|
The size, in bytes, of the response message sent to the client by the server
as measured during serialization at the server endpoint. |
responseURL — Property, class flash.events.HTTPStatusEvent |
|
The URL that the response was returned from. |
restore() — method, class flash.display.NativeWindow |
|
Restores this window from either a minimized or a maximized state. |
restore() — method, interface mx.core.IWindow |
|
Restores the window (unmaximizes it if it's maximized, or
unminimizes it if it's minimized). |
restore() — method, class mx.core.Window |
|
Restores the window (unmaximizes it if it's maximized, or
unminimizes it if it's minimized). |
restore() — method, class mx.core.WindowedApplication |
|
Restores the window (unmaximizes it if it's maximized, or
unminimizes it if it's minimized). |
restoreButtonSkin — Style, class mx.core.WindowedApplication
|
| Skin for restore button when using Flex chrome. |
| |
restoreButtonSkin — Style, class mx.core.Window
|
| Skin for restore button when using Flex chrome. |
| |
restoreRowArrays(modDeltaPos:int) — method, class mx.controls.listClasses.ListBase |
|
Remove the requested number of rows from the beginning of the
arrays that store references to the rows
|
restrict — Property, class flash.text.TextField |
|
Indicates the set of characters that a user can enter into the text field. |
restrict — Property, class mx.controls.ComboBase |
|
Set of characters that a user can or cannot enter into the text field. |
restrict — Property, class mx.controls.TextArea |
|
Indicates the set of characters that a user can enter into the control. |
restrict — Property, class mx.controls.TextInput |
|
Indicates the set of characters that a user can enter into the control. |
restrict — Property, interface mx.core.IUITextField |
|
Indicates the set of characters that a user can enter into the text field. |
restrictionNeeded — Static Property, class mx.automation.Automation |
| |
resubscribeAttempts — Property, class mx.messaging.AbstractConsumer |
|
The number of resubscribe attempts that the Consumer makes in the event
that the destination is unavailable or the connection to the destination fails. |
resubscribeInterval — Property, class mx.messaging.AbstractConsumer |
|
The number of milliseconds between resubscribe attempts. |
result — Event, class flash.data.SQLStatement |
|
Dispatched when an execute() or
next() method call's operation completes successfully. |
result(data:Object) — method, class mx.collections.ItemResponder |
|
This method is called by a service when the return value has been
received. |
result — Event, class mx.messaging.ChannelSet |
|
The result event is dispatched when a login or logout call successfully returns. |
result(message:mx.messaging.messages:IMessage) — method, class mx.messaging.MessageResponder |
|
Called by the channel that created this MessageResponder when a
response returns from the destination. |
result — Event, class mx.rpc.AbstractOperation |
|
Dispatched when an Operation invocation successfully returns. |
result — Event, 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, class mx.rpc.AsyncResponder |
|
This method is called by a service when the return value has been
received. |
result — Property, class mx.rpc.AsyncToken |
|
The result that was returned by the associated RPC call. |
result(data:Object) — method, interface mx.rpc.IResponder |
|
This method is called by a service when the return value
has been received. |
result(data:Object) — method, class mx.rpc.Responder |
|
This method is called by a remote service when the return value has been
received. |
result — Property, class mx.rpc.events.ResultEvent |
|
Result that the RPC call returns. |
result — Event, class mx.rpc.http.HTTPService |
|
Dispatched when an HTTPService call returns successfully. |
RESULT — Constant Static Property, class flash.events.SQLEvent |
|
The SQLEvent.RESULT constant defines the value of the
type property of a result event object. |
RESULT — Constant Static Property, 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, class mx.rpc.events.ResultEvent |
|
The RESULT event type. |
resultClass — Property, class mx.olap.OLAPCube |
|
The class used by an OLAPCube instance to return the result. |
ResultEvent — class, 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, class mx.rpc.events.ResultEvent |
|
Creates a new ResultEvent. |
resultFormat — Property, class mx.rpc.http.HTTPService |
|
Value that indicates how you want to deserialize the result
returned by the HTTP call. |
resultFormat — Property, interface mx.rpc.soap.ISOAPDecoder |
|
Determines how the SOAP-encoded XML result is decoded. |
resultFormat — Property, class mx.rpc.soap.Operation |
|
Determines how the Operation result is decoded. |
RESULT_FORMAT_ARRAY — Constant Static Property, 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, 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, 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, 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, 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, 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, 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, class mx.rpc.soap.Operation |
|
The headers that were returned as part of the last execution of this
operation. |
results — Property, class mx.events.ValidationResultEvent |
|
An array of ValidationResult objects, one per validated field. |
resume() — method, class flash.net.NetStream |
|
Resumes playback of a video stream that is paused. |
resume() — Static Method, class flash.system.System |
|
Resumes the application after calling System.pause(). |
resume() — method, class mx.effects.Effect |
|
Resumes the effect after it has been paused
by a call to the pause() method. |
resume() — method, class mx.effects.EffectInstance |
|
Resumes the effect after it has been paused
by a call to the pause() method. |
resume() — method, interface mx.effects.IEffect |
|
Resumes the effect after it has been paused
by a call to the pause() method. |
resume() — method, interface mx.effects.IEffectInstance |
|
Resumes the effect after it has been paused
by a call to the pause() method. |
resume() — method, class mx.effects.Tween |
|
Resumes the effect after it has been paused
by a call to the pause() method. |
resume() — method, class mx.effects.effectClasses.MaskEffectInstance |
|
Resumes the effect after it has been paused
by a call to the pause() method. |
resumeBackgroundProcessing() — Static Method, class mx.core.UIComponent |
|
Resumes the background processing of methods
queued by callLater(), after a call to
suspendBackgroundProcessing(). |
resumeEventHandling() — Static Method, 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, 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, class Array |
|
Specifies that a sort returns an array that consists of array indices. |
returnType — Property, interface mx.automation.IAutomationMethodDescriptor |
|
The return type of the method. |
reverse() — method, class Array |
|
Reverses the array in place. |
reverse() — method, class mx.collections.Sort |
|
Goes through all SortFields and calls reverse() on them. |
reverse() — method, class mx.collections.SortField |
|
Reverse the criteria for this sort field. |
reverse() — method, 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, class mx.effects.EffectInstance |
|
Plays the effect in reverse, starting from
the current position of the effect. |
reverse() — method, interface mx.effects.IEffect |
|
Plays the effect in reverse, if the effect is currently playing,
starting from the current position of the effect. |
reverse() — method, interface mx.effects.IEffectInstance |
|
Plays the effect in reverse, starting from
the current position of the effect. |
reverse() — method, class mx.effects.Tween |
|
Plays the effect in reverse,
starting from the current position of the effect. |
reverse() — method, class mx.effects.effectClasses.MaskEffectInstance |
|
Plays the effect in reverse,
starting from the current position of the effect. |
revocationCheckSetting — Property, class flash.security.XMLSignatureValidator |
|
Specifies how certificate revocation is checked. |
RevocationCheckSettings — final class, package flash.security |
|
The RevocationCheckSettings class defines constants used by the
revocationCheckSetting property of an XMLSignatureValidator object. |
rewind — Property, 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, class mx.controls.VideoDisplay |
|
Dispatched when the control autorewinds. |
REWIND — Constant Static Property, 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, class mx.events.VideoEvent |
|
The value of the VideoDisplay.state property
during an autorewind triggered
when play stops. |
RGB — Constant Static Property, class flash.display.InterpolationMethod |
|
Specifies that the RGB interpolation method should be used. |
rgbMultiply(rgb1:uint, rgb2:uint) — Static Method, class mx.utils.ColorUtil |
|
Performs an RGB multiplication of two RGB colors. |
RichTextEditor — class, package mx.controls |
|
The RichTextEditor control lets users enter and format text. |
right — Property, class flash.geom.Rectangle |
|
The sum of the x and
width properties. |
right — Property, class mx.core.EdgeMetrics |
|
The width, in pixels, of the right edge region. |
right — Property, class mx.flash.UIMovieClip |
|
The horizontal distance, in pixels, from the right edge of the component
to the right edge of its content area. |
right — Style, class mx.core.UIComponent
|
| The horizontal distance in pixels from the right edge of the component to the right edge of its content area. |
| |
RIGHT — Constant Static Property, class flash.display.NativeWindowResize |
|
The right edge of the window. |
RIGHT — Constant Static Property, class flash.display.StageAlign |
|
Specifies that the Stage is aligned to the right. |
RIGHT — Constant Static Property, 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, class flash.text.TextFormatAlign |
|
Constant; aligns text to the right within the text field. |
RIGHT — Constant Static Property, class flash.ui.Keyboard |
|
Constant associated with the key code value for the Right Arrow key (39). |
RIGHT — Constant Static Property, 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, class mx.controls.ButtonLabelPlacement |
|
Specifies that the label appears to the right of the icon. |
RIGHT — Constant Static Property, class mx.controls.ProgressBarDirection |
|
Specifies to fill the progress bar from the left to the right. |
RIGHT — Constant Static Property, class mx.controls.ProgressBarLabelPlacement |
|
Specifies to place the label to the right of the progress bar. |
RIGHT — Constant Static Property, class mx.validators.CurrencyValidatorAlignSymbol |
|
Specifies "right" as the alignment of the currency symbol
for the CurrencyValidator class. |
RIGHTBRACKET — Constant Static Property, class flash.ui.Keyboard |
|
Constant associated with the key code value for the ] key (221). |
rightClick — Event, class flash.desktop.SystemTrayIcon |
|
Dispatched by this SystemTrayIcon object on right mouse click. |
rightClick — Event, class flash.display.InteractiveObject |
|
Dispatched when a user presses and releases the right button of the user's
pointing device over the same InteractiveObject. |
RIGHT_CLICK — Constant Static Property, class flash.events.MouseEvent |
|
Defines the value of the type property of a rightClick event object. |
rightIconGap — Style, class mx.controls.Menu
|
| The gap to the right of the label in a menu item. |
| |
rightMargin — Property, class flash.text.TextFormat |
|
The right margin of the paragraph, in pixels. |
rightMouseDown — Event, class flash.desktop.SystemTrayIcon |
|
Dispatched by this SystemTrayIcon object on right mouse down. |
rightMouseDown — Event, class flash.display.InteractiveObject |
|
Dispatched when a user presses the pointing device button over an InteractiveObject instance. |
RIGHT_MOUSE_DOWN — Constant Static Property, class flash.events.MouseEvent |
|
Defines the value of the type property of a rightMouseDown event object. |
rightMouseUp — Event, class flash.desktop.SystemTrayIcon |
|
Dispatched by this SystemTrayIcon object on right mouse up. |
rightMouseUp — Event, class flash.display.InteractiveObject |
|
Dispatched when a user releases the pointing device button over an
InteractiveObject instance. |
RIGHT_MOUSE_UP — Constant Static Property, class flash.events.MouseEvent |
|
Defines the value of the type property of a rightMouseUp event object. |
rightOffset — Property, class mx.controls.dataGridClasses.DataGridHeader |
|
The offset, in pixels, from the right side of the content of the renderer. |
rightOffset — Property, class mx.controls.listClasses.ListBaseContentHolder |
|
Offset, in pixels, for the lower-right corner in the list control of the content defined
by the ListBase.listContent property. |
rightPeak — Property, class flash.media.SoundChannel |
|
The current amplitude (volume) of the right channel, from 0 (silent) to 1 (full amplitude). |
rightToLeft — Property, 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, 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, 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. |
rollback — Event, class flash.data.SQLConnection |
|
Dispatched when a rollback() method call's operation
completes successfully. |
rollback(responder:flash.net:Responder) — method, class flash.data.SQLConnection |
|
Rolls back an existing transaction created using the begin() method, meaning all changes
made by any SQL statements in the transaction are discarded. |
ROLLBACK — Constant Static Property, class flash.errors.SQLErrorOperation |
|
Indicates that the SQLConnection.rollback() method was called. |
ROLLBACK — Constant Static Property, class flash.events.SQLEvent |
|
The SQLEvent.ROLLBACK constant defines the value of the
type property of a rollback event object. |
rollOut — Event, class flash.display.InteractiveObject |
|
Dispatched when the user moves a pointing device away from an InteractiveObject
instance. |
ROLL_OUT — Constant Static Property, class flash.events.MouseEvent |
|
Defines the value of the type property of a rollOut event object. |
rollOutEffect — Effect, 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, class mx.controls.Button |
|
The default handler for the MouseEvent.ROLL_OUT event. |
rollOver — Event, class flash.display.InteractiveObject |
|
Dispatched when the user moves a pointing device over an InteractiveObject instance. |
ROLL_OVER — Constant Static Property, class flash.events.MouseEvent |
|
Defines the value of the type property of a rollOver event object. |
ROLLOVER — Constant Static Property, class mx.charts.ChartItem |
|
Value that indicates the ChartItem appears as if the mouse was over it. |
rollOverColor — Style, class mx.controls.listClasses.ListBase
|
| The color of the background of a renderer when the user rolls over it. |
| |
rollOverColor — Style, class mx.controls.listClasses.AdvancedListBase
|
| The color of the background of a renderer when the user rolls over it. |
| |
rollOverColor — Style, class mx.controls.MenuBar
|
| The color of the menu item background when a user rolls the mouse over it. |
| |
rollOverColor — Style, class mx.controls.LinkBar
|
| Color of links as you roll the mouse pointer over them. |
| |
rollOverColor — Style, class mx.controls.Menu
|
| The color of the menu item background when a user rolls the mouse over it. |
| |
rollOverColor — Style, 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, class mx.controls.ComboBox
|
| The rollOverColor of the drop-down list. |
| |
rollOverColor — Style, class mx.controls.DataGrid
|
| The color of the row background when the user rolls over the row. |
| |
rollOverColor — Style, class mx.controls.Tree
|
| Color of the background when the user rolls over the link. |
| |
rollOverColor — Style, class mx.controls.AdvancedDataGridBaseEx
|
| The color of the row background when the user rolls over the row. |
| |
rollOverColor — Style, 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, class mx.controls.LinkButton
|
| Color of a LinkButton as a user moves the mouse pointer over it. |
| |
rollOverEffect — Effect, class mx.core.UIComponent |
|
Played when the user rolls the mouse over the component.
|
rollOverHandler(event:flash.events:MouseEvent) — method, class mx.controls.Button |
|
The default handler for the MouseEvent.ROLL_OVER event. |
rollOverIndicatorSkin — Style, 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, class mx.validators.Validator |
|
A string containing the upper- and lower-case letters
of the Roman alphabet ("A" through "Z" and "a" through "z"). |
roomForScrollBar(bar:mx.controls.scrollClasses:ScrollBar, unscaledWidth:Number, unscaledHeight:Number) — method, class mx.core.ScrollControlBase |
| |
root — Property, 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. |
root — Property, interface mx.core.IFlexDisplayObject |
|
The methods here would normally just be in IDisplayObject,
but for backward compatibility, they have to be included
directly into IFlexDisplayObject, so they are kept in
this separate include file. |
rootCause — Property, 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, class mx.messaging.events.MessageFaultEvent |
|
Provides access to the root cause of the failure, if one exists. |
rootCause — Property, class mx.messaging.messages.ErrorMessage |
|
Should a root cause exist for the error, this property contains those details. |
rootCause — Property, class mx.rpc.Fault |
|
The cause of the fault. |
rootURL — Property, class mx.rpc.http.HTTPService |
|
The URL that the HTTPService object should use when computing relative URLs. |
rootURL — Property, class mx.rpc.soap.AbstractWebService |
|
The URL that the WebService should use when computing relative URLs. |
rotate(angle:Number) — method, class flash.geom.Matrix |
|
Applies a rotation transformation to the Matrix object. |
Rotate — class, package mx.effects |
|
The Rotate effect rotates a component around a specified point. |
Rotate(target:Object) — Constructor, class mx.effects.Rotate |
|
Constructor. |
rotatedGradientMatrix(x:Number, y:Number, width:Number, height:Number, rotation:Number) — method, class mx.skins.ProgrammaticSkin |
|
Utility function to create a rotated gradient matrix. |
RotateInstance — class, package mx.effects.effectClasses |
|
The RotateInstance class implements the instance class
for the Rotate effect. |
RotateInstance(target:Object) — Constructor, class mx.effects.effectClasses.RotateInstance |
|
Constructor. |
rotation — Property, class flash.display.DisplayObject |
|
Indicates the rotation of the DisplayObject instance, in degrees, from its original orientation. |
rotation — Property, interface mx.core.IFlexDisplayObject |
|
Indicates the rotation of the DisplayObject instance, in degrees, from its original orientation. |
rotation — Property, class mx.graphics.BitmapFill |
|
The number of degrees to rotate the bitmap. |
round(val:Number) — Static Method, class Math |
|
Rounds the value of the parameter val up or down to the nearest
integer and returns the value. |
ROUND — Constant Static Property, class flash.display.CapsStyle |
|
Used to specify round caps in the caps parameter of the
flash.display.Graphics.lineStyle() method. |
ROUND — Constant Static Property, class flash.display.JointStyle |
|
Specifies round joints in the joints parameter of the
flash.display.Graphics.lineStyle() method. |
roundedBottomCorners — Style, class mx.containers.Panel
|
| Flag to enable rounding for the bottom two corners of the container. |
| |
RoundedRectangle — class, package mx.graphics |
|
RoundedRectangle represents a Rectangle with curved corners
|
RoundedRectangle(x:Number, y:Number, width:Number, height:Number, cornerRadius:Number) — Constructor, class mx.graphics.RoundedRectangle |
|
Constructor. |
rounding — Property, class mx.formatters.CurrencyFormatter |
|
How to round the number. |
rounding — Property, class mx.formatters.NumberFormatter |
|
Specifies how to round the number. |
roundValue — Property, class mx.effects.AnimateProperty |
|
If true, round off the interpolated tweened value
to the nearest integer. |
roundValue — Property, class mx.effects.effectClasses.AnimatePropertyInstance |
|
If true, round off the interpolated tweened value
to the nearest integer. |
ROW_AXIS — Constant Static Property, class mx.controls.OLAPDataGrid |
|
A constant that corresponds to the row axis. |
ROW_AXIS — Static Property, class mx.olap.OLAPQuery |
|
Specifies a row axis. |
ROW_AXIS — Static Property, class mx.olap.OLAPResult |
|
Specifies a row axis. |
rowAxisHeaderStyleName — Style, class mx.controls.OLAPDataGrid
|
| The name of a CSS style declaration for controlling aspects of the appearance of the row axis headers. |
| |
rowCount — Property, class mx.controls.ComboBox |
|
Maximum number of rows visible in the ComboBox control list. |
rowCount — Property, class mx.controls.listClasses.AdvancedListBase |
|
Number of rows to be displayed. |
rowCount — Property, class mx.controls.listClasses.ListBase |
|
Number of rows to be displayed. |
rowHeight — Property, class mx.controls.listClasses.AdvancedListBase |
|
The height of the rows in pixels. |
rowHeight — Property, class mx.controls.listClasses.ListBase |
|
The height of the rows in pixels. |
rowID — Property, class flash.events.SQLUpdateEvent |
|
The unique row identifier of the row that was inserted, deleted, or updated. |
rowIndex — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridBaseSelectionData |
|
The row index in the data provider of the selected cell. |
rowIndex — Property, 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, class mx.events.AdvancedDataGridEvent |
|
The zero-based index of the item in the data provider. |
rowIndex — Property, class mx.events.DataGridEvent |
|
The zero-based index of the item in the data provider. |
rowIndex — Property, 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, class mx.controls.listClasses.AdvancedListBase |
|
An array of ListRowInfo objects that cache row heights and
other tracking information for the rows in the listItems property. |
rowInfo — Property, class mx.controls.listClasses.ListBase |
|
An array of ListRowInfo objects that cache row heights and
other tracking information for the rows in listItems. |
rowInfo — Property, class mx.controls.listClasses.ListBaseContentHolder |
|
An Array of ListRowInfo objects that cache row heights and
other tracking information for the rows defined in
the listItems property. |
rowMap — Property, class mx.controls.listClasses.AdvancedListBase |
|
A hash map of item renderers to their respective ListRowInfo object. |
rowMap — Property, class mx.controls.listClasses.ListBase |
|
A hash map of item renderers to their respective ListRowInfo object. |
rowsAffected — Property, class flash.data.SQLResult |
|
Indicates how many rows were affected by the operation. |
rowSpan — Property, class mx.containers.GridItem |
|
Number of rows of the Grid container spanned by the cell. |
rowSpan — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridRendererDescription |
|
Specifies the number of rows that the item renderer spans. |
rowSpan — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridRendererProvider |
|
Specifies how many rows the renderer should span. |
RSL_COMPLETE — Constant Static Property, class mx.events.RSLEvent |
|
Dispatched when the RSL has finished downloading. |
rslCompleteHandler(event:mx.events:RSLEvent) — method, class mx.preloaders.DownloadProgressBar |
|
Event listener for the RSLEvent.RSL_COMPLETE event. |
RSL_ERROR — Constant Static Property, class mx.events.RSLEvent |
|
Dispatched when there is an error downloading the RSL. |
rslErrorHandler(event:mx.events:RSLEvent) — method, class mx.preloaders.DownloadProgressBar |
|
Event listener for the RSLEvent.RSL_ERROR event. |
RSLEvent — class, 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, class mx.events.RSLEvent |
|
Constructor. |
rslIndex — Property, class mx.events.RSLEvent |
|
The index number of the RSL currently being downloaded. |
RSL_PROGRESS — Constant Static Property, class mx.events.RSLEvent |
|
Dispatched when the RSL is downloading. |
rslProgressHandler(event:mx.events:RSLEvent) — method, class mx.preloaders.DownloadProgressBar |
|
Event listener for the RSLEvent.RSL_PROGRESS event. |
rslTotal — Property, class mx.events.RSLEvent |
|
The total number of RSLs being downloaded by the preloader
|
runDataEffectNextUpdate — Property, class mx.controls.listClasses.AdvancedListBase |
|
A flag that indicates if a data effect should be initiated
the next time the display is updated. |
runDataEffectNextUpdate — Property, class mx.controls.listClasses.ListBase |
|
A flag that indicates if a data effect should be initiated
the next time the display is updated. |
running — Property, class air.net.ServiceMonitor |
|
Whether the monitor has been started. |
running — Property, class flash.utils.Timer |
|
The timer's current state; true if the timer is running, otherwise false. |
runningDataEffect — Property, class mx.controls.listClasses.AdvancedListBase |
|
A flag indicating if a data change effect is currently running
|
runningDataEffect — Property, class mx.controls.listClasses.ListBase |
|
A flag indicating if a data change effect is currently running
|
runtimeApplicationDomain — Property, class flash.html.HTMLLoader |
|
The application domain to use for the window.runtime object in JavaScript
in the HTML page. |
runtimeApplicationDomain — Property, class mx.controls.HTML |
|
The ApplicationDomain to use for HTML's window.runtime
scripting. |
runtimePatchLevel — Property, class flash.desktop.NativeApplication |
|
The patch level of the runtime hosting this application. |
runtimeVersion — Property, class flash.desktop.NativeApplication |
|
The version number of the runtime hosting this application. |
|
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 |