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  
rawChildren — Property in class mx.core.Container
A container typically contains child components, which can be enumerated using the Container.getChildAt() method and Container.numChildren property.
rawChildren — Property in interface mx.core.IRawChildrenContainer
Returns an IChildList representing all children.
rawChildren — Property in interface mx.managers.ISystemManager
A list of all children being parented by this ISystemManager.
rawChildren — Property in class mx.managers.SystemManager
A list of all children being parented by this ISystemManager.
rawXML — Property in class com.dwuser.ss4.core.FlashSlideshowConfigurationParameters
Allows for a direct injection of XML data through an XML string value.
readExternal(input) — Method in class mx.utils.ObjectProxy
Since Flex only uses ObjectProxy to wrap anonymous objects, the server flex.messaging.io.ObjectProxy instance serializes itself as a Map that will be returned as a plain ActionScript object.
ready — Event in interface mx.modules.IModuleInfo
Dispatched by the backing ModuleInfo once the module is sufficiently loaded to call the IModuleInfo.factory() method and the IFlexModuleFactory.create() method.
ready — Property in interface mx.modules.IModuleInfo
A flag that is true if the module is sufficiently loaded to get a handle to its associated IFlexModuleFactory implementation and call its create() method.
READY — Constant static property in class mx.events.ModuleEvent
Dispatched when the module has finished downloading.
reason — Property in class mx.events.ListEvent
The reason the itemEditEnd event was dispatched.
RECTANGLE — Constant static property in class com.dwuser.ss4.pseudoStyleClasses.XMLAttributeFormats
Creates a flash.geom.Rectangle instance.
RectangularBorder — Class in package mx.skins
The RectangularBorder class is an abstract base class for various classes that draw rectangular borders around UIComponents.
RectangularBorder() — Constructor in class mx.skins.RectangularBorder
Constructor.
RectangularDropShadow — Class in package mx.graphics
Drop shadows are typically created using the DropShadowFilter class.
RectangularDropShadow() — Constructor in class mx.graphics.RectangularDropShadow
Constructor.
recycleChildren — Property in interface mx.core.IRepeater
A Boolean flag indicating whether this Repeater should re-use previously created children, or create new ones.
redirect — Property in class com.dwuser.ss4.core.FlashSlideshowConfigurationParameters
Optionally specifies the URL of a page to redirect to if the appropriate Flash Player version is unavailable.
reflectionAlpha — Style in class com.dwuser.ss4.ui.IndividualSlide
Specifies the alpha (opacity) of the image reflection effect if it is enabled.
reflectionBlur — Style in class com.dwuser.ss4.ui.IndividualSlide
Specifies the strength of the blur applied to the image reflection (if enabled).
reflectionSize — Style in class com.dwuser.ss4.ui.IndividualSlide
Specifies the relative height of the reflection effect (if enabled) as a percentage of the main image height.
refresh() — Method in interface mx.collections.ICollectionView
Applies the sort and filter to the view.
refresh() — Method in class mx.collections.ListCollectionView
Applies the sort and filter to the view.
REFRESH — Constant static property in class mx.events.CollectionEventKind
Indicates that the collection applied a sort, a filter, or both.
regenerateStyleCache(recursive) — Method in class mx.core.UIComponent
Builds or rebuilds the CSS style cache for this component and, if the recursive parameter is true, for all descendants of this component as well.
regenerateStyleCache(recursive) — Method in interface mx.styles.IStyleClient
Sets up the internal style cache values so that the getStyle() method functions.
regenerateStyleCache(recursive) — Method in class mx.styles.StyleProxy
Sets up the internal style cache values so that the getStyle() method functions.
register(obj:mx.managers:IHistoryManagerClient) — Static method in class mx.managers.HistoryManager
Registers an object with the HistoryManager.
registerApplication(app) — Method in class mx.preloaders.Preloader
Called by the SystemManager after it has finished instantiating an instance of the application class.
registerColorName(colorName, colorValue) — Static method in class mx.styles.StyleManager
Adds a color name to the list of aliases for colors.
registerEffects(effects) — Method in interface mx.core.IDeferredInstantiationUIComponent
For each effect event, register the EffectManager as one of the event listeners.
registerEffects(effects) — Method in class mx.core.UIComponent
For each effect event, registers the EffectManager as one of the event listeners.
registerEffects(effects) — Method in interface mx.styles.IStyleClient
Registers the EffectManager as one of the event listeners for each effect event.
registerEffects(effects) — Method in class mx.styles.StyleProxy
Registers the EffectManager as one of the event listeners for each effect event.
registerInheritingStyle(styleName) — Static method in class mx.styles.StyleManager
Adds to the list of styles that can inherit values from their parents.
registerParentDisplayListInvalidatingStyle(styleName) — Static method in class mx.styles.StyleManager
Adds to the list of styles which may affect the appearance or layout of the component's parent container.
registerParentSizeInvalidatingStyle(styleName) — Static method in class mx.styles.StyleManager
Adds to the list of styles which may affect the measured size of the component's parent container.
registerSizeInvalidatingStyle(styleName) — Static method in class mx.styles.StyleManager
Adds to the list of styles which may affect the measured size of the component.
rejectCursor — Style in class mx.managers.DragManager
Cursor displayed for a reject operation.
reKeyVisibleData() — Method in class mx.controls.listClasses.ListBase
Update the keys in the visibleData hash table.
relatedObject — Property in class mx.events.ChildExistenceChangedEvent
Reference to the child object that was created or destroyed.
relatedObject — Property in class mx.events.IndexChangedEvent
The child object whose index changed, or the object associated with the new index.
relatedObject — Property in class mx.events.ItemClickEvent
The child object that generated the event; for example, the button that a user clicked in a ButtonBar control.
release() — Method in interface mx.modules.IModuleInfo
Releases the current reference to the module.
relevantProperties — Property in class mx.effects.Effect
An Array of property names to use when performing filtering.
relevantProperties — Property in interface mx.effects.IEffect
An Array of property names to use when performing filtering.
relevantStyles — Property in class mx.effects.Effect
An Array of style names to use when performing filtering.
relevantStyles — Property in interface mx.effects.IEffect
An Array of style names to use when performing filtering.
relevantStyles — Property in class mx.effects.SetStyleAction
Contains the style properties modified by this effect.
remove() — Method in interface mx.collections.IViewCursor
Removes the current item and returns it.
remove — Event in class mx.core.UIComponent
Dispatched when the component is removed from a container as a content child by using the removeChild() or removeChildAt() method.
remove(parent:mx.core:UIComponent) — Method in interface mx.states.IOverride
Removes the override.
REMOVE — Constant static property in class mx.events.CollectionEventKind
Indicates that the collection removed an item or items.
REMOVE — Constant static property in class mx.events.FlexEvent
The FlexEvent.REMOVE constant defines the value of the type property of the event object for an remove event.
removeAll() — Method in interface mx.collections.IList
Removes all items from the list.
removeAll() — Method in class mx.collections.ListCollectionView
Remove all items from the list.
removeAllChildren() — Method in class mx.core.Container
Removes all children from the child list of this container.
removeAllCursors() — Static method in class mx.managers.CursorManager
Removes all of the cursors from the cursor list and restores the system cursor.
removeBusyCursor() — Static method in class mx.managers.CursorManager
Removes the busy cursor from the cursor list.
removeChild(child) — Method in class mx.core.Container
Removes a child DisplayObject from the child list of this Container.
removeChild(child) — Method in interface mx.core.IChildList
Removes the specified child DisplayObject from this child list.
removeChild(child) — Method in interface mx.core.IContainer
removeChildAt(parent, child, index, model) — Method in interface mx.controls.menuClasses.IMenuDataDescriptor
Removes the child node from a node at the specified index.
removeChildAt(parent, child, index, model) — Method in class mx.controls.treeClasses.DefaultDataDescriptor
Removes the child node from a node at the specified index.
removeChildAt(parent, child, index, model) — Method in interface mx.controls.treeClasses.ITreeDataDescriptor
Removes a child node to a node at the specified index.
removeChildAt(index) — Method in class mx.core.Container
Removes a child DisplayObject from the child list of this Container at the specified index.
removeChildAt(index) — Method in interface mx.core.IChildList
Removes the child DisplayObject at the specified index from this child list.
removeChildAt(index) — Method in interface mx.core.IContainer
removeChildBridge(bridge) — Method in interface mx.core.ISWFBridgeGroup
Removes the child bridge.
removeChildBridge(bridge) — Method in class mx.core.SWFBridgeGroup
Removes the child bridge.
removeChildBridge(bridge) — Method in interface mx.managers.ISystemManager
Adds a child bridge to the system manager.
removeChildBridge(bridge) — Method in class mx.managers.SystemManager
Remove a child bridge.
removeChildFromSandboxRoot(layer, child) — Method in interface mx.managers.ISystemManager
Removes child from sandbox root in the layer requested.
removeChildFromSandboxRoot(layer, child) — Method in class mx.managers.SystemManager
Removes a child from the requested childList.
removeCursor(cursorID) — Static method in class mx.managers.CursorManager
Removes a cursor from the cursor list.
removeDataEffectItem(item) — Method in class mx.controls.listClasses.ListBase
Removes an item renderer if a data change effect is running.
removeDataEffectItem(target) — Method in interface mx.effects.IEffectTargetHost
Removes an item renderer if a data change effect is running.
removedEffect — Effect in class mx.core.UIComponent
Played when the component is removed from a Container.
removedHandler(event) — Method in class com.dwuser.ss4.skins.LoaderSkin
removeEventListener(type, listener, useCapture) — Method in class mx.collections.ListCollectionView
removeEventListener(type, listener, useCapture) — Method in class mx.utils.ObjectProxy
Removes an event listener.
REMOVE_EVENT_LISTENER_REQUEST — Constant static property in class mx.events.EventListenerRequest
Request to remove an event listener.
removeFocusManager(f:mx.managers:IFocusManagerContainer) — Method in interface mx.managers.ISystemManager
Unregisters a top-level window containing a FocusManager.
removeFocusManager(f:mx.managers:IFocusManagerContainer) — Method in class mx.managers.SystemManager
Unregisters a top-level window containing a FocusManager.
removeFromRowArrays(i) — Method in class mx.controls.listClasses.ListBase
Remove a row from the arrays that store references to the row.
removeIndicators(uid) — Method in class mx.controls.listClasses.ListBase
Cleans up selection highlights and other associated graphics for a given item in the data provider.
removeItemAt(index) — Method in interface mx.collections.IList
Removes the item at the specified index and returns it.
removeItemAt(index) — Method in class mx.collections.ListCollectionView
Removes the item at the specified index and returns it.
removePopUp(popUp:mx.core:IFlexDisplayObject) — Static method in 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 in class mx.events.SWFBridgeRequest
Removes a placeholder.
REMOVE_POP_UP_REQUEST — Constant static property in class mx.events.SWFBridgeRequest
Removes a popup from the sandboxRoot's SystemManager.
removeResourceBundle(locale, bundleName) — Method in 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) — Method in 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().
removeSWFBridge(bridge) — Method in class mx.managers.FocusManager
removeSWFBridge(bridge) — Method in interface mx.managers.IFocusManager
Removes a focus manager.
RENDER — Constant static property in 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 in class mx.controls.listClasses.ListBase
A flag that indicates that the renderer changed.
rendererIsEditor — Property in class mx.controls.List
Specifies whether the item renderer is also an item editor.
REPEAT — Constant static property in class mx.events.FlexEvent
The FlexEvent.REPEAT constant defines the value of the type property of the event object for a repeat event.
repeatCount — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.Effect
Number of times to repeat the effect.
repeatCount — Property in class mx.effects.Effect
Number of times to repeat the effect.
repeatCount — Property in class mx.effects.EffectInstance
Number of times to repeat the effect.
repeatCount — Property in interface mx.effects.IEffectInstance
Number of times to repeat the effect.
repeatDelay — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.Effect
Amount of time, in milliseconds, to wait before repeating the effect.
repeatDelay — Style in class mx.controls.Button
Number of milliseconds to wait after the first buttonDown event before repeating buttonDown events at each repeatInterval.
repeatDelay — Style in class mx.controls.HScrollBar
Number of milliseconds to wait after the first buttonDown event before repeating buttonDown events at the repeatInterval.
repeatDelay — Style in class mx.controls.VScrollBar
Number of milliseconds to wait after the first buttonDown event before repeating buttonDown events at the repeatInterval.
repeatDelay — Property in class mx.effects.Effect
Amount of time, in milliseconds, to wait before repeating the effect.
repeatDelay — Property in class mx.effects.EffectInstance
Amount of time, in milliseconds, to wait before repeating the effect.
repeatDelay — Property in interface mx.effects.IEffectInstance
Amount of time, in milliseconds, to wait before repeating the effect.
REPEAT_END — Constant static property in class mx.events.FlexEvent
The FlexEvent.REPEAT_END constant defines the value of the type property of the event object for a repeatEnd event.
repeater — Property in class mx.core.UIComponent
A reference to the Repeater object in the parent document that produced this UIComponent.
repeaterIndex — Property in class mx.core.UIComponent
The index of the item in the data provider of the Repeater that produced this UIComponent.
repeaterIndices — Property in interface mx.core.IRepeaterClient
An Array that contains the indices of the items in the data providers of the Repeaters that produced the component.
repeaterIndices — Property in class mx.core.UIComponent
An Array containing the indices of the items in the data provider of the Repeaters in the parent document that produced this UIComponent.
repeaters — Property in interface mx.core.IRepeaterClient
An Array that contains any enclosing Repeaters of the component.
repeaters — Property in class mx.core.UIComponent
An Array containing references to the Repeater objects in the parent document that produced this UIComponent.
repeatInterval — Style in class mx.controls.Button
Number of milliseconds between buttonDown events if the user presses and holds the mouse on a button.
repeatInterval — Style in class mx.controls.HScrollBar
Number of milliseconds between buttonDown events if the user presses and holds the mouse on a button.
repeatInterval — Style in class mx.controls.VScrollBar
Number of milliseconds between buttonDown events if the user presses and holds the mouse on a button.
REPEAT_START — Constant static property in class mx.events.FlexEvent
The FlexEvent.REPEAT_START constant defines the value of the type property of the event object for a repeatStart event.
REPLACE — Constant static property in class mx.events.CollectionEventKind
Indicates that the item at the position identified by the CollectionEvent location property has been replaced.
replaceSelectedText(value) — Method in interface mx.core.IUITextField
replaceText(beginIndex, endIndex, newText) — Method in interface mx.core.IUITextField
replayAutomatableEvent(event) — Method in interface mx.automation.IAutomationObject
Replays the specified event.
replayAutomatableEvent(event) — Method in class mx.core.UIComponent
Replays the specified event.
replayAutomatableEvent(event) — Method in class mx.core.UITextField
Replays the specified event.
requestor — Property in class mx.events.SWFBridgeRequest
The bridge that sent the message.
requiredSemantics — Property in 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 in class mx.controls.listClasses.ListBase
A hash map of currently unused item renderers that may be used again in the near future.
reset(newHost) — Method in class mx.binding.utils.ChangeWatcher
Resets this ChangeWatcher instance to use a new host object.
RESET — Constant static property in class mx.events.CollectionEventKind
Indicates that the collection has changed so drastically that a reset is required.
resetDelay — Style in class com.dwuser.ss4.ui.ImageTree
Specifies, in milliseconds, the period of inactivity required (following user interaction) before the element automatically scrolls to the page which contains the current slide's thumbnail.
resetDelay — Style in class com.dwuser.ss4.ui.NumberBar
Specifies, in milliseconds, the period of inactivity required (following user interaction) before the element automatically scrolls to the page which contains the current slide's tile.
resetDelay — Style in class com.dwuser.ss4.ui.Thumbnails
Specifies, in milliseconds, the period of inactivity required (following user interaction) before the element automatically scrolls to the page which contains the current slide's thumbnail.
resetGlobalSlideRefsOnSetGallery — Style in class com.dwuser.ss4.managers.ImageManager
Specifies if the global slide references (on the main FlashSlideshow instance) should be reset when a new gallery is opened via the SlideshowEvent.IMAGES_SETGALLERY control event.
RESET_MOUSE_CURSOR_REQUEST — Constant static property in 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 in class mx.controls.NavBar
Resets the navigator bar to its default state.
resize — Event in class mx.core.UIComponent
Dispatched when the component is resized.
resize — Event in class mx.managers.SystemManager
Dispatched when the Stage is resized.
Resize — Class in package com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses
[Dummy Class Only!] The Resize effect changes the width, height, or both dimensions of a component over a specified time interval.
Resize — Class in package mx.effects
The Resize effect changes the width, height, or both dimensions of a component over a specified time interval.
Resize() — Constructor in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.Resize
Resize(target) — Constructor in class mx.effects.Resize
Constructor.
RESIZE — Constant static property in class mx.events.ResizeEvent
The ResizeEvent.RESIZE constant defines the value of the type property of the event object for a resize event.
resizeEffect — Effect in class mx.core.UIComponent
Played when the component is resized.
resizeEndEffect — Effect in class mx.containers.Panel
Specifies the effect to play after a Resize effect finishes playing.
ResizeEvent — Class in package mx.events
Represents event objects that are dispatched when the size of a Flex component changes.
ResizeEvent(type, bubbles, cancelable, oldWidth, oldHeight) — Constructor in class mx.events.ResizeEvent
Constructor.
ResizeInstance — Class in package mx.effects.effectClasses
The ResizeInstance class implements the instance class for the Resize effect.
ResizeInstance(target) — Constructor in class mx.effects.effectClasses.ResizeInstance
Constructor.
resizeStartEffect — Effect in class mx.containers.Panel
Specifies the effect to play before a Resize effect begins playing.
resizeToContent — Property in class mx.containers.Accordion
If set to true, this Accordion automatically resizes to the size of its current child.
resizeToContent — Property in class mx.containers.DividedBox
If true, the DividedBox automatically resizes to the size of its children.
resizeToContent — Property in class mx.containers.ViewStack
If true, the ViewStack container automatically resizes to the size of its current child.
resolveAutomationIDPart(criteria) — Method in interface mx.automation.IAutomationObject
Resolves a child by using the id provided.
resolveAutomationIDPart(criteria) — Method in class mx.core.UIComponent
Resolves a child by using the id provided.
ResourceBundle — Class in package mx.resources
Provides an implementation of the IResourceBundle interface.
ResourceBundle(locale, bundleName) — Constructor in class mx.resources.ResourceBundle
Constructor.
ResourceEvent — Class in 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, bubbles, cancelable, bytesLoaded, bytesTotal, errorText) — Constructor in class mx.events.ResourceEvent
Constructor.
ResourceManager — Class in package mx.resources
This class is used to get a single instance of the IResourceManager implementation.
ResourceManager() — Constructor in class mx.resources.ResourceManager
Constructor.
resourcesChanged() — Method in 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 in 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.
responders — Property in class mx.collections.errors.ItemPendingError
An array of IResponder handlers that will be called when the asynchronous request completes.
restoreRowArrays(modDeltaPos) — Method in 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 in class mx.controls.TextArea
Indicates the set of characters that a user can enter into the control.
restrict — Property in class mx.controls.TextInput
Indicates the set of characters that a user can enter into the control.
restrict — Property in interface mx.core.IUITextField
result(data) — Method in class mx.collections.ItemResponder
This method is called by a service when the return value has been received.
result(data) — Method in interface mx.rpc.IResponder
This method is called by a service when the return value has been received.
results — Property in class mx.events.ValidationResultEvent
An array of ValidationResult objects, one per validated field.
resume() — Method in class mx.effects.Effect
Resumes the effect after it has been paused by a call to the pause() method.
resume() — Method in class mx.effects.EffectInstance
Resumes the effect after it has been paused by a call to the pause() method.
resume() — Method in interface mx.effects.IEffect
Resumes the effect after it has been paused by a call to the pause() method.
resume() — Method in interface mx.effects.IEffectInstance
Resumes the effect after it has been paused by a call to the pause() method.
resume() — Method in class mx.effects.Tween
Resumes the effect after it has been paused by a call to the pause() method.
resume() — Method in class mx.effects.effectClasses.MaskEffectInstance
Resumes the effect after it has been paused by a call to the pause() method.
resumeBackgroundProcessing() — Static method in class mx.core.UIComponent
Resumes the background processing of methods queued by callLater(), after a call to suspendBackgroundProcessing().
resumeEventHandling() — Static method in class mx.effects.EffectManager
Allows the EffectManager class to resume processing events after a call to the suspendEventHandling() method.
reverse() — Method in class mx.collections.Sort
Goes through all SortFields and calls reverse() on them.
reverse() — Method in class mx.collections.SortField
Reverse the criteria for this sort field.
reverse() — Method in class mx.effects.Effect
Plays the effect in reverse, if the effect is currently playing, starting from the current position of the effect.
reverse() — Method in class mx.effects.EffectInstance
Plays the effect in reverse, starting from the current position of the effect.
reverse() — Method in 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 in interface mx.effects.IEffectInstance
Plays the effect in reverse, starting from the current position of the effect.
reverse() — Method in class mx.effects.Tween
Plays the effect in reverse, starting from the current position of the effect.
reverse() — Method in class mx.effects.effectClasses.MaskEffectInstance
Plays the effect in reverse, starting from the current position of the effect.
rgbMultiply(rgb1, rgb2) — Static method in class mx.utils.ColorUtil
Performs an RGB multiplication of two RGB colors.
right — Property in class mx.core.EdgeMetrics
The width, in pixels, of the right edge region.
right — Style in class mx.core.UIComponent
The horizontal distance in pixels from the right edge of the component to the right edge of its content area.
RIGHT — Constant static property in class mx.controls.ButtonLabelPlacement
Specifies that the label appears to the right of the icon.
RIGHT — Constant static property in class mx.controls.ProgressBarDirection
Specifies to fill the progress bar from the left to the right.
RIGHT — Constant static property in class mx.controls.ProgressBarLabelPlacement
Specifies to place the label to the right of the progress bar.
rightClickLabel — Property in class com.dwuser.ss4.core.FlashSlideshowConfigurationParameters
Specifies the label displayed in the right-click context menu when the user right-clicks on the slideshow.
rightClickLinkTarget — Property in class com.dwuser.ss4.core.FlashSlideshowConfigurationParameters
Specifies the window in which the rightClickURL link should be opened, if one is specified.
rightClickURL — Property in class com.dwuser.ss4.core.FlashSlideshowConfigurationParameters
Specifies the URL to redirect to when the user clicks on the custom right-click menu option specified by rightClickLabel.
ringThickness — Style in class com.dwuser.ss4.ui.controls.AutoplayProgressDisplay
Specifies the thickness, in pixels, of the ring.
rollOutEffect — Effect in class mx.core.UIComponent
Played when the user rolls the mouse so it is no longer over the component.
rollOutHandler(event) — Method in class mx.controls.Button
The default handler for the MouseEvent.ROLL_OUT event.
rollOverColor — Style in class mx.controls.LinkButton
Color of a LinkButton as a user moves the mouse pointer over it.
rollOverColor — Style in class mx.controls.Tree
Color of the background when the user rolls over the link.
rollOverColor — Style in class mx.controls.listClasses.ListBase
The color of the background of a renderer when the user rolls over it.
rollOverEffect — Effect in class mx.core.UIComponent
Played when the user rolls the mouse over the component.
rollOverHandler(event) — Method in class mx.controls.Button
The default handler for the MouseEvent.ROLL_OVER event.
roomForScrollBar(bar:mx.controls.scrollClasses:ScrollBar, unscaledWidth, unscaledHeight) — Method in class mx.core.ScrollControlBase
Determines if there is enough space in this component to display a given scrollbar.
root — Property in interface mx.core.IFlexDisplayObject
The methods here would normally just be in IDisplayObject, but for backward compatibility, they have to be included directly into IFlexDisplayObject, so they are kept in this separate include file.
Rotate — Class in package com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses
[Dummy Class Only!] The Rotate effect rotates a component around a specified point.
Rotate — Class in package mx.effects
The Rotate effect rotates a component around a specified point.
Rotate() — Constructor in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.Rotate
Rotate(target) — Constructor in class mx.effects.Rotate
Constructor.
rotatedGradientMatrix(x, y, width, height, rotation) — Method in class mx.skins.ProgrammaticSkin
Utility function to create a rotated gradient matrix.
RotateInstance — Class in package mx.effects.effectClasses
The RotateInstance class implements the instance class for the Rotate effect.
RotateInstance(target) — Constructor in class mx.effects.effectClasses.RotateInstance
Constructor.
rotation — Property in interface mx.core.IFlexDisplayObject
rotationAngle — Style in class com.dwuser.ss4.ui.ImagesCoverFlow
Specifies the rotation angle, in degrees, of the out-of-focus slides.
roundedBottomCorners — Style in class mx.containers.Panel
Flag to enable rounding for the bottom two corners of the container.
RoundedRectangle — Class in package mx.graphics
RoundedRectangle represents a Rectangle with curved corners
RoundedRectangle(x, y, width, height, cornerRadius) — Constructor in class mx.graphics.RoundedRectangle
Constructor.
rounding — Property in class mx.formatters.NumberFormatter
Specifies how to round the number.
roundValue — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.AnimateProperty
If true, round off the interpolated tweened value to the nearest integer.
roundValue — Property in class mx.effects.AnimateProperty
If true, round off the interpolated tweened value to the nearest integer.
roundValue — Property in class mx.effects.effectClasses.AnimatePropertyInstance
If true, round off the interpolated tweened value to the nearest integer.
rowCount — Property in class mx.controls.listClasses.ListBase
Number of rows to be displayed.
rowHeight — Property in class mx.controls.listClasses.ListBase
The height of the rows in pixels.
rowIndex — Property in class mx.controls.listClasses.BaseListData
The index of the row of the DataGrid, List, or Tree control relative to the currently visible rows of the control, where the first row is at an index of 1.
rowIndex — Property in class mx.events.ListEvent
In the zero-based index of the row that contains the item renderer where the event occured, or for editing events, the index of the item in the data provider that is being edited.
rowInfo — Property in class mx.controls.listClasses.ListBase
An array of ListRowInfo objects that cache row heights and other tracking information for the rows in listItems.
rowMap — Property in class mx.controls.listClasses.ListBase
A hash map of item renderers to their respective ListRowInfo object.
RSL_COMPLETE — Constant static property in class mx.events.RSLEvent
Dispatched when the RSL has finished downloading.
rslCompleteHandler(event:mx.events:RSLEvent) — Method in class mx.preloaders.DownloadProgressBar
Event listener for the RSLEvent.RSL_COMPLETE event.
RSL_ERROR — Constant static property in class mx.events.RSLEvent
Dispatched when there is an error downloading the RSL.
rslErrorHandler(event:mx.events:RSLEvent) — Method in class mx.preloaders.DownloadProgressBar
Event listener for the RSLEvent.RSL_ERROR event.
RSLEvent — Class in package mx.events
The RSLEvent class represents an event object used by the DownloadProgressBar class when an RSL is being downloaded by the Preloader class.
RSLEvent(type, bubbles, cancelable, bytesLoaded, bytesTotal, rslIndex, rslTotal, url, errorText) — Constructor in class mx.events.RSLEvent
Constructor.
rslIndex — Property in class mx.events.RSLEvent
The index number of the RSL currently being downloaded.
RSL_PROGRESS — Constant static property in class mx.events.RSLEvent
Dispatched when the RSL is downloading.
rslProgressHandler(event:mx.events:RSLEvent) — Method in class mx.preloaders.DownloadProgressBar
Event listener for the RSLEvent.RSL_PROGRESS event.
rslTotal — Property in class mx.events.RSLEvent
The total number of RSLs being downloaded by the preloader
ru.etcs.utils — Package
runDataEffectNextUpdate — Property in class mx.controls.listClasses.ListBase
A flag that indicates if a data effect should be initiated the next time the display is updated.
runningDataEffect — Property in class mx.controls.listClasses.ListBase
A flag indicating if a data change effect is currently running.
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