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  
RadioButton — Class in package mx.controls
The RadioButton control lets the user make a single choice within a set of mutually exclusive choices.
RadioButton() — Constructor in class mx.controls.RadioButton
Constructor.
RadioButtonGroup — Class in package mx.controls
The RadioButtonGroup control defines a group of RadioButton controls that act as a single mutually exclusive control; therefore, a user can select only one RadioButton control at a time.
RadioButtonGroup(document:mx.core:IFlexDisplayObject) — Constructor in class mx.controls.RadioButtonGroup
Constructor.
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.
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.
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.
red — Property in class com.yahoo.astra.utils.RGBColor
Represents the red component of a value in the 24-bit RGB color space.
RED — Constant static property in class com.yahoo.astra.utils.Color
RED — Constant static property in class com.yahoo.astra.utils.RGBColor
A constant representing the red component of the RGB colorspace.
redInput — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.AdvancedColorPickerDropDown
The textinput for the red component.
redRadio — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.AdvancedColorPickerDropDown
The radio for the red component.
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.
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.
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 class com.yahoo.astra.mx.managers.AutoCompleteManager
Clears all entries in the local history (shared object).
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(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.
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 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 — 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.
requestColor — Event in class com.yahoo.astra.mx.controls.colorPickerClasses.DefaultColorViewer
Dispatched when some sort of user interaction causes the IColorRequester to need a new color.
requestColor — Event in interface com.yahoo.astra.mx.controls.colorPickerClasses.IColorRequester
Dispatched when some sort of user interaction causes the IColorRequester to need a new color.
REQUEST_COLOR — Constant static property in class com.yahoo.astra.mx.events.ColorRequestEvent
Constant defining the event type fired when a IColorRequestor requests a new color.
requestor — Property in class mx.events.SWFBridgeRequest
The bridge that sent the message.
required — Property in class mx.containers.FormItem
If true, display an indicator that the FormItem children require user input.
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 — Constant static property in class mx.events.CollectionEventKind
Indicates that the collection has changed so drastically that a reset is required.
resetHistory — Property in class mx.core.Application
If true, the application's history state is reset to its initial state whenever the application is reloaded.
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.
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 — 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.
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.
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.
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.ComboBase
Set of characters that a user can or cannot enter into the text field.
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.
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.
RGB — Constant static property in class com.yahoo.astra.utils.ColorSpace
A constant representing the RGB colorspace.
RGBColor — Class in package com.yahoo.astra.utils
Represents a value in the standard 24-bit RGB color space.
RGBColor(red, green, blue) — Constructor in class com.yahoo.astra.utils.RGBColor
Constructor.
rgbMultiply(rgb1, rgb2) — Static method in class mx.utils.ColorUtil
Performs an RGB multiplication of two RGB colors.
RGBToCMY(rgb:com.yahoo.astra.utils:RGBColor) — Static method in class com.yahoo.astra.utils.ColorUtil
Converts an RGB color value to the CMY colorspace.
RGBToCMYK(rgb:com.yahoo.astra.utils:RGBColor) — Static method in class com.yahoo.astra.utils.ColorUtil
Converts an RGB color value to the CMYK colorspace.
RGBToHSB(rgb:com.yahoo.astra.utils:RGBColor) — Static method in class com.yahoo.astra.utils.ColorUtil
Converts an RGB color value to the HSB colorspace.
RGBTouint(rgb:com.yahoo.astra.utils:RGBColor) — Static method in class com.yahoo.astra.utils.ColorUtil
Converts an RGB color value to a standard uint color value.
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.
role — Property in class mx.accessibility.AccImpl
Accessibility Role of the component being made accessible.
ROLE_SYSTEM_ALERT — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_ANIMATION — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_APPLICATION — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_BORDER — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_BUTTONDROPDOWN — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_BUTTONDROPDOWNGRID — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_BUTTONMENU — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_CARET — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_CELL — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_CHARACTER — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_CHART — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_CHECKBUTTON — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_CLIENT — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_CLOCK — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_COLUMN — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_COLUMNHEADER — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_COMBOBOX — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_CURSOR — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_DIAGRAM — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_DIAL — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_DIALOG — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_DOCUMENT — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_DROPLIST — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_EQUATION — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_GRAPHIC — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_GRIP — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_GROUPING — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_HELPBALLOON — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_HOTKEYFIELD — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_INDICATOR — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_LINK — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_LIST — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_LISTITEM — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_MENUBAR — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_MENUITEM — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_MENUPOPUP — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_OUTLINE — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_OUTLINEITEM — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_PAGETAB — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_PAGETABLIST — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_PANE — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_PROGRESSBAR — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_PROPERTYPAGE — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_PUSHBUTTON — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_RADIOBUTTON — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_ROW — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_ROWHEADER — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_SCROLLBAR — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_SEPARATOR — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_SLIDER — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_SOUND — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_SPINBUTTON — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_STATICTEXT — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_STATUSBAR — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_TABLE — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_TEXT — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_TITLEBAR — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_TOOLBAR — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_TOOLTIP — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_WHITESPACE — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
ROLE_SYSTEM_WINDOW — Constant static property in class com.yahoo.astra.accessibility.ObjectRoles
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.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.
rotatedGradientMatrix(x, y, width, height, rotation) — Method in class mx.skins.ProgrammaticSkin
Utility function to create a rotated gradient matrix.
rotation — Property in interface mx.core.IFlexDisplayObject
roundDown(dateToRound, timeUnit) — Static method in class com.yahoo.astra.utils.DateUtil
Rounds a Date value down to the nearest value on the specified time unit.
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.
roundUp(dateToRound, timeUnit) — Static method in class com.yahoo.astra.utils.DateUtil
Rounds a Date value up to the nearest value on the specified time unit.
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
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