| 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 | |
| O — Constant Static Property, class flash.ui.Keyboard | |
| Constant associated with the key code value for the O key (79). | |
| object — Property, class flash.sampler.NewObjectSample | |
| The NewObjectSample object if it still exists. | |
| object — Property, class mx.utils.ObjectProxy | |
| The object being proxied. | |
| Object — Dynamic Class, Top Level | |
| The Object class is at the root of the ActionScript runtime class hierarchy. | |
| Object(value:Object) — Package Function, Top Level | |
| Every value in ActionScript 3.0 is an object, which means that calling Object() on a value returns that value. | |
| Object() — Constructor, class Object | |
| Creates an Object object and stores a reference to the object's constructor method in the object's constructor property. | |
| OBJECT — Constant Static Property, class mx.data.Conflict | |
| Conflict mode constant representing object level conflict detection. | |
| objectEncoding — Property, class flash.filesystem.FileStream | |
| Specifies whether the AMF3 or AMF0 format is used when writing or reading binary data by using the readObject() or writeObject() method. | |
| objectEncoding — Property, class flash.net.NetConnection | |
| The object encoding for this NetConnection instance. | |
| objectEncoding — Property, class flash.net.NetStream | |
| The object encoding (AMF version) for this NetStream object. | |
| objectEncoding — Property, class flash.net.SharedObject | |
| The object encoding (AMF version) for this shared object. | |
| objectEncoding — Property, class flash.net.Socket | |
| Controls the version of AMF used when writing or reading an object. | |
| objectEncoding — Property, class flash.net.URLStream | |
| Controls the version of Action Message Format (AMF) used when writing or reading an object. | |
| objectEncoding — Property, 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, interface flash.utils.IDataInput | |
| Used to determine whether the AMF3 or AMF0 format is used when writing or reading binary data using the readObject() method. | |
| objectEncoding — Property, interface flash.utils.IDataOutput | |
| Used to determine whether the AMF3 or AMF0 format is used when writing or reading binary data using the writeObject() method. | |
| ObjectEncoding — final class, package flash.net | |
| The ObjectEncoding class is used in defining serialization settings in classes that serialize objects (such as FileStream, NetStream, NetConnection, SharedObject, and ByteArray) to work with prior versions of ActionScript. | |
| objectID — Static Property, 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, 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. | |
| OBJECT_NOT_FOUND — Constant Static Property, class mx.automation.AutomationError | |
| Defines the code for the error when an object is not found by the Flex automation mechanism. | |
| OBJECT_NOT_UNIQUE — Constant Static Property, class mx.automation.AutomationError | |
| Defines the code for the error when the Flex automation mechanism detects that an object has the same identification parameters as another object. | |
| OBJECT_NOT_VISIBLE — Constant Static Property, class mx.automation.AutomationError | |
| Defines the code for the error when an object used by the Flex automation mechanism is not visible. | |
| object_proxy — Statement | |
| Defines methods of the ObjectProxy class. | |
| 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. | |
| objectReplicationEnabled — Property, class flash.net.GroupSpecifier | |
| Specifies whether object replication is enabled for the NetGroup. | |
| objectReplicationReceiveBytesPerSecond — Property, class flash.net.NetGroupInfo | |
| Specifies the rate at which the local node is receiving objects from peers via the Object Replication system, in bytes per second. | |
| objectReplicationSendBytesPerSecond — Property, class flash.net.NetGroupInfo | |
| Specifies the rate at which objects are being copied from the local node to peers by the Object Replication system, in bytes per second. | |
| 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 flash.display.ColorCorrection | |
| Turns off color correction regardless of the player host environment. | |
| OFF — Constant Static Property, class flash.text.engine.Kerning | |
| Used to indicate kerning is disabled. | |
| 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. | |
| offlineLeaseEndDate — Property, class flash.net.drm.DRMVoucher | |
| The date and time at which this voucher expires for offline playback. | |
| offlineLeasePeriod — Property, class flash.events.DRMStatusEvent | |
| The remaining number of days that content can be viewed offline. | |
| offlineLeaseStartDate — Property, class flash.net.drm.DRMVoucher | |
| The date and time at which this voucher becomes valid for offline playback. | |
| 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(dx:Number, dy:Number) — method, class flash.geom.Point | |
| Offsets the Point object by the specified amount. | |
| offset(dx:Number, dy:Number) — method, class flash.geom.Rectangle | |
| Adjusts the location of the Rectangle object, as determined by its top-left corner, by the specified amounts. | |
| offset — Property, class flash.net.NetStreamPlayOptions | |
| The time in seconds in the stream playback at which the switch to a new stream should be made. | |
| 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. | |
| offsetPoint(point:flash.geom:Point) — method, class flash.geom.Rectangle | |
| Adjusts the location of the Rectangle object using a Point object as a parameter. | |
| offsetX — Property, class flash.events.TransformGestureEvent | |
| The horizontal translation of the display object, since the previous gesture event. | |
| offsetX — Property, class mx.graphics.BitmapFill | |
| How far the bitmap is horizontally offset from the origin. | |
| offsetY — Property, class flash.events.TransformGestureEvent | |
| The vertical translation of the display object, since the previous gesture event. | |
| 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. | |
| OLAPDataGridAutomationImpl — class, package mx.automation.delegates.advancedDataGrid | |
| Defines methods and properties required to perform instrumentation for the OLAPDataGrid control. | |
| OLAPDataGridAutomationImpl(obj:mx.controls:OLAPDataGrid) — Constructor, class mx.automation.delegates.advancedDataGrid.OLAPDataGridAutomationImpl | |
| 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. | |
| OLAPDataGridGroupRendererAutomationImpl — class, package mx.automation.delegates.advancedDataGrid | |
| Defines methods and properties required to perform instrumentation for the OLAPDataGridGroupRenderer class. | |
| OLAPDataGridGroupRendererAutomationImpl(obj:mx.controls.olapDataGridClasses:OLAPDataGridGroupRenderer) — Constructor, class mx.automation.delegates.advancedDataGrid.OLAPDataGridGroupRendererAutomationImpl | |
| 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 | |
| OL_CHIKI — Constant Static Property, class flash.globalization.NationalDigitsType | |
| Represents the Unicode value for the zero digit of the Ol Chiki digit set. | |
| oldColumnIndex — Property, class mx.automation.events.AdvancedDataGridHeaderShiftEvent | |
| The zero-based index before the change. | |
| 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. | |
| 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. | |
| oldState — Property, class mx.events.StateChangeEvent | |
| The name of the view state that the component is exiting. | |
| oldStreamName — Property, class flash.net.NetStreamPlayOptions | |
| The name of the old stream or the stream to transition from. | |
| OLD_STYLE — Constant Static Property, class flash.text.engine.DigitCase | |
| Used to specify old style digit case. | |
| 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. | |
| ON — Constant Static Property, class flash.display.ColorCorrection | |
| Turns on color correction regardless of the player host environment, if available. | |
| ON — Constant Static Property, class flash.text.engine.Kerning | |
| Used to indicate kerning is enabled. | |
| 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. | |
| onCuePoint — Event, class flash.net.NetStream | |
| Establishes a listener to respond when an embedded cue point is reached while playing a video file. | |
| 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 | |
| onDRMContentData — Event, class flash.net.NetStream | |
| Establishes a listener to respond when AIR extracts DRM content metadata embedded in a media file. | |
| ONE — Constant Static Property, class mx.data.ManagedAssociation | |
| Indicates that this is a one-to-one relationship. | |
| 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. | |
| ONE_SECOND_MILLIS — Constant Static Property, class mx.messaging.AdvancedChannelSet | |
| onImageData — Event, class flash.net.NetStream | |
| Establishes a listener to respond when Flash Player receives image data as a byte array embedded in a media file that is playing. | |
| ONLY — Constant Static Property, class flashx.textLayout.compose.TextFlowLineLocation | |
| Specifies both the first and last lines in a paragraph. | |
| onMetaData — Event, class flash.net.NetStream | |
| Establishes a listener to respond when Flash Player receives descriptive information embedded in the video being played. | |
| 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. | |
| onPeerConnect(subscriber:flash.net:NetStream) — method, class flash.net.NetStream | |
| Invoked when a peer-publishing stream matches a peer-subscribing stream. | |
| onPlayStatus — Event, class flash.net.NetStream | |
| Establishes a listener to respond when a NetStream object has completely played a stream. | |
| 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. | |
| onSeekPoint — Event, class flash.net.NetStream | |
| Called synchronously from appendBytes() when the append bytes parser encounters a point that it believes is a seekable point (for example, a video key frame). | |
| onTextData — Event, class flash.net.NetStream | |
| Establishes a listener to respond when Flash Player receives text data embedded in a media file that is playing. | |
| 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. | |
| onXMPData — Event, class flash.net.NetStream | |
| Establishes a listener to respond when Flash Player receives information specific to Adobe Extensible Metadata Platform (XMP) embedded in the video being played. | |
| opaqueBackground — Property, class flash.display.DisplayObject | |
| Specifies whether the display object is opaque with a certain background color. | |
| opaqueBackground — Property, class mx.containers.utilityClasses.PostScaleAdapter | |
| opaqueBackground — Property, interface mx.core.IFlexDisplayObject | |
| Specifies whether the display object is opaque with a certain background color. | |
| open — Event, class air.desktop.URLFilePromise | |
| Dispatched when the underlying URLStream connection is opened. | |
| open() — method, class air.desktop.URLFilePromise | |
| Allows the AIR runtime to open the data source at the appropriate time during the drag-and-drop operation. | |
| open — Event, class flash.data.SQLConnection | |
| Dispatched when an openAsync() method call's operation completes successfully. | |
| open(reference:Object, openMode:String, autoCompact:Boolean, pageSize:int, encryptionKey:flash.utils:ByteArray) — method, class flash.data.SQLConnection | |
| Opens a synchronous connection to the database file at the specified location in the file system, or creates and opens a new database file at the location, or creates and opens an in-memory database. | |
| open() — method, interface flash.desktop.IFilePromise | |
| Returns the data provider object. | |
| open — Event, class flash.display.LoaderInfo | |
| Dispatched when a load operation starts. | |
| open(file:flash.filesystem:File, fileMode:String) — method, class flash.filesystem.FileStream | |
| Opens the FileStream object synchronously, pointing to the file specified by the file parameter. | |
| open — Event, class flash.media.Sound | |
| Dispatched when a load operation starts. | |
| open — Event, class flash.net.FileReference | |
| Dispatched when an upload or download operation starts. | |
| open — Event, class flash.net.URLLoader | |
| Dispatched when the download operation commences following a call to the URLLoader.load() method. | |
| open — Event, class flash.net.URLStream | |
| Dispatched when a load operation starts. | |
| open — Event, class flash.system.SystemUpdater | |
| Dispatched when an update begins. | |
| 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. | |
| open — Skin State, class spark.components.mediaClasses.VolumeBar | |
| Open state of the drop-down slider. | |
| open — Skin State, class spark.components.supportClasses.DropDownListBase | |
| Skin state for the open state of the DropDownListBase control. | |
| 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 flash.errors.SQLErrorOperation | |
| Indicates that either the SQLConnection.open() method or the SQLConnection.openAsync() method was called. | |
| OPEN — Constant Static Property, class flash.events.Event | |
| The Event.OPEN constant defines the value of the type property of an open event object. | |
| OPEN — Constant Static Property, class flash.events.SQLEvent | |
| The SQLEvent.OPEN constant defines the value of the type property of a open event object. | |
| 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. | |
| openAlways — Property, class mx.controls.PopUpButton | |
| If true, specifies to pop up the popUp when you click the main button. | |
| openAsync(reference:Object, openMode:String, responder:flash.net:Responder, autoCompact:Boolean, pageSize:int, encryptionKey:flash.utils:ByteArray) — method, class flash.data.SQLConnection | |
| Opens an asynchronous connection to the database file at the specified location in the file system, or creates and opens a new database file at the location, or creates and opens an in-memory database. | |
| openAsync(file:flash.filesystem:File, fileMode:String) — method, class flash.filesystem.FileStream | |
| Opens the FileStream object asynchronously, pointing to the file specified by the file parameter. | |
| openButton — Skin Part, class spark.components.supportClasses.DropDownListBase | |
| 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 | |
| openButton — Property, class spark.skins.wireframe.ComboBoxSkin | |
| openButton — Property, class spark.skins.wireframe.DropDownListSkin | |
| 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. | |
| openedWindows — Property, class flash.desktop.NativeApplication | |
| An array containing all the open native windows of this application. | |
| 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. | |
| openWithDefaultApplication() — method, class flash.filesystem.File | |
| Opens the file in the application registered by the operating system to open this file type. | |
| operation — Property, class flash.errors.SQLError | |
| A value indicating the operation that was being attempted when the error occurred. | |
| 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.data.ManagedOperation | |
| Stores the service's operation which we are using for this managed operation. | |
| operation — Property, class mx.data.messages.DataMessage | |
| Provides access to the operation/command of this DataMessage. | |
| 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 com.adobe.fiber.services.wrapper.AbstractServiceWrapper | |
| Operations of the wrapped service. | |
| 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. | |
| operationsByName — Property, class mx.data.RPCDataManager | |
| Stores the name to ManagedOperation mapping for all ManagedOperation objects | |
| optimumSpacing — Property, class flash.text.engine.SpaceJustifier | |
| Specifies the optimum spacing (as a multiplier of the width of a normal space) between words to use during justification. | |
| options — Property, class flashx.textLayout.operations.InsertInlineGraphicOperation | |
| options are not supported | |
| options — Property, class flashx.textLayout.operations.ModifyInlineGraphicOperation | |
| options are not supported | |
| OPTIONS — Constant Static Property, class flash.net.URLRequestMethod | |
| Specifies that the URLRequest object is OPTIONS. | |
| 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:flash.display:NativeWindow) — method, class flash.display.NativeWindow | |
| Sends this window directly behind the specified window. | |
| 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:flash.display:NativeWindow) — method, class flash.display.NativeWindow | |
| Brings this window directly in front of the specified window. | |
| 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 flash.display.NativeWindow | |
| Sends this window behind any other visible windows. | |
| 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 flash.display.NativeWindow | |
| Brings this window in front of any other visible windows. | |
| 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. | |
| org.osmf.display — package | |
| The org.osmf.display package contains classes that support the presentation of MediaPlayers and MediaElements as Flash DisplayObjects. | |
| org.osmf.events — package | |
| The org.osmf.events package provides the classes for dispatching events on behalf of media elements and traits. | |
| org.osmf.media — package | |
| The org.osmf.media package contains the lowest-level building blocks for creating a generic media application. | |
| org.osmf.net — package | |
| The org.osmf.net package provides load and connection support for the AudioElement and VideoElement classes. | |
| org.osmf.traits — package | |
| orientation — Property, class flash.display.Stage | |
| The current orientation of the stage. | |
| orientation — Property, class flash.printing.PrintJob | |
| The image orientation for printing. | |
| 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. | |
| Orientation3D — final class, package flash.geom | |
| The Orientation3D class is an enumeration of constant values for representing the orientation style of a Matrix3D object. | |
| orientationChange — Event, class flash.display.Stage | |
| Dispatched by the Stage object when the stage orientation has completed changing. | |
| ORIENTATION_CHANGE — Constant Static Property, class flash.events.StageOrientationEvent | |
| The ORIENTATION_CHANGE constant defines the value of the type property of a orientationChange event object. | |
| orientationChanging — Event, class flash.display.Stage | |
| Dispatched by the Stage object when the stage orientation begins changing. | |
| ORIENTATION_CHANGING — Constant Static Property, class flash.events.StageOrientationEvent | |
| The ORIENTATION_CHANGING constant defines the value of the type property of a orientationChanging event object. | |
| 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. | |
| 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. | |
| originalObject — Property, class mx.data.Conflict | |
| The state of the original client object before its properties were changed, as known at the time of the conflict. | |
| ORIGINAL_ONLY — Constant Static Property, class flash.desktop.ClipboardTransferMode | |
| The Clipboard object should only return a reference. | |
| ORIGINAL_PREFERRED — Constant Static Property, class flash.desktop.ClipboardTransferMode | |
| The Clipboard object should return a reference if available and a copy if not. | |
| originalSelectionState — Property, class flashx.textLayout.operations.FlowTextOperation | |
| The selection state at the start of the operation. | |
| originalUrl — Property, class flash.html.HTMLHistoryItem | |
| The original URL of the HTML page, before any redirects. | |
| 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. | |
| ORIYA — Constant Static Property, class flash.globalization.NationalDigitsType | |
| Represents the Unicode value for the zero digit of the Oriya digit set. | |
| os — Static Property, class flash.system.Capabilities | |
| Specifies the current operating system. | |
| OSMANYA — Constant Static Property, class flash.globalization.NationalDigitsType | |
| Represents the Unicode value for the zero digit of the Osmanya digit set. | |
| 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. | |
| OUTER — Constant Static Property, class flash.filters.BitmapFilterType | |
| Defines the setting that applies a filter to the outer area of an object. | |
| 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. | |
| outputProgress — Event, class flash.filesystem.FileStream | |
| Signals that buffered data has been written to the file. | |
| OUTPUT_PROGRESS — Constant Static Property, class flash.events.OutputProgressEvent | |
| Defines the value of the type property of an outputProgress event object. | |
| OutputProgressEvent — class, package flash.events | |
| A FileStream object dispatches OutputProgressEvent objects as pending asynchronous file write operations are performed. | |
| OutputProgressEvent(type:String, bubbles:Boolean, cancelable:Boolean, bytesPending:Number, bytesTotal:Number) — Constructor, class flash.events.OutputProgressEvent | |
| Creates an Event object that contains information about output progress events. | |
| outsideCutoff — Property, class flash.text.CSMSettings | |
| The outside cutoff value, below which densities are set to zero. | |
| over — Skin State, class spark.components.supportClasses.ButtonBase | |
| Over State of the Button | |
| overAndSelected — 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. | |
| OVERLAY — Constant Static Property, class flash.display.BlendMode | |
| Adjusts the color of each pixel based on the darkness of the background. | |
| 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. | |
| override — Statement | |
| Specifies that a method replaces an inherited method. | |
| 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. | |
| overState — Property, 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 pointer is positioned over the button. | |
| 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 mx.flash.UIMovieClip | |
| Typically the parent container of this component. | |
| 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(displayObject:flash.display:DisplayObject) — method, class mx.flash.UIMovieClip | |
| Returns true if the chain of owner properties points from child to this UIComponent. | |
| 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. | |
| 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 | |
Thu May 20 2010, 02:33 AM -07:00
