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. | |
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. | |
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. | |
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. | |
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 is capturing 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.display.GraphicsGradientFill | |
An array of color distribution ratios. | |
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. | |
rawData — Property, class flash.geom.Matrix3D | |
A Vector of 16 Numbers, where every four elements can be a row or a column of a 4x4 matrix. | |
rawText — Property, class flash.text.engine.ContentElement | |
A copy of the text in the element, including the U+FDEF characters. | |
rawTextLength — Property, class flash.text.engine.TextLine | |
The length of the raw text in the text block that became the line, including the U+FDEF characters representing graphic elements and any trailing spaces, which are part of the line but not are displayed. | |
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. | |
readable — Property, class mx.messaging.management.MBeanAttributeInfo | |
Indicates if the attribute is readable. | |
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. | |
REAL — Constant Static Property, class mx.validators.NumberValidatorDomainType | |
Specifies to validate a real number. | |
reason — Property, class flash.events.InvokeEvent | |
The reason for this InvokeEvent. | |
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. | |
rebind — Property, class coldfusion.service.mxml.Ldap | |
yes: attempts to rebind referral callback and reissue query by referred address using original credentials. no: referred connections are anonymous. | |
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. | |
recompose(components:Vector$flash.geom:Vector3D, orientationStyle:String) — method, class flash.geom.Matrix3D | |
Sets the transformation matrix's translation, rotation, and scale settings. | |
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. | |
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. | |
recordMessageSizes — Property, class mx.messaging.Channel | |
Channel property determines the level of performance information injection - whether we inject message sizes or not. | |
recordMessageTimes — Property, class mx.messaging.Channel | |
Channel property determines the level of performance information injection - whether we inject timestamps or not. | |
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. | |
reencrypt — Event, class flash.data.SQLConnection | |
Dispatched when a reencrypt() method call's operation completes successfully. | |
reencrypt(newEncryptionKey:flash.utils:ByteArray, responder:flash.net:Responder) — method, class flash.data.SQLConnection | |
Changes the encryption key of an encrypted database. | |
REENCRYPT — Constant Static Property, class flash.errors.SQLErrorOperation | |
Indicates that the SQLConnection.reencrypt() method was called. | |
REENCRYPT — Constant Static Property, class flash.events.SQLEvent | |
The SQLEvent.REENCRYPT constant defines the value of the type property of a reencrypt event object. | |
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 data in the references in the SignedInfo element. | |
referencesValidationSetting — Property, class flash.security.XMLSignatureValidator | |
Specifies the conditions under which references are checked. | |
ReferencesValidationSetting — final class, package flash.security | |
The ReferencesValidationSetting class defines constants used by the referencesValidationSetting property of an XMLSignatureValidator object. | |
referral — Property, class coldfusion.service.mxml.Ldap | |
Integer. | |
REFLECT — Constant Static Property, class flash.display.SpreadMethod | |
Specifies that the gradient use the reflect spread method. | |
refresh() — method, interface mx.collections.ICollectionView | |
Applies the sort and filter 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 — 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.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. | |
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. | |
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. | |
registerFilterForResultFormat(resultFormat:String, filter:mx.rpc.http:SerializationFilter) — Static Method , class mx.rpc.http.SerializationFilter | |
This static function is used to register a new SerializationFilter for a particular resultFormat value. | |
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.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. | |
releaseLines(firstLine:flash.text.engine:TextLine, lastLine:flash.text.engine:TextLine) — method, class flash.text.engine.TextBlock | |
Removes a range of text lines from the list of lines maintained by the TextBlock. | |
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 | |
Use the <mx:RemoteObject> tag to represent an HTTPService object in an MXML file. | |
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(obj:Object) — method, class coldfusion.air.Session | |
Removes the object instance passed to the fucntion from the database. | |
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.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. | |
removeAllItems() — method, class flash.display.NativeMenu | |
Removes all items from the menu. | |
removeAllItems() — method, class flash.ui.ContextMenu | |
Removes all items from the menu. | |
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. | |
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.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(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. | |
removeChildBridge(bridge:flash.events:IEventDispatcher) — method, interface mx.core.ISWFBridgeGroup | |
Removes the child bridge. | |
removeChildBridge(bridge:flash.events:IEventDispatcher) — method, class mx.core.SWFBridgeGroup | |
Removes the child bridge. | |
removeChildBridge(bridge:flash.events:IEventDispatcher) — method, interface mx.managers.ISystemManager | |
Adds a child bridge to the system manager. | |
removeChildBridge(bridge:flash.events:IEventDispatcher) — method, class mx.managers.SystemManager | |
Remove a child bridge. | |
removeChildBridge(bridge:flash.events:IEventDispatcher) — method, class mx.managers.WindowedSystemManager | |
Remove a child bridge. | |
removeChildFromSandboxRoot(layer:String, child:flash.display:DisplayObject) — method, interface mx.managers.ISystemManager | |
Removes child from sandbox root in the layer requested. | |
removeChildFromSandboxRoot(layer:String, child:flash.display:DisplayObject) — method, class mx.managers.SystemManager | |
Removes a child from the requested childList. | |
removeChildFromSandboxRoot(layer:String, child:flash.display:DisplayObject) — method, class mx.managers.WindowedSystemManager | |
Remove child from requested childList | |
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.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 coldfusion.air.Session | |
Removes a listener from the EventDispatcher object. | |
removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, class coldfusion.air.SyncManager | |
Removes a listener from the EventDispatcher 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. | |
removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, class mx.utils.ObjectProxy | |
Removes an event listener. | |
REMOVE_EVENT_LISTENER_REQUEST — Constant Static Property, class mx.events.EventListenerRequest | |
Request to remove an event listener. | |
removeExtraRow(contentHolder:mx.controls.listClasses:ListBaseContentHolder) — method, class mx.controls.dataGridClasses.DataGridBase | |
Removes extra row from the end of the contentHolder. | |
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.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, class flash.ui.ContextMenu | |
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. | |
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. | |
REMOVE_POP_UP_PLACE_HOLDER_REQUEST — Constant Static Property, class mx.events.SWFBridgeRequest | |
Removes a placeholder. | |
REMOVE_POP_UP_REQUEST — Constant Static Property, class mx.events.SWFBridgeRequest | |
Removes a popup from the sandboxRoot's SystemManager. | |
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(). | |
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(). | |
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. | |
removeSWFBridge(bridge:flash.events:IEventDispatcher) — method, class mx.managers.FocusManager | |
removeSWFBridge(bridge:flash.events:IEventDispatcher) — method, interface mx.managers.IFocusManager | |
Removes a focus manager. | |
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 | |
[broadcast event] 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. | |
RENDER — Constant Static Property, class mx.events.FlexEvent | |
The FlexEvent.RENDER constant defines the value of the type property of the event object for an Event.RENDER event. | |
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.dataGridClasses.DataGridColumn | |
A flag that indicates that the item renderer is also an item editor. | |
renderingMode — Property, class flash.text.engine.FontDescription | |
The rendering mode used for this text. | |
RenderingMode — final class, package flash.text.engine | |
The RenderingMode class provides values for rendering mode in the flash.text.engine.FontDescription class. | |
repeat — Property, class flash.display.GraphicsBitmapFill | |
Specifies whether to repeat the bitmap image in a tiled pattern. | |
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.HScrollBar | |
Number of milliseconds to wait after the first buttonDown event before repeating buttonDown events at the repeatInterval. | |
repeatDelay — Style, class mx.controls.VScrollBar | |
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. | |
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.HScrollBar | |
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. | |
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. | |
replaceElements(beginIndex:int, endIndex:int, newElements:Vector$flash.text.engine:ContentElement) — method, class flash.text.engine.GroupElement | |
Replaces the range of elements that the beginIndex and endIndex parameters specify with the contents of the newElements parameter. | |
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, class flash.text.engine.TextElement | |
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. | |
replayAutomatableEvent(event:flash.events:Event) — method, interface mx.automation.IAutomationObject | |
Replays the specified event. | |
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. | |
replyto — Property, class coldfusion.service.PopHeader | |
replyto — Property, class coldfusion.service.PopRecord | |
replyTo — Property, class coldfusion.service.mxml.Mail | |
Addresses to which the recipient is directed to send replies. | |
request — Property, class mx.rpc.http.AbstractOperation | |
Object of name-value pairs used as parameters to the URL. | |
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. | |
requestor — Property, class mx.events.SWFBridgeRequest | |
The bridge that sent the message. | |
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. | |
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. | |
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.ListBase | |
A hash map of currently unused item renderers that may be used again in the near future. | |
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, 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 flash.net.NetStreamPlayTransitions | |
Clears any previous play calls and plays the specified stream immediately. | |
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. | |
resetDRMVouchers() — method, class flash.net.drm.DRMManager | |
Deletes all locally cached digital rights management (DRM) voucher data. | |
resetHistory — Property, class mx.core.Application | |
If true, the application's history state is reset to its initial state whenever the application is reloaded. | |
RESET_MOUSE_CURSOR_REQUEST — Constant Static Property, class mx.events.SWFBridgeRequest | |
Requests that the show/hide mouse cursor logic be reset for a new mouse event so that the various applications can request whether the mouse cursor should be shown or hidden. | |
resetNavItems() — method, class mx.controls.NavBar | |
Resets the navigator bar to its default state. | |
resetTrackingChanges(className:String) — method, class coldfusion.air.Session | |
Resets all the changes tracked in the offline AIR application. | |
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 by the user. | |
resizable — Property, class flash.html.HTMLWindowCreateOptions | |
Specifies whether the window should be resizable. | |
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.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. | |
resolution — Property, class coldfusion.service.mxml.Pdf | |
Image quality used to generate thumbnail images: high: use high resolution (uses more memory). low: use low resolution. | |
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. | |
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.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. | |
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 of the mx.rpc.IResponder interface. | |
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 coldfusion.air.SessionToken | |
An array of IResponder handlers that will be called when the asynchronous request completes. | |
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 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. | |
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 — Property, class coldfusion.air.SessionToken | |
The result that was returned by the associated call. | |
result — Event, class coldfusion.air.SyncManager | |
Dispatched when a syncmanager call returns successfully. | |
result — Property, class coldfusion.air.events.ConflictEvent | |
result — Property, class coldfusion.air.events.SessionResultEvent | |
The object that holds the actual result of the call. | |
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 — Event, class mx.rpc.CallResponder | |
Dispatched when an Operation invocation successfully returns. | |
result(data:Object) — method, class mx.rpc.CallResponder | |
This method is called by the AsyncToken when it wants to deliver a ResultEvent to the CallResponder. | |
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.HTTPMultiService | |
Dispatched when an HTTPMultiService call returns successfully. | |
result — Event, class mx.rpc.http.HTTPService | |
Dispatched when an HTTPService call returns successfully. | |
RESULT — Constant Static Property, class coldfusion.air.events.SessionResultEvent | |
The type of the event. | |
RESULT — Constant Static Property, class coldfusion.air.events.SyncResultEvent | |
The type of the event. | |
RESULT — Constant Static Property, class coldfusion.service.events.ColdFusionServiceResultEvent | |
The RESULT event type. | |
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. | |
resultElementType — Property, class mx.rpc.AbstractInvoker | |
Like resultType, used to define the ActionScript class used by a given operation though this property only applies to operations which return a multi-valued result (e.g. | |
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.AbstractOperation | |
Value that indicates how you want to deserialize the result returned by the HTTP call. | |
resultFormat — Property, class mx.rpc.http.HTTPMultiService | |
Value that indicates how you want to deserialize the result returned by the HTTP call. | |
resultFormat — Property, class mx.rpc.http.HTTPService | |
Value that indicates how you want to deserialize the result returned by the HTTP call. | |
resultFormat — Property, class mx.rpc.http.Operation | |
Value that indicates how you want to deserialize the result returned by the HTTP call. | |
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. | |
resultType — Property, class mx.rpc.AbstractInvoker | |
Specifies an optional return type for the operation. | |
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, class mx.messaging.management.MBeanOperationInfo | |
The return data type for the operation. | |
reverse() — method, class Array | |
Reverses the array in place. | |
reverse() — method, class Vector | |
Reverses the order of the elements in the Vector. | |
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. | |
RICH_TEXT_FORMAT — Constant Static Property, class flash.desktop.ClipboardFormats | |
Rich Text Format data. | |
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.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 flash.ui.Keyboard | |
Constant associated with the key code value for the Right Arrow key (39). | |
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. | |
RIGHT_CLICK — Constant Static Property, class flash.events.ScreenMouseEvent | |
The ScreenMouseEvent.RIGHT_CLICK constant defines the value of the type property of a rightClick event object. | |
rightExtension — Property, class flash.filters.ShaderFilter | |
The growth in pixels on the right side of the target 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. | |
RIGHT_MOUSE_DOWN — Constant Static Property, class flash.events.ScreenMouseEvent | |
The ScreenMouseEvent.RIGHT_MOUSE_DOWN constant 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. | |
RIGHT_MOUSE_UP — Constant Static Property, class flash.events.ScreenMouseEvent | |
The ScreenMouseEvent.RIGHT_MOUSE_UP constant 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. | |
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. | |
rollbackTransaction() — method, class coldfusion.air.Session | |
Rolls the changes in the transaction back to the state before the transaction. | |
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. | |
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.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.MenuBar | |
The color of the menu item background when a user rolls the mouse over it. | |
rollOverColor — Style, class mx.controls.Tree | |
Color of the background when the user rolls over the link. | |
rollOverColor — Style, class mx.controls.LinkButton | |
Color of a LinkButton as a user moves the mouse pointer 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.Menu | |
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. | |
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 — Constant Static Property, class flash.text.engine.TextBaseline | |
Specifies a roman baseline. | |
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 | |
Determines if there is enough space in this component to display a given scrollbar. | |
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 | |
For a display object in a loaded SWF file, the root property is the top-most display object in the portion of the display list's tree structure represented by that SWF file. | |
rootCause — Property, 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.AbstractOperation | |
The URL that the HTTPService object should use when computing relative URLs. | |
rootURL — Property, class mx.rpc.http.HTTPService | |
The URL that the HTTPService object should use when computing relative URLs. | |
rootURL — Property, class mx.rpc.http.Operation | |
The rootURL is used to compute the URL for an HTTP service operation when the a relative URL is specified for the operation. | |
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. | |
ROTATE_0 — Constant Static Property, class flash.text.engine.TextRotation | |
Specifies no rotation. | |
ROTATE_180 — Constant Static Property, class flash.text.engine.TextRotation | |
Specifies a 180 degree rotation. | |
ROTATE_270 — Constant Static Property, class flash.text.engine.TextRotation | |
Specifies a 270 degree clockwise rotation. | |
ROTATE_90 — Constant Static Property, class flash.text.engine.TextRotation | |
Specifies a 90 degree clockwise rotation. | |
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 coldfusion.service.PdfPageDetail | |
rotation — Property, class coldfusion.service.mxml.Pdf | |
Degree of rotation of the watermark image on the page, for example, “60�. | |
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. | |
rotationX — Property, class flash.display.DisplayObject | |
Indicates the x-axis rotation of the DisplayObject instance, in degrees, from its original orientation relative to the 3D parent container. | |
rotationY — Property, class flash.display.DisplayObject | |
Indicates the y-axis rotation of the DisplayObject instance, in degrees, from its original orientation relative to the 3D parent container. | |
rotationZ — Property, class flash.display.DisplayObject | |
Indicates the z-axis rotation of the DisplayObject instance, in degrees, from its original orientation relative to the 3D parent container. | |
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. | |
rowCount — Property, class mx.controls.ComboBox | |
Maximum number of rows visible in the ComboBox control list. | |
rowCount — Property, class mx.controls.listClasses.ListBase | |
Number of rows to be displayed. | |
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.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.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.ListBase | |
An array of ListRowInfo objects that cache row heights and other tracking information for the rows in listItems. | |
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. | |
RPCObjectUtil — class, package mx.utils | |
The RPCObjectUtil class is a subset of ObjectUtil, removing methods that create dependency issues when RPC messages are in a bootstrap loader. | |
RPCStringUtil — class, package mx.utils | |
The RPCStringUtil class is a subset of StringUtil, removing methods that create dependency issues when RPC messages are in a bootstrap loader. | |
RPCUIDUtil — class, package mx.utils | |
The RPCUIDUtil class is a copy of UIDUtil without some functions that cause dependency problems when RPC messages are put in a bootstrap loader. | |
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.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.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 |