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  
object — Property, class mx.utils.ObjectProxy
The object being proxied.
object — Property, class spark.components.supportClasses.ViewReturnObject
The return object generated by the view that is being removed.
ObjectInstance — class, package mx.messaging.management
Client representation of an object name instance for server-side management controls.
ObjectInstance() — Constructor, class mx.messaging.management.ObjectInstance
Creates a new instance of an empty ObjectInstance.
objectName — Property, class mx.messaging.management.ObjectInstance
The object name.
ObjectName — class, package mx.messaging.management
Client representation of the name for server-side management controls.
ObjectName() — Constructor, class mx.messaging.management.ObjectName
Creates a new instance of an empty ObjectName.
ObjectProxy — Dynamic Class, package mx.utils
This class provides the ability to track changes to an item managed by this proxy.
ObjectProxy(item:Object, uid:String, proxyDepth:int) — Constructor, class mx.utils.ObjectProxy
Initializes this proxy with the specified object, id and proxy depth.
objectToString(object:Object, separator:String, encodeURL:Boolean) — Static Method , class mx.utils.URLUtil
Enumerates an object's dynamic properties (by using a for..in loop) and returns a String.
ObjectUtil — class, package mx.utils
The ObjectUtil class is an all-static class with methods for working with Objects within Flex.
OFF — Constant Static Property, class flashx.textLayout.container.ScrollPolicy
Causes the runtime to not display overflow lines, which means that the user cannot navigate to them.
OFF — Constant Static Property, class mx.core.ScrollPolicy
Never show the scrollbar.
OFF — Constant Static Property, class mx.core.UIComponentCachePolicy
Specifies that the Flex framework should never attempt to cache the object as a bitmap.
offscreenExtraColumns — Property, class mx.controls.listClasses.AdvancedListBase
The number of columns that are currently not visible.
offscreenExtraColumns — Property, class mx.controls.listClasses.ListBase
The target number of extra columns of item renderers used in the layout of the control.
offscreenExtraColumnsLeft — Property, class mx.controls.listClasses.AdvancedListBase
The number of columns on the left side of the control that are currently not visible.
offscreenExtraColumnsLeft — Property, class mx.controls.listClasses.ListBase
The number of offscreen columns currently to the left of the leftmost visible column.
offscreenExtraColumnsRight — Property, class mx.controls.listClasses.AdvancedListBase
The number of columns on the right side of the control that are currently not visible.
offscreenExtraColumnsRight — Property, class mx.controls.listClasses.ListBase
The number of offscreen columns currently to the right of the right visible column.
offscreenExtraRows — Property, class mx.controls.listClasses.AdvancedListBase
The number of extra item renderers the layout algorithm can use when constructing animations for data effects.
offscreenExtraRows — Property, class mx.controls.listClasses.ListBase
The target number of extra rows of item renderers to be used in the layout of the control.
offscreenExtraRowsBottom — Property, class mx.controls.listClasses.AdvancedListBase
The number of offscreen items currently below the bottommost visible item renderer
offscreenExtraRowsBottom — Property, class mx.controls.listClasses.ListBase
The number of offscreen rows currently below the bottom visible item renderer.
offscreenExtraRowsOrColumns — Property, class mx.controls.listClasses.ListBase
The target number of extra rows or columns of item renderers to be used in the layout of the control.
offscreenExtraRowsOrColumnsChanged — Property, class mx.controls.listClasses.ListBase
A flag indicating that the number of offscreen rows or columns may have changed.
offscreenExtraRowsTop — Property, class mx.controls.listClasses.AdvancedListBase
The number of offscreen items currently above the topmost visible renderer.
offscreenExtraRowsTop — Property, class mx.controls.listClasses.ListBase
The number of offscreen rows currently above the topmost visible row.
offset — Property, class mx.charts.chartClasses.HLOCSeriesBase
Specifies how far to offset the center of the elements from the center of the available space, relative to the category width.
offset — Property, interface mx.charts.chartClasses.IBar
Specifies how far to offset the center of the items from the center of the available space, relative the category size.
offset — Property, interface mx.charts.chartClasses.IColumn
Specifies how far to offset the center of the items from the center of the available space, relative the category size.
offset — Property, class mx.charts.effects.SeriesEffect
Specifies the amount of time, in milliseconds, that Flex delays the effect.
offset — Property, class mx.charts.effects.effectClasses.SeriesEffectInstance
Specifies the amount of time, in milliseconds, that Flex delays the effect.
offset — Property, class mx.charts.series.BarSeries
Specifies how far to offset the center of the bars from the center of the available space, relative the category width.
offset — Property, class mx.charts.series.BarSet
Specifies how far to offset the center of the bars from the center of the available space, relative the category width.
offset — Property, class mx.charts.series.ColumnSeries
Specifies how far to offset the center of the columns from the center of the available space, relative to the category width.
offset — Property, class mx.charts.series.ColumnSet
Specifies how far to offset the center of the columns from the center of the available space, relative to the category width.
offset — Property, class mx.controls.listClasses.ListBaseSeekPending
The offset from the bookmark that was the target of the seek operation.
offsetX — Property, class mx.graphics.BitmapFill
How far the bitmap is horizontally offset from the origin.
offsetY — Property, class mx.graphics.BitmapFill
How far the bitmap is vertically offset from the origin.
OK — Constant Static Property, class mx.controls.Alert
Value that enables an OK button on the Alert control when passed as the flags parameter of the show() method.
okLabel — Static Property, class mx.controls.Alert
The label for the OK button.
OLAPAttribute — class, package mx.olap
The OLAPAttribute class represents a single attribute of an OLAPDimension.
OLAPAttribute(name:String, displayName:String) — Constructor, class mx.olap.OLAPAttribute
Constructor.
OLAPAxisPosition — class, package mx.olap
The OLAPAxisPosition class represents a position along the axis of the result of an OLAP query result.
OLAPAxisPosition() — Constructor, class mx.olap.OLAPAxisPosition
Constructor
OLAPCell — class, package mx.olap
The OLAPCell class represents a cell in an OLAPResult instance.
OLAPCell(value:Number, formattedValue:String) — Constructor, class mx.olap.OLAPCell
Constructor
OLAPCube — class, package mx.olap
The OLAPCube class represents an OLAP cube.
OLAPCube(name:String) — Constructor, class mx.olap.OLAPCube
Constructor.
OLAPDataGrid — class, package mx.controls
The OLAPDataGrid control expands on the functionality of the AdvancedDataGrid control to add support for the display of the results of OLAP queries.
OLAPDataGrid() — Constructor, class mx.controls.OLAPDataGrid
Constructor.
OLAPDataGridGroupRenderer — class, package mx.controls.olapDataGridClasses
The OLAPDataGridGroupRenderer class defines the default item renderer for a group renderer for the OLAPDataGrid control.
OLAPDataGridGroupRenderer() — Constructor, class mx.controls.olapDataGridClasses.OLAPDataGridGroupRenderer
Constructor.
OLAPDataGridHeaderRendererProvider — class, package mx.controls.olapDataGridClasses
The OLAPDataGridHeaderRendererProvider class lets you specify a custom header renderer for the columns in the OLAPDataGrid control.
OLAPDataGridItemRendererProvider — class, package mx.controls.olapDataGridClasses
An OLAPDataGridItemRendererProvider instance lets you specify a formatter for the items in the OLAPDataGrid control.
OLAPDataGridRendererProvider — class, package mx.controls.olapDataGridClasses
The OLAPDataGridRendererProvider class defines the base class for assigning item renderers used by the OLAPDataGrid control.
OLAPDimension — class, package mx.olap
The OLAPDimension class represents a dimension of an OLAP cube.
OLAPDimension(name:String, displayName:String) — Constructor, class mx.olap.OLAPDimension
Constructor
OLAP_DIMENSION — Constant Static Property, class mx.controls.OLAPDataGrid
A constant that corresponds to a member of an axis.
OLAPElement — class, package mx.olap
The OLAPElement class defines a base interface that provides common properties for all OLAP elements.
OLAPElement(name:String, displayName:String) — Constructor, class mx.olap.OLAPElement
Constructor
OLAPHierarchy — class, package mx.olap
The OLAPHierarchy class represents a hierarchy of the schema of an OLAP cube.
OLAPHierarchy(name:String, displayName:String) — Constructor, class mx.olap.OLAPHierarchy
Constructor
OLAP_HIERARCHY — Constant Static Property, class mx.controls.OLAPDataGrid
A constant that corresponds to a member of an axis.
OLAPLevel — class, package mx.olap
The OLAPLevel class represents a level in an OLAP cube.
OLAPLevel(name:String, displayName:String) — Constructor, class mx.olap.OLAPLevel
Constructor
OLAP_LEVEL — Constant Static Property, class mx.controls.OLAPDataGrid
A constant that corresponds to a level of an axis.
OLAPMeasure — class, package mx.olap
The OLAPMeasure class represents a member of the measure dimension of an OLAP cube.
OLAPMeasure(name:String, displayName:String) — Constructor, class mx.olap.OLAPMeasure
Constructor.
OLAPMember — class, package mx.olap
The OLAPMember class represents a member of an OLAP dimension.
OLAPMember(name:String, displayName:String) — Constructor, class mx.olap.OLAPMember
Constructor
OLAP_MEMBER — Constant Static Property, class mx.controls.OLAPDataGrid
A constant that corresponds to a member of an axis.
OLAPQuery — class, package mx.olap
The OLAPQuery interface represents an OLAP query that is executed on an IOLAPCube.
OLAPQueryAxis — class, package mx.olap
The OLAPQueryAxis interface represents an axis of an OLAP query.
OLAPQueryAxis(ordinal:int) — Constructor, class mx.olap.OLAPQueryAxis
Constructor
OLAPResult — class, package mx.olap
The OLAPResult class represents the result of a query on an OLAP cube.
OLAPResultAxis — class, package mx.olap
The OLAPResultAxis class represents an axis of the result of an OLAP query.
OLAPSchema — class, package mx.olap
The OLAPSchema class represents an OLAP cube or cubes.
OLAPSet — class, package mx.olap
The OLAPSet class represents a set, which is used to configure the axis of an OLAP query.
OLAPSet() — Constructor, class mx.olap.OLAPSet
Constructor
OLAPTrace — class, package mx.olap
The OLAPTrace class controls the generation of trace information generated by the OLAP classes and written to the log file.
OLAPTuple — class, package mx.olap
The OLAPTuple class reprsents a tuple expression pointing to an OLAP cube cell.
OLAPTuple() — Constructor, class mx.olap.OLAPTuple
Constructor
oldColumnIndex — Property, class spark.events.GridCaretEvent
The zero-based index of the column of the caret position before it was changed.
oldHeight — Property, class mx.events.ResizeEvent
The previous height of the object, in pixels.
oldIndex — Property, class mx.events.IndexChangedEvent
The zero-based index before the change.
oldIndex — Property, class spark.events.IndexChangeEvent
The zero-based index before the change.
oldInteractiveObjects — Property, class flashx.textLayout.container.ContainerController
oldLocation — Property, class mx.events.CollectionEvent
When the kind value is CollectionEventKind.MOVE, this property is the zero-based index in the target collection of the previous location of the item(s) specified by the items property.
oldRowIndex — Property, class spark.events.GridCaretEvent
The zero-based index of the row of the caret position before it was changed.
oldSortFields — Property, class spark.events.GridSortEvent
The array of ISortFields for the last sort.
oldState — Property, class mx.events.StateChangeEvent
The name of the view state that the component is exiting.
oldTestLineVisible(wmode:String, x:int, y:int, w:int, h:int) — method, class flashx.textLayout.compose.TextFlowLine
oldValue — Property, class mx.events.PropertyChangeEvent
The value of the property before the change.
oldWidth — Property, class mx.events.ResizeEvent
The previous width of the object, in pixels.
oldX — Property, class mx.events.MoveEvent
The previous x coordinate of the object, in pixels.
oldY — Property, class mx.controls.listClasses.ListRowInfo
The last Y value for the row.
oldY — Property, class mx.events.MoveEvent
The previous y coordinate of the object, in pixels.
OLIVE — Constant Static Property, class flashx.textLayout.formats.ColorName
ON — Constant Static Property, class flashx.textLayout.container.ScrollPolicy
Specifies that scrolling is available to access content that exceeds the container's dimension.
ON — Constant Static Property, class mx.core.ScrollPolicy
Always show the scrollbar.
ON — Constant Static Property, class mx.core.UIComponentCachePolicy
Specifies that the Flex framework should always cache the object as a bitmap.
OnDemandEventDispatcher — class, package mx.utils
OnDemandEventDispatcher serves as a base class for classes that dispatch events but expect listeners to be infrequent.
OnDemandEventDispatcher() — Constructor, class mx.utils.OnDemandEventDispatcher
Constructor.
onEffectEnd(childEffect:mx.effects:IEffectInstance) — method, class mx.effects.effectClasses.CompositeEffectInstance
Called each time one of the child effects has finished playing.
onEffectEnd(childEffect:mx.effects:IEffectInstance) — method, class mx.effects.effectClasses.ParallelInstance
Each time a child effect of SequenceInstance or ParallelInstance finishes, Flex calls the onEffectEnd() method.
onEffectEnd(childEffect:mx.effects:IEffectInstance) — method, class mx.effects.effectClasses.SequenceInstance
Each time a child effect of SequenceInstance finishes, Flex calls the onEffectEnd() method.
ONLY — Constant Static Property, class flashx.textLayout.compose.TextFlowLineLocation
Specifies both the first and last lines in a paragraph.
onMoveTweenEnd(value:Object) — method, class mx.effects.effectClasses.MaskEffectInstance
Callback method that is called when the x and y position of the mask should be updated by the effect for the last time.
onMoveTweenUpdate(value:Object) — method, class mx.effects.effectClasses.MaskEffectInstance
Callback method that is called when the x and y position of the mask should be updated by the effect.
onScaleTweenEnd(value:Object) — method, class mx.effects.effectClasses.MaskEffectInstance
Callback method that is called when the scaleX and scaleY properties of the mask should be updated by the effect for the last time.
onScaleTweenUpdate(value:Object) — method, class mx.effects.effectClasses.MaskEffectInstance
Callback method that is called when the scaleX and scaleY properties of the mask should be updated by the effect.
onTweenEnd(value:Object) — method, class mx.effects.effectClasses.TweenEffectInstance
Callback method that is called when the target should be updated by the effect for the last time.
onTweenUpdate(value:Object) — method, class mx.effects.effectClasses.TweenEffectInstance
Callback method that is called when the target should be updated by the effect.
opaqueBackground — Property, class mx.containers.utilityClasses.PostScaleAdapter
opaqueBackground — Property, interface mx.core.IFlexDisplayObject
open — Property, class mx.charts.series.items.HLOCSeriesItem
The open value of this item converted into screen coordinates.
open — Event, class mx.controls.ColorPicker
Dispatched when the color swatch panel opens.
open() — method, class mx.controls.ColorPicker
Displays the drop-down SwatchPanel object that shows colors that users can select.
open — Event, class mx.controls.ComboBox
Dispatched when the user clicks the drop-down button to display the drop-down list.
open() — method, class mx.controls.ComboBox
Displays the drop-down list.
open — Event, class mx.controls.DateField
Dispatched when a user selects the field to open the drop-down list.
open() — method, class mx.controls.DateField
Opens the DateChooser control.
open — Event, class mx.controls.PopUpButton
Dispatched when the specified UIComponent opens.
open() — method, class mx.controls.PopUpButton
Opens the UIComponent object specified by the popUp property.
open — Event, class mx.controls.SWFLoader
Dispatched when a network operation starts.
open — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridListData
Contains true if the item is open and it has children.
open — Property, class mx.controls.treeClasses.TreeListData
Contains true if the node is open.
open(openWindowActive:Boolean) — method, class mx.core.Window
Creates the underlying NativeWindow and opens it.
openSkin — Skin State, class spark.components.mediaClasses.VolumeBar
Open state of the drop-down slider.
openSkin — Skin State, class spark.components.supportClasses.DropDownListBase
Skin state for the open state of the DropDownListBase control.
open — Event, class spark.components.CalloutButton
Dispatched when the user clicks the open button to display the callout.
open — Event, class spark.components.SkinnablePopUpContainer
Dispatched by the container when it's opened and ready for user interaction.
open(owner:flash.display:DisplayObjectContainer, modal:Boolean) — method, class spark.components.SkinnablePopUpContainer
Opens the container as a pop-up, and switches the skin state from closed to normal.
open(openWindowActive:Boolean) — method, class spark.components.Window
Creates the underlying NativeWindow and opens it.
open — Event, class spark.components.mediaClasses.VolumeBar
Dispatched when the user mouses over the drop-down slider to display it.
open — Event, class spark.components.supportClasses.DropDownListBase
Dispatched when the user clicks the anchor button to display the drop-down list.
OPEN — Constant Static Property, class mx.events.DropdownEvent
The DropdownEvent.OPEN constant defines the value of the type property of the event object for a open event.
OPEN — Constant Static Property, class spark.events.DropDownEvent
The DropDownEvent.OPEN constant defines the value of the type property of the event object for a open event.
OPEN — Constant Static Property, class spark.events.PopUpEvent
The PopUpEvent.OPEN constant defines the value of the type property of the PopUpEvent object for an open event.
openAlways — Property, class mx.controls.PopUpButton
If true, specifies to pop up the popUp when you click the main button.
openButton — Skin Part, class spark.components.supportClasses.DropDownListBase
A skin part that defines the anchor button.
A skin part that defines the anchor button.
openButton — Property, class spark.components.supportClasses.DropDownController
A reference to the openButton skin part of the drop-down component.
openButton — Property, class spark.skins.spark.ComboBoxSkin
openButton — Property, class spark.skins.spark.DropDownListSkin
openDropDown() — method, class spark.components.CalloutButton
Initializes the dropDown and changes the skin state to open.
openDropDown() — method, class spark.components.mediaClasses.VolumeBar
Opens the drop-down slider.
openDropDown() — method, class spark.components.supportClasses.DropDownController
Open the drop down and dispatch a DropdownEvent.OPEN event.
openDropDown() — method, class spark.components.supportClasses.DropDownListBase
Open the drop-down list and dispatch a DropdownEvent.OPEN event.
openDuration — Style, class mx.containers.Accordion
Duration, in milliseconds, of the animation from one child to another.
openDuration — Style, class mx.controls.Menu
The duration of the menu or submenu opening transition, in milliseconds.
openDuration — Style, class mx.controls.AdvancedDataGrid
Length of an open or close transition for the navigation tree, in milliseconds.
openDuration — Style, class mx.controls.PopUpButton
Length of an open transition, in milliseconds.
openDuration — Style, class mx.controls.ComboBox
Length of the transition when the drop-down list opens, in milliseconds.
openDuration — Style, class mx.controls.Tree
Length of an open or close transition, in milliseconds.
openDuration — Style, class mx.controls.ColorPicker
Length of an open transition, in milliseconds.
openEasingFunction — Style, class mx.containers.Accordion
Tweening function used by the animation from one child to another.
openEasingFunction — Style, class mx.controls.AdvancedDataGrid
Easing function to control component tweening.
openEasingFunction — Style, class mx.controls.PopUpButton
Easing function to control component opening tween.
openEasingFunction — Style, class mx.controls.ComboBox
An easing function to control the open transition.
openEasingFunction — Style, class mx.controls.Tree
Easing function to control component tweening.
openEasingFunction — Style, class mx.controls.ColorPicker
Easing function to control component tweening.
openField — Property, class mx.charts.chartClasses.HLOCSeriesBase
Specifies the field of the data provider that determines the y-axis location of the opening value of the element.
openFilter — Property, class mx.charts.series.items.HLOCSeriesItem
The open value of this item, filtered against the vertical axis of the containing chart.
opening — Property, class mx.events.AdvancedDataGridEvent
Indicates whether the item is opening true, or closing false.
opening — Property, class mx.events.TreeEvent
Used for an ITEM_OPENING type events only.
openItems — Property, class mx.controls.Tree
The items that have been opened or set opened.
openNode(node:Object) — method, class mx.collections.HierarchicalCollectionView
Opens a node to display its children.
openNode(node:Object) — method, interface mx.collections.IHierarchicalCollectionView
Opens a node to display its children.
openNodes — Property, class mx.collections.HierarchicalCollectionView
An Array of Objects containing the data provider element for all the open branch nodes of the data.
openNodes — Property, interface mx.collections.IHierarchicalCollectionView
An Array of Objects containing the data provider element for all the open branch nodes of the data.
openNumber — Property, class mx.charts.series.items.HLOCSeriesItem
The open value of this item, converted to a number by the vertical axis of the containing chart.
openOnInput — Property, class spark.components.ComboBox
If true, the drop-down list opens when the user edits the prompt area.
openPaths — Property, class mx.controls.FileSystemTree
An Array of nativePath Strings for the File items representing the open subdirectories.
openStreamingConnection(appendToURL:String) — method, class mx.messaging.channels.StreamingConnectionHandler
Used by the streaming channels to set up the streaming connection if necessary and issue the open request to the server.
openSubdirectory(nativePath:String) — method, class mx.controls.FileSystemTree
Opens a subdirectory specified by a native file system path.
openTickLength — Style, class mx.charts.series.HLOCSeries
Specifies the length, in pixels, for the open tick mark if an opening value is specified.
openTickStroke — Style, class mx.charts.series.HLOCSeries
Specifies the stroke to use for the open tick mark if an opening value is specified.
openValue — Property, class mx.charts.series.items.HLOCSeriesItem
The open value of this item.
operation — Property, class flashx.textLayout.events.FlowOperationEvent
The operation that is about to begin or has just ended.
operation — Property, class flashx.textLayout.operations.RedoOperation
The operation to redo.
operation — Property, class flashx.textLayout.operations.UndoOperation
The operation to undo.
operation — Property, class mx.collections.SummaryField
The function that should be performed on the children.
operation — Property, class mx.messaging.messages.CommandMessage
Provides access to the operation/command for the CommandMessage.
operation — Property, class mx.messaging.messages.RemotingMessage
Provides access to the name of the remote method/operation that should be called.
operation — Property, class spark.events.TextOperationEvent
The FlowOperation object representing the editing operation being performed on the text by the user.
Operation — class, package mx.rpc.http
An Operation used specifically by an HTTPMultiService.
Operation — class, package mx.rpc.remoting
An Operation used specifically by RemoteObjects.
Operation — class, package mx.rpc.remoting.mxml
The Operation used for RemoteObject when created in an MXML document.
Operation — class, package mx.rpc.soap
An Operation used specifically by WebServices.
Operation — class, package mx.rpc.soap.mxml
An Operation used specifically by WebServices.
Operation(service:mx.rpc.http:HTTPMultiService, name:String) — Constructor, class mx.rpc.http.Operation
Creates a new Operation.
Operation(remoteObject:mx.rpc:AbstractService, name:String) — Constructor, class mx.rpc.remoting.Operation
Creates a new Operation.
Operation(webService:mx.rpc:AbstractService, name:String) — Constructor, class mx.rpc.soap.Operation
Creates a new Operation.
Operation(webService:mx.rpc.soap:WebService, name:String) — Constructor, class mx.rpc.soap.mxml.Operation
Creates a new Operation.
operationList — Property, class mx.rpc.http.HTTPMultiService
This serves as the default property for this instance so that we can define a set of operations as direct children of the HTTPMultiService tag in MXML.
operationManager — Property, class mx.rpc.AbstractInvoker
This property is set usually by framework code which wants to modify the behavior of a service invocation without modifying the way in which the service is called externally.
operations — Property, class flashx.textLayout.operations.CompositeOperation
An array containing the operations grouped by this composite operation.
operations — Property, class mx.messaging.management.MBeanInfo
The operations provided by the MBean.
operations — Property, class mx.rpc.AbstractService
The Operations array is usually only set by the MXML compiler if you create a service using an MXML tag.
options — Property, class flashx.textLayout.operations.InsertInlineGraphicOperation
Controls the placement of the graphic relative to the text.
options — Property, class flashx.textLayout.operations.ModifyInlineGraphicOperation
options are not supported
OPTIONS_METHOD — Constant Static Property, class mx.messaging.messages.HTTPRequestMessage
Indicates that the method used for this request should be "options".
orderedHeadersList — Property, class mx.controls.AdvancedDataGridBaseEx
An ordered list of AdvancedDataGridHeaderInfo instances that correspond to the visible column headers.
OrderedObject — Dynamic Class, package mx.utils
OrderedObject acts as a wrapper to Object to preserve the ordering of the properties as they are added.
OrderedObject(item:Object) — Constructor, class mx.utils.OrderedObject
Constructor.
orderInBackOf(window:mx.core:IWindow) — method, class mx.core.Window
Orders the window just behind another.
orderInBackOf(window:mx.core:IWindow) — method, class mx.core.WindowedApplication
Orders the window just behind another.
orderInBackOf(window:mx.core:IWindow) — method, class spark.components.Window
Orders the window just behind another.
orderInBackOf(window:mx.core:IWindow) — method, class spark.components.WindowedApplication
Orders the window just behind another.
orderInFrontOf(window:mx.core:IWindow) — method, class mx.core.Window
Orders the window just in front of another.
orderInFrontOf(window:mx.core:IWindow) — method, class mx.core.WindowedApplication
Orders the window just in front of another.
orderInFrontOf(window:mx.core:IWindow) — method, class spark.components.Window
Orders the window just in front of another.
orderInFrontOf(window:mx.core:IWindow) — method, class spark.components.WindowedApplication
Orders the window just in front of another.
orderToBack() — method, class mx.core.Window
Orders the window behind all others in the same application.
orderToBack() — method, class mx.core.WindowedApplication
Orders the window behind all others in the same application.
orderToBack() — method, class spark.components.Window
Orders the window behind all others in the same application.
orderToBack() — method, class spark.components.WindowedApplication
Orders the window behind all others in the same application.
orderToFront() — method, class mx.core.Window
Orders the window in front of all others in the same application.
orderToFront() — method, class mx.core.WindowedApplication
Orders the window in front of all others in the same application.
orderToFront() — method, class spark.components.Window
Orders the window in front of all others in the same application.
orderToFront() — method, class spark.components.WindowedApplication
Orders the window in front of all others in the same application.
orientation — Property, class spark.components.TileGroup
Specifies whether elements are arranged row by row or column by column.
orientation — Property, class spark.layouts.TileLayout
Specifies whether elements are arranged row by row or column by column.
origin — Property, class mx.charts.chartClasses.PolarTransform
The origin of the polar transform.
origin — Property, class mx.charts.series.items.PieSeriesItem
The origin, relative to the PieSeries's coordinate system, of this wedge.
originalEvent — Property, class flashx.textLayout.events.FlowElementMouseEvent
The original mouse event generated by the mouse activity.
originalHandlerFunction — Property, class mx.states.SetEventHandler
The handler function to remove prior to applying our override.
originalHeight — Property, class mx.printing.PrintAdvancedDataGrid
The height of the PrintAdvancedDataGrid as set by the user.
originalHeight — Property, class mx.printing.PrintDataGrid
The height of PrintDataGrid as set by the user.
originalHeight — Property, class mx.printing.PrintOLAPDataGrid
The height of the PrintOLAPDataGrid as set by the user.
originalSelectionState — Property, class flashx.textLayout.operations.FlowTextOperation
The selection state at the start of the operation.
originatingMessageSentTime — Property, class mx.messaging.messages.MessagePerformanceUtils
Only populated in the case of a pushed message, timestamp in milliseconds since epoch of when the client that caused a push message sent its message.
originatingMessageSize — Property, class mx.messaging.messages.MessagePerformanceUtils
Only populated in the case of a pushed message, size in Bytes of the message that originally caused this pushed message.
originX — Property, class mx.effects.Rotate
The x-position of the center point of rotation.
originX — Property, class mx.effects.Zoom
Number that represents the x-position of the zoom origin when the effect target is in a container that supports absolute positioning, such as the Canvas container.
originX — Property, class mx.effects.effectClasses.RotateInstance
The x-position of the center point of rotation.
originX — Property, class mx.effects.effectClasses.ZoomInstance
Number that represents the x-position of the zoom origin, or registration point.
originX — Property, class mx.graphics.BitmapFill
The horizontal origin for the bitmap fill.
originY — Property, class mx.effects.Rotate
The y-position of the center point of rotation.
originY — Property, class mx.effects.Zoom
Number that represents the y-position of the zoom origin when the effect target is in a container that supports absolute positioning, such as the Canvas container.
originY — Property, class mx.effects.effectClasses.RotateInstance
The y-position of the center point of rotation.
originY — Property, class mx.effects.effectClasses.ZoomInstance
Number that represents the y-position of the zoom origin, or registration point.
originY — Property, class mx.graphics.BitmapFill
The vertical origin for the bitmap fill.
OTHER — Constant Static Property, class mx.events.AdvancedDataGridEventReason
Specifies that the list control lost focus, was scrolled, or is somehow in a state where editing is not allowed.
OTHER — Constant Static Property, class mx.events.DataGridEventReason
Specifies that the list control lost focus, was scrolled, or is somehow in a state where editing is not allowed.
OTHER — Constant Static Property, class mx.events.ListEventReason
Specifies that the list control lost focus, was scrolled, or is somehow in a state where editing is not allowed.
otherAxes — Property, class mx.charts.AxisRenderer
An Array of axes.
otherAxes — Property, interface mx.charts.chartClasses.IAxisRenderer
An Array of axes.
OUT — Constant Static Property, class spark.effects.easing.EasingFraction
Specifies that the easing instance spends the entire animation easing out.
outerRadius — Property, class mx.charts.series.PieSeries
The percentage of the total space available to the PieSeries to use when rendering the contents of the series.
outerRadius — Property, class mx.charts.series.items.PieSeriesItem
The distance of the outer edge of this wedge from its origin, measured in pixels.
OUTSIDE — Constant Static Property, class flashx.textLayout.formats.ListStylePosition
Marker will appear in the margin of the list.
overSkin — Skin State, class spark.components.supportClasses.ButtonBase
Over State of the Button
OVER — Constant Static Property, class spark.components.supportClasses.InteractionState
The component should be in the over state.
overAndSelectedSkin — Skin State, class spark.components.supportClasses.ToggleButtonBase
Over State of the Button when it's selected
overflowPolicy — Property, class flashx.textLayout.elements.Configuration
Policy used for deciding whether the last line of a container fits in the container, or whether it overflows.
overflowPolicy — Property, interface flashx.textLayout.elements.IConfiguration
Policy used for deciding whether the last line of a container fits in the container, or whether it overflows.
OverflowPolicy — final class, package flashx.textLayout.elements
The OverflowPolicy class defines a set of constants for the overflowPolicy property of the IConfiguration class.
overIcon — Style, class mx.controls.Button
Name of the class to use as the icon when the button is not selected and the mouse is over the control.
overlay — Property, class spark.components.supportClasses.GroupBase
The overlay plane for this group.
overlayControls — Property, class spark.components.View
By default, the TabBar and ActionBar controls of a mobile application define an area that cannot be used by the views of an application.
OVERLAY_CREATED — Constant Static Property, class mx.events.ChildExistenceChangedEvent
The ChildExistenceChangedEvent.OVERLAY_CREATED constant defines the value of the type property of the event object for a overlayCreated event.
OverlayDepth — final class, package spark.components.supportClasses
The OverlayDepth class defines the default depth values for various overlay elements used by Flex.
OverrideBase — class, package mx.states
The OverrideBase class is the base class for the override classes used by view states.
OverrideBase() — Constructor, class mx.states.OverrideBase
Constructor.
overrides — Property, class mx.states.State
The overrides for this view state, as an Array of objects that implement the IOverride interface.
overrides — Property, class mx.styles.CSSStyleDeclaration
If the setStyle() method is called on a UIComponent or CSSStyleDeclaration at run time, this object stores the name/value pairs that were set; they override the name/value pairs in the objects produced by the methods specified by the defaultFactory and factory properties.
overSkin — Style, class mx.controls.Button
Name of the class to use as the skin for the background and border when the button is not selected and the mouse is over the control.
overSkin — Style, class mx.controls.ComboBase
Name of the class to use as the skin for the background and border when the mouse is over the control.
overwriteMode — Static Property, class flashx.textLayout.edit.EditManager
Indicates whether overwrite mode is on or off.
overwriteText(text:String, operationState:flashx.textLayout.edit:SelectionState) — method, class flashx.textLayout.edit.EditManager
Overwrites the selected text.
overwriteText(text:String, operationState:flashx.textLayout.edit:SelectionState) — method, interface flashx.textLayout.edit.IEditManager
Overwrites the selected text.
owner — Property, class mx.containers.utilityClasses.PostScaleAdapter
owner — Property, class mx.controls.listClasses.BaseListData
A reference to the list object that owns this item.
owner — Property, class mx.controls.textClasses.TextRange
The control that contains the text.
owner — Property, interface mx.core.IUIComponent
The owner of this IVisualElement object.
owner — Property, interface mx.core.IVisualElement
The owner of this IVisualElement object.
owner — Property, class mx.core.UIComponent
The owner of this IVisualElement object.
owner — Property, class mx.core.UIFTETextField
By default, set to the parent container of this object.
owner — Property, class mx.core.UITextField
By default, set to the parent container of this object.
owner — Property, class spark.core.SpriteVisualElement
The owner of this IVisualElement object.
owner — Property, class spark.primitives.supportClasses.GraphicElement
The owner of this IVisualElement object.
owns(displayObject:flash.display:DisplayObject) — method, class mx.containers.utilityClasses.PostScaleAdapter
owns(displayObject:flash.display:DisplayObject) — method, interface mx.core.IUIComponent
Returns true if the chain of owner properties points from child to this UIComponent.
owns(child:flash.display:DisplayObject) — method, class mx.core.UIComponent
Returns true if the chain of owner properties points from child to this UIComponent.
owns(child:flash.display:DisplayObject) — method, class mx.core.UIFTETextField
Returns true if the child is parented or owned by this object.
owns(child:flash.display:DisplayObject) — method, class mx.core.UITextField
Returns true if the child is parented or owned by this object.
OWNS_SHARED_OBJECT — Constant Static Property, class spark.core.DisplayObjectSharingMode
IGraphicElement owns a DisplayObject that is also assigned to some other IGraphicElement by the parent Group container.
OWNS_UNSHARED_OBJECT — Constant Static Property, class spark.core.DisplayObjectSharingMode
IGraphicElement owns a DisplayObject exclusively.
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