Symbols  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
object — Property in class mx.utils.ObjectProxy
The object being proxied.
Object — Dynamic class in Top Level
The Object class is at the root of the ActionScript class hierarchy.
Object(value) — Package function in Top Level
Every value in ActionScript 3.0 is an object, which means that calling Object() on a value returns that value.
Object() — Constructor in class Object
Creates an Object object and stores a reference to the object's constructor method in the object's constructor property.
objectEncoding — Property in class flash.net.NetConnection
The object encoding (AMF version) for this NetConnection instance.
objectEncoding — Property in class flash.net.NetStream
The object encoding (AMF version) for this NetStream object.
objectEncoding — Property in class flash.net.SharedObject
The object encoding (AMF version) for this shared object.
objectEncoding — Property in class flash.net.Socket
Controls the version of AMF used when writing or reading an object.
objectEncoding — Property in class flash.net.URLStream
Controls the version of Action Message Format (AMF) used when writing or reading an object.
objectEncoding — Property in class flash.utils.ByteArray
Used to determine whether the ActionScript 3.0, ActionScript 2.0, or ActionScript 1.0 format should be used when writing to, or reading from, a ByteArray instance.
objectEncoding — Property in interface flash.utils.IDataInput
Used to determine whether the ActionScript 3.0, ActionScript 2.0, or ActionScript 1.0 format should be used when writing to, or reading binary data.
objectEncoding — Property in interface flash.utils.IDataOutput
Used to determine whether the ActionScript 3.0, ActionScript 2.0, or ActionScript 1.0 format should be used when writing to, or reading binary data.
ObjectEncoding — Final class in package flash.net
The ObjectEncoding class allows classes that serialize objects (such as NetStream, NetConnection, SharedObject, and ByteArray) to work with prior versions of ActionScript.
objectID — Static property in class flash.external.ExternalInterface
Returns the id attribute of the <object> tag in Internet Explorer, or the name attribute of the <embed> tag in Netscape.
ObjectInstance — Class in package mx.messaging.management
Client representation of an object name instance for server-side management controls.
ObjectInstance() — Constructor in class mx.messaging.management.ObjectInstance
Creates a new instance of an empty ObjectInstance.
objectName — Property in class mx.messaging.management.ObjectInstance
The object name.
ObjectName — Class in package mx.messaging.management
Client representation of the name for server-side management controls.
ObjectName() — Constructor in class mx.messaging.management.ObjectName
Creates a new instance of an empty ObjectName.
object_proxy — Statement
Defines methods of the ObjectProxy class.
ObjectProxy — Dynamic class in 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 in class mx.utils.ObjectProxy
Initializes this proxy with the specified object, id and proxy depth.
ObjectUtil — Class in package mx.utils
The ObjectUtil class is an all-static class with methods for working with Objects within Flex.
OFF — Constant static property in class mx.core.ScrollPolicy
Never show the scrollbar.
OFF — Constant static property in class mx.core.UIComponentCachePolicy
Specifies that the Flex framework should never attempt to cache the object as a bitmap.
offset(dx:Number, dy:Number) — Method in class flash.geom.Point
Offsets the Point object by the specified amount.
offset(dx:Number, dy:Number) — Method in class flash.geom.Rectangle
Adjusts the location of the Rectangle object, as determined by its top-left corner, by the specified amounts.
offset — Property in 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 in 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 in 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 in class mx.charts.effects.SeriesEffect
Specifies the amount of time, in milliseconds, that Flex delays the effect.
offset — Property in class mx.charts.effects.effectClasses.SeriesEffectInstance
Specifies the amount of time, in milliseconds, that Flex delays the effect.
offset — Property in 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 in 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 in 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 in 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 in class mx.controls.listClasses.ListBaseSeekPending
The offset from the bookmark that was the target of the seek operation.
offsetPoint(point:flash.geom:Point) — Method in class flash.geom.Rectangle
Adjusts the location of the Rectangle object using a Point object as a parameter.
offsetX — Property in class mx.graphics.BitmapFill
How far the bitmap is horizontally offset from the origin.
offsetY — Property in class mx.graphics.BitmapFill
How far the bitmap is vertically offset from the origin.
OK — Constant static property in 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 in class mx.controls.Alert
The label for the OK button.
oldHeight — Property in class mx.events.ResizeEvent
The previous height of the object, in pixels.
oldIndex — Property in class mx.events.IndexChangedEvent
The zero-based index before the change.
oldLocation — Property in 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.
oldState — Property in class mx.events.StateChangeEvent
The name of the view state that the component is exiting.
oldValue — Property in class mx.events.PropertyChangeEvent
The value of the property before the change.
oldWidth — Property in class mx.events.ResizeEvent
The previous width of the object, in pixels.
oldX — Property in class mx.events.MoveEvent
The previous x coordinate of the object, in pixels.
oldY — Property in class mx.controls.listClasses.ListRowInfo
The last Y value for the row.
oldY — Property in class mx.events.MoveEvent
The previous y coordinate of the object, in pixels.
ON — Constant static property in class mx.core.ScrollPolicy
Always show the scrollbar.
ON — Constant static property in class mx.core.UIComponentCachePolicy
Specifies that the Flex framework should always cache the object as a bitmap.
onCuePoint — Event in class flash.net.NetStream
Invoked when an embedded cue point is reached while playing an FLV file.
onEffectEnd(childEffect:mx.effects:EffectInstance) — Method in class mx.effects.effectClasses.CompositeEffectInstance
Called each time one of the child effects has finished playing.
onEffectEnd(childEffect:mx.effects:EffectInstance) — Method in class mx.effects.effectClasses.ParallelInstance
Each time a child effect of SequenceInstance or ParallelInstance finishes, Flex calls the onEffectEnd() method.
onEffectEnd(childEffect:mx.effects:EffectInstance) — Method in class mx.effects.effectClasses.SequenceInstance
Each time a child effect of SequenceInstance finishes, Flex calls the onEffectEnd() method.
onMetaData — Event in class flash.net.NetStream
Dispatched when Flash Player receives descriptive information embedded in the FLV file being played.
onMoveTweenEnd(value:Object) — Method in 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 in 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.
onPlayStatus — Event in class flash.net.NetStream
Dispatched when a NetStream object has completely played a stream.
onScaleTweenEnd(value:Object) — Method in 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 in 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 in class mx.effects.effectClasses.CompositeEffectInstance
Used internally to keep track of the value of the playheadTime property.
onTweenEnd(value:Object) — Method in 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 in class mx.effects.effectClasses.CompositeEffectInstance
Used internally to keep track of the value of the playheadTime property.
onTweenUpdate(value:Object) — Method in class mx.effects.effectClasses.TweenEffectInstance
Callback method that is called when the target should be updated by the effect.
opaqueBackground — Property in class flash.display.DisplayObject
Specifies whether the display object is opaque with a certain background color.
opaqueBackground — Property in interface mx.core.IUIComponent
Specifies whether the display object is opaque with a certain background color.
open — Event in class flash.display.LoaderInfo
Dispatched when a load operation starts.
open — Event in class flash.media.Sound
Dispatched when a load operation starts.
open — Event in class flash.net.FileReference
Dispatched when an upload or download operation starts.
open — Event in class flash.net.URLLoader
Dispatched when the download operation commences following a call to the URLLoader.load() method.
open — Event in class flash.net.URLStream
Dispatched when a load operation starts.
open — Property in class mx.charts.series.items.HLOCSeriesItem
The open value of this item converted into screen coordinates.
open — Event in class mx.controls.ColorPicker
Dispatched when the color swatch panel opens.
open() — Method in class mx.controls.ColorPicker
Displays the drop-down SwatchPanel object that shows colors that users can select.
open — Event in class mx.controls.ComboBox
Dispatched when the user clicks the drop-down button to display the drop-down list.
open() — Method in class mx.controls.ComboBox
Displays the drop-down list.
open — Event in class mx.controls.DateField
Dispatched when a user selects the field to open the drop-down list.
open() — Method in class mx.controls.DateField
Opens the DateChooser control.
open — Event in class mx.controls.PopUpButton
Dispatched when the specified UIComponent opens.
open() — Method in class mx.controls.PopUpButton
Opens the UIComponent object specified by the popUp property.
open — Event in class mx.controls.SWFLoader
Dispatched when a network operation starts.
open — Property in class mx.controls.treeClasses.TreeListData
Contains true if the node is open.
OPEN — Constant static property in class flash.events.Event
Defines the value of the type property of an open event object.
OPEN — Constant static property in class mx.events.DropdownEvent
The DropdownEvent.OPEN constant defines the value of the type property of the event object for a open event.
openAlways — Property in class mx.controls.PopUpButton
If true, specifies to pop up the popUp when you click the main button.
openDuration — Style in class mx.containers.Accordion
Duration, in milliseconds, of the animation from one child to another.
openDuration — Style in class mx.controls.ColorPicker
Length of an open transition, in milliseconds.
openDuration — Style in class mx.controls.ComboBox
Length of the transition when the drop-down list opens, in milliseconds.
openDuration — Style in class mx.controls.Menu
The duration of the menu or submenu opening transition, in milliseconds.
openDuration — Style in class mx.controls.PopUpButton
Length of an open transition, in milliseconds.
openDuration — Style in class mx.controls.Tree
Length of an open or close transition, in milliseconds.
openEasingFunction — Style in class mx.containers.Accordion
Tweening function used by the animation from one child to another.
openEasingFunction — Style in class mx.controls.ColorPicker
Easing function to control component tweening.
openEasingFunction — Style in class mx.controls.ComboBox
An easing function to control the open transition.
openEasingFunction — Style in class mx.controls.PopUpButton
Easing function to control component opening tween.
openEasingFunction — Style in class mx.controls.Tree
Easing function to control component tweening.
openField — Property in 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 in class mx.charts.series.items.HLOCSeriesItem
The open value of this item, filtered against the vertical axis of the containing chart.
opening — Property in class mx.events.TreeEvent
Used for an ITEM_OPENING type events only.
openItems — Property in class mx.controls.Tree
The items that have been opened or set opened.
openNumber — Property in class mx.charts.series.items.HLOCSeriesItem
The open value of this item, converted to a number by the vertical axis of the containing chart.
openTickLength — Style in class mx.charts.series.HLOCSeries
Specifies the length, in pixels, for the open tick mark if an opening value is specified.
openTickStroke — Style in class mx.charts.series.HLOCSeries
Specifies the stroke to use for the open tick mark if an opening value is specified.
openValue — Property in class mx.charts.series.items.HLOCSeriesItem
The open value of this item.
operation — Property in class mx.data.messages.DataMessage
Provides access to the operation/command of this DataMessage.
operation — Property in class mx.messaging.messages.CommandMessage
Provides access to the operation/command for the CommandMessage.
operation — Property in class mx.messaging.messages.RemotingMessage
Provides access to the name of the remote method/operation that should be called.
Operation — Class in package mx.rpc.remoting
An Operation used specifically by RemoteObjects.
Operation — Class in package mx.rpc.remoting.mxml
The Operation used for RemoteObject when created in an MXML document
Operation — Class in package mx.rpc.soap
An Operation used specifically by WebServices.
Operation — Class in package mx.rpc.soap.mxml
An Operation used specifically by WebServices.
Operation(remoteObject:mx.rpc:AbstractService, name:String) — Constructor in class mx.rpc.remoting.Operation
Creates a new Operation.
Operation(webService:mx.rpc:AbstractService, name:String) — Constructor in class mx.rpc.soap.Operation
Creates a new Operation.
Operation(webService:mx.rpc.soap:WebService, name:String) — Constructor in class mx.rpc.soap.mxml.Operation
operations — Property in class mx.messaging.management.MBeanInfo
The operations provided by the MBean.
operations — Property in 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_METHOD — Constant static property in class mx.messaging.messages.HTTPRequestMessage
Indicates that the method used for this request should be "options".
orientation — Property in class flash.printing.PrintJob
The image orientation for printing.
origin — Property in class mx.charts.chartClasses.PolarTransform
The origin of the polar transform.
origin — Property in class mx.charts.series.items.PieSeriesItem
The origin, relative to the PieSeries's coordinate system, of this wedge.
originalHeight — Property in class mx.printing.PrintDataGrid
The height of PrintDataGrid as set by the user.
originalObject — Property in class mx.data.Conflict
Returns the state of the original client object before its properties were changed, as known at the time of the conflict.
originX — Property in class mx.effects.Rotate
The x-position of the center point of rotation.
originX — Property in 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 in class mx.effects.effectClasses.RotateInstance
The x-position of the center point of rotation.
originX — Property in class mx.effects.effectClasses.ZoomInstance
Number that represents the x-position of the zoom origin, or registration point.
originX — Property in class mx.graphics.BitmapFill
The horizontal origin for the bitmap fill.
originY — Property in class mx.effects.Rotate
The y-position of the center point of rotation.
originY — Property in 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 in class mx.effects.effectClasses.RotateInstance
The y-position of the center point of rotation.
originY — Property in class mx.effects.effectClasses.ZoomInstance
Number that represents the y-position of the zoom origin, or registration point.
originY — Property in class mx.graphics.BitmapFill
The vertical origin for the bitmap fill.
os — Static property in class flash.system.Capabilities
Specifies the current operating system.
OTHER — Constant static property in 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 in 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 in class mx.charts.AxisRenderer
An Array of axes.
otherAxes — Property in interface mx.charts.chartClasses.IAxisRenderer
An Array of axes.
OUTER — Constant static property in class flash.filters.BitmapFilterType
Defines the setting that applies a filter to the outer area of an object.
outerRadius — Property in 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 in class mx.charts.series.items.PieSeriesItem
The distance of the outer edge of this wedge from its origin, measured in pixels.
outsideCutoff — Property in class flash.text.CSMSettings
The outside cutoff value, below which densities are set to zero.
overIcon — Style in 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 — Constant static property in class flash.display.BlendMode
Adjusts the color of each pixel based on the darkness of the background.
OVERLAY_CREATED — Constant static property in class mx.events.ChildExistenceChangedEvent
The ChildExistenceChangedEvent.OVERLAY_CREATED constant defines the value of the type property of the event object for a overlayCreated event.
override — Statement
Specifies that a method replaces an inherited method.
overrides — Property in class mx.states.State
The overrides for this view state, as an Array of objects that implement the IOverride interface.
overrides — Property in 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 in 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 in 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.
overState — Property in class flash.display.SimpleButton
Specifies a display object that is used as the visual object for the button over state — the state that the button is in when the mouse is positioned over the button.
owner — Property in class mx.controls.listClasses.BaseListData
A reference to the list object that owns this item.
owner — Property in class mx.controls.textClasses.TextRange
The control that contains the text.
owner — Property in interface mx.core.IUIComponent
Your owner is usually your parent, however If you are a popup subcomponent, your owner will be the component that popped you up.
owner — Property in class mx.core.UIComponent
The owner of this UIComponent.
owner — Property in class mx.core.UITextField
By default, set to the parent container of this object.
owns(child:flash.display:DisplayObject) — Method in interface mx.core.IUIComponent
Returns true if the chain of owner properties points from child to this UIComponent.
owns(child:flash.display:DisplayObject) — Method in class mx.core.UIComponent
Returns true if the chain of owner properties points from child to this UIComponent.
owns(child:flash.display:DisplayObject) — Method in class mx.core.UITextField
Returns true if the child is parented or owned by this object.
Symbols  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z