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 | |
I — Constant Static Property, class flash.ui.Keyboard | |
Constant associated with the key code value for the I key (73). | |
IAbstractEffect — Interface, package mx.effects | |
The IAbstractEffect interface is used to denote that a property or parameter must be of type Effect, but does not actually implement any of the APIs of the IEffect interface. | |
IAccessPrivileges — Interface, package mx.data | |
Objects that must restrict access must implement the IAccessPrivileges interface. | |
IAdvancedDataGridRendererProvider — Interface, package mx.controls.advancedDataGridClasses | |
The IAdvancedDataGridRendererProvider interface defines the interface implemented by the AdvancedDataGridRendererProvider class, which defines the item renderer for the AdvancedDataGrid control. | |
IAdvancedStyleClient — Interface, package mx.styles | |
This interface describes the advanced properties that a component must implement to fully participate in the advanced style subsystem. | |
IAnimationTarget — Interface, package spark.effects.animation | |
The IAnimationTarget interface is implemented by classes that support the events for an Animation instance. | |
IAutomationClass — Interface, package mx.automation | |
The IAutomationClass interface defines the interface for a component class descriptor. | |
IAutomationClass2 — Interface, package mx.automation | |
The IAutomationClass2 interface defines the interface for a component class descriptor. | |
IAutomationEnvironment — Interface, package mx.automation | |
The IAutomationEnvironment interface provides information about the objects and properties of automatable components needed for communicating with agents. | |
IAutomationEventDescriptor — Interface, package mx.automation | |
The IAutomationEventDescriptor interface defines the interface for an event descriptor. | |
IAutomationManager — Interface, package mx.automation | |
The IAutomationManager interface defines the interface expected from an AutomationManager object by the automation module. | |
IAutomationManager2 — Interface, package mx.automation | |
The IAutomationManager interface defines the interface expected from an AutomationManager object by the automation module. | |
IAutomationMethodDescriptor — Interface, package mx.automation | |
The IAutomationMethodDescriptor interface defines the interface for a method descriptor. | |
IAutomationMouseSimulator — Interface, package mx.automation | |
The IAutomationMouseSimulator interface describes an object that simulates mouse movement so that components capturing the mouse use the simulated versions of the mouse cursor instead of the live Flash Player version. | |
IAutomationObject — Interface, package mx.automation | |
The IAutomationObject interface defines the interface for a delegate object that implements automation for a component. | |
IAutomationObjectHelper — Interface, package mx.automation | |
The IAutomationObjectHelper interface defines helper methods for IAutomationObjects. | |
IAutomationPropertyDescriptor — Interface, package mx.automation | |
The IAutomationPropertyDescriptor interface describes a property of a test object. | |
IAutomationTabularData — Interface, package mx.automation | |
The IAutomationTabularData interface is implemented by components which can provide their content information in a tabular form. | |
IAxis — Interface, package mx.charts.chartClasses | |
The IAxis class is an abstract interface for defining label, tick mark, and data positioning properties for a chart axis. | |
IAxisRenderer — Interface, package mx.charts.chartClasses | |
The IAxis class is an abstract interface for defining label, tick mark, and data positioning properties for a chart axis. | |
IBar — Interface, package mx.charts.chartClasses | |
The IBar interface is implemented by any any series that can be clustered vertically, such as a BarSeries. | |
IBEAM — Constant Static Property, class flash.ui.MouseCursor | |
Used to specify that the I-beam cursor should be used. | |
IBindingClient — Interface, package mx.binding | |
This is used to mark documents, which have data bindings. | |
IBitmapDrawable — Interface, package flash.display | |
The IBitmapDrawable interface is implemented by objects that can be passed as the source parameter of the draw() method of the BitmapData class. | |
IBitmapFilter — Interface, package mx.filters | |
Interface used by some Spark filters. | |
IBorder — Interface, package mx.core | |
The IBorder interface defines the interface that all classes used for border skins should implement. | |
IBrowserManager — Interface, package mx.managers | |
The interface that the shared instance of the BrowserManager implements. | |
IButton — Interface, package mx.core | |
The IButton interface is a marker interface that indicates that a component acts as a button. | |
IChangeObject — Interface, package mx.data | |
The IChangeObject interface provides the methods and properties needed when detecting local conflicts. | |
IChartElement — Interface, package mx.charts.chartClasses | |
IChartElement defines the base set of properties and methods required by a UIComponent to be representable in the data space of a chart. | |
IChartElement2 — Interface, package mx.charts.chartClasses | |
IChartElement2 defines the base set of properties and methods required by a UIComponent to be representable in the data space of a chart. | |
IChildList — Interface, package mx.core | |
The IChildList interface defines the properties and methods for accessing and manipulating child lists, which are subsets of a DisplayObjectContainer's children. | |
ICollectionView — Interface, package mx.collections | |
An ICollectionView is a view onto a collection of data. | |
IColumn — Interface, package mx.charts.chartClasses | |
ChartElements that can be clustered along the vertical axis should implement this interface. | |
icon — Property, class flash.desktop.NativeApplication | |
The application icon. | |
icon — Property, class flash.filesystem.File | |
An Icon object containing the icons defined for the file. | |
icon — Style, class mx.controls.advancedDataGridClasses.AdvancedDataGridSortItemRenderer | |
The class to use as the skin for the arrow that indicates the column sort direction. | |
icon — Style, class mx.controls.Button | |
Name of the class to use as the default icon. | |
icon — Style, class mx.controls.PopUpButton | |
The default icon class for the main button. | |
icon — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridGroupItemRenderer | |
The internal IFlexDisplayObject that displays the icon in this renderer. | |
icon — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridListData | |
A Class representing the icon for the item in the AdvancedDataGrid control. | |
icon — Property, class mx.controls.listClasses.ListData | |
A Class representing the icon for the item in the List control computed from the list class's itemToIcon() method | |
icon — Property, class mx.controls.listClasses.ListItemRenderer | |
The internal IFlexDisplayObject that displays the icon in this renderer. | |
icon — Property, class mx.controls.listClasses.TileListItemRenderer | |
The internal IFlexDisplayObject that displays the icon in this renderer. | |
icon — Property, class mx.controls.menuClasses.MenuBarItem | |
The IFlexDisplayObject that displays the icon in this MenuBarItem. | |
icon — Property, class mx.controls.menuClasses.MenuItemRenderer | |
The internal IFlexDisplayObject that displays the icon in this renderer. | |
icon — Property, class mx.controls.treeClasses.TreeItemRenderer | |
The internal IFlexDisplayObject that displays the icon in this renderer. | |
icon — Property, class mx.controls.treeClasses.TreeListData | |
A Class representing the icon for the item in the Tree control. | |
icon — Property, class mx.core.Container | |
The Class of the icon displayed by some navigator containers to represent this Container. | |
icon — Property, interface mx.core.INavigatorContent | |
The icon displayed by the navigator container for this container. | |
icon — Property, class spark.components.NavigatorContent | |
The Class of the icon displayed by some navigator containers to represent this Container. | |
Icon — class, package flash.desktop | |
The Icon class represents an operating system icon. | |
iconClass — Property, class mx.controls.Alert | |
The class of the icon to display. | |
iconColor — Style, class mx.controls.DataGrid | |
The color for the icon in a skin. | |
iconColor — Style, class mx.controls.PopUpButton | |
The color for the icon in a skin. | |
iconColor — Style, class mx.controls.AdvancedDataGridBaseEx | |
The color for the icon in a skin. | |
iconColor — Style, class mx.controls.ComboBox | |
The color for the icon in a skin. | |
iconColor — Style, class mx.controls.DateField | |
The color for the icon in a skin. | |
iconColor — Style, class mx.controls.CheckBox | |
The color for the icon in a skin. | |
iconColor — Style, class mx.controls.RadioButton | |
The color for the icon in a skin. | |
iconColor — Style, class mx.controls.NumericStepper | |
The color for the icon in a skin. | |
iconColor — Style, class mx.controls.DateChooser | |
The color for the icon in a skin. | |
iconColor — Style, class mx.controls.ColorPicker | |
The color for the icon in a skin. | |
iconField — Property, class mx.controls.MenuBar | |
The name of the field in the data provider that determines the icon to display for each menu item. | |
iconField — Property, class mx.controls.NavBar | |
Name of the field in the dataProvider object to display as the icon for each navigation item. | |
iconField — Property, class mx.controls.PopUpMenuButton | |
Name of the field in the dataProvider Array that contains the icon to show for each menu item. | |
iconField — Property, class mx.controls.listClasses.AdvancedListBase | |
The name of the field in the data provider object that determines what to display as the icon. | |
iconField — Property, class mx.controls.listClasses.ListBase | |
The name of the field in the data provider object that determines what to display as the icon. | |
IConfiguration — Interface, package flashx.textLayout.elements | |
Read-only interface to a configuration object. | |
iconFunction — Property, class mx.controls.PopUpMenuButton | |
A function that determines the icon to display for each menu item. | |
iconFunction — Property, class mx.controls.listClasses.AdvancedListBase | |
A user-supplied function to run on each item to determine its icon. | |
iconFunction — Property, class mx.controls.listClasses.ListBase | |
A user-supplied function to run on each item to determine its icon. | |
icons — Property, class mx.controls.Button | |
The icons array contains references to all icons that have been created. | |
IConstraintClient — Interface, package mx.core | |
The IConstraintClient interface defines the interface for components that support layout constraints. | |
IConstraintLayout — Interface, package mx.containers.utilityClasses | |
IConstraintLayout is a marker interface that indicates that a container supports ConstraintColumn class and ConstraintRow class within its layout. | |
IContainer — Interface, package mx.core | |
IContainer is a interface that indicates a component extends or mimics mx.core.Container | |
id — Constant Property, class flash.sampler.DeleteObjectSample | |
The unique identification number that matches up with a NewObjectSample's identification number. | |
id — Property, class flashx.textLayout.elements.FlowElement | |
Assigns an identifying name to the element, making it possible to set a style for the element by referencing the id. | |
id — Property, class mx.charts.HitData | |
Specifies a unique identifier representing the data point. | |
id — Property, class mx.containers.utilityClasses.ConstraintColumn | |
ID of the ConstraintColumn instance. | |
id — Property, class mx.containers.utilityClasses.ConstraintRow | |
ID of the ConstraintRow instance. | |
id — Property, class mx.core.ComponentDescriptor | |
The identifier for the component, as specified in MXML. | |
id — Property, class mx.core.DesignLayer | |
ID of the layer component. | |
id — Property, interface mx.core.IDeferredInstantiationUIComponent | |
ID of the component. | |
id — Property, class mx.core.UIComponent | |
ID of the component. | |
id — Property, class mx.data.CacheDataDescriptor | |
The unique ID of the data cached. | |
id — Property, class mx.flash.UIMovieClip | |
ID of the component. | |
id — Property, class mx.logging.AbstractTarget | |
Provides access to the id of this target. | |
id — Property, class mx.messaging.Channel | |
Provides access to the id of this channel. | |
id — Property, class mx.messaging.FlexClient | |
The global FlexClient Id for this Player instance. | |
id — Property, interface mx.styles.IAdvancedStyleClient | |
The identity of the component. | |
id — Property, class mx.styles.StyleProxy | |
The identity of the component. | |
id — Property, class spark.core.SpriteVisualElement | |
The identity of the component. | |
id — Property, class spark.primitives.supportClasses.GraphicElement | |
The identity of the component. | |
ID — Constant Static Property, class mx.styles.CSSConditionKind | |
A selector condition to match a component by id. | |
id3 — Event, class flash.media.Sound | |
Dispatched by a Sound object when ID3 data is available for an MP3 sound. | |
id3 — Property, class flash.media.Sound | |
Provides access to the metadata that is part of an MP3 file. | |
id3 — Event, class mx.effects.SoundEffect | |
Dispatched when ID3 data is available for an MP3 sound file. | |
ID3 — Constant Static Property, class flash.events.Event | |
The Event.ID3 constant defines the value of the type property of an id3 event object. | |
ID3Info — final dynamic class, package flash.media | |
The ID3Info class contains properties that reflect ID3 metadata. | |
IDataCanvas — Interface, package mx.charts.chartClasses | |
This interface is for internal use only. | |
IDataInput — Interface, package flash.utils | |
The IDataInput interface provides a set of methods for reading binary data. | |
IDataOutput — Interface, package flash.utils | |
The IDataOutput interface provides a set of methods for writing binary data. | |
IDataRenderer — Interface, package mx.core | |
The IDataRenderer interface defines the interface for components that have a data property. | |
IDeferredContentOwner — Interface, package mx.core | |
The IDeferredContentOwner interface defines the properties and methods for deferred instantiation. | |
IDeferredInstance — Interface, package mx.core | |
The IDeferredInstance interface defines the Flex deferred instance factory interface. | |
IDeferredInstantiationUIComponent — Interface, package mx.core | |
The IDeferredInstantiationUIComponent interface defines the interface for a component or object that defers instantiation. | |
identifier — Property, class mx.data.DataStore | |
The identifier of this DataStore. | |
identities — Property, class mx.data.RPCDataManager | |
For objects to be managed by a data manager, they must have one or more properties which uniquely identify the objects. | |
identities — Property, class mx.data.UpdateCollectionRange | |
An Array of identity objects that represent which items were either deleted or inserted in the associated collection starting at the position indicated by the position property. | |
identitiesArray — Property, class mx.data.RPCDataManager | |
Provides access to a list of the property names that combine to create a unique id for objects within the associated destination. | |
identity() — method, class flash.geom.Matrix | |
Sets each matrix property to a value that causes a null transformation. | |
identity() — method, class flash.geom.Matrix3D | |
Converts the current matrix to an identity or unit matrix. | |
identity — Property, interface mx.data.IChangeObject | |
Identity of the item being changed. | |
identity — Property, class mx.data.events.DataServiceFaultEvent | |
The identity of the item that generated the fault. | |
identity — Property, class mx.data.messages.DataMessage | |
Provides access to the identity map which defines the unique identity of the item affected by this DataMessage (relevant for create/update/delete but not fill operations). | |
identityStatus — Property, class flash.security.XMLSignatureValidator | |
The validity status of the signing certificate. | |
IDEOGRAPHIC_BOTTOM — Constant Static Property, class flash.text.engine.TextBaseline | |
Specifies an ideographic bottom baseline. | |
IDEOGRAPHIC_CENTER — Constant Static Property, class flash.text.engine.TextBaseline | |
Specifies an ideographic center baseline. | |
IDEOGRAPHIC_CENTER_DOWN — Constant Static Property, class flashx.textLayout.formats.LeadingModel | |
Specifies that leading basis is IDEOGRAPHIC_CENTER and leading direction is down. | |
IDEOGRAPHIC_CENTER_UP — Constant Static Property, class flashx.textLayout.formats.LeadingModel | |
Specifies that leading basis is IDEOGRAPHIC_CENTER and leading direction is UP. | |
IDEOGRAPHIC_TOP — Constant Static Property, class flash.text.engine.TextBaseline | |
Specifies an ideographic top baseline. | |
IDEOGRAPHIC_TOP_DOWN — Constant Static Property, class flashx.textLayout.formats.LeadingModel | |
Specifies that leading basis is IDEOGRAPHIC_TOP and leading direction is DOWN. | |
IDEOGRAPHIC_TOP_UP — Constant Static Property, class flashx.textLayout.formats.LeadingModel | |
Specifies that leading basis is IDEOGRAPHIC_TOP and leading direction is UP. | |
idle — Event, class mx.managers.SystemManager | |
Dispatched every 100 milliseconds when there has been no keyboard or mouse activity for 1 second. | |
IDLE — Constant Static Property, class mx.events.FlexEvent | |
The FlexEvent.IDLE constant defines the value of the type property of the event object for a idle event. | |
idleThreshold — Property, class flash.desktop.NativeApplication | |
The number of seconds that must elapse without keyboard or mouse input before a userIdle event is dispatched. | |
idleTimeout — Property, class mx.controls.VideoDisplay | |
Specifies the amount of time, in milliseconds, that the connection is idle (playing is paused or stopped) before the connection to the Flash Media Server is stopped. | |
idMap — Property, class flash.xml.XMLDocument | |
An Object containing the nodes of the XML that have an id attribute assigned. | |
IDropInListItemRenderer — Interface, package mx.controls.listClasses | |
The interface for "drop-in" item renderers. | |
IDynamicPropertyOutput — Interface, package flash.net | |
This interface controls the serialization of dynamic properties of dynamic objects. | |
IDynamicPropertyWriter — Interface, package flash.net | |
This interface is used with the IDynamicPropertyOutput interface to control the serialization of dynamic properties of dynamic objects. | |
IEaser — Interface, package spark.effects.easing | |
The IEaser interface is implemented by classes that provide time-easing functionality for the Animation class. | |
IEditManager — Interface, package flashx.textLayout.edit | |
IEditManager defines the interface for handling edit operations of a text flow. | |
IEffect — Interface, package mx.effects | |
The IEffect interface defines the base interface of all Flex effects. | |
IEffectInstance — Interface, package mx.effects | |
The IEffectInstance interface represents an instance of an effect playing on a target. | |
IEffectTargetHost — Interface, package mx.effects | |
The IEffectTargetHost interface defines the interface that lets you access the target list-based control of a data effect. | |
IEventDispatcher — Interface, package flash.events | |
The IEventDispatcher interface defines methods for adding or removing event listeners, checks whether specific types of event listeners are registered, and dispatches events. | |
IExternalizable — Interface, package flash.utils | |
The IExternalizable interface provides control over serialization of a class as it is encoded into a data stream. | |
if — Statement | |
Evaluates a condition to determine the next statement to execute. | |
IFactory — Interface, package mx.core | |
The IFactory interface defines the interface that factory classes such as ClassFactory must implement. | |
IFiberManagingService — Interface, package com.adobe.fiber.services | |
A managing service instance provides generated value objects with a means to retrieve services that may be involved in calculation of properties of the value object. | |
IFiberService — Interface, package com.adobe.fiber.services | |
This is a marker interface for all custom services generated from models created by using the Adobe application modeling technology. | |
IFill — Interface, package mx.graphics | |
Defines the interface that classes that perform a fill must implement. | |
IFlexAsset — Interface, package mx.core | |
IFlexAsset is a marker interface with the following meaning: if a class declares that it implements IFlexAsset, then that class represents an asset -- such as a bitmap, a font, or a sound -- that has been embedded in a Flex application. | |
IFlexContextMenu — Interface, package mx.controls | |
The IFlexContextMenu interface defines the interface for a Flex context menus. | |
IFlexDisplayObject — Interface, package mx.core | |
The IFlexDisplayObject interface defines the interface for skin elements. | |
IFlexModule — Interface, package mx.core | |
The IFlexModule interface is used as an optional contract with IFlexModuleFactory. | |
IFlexModuleFactory — Interface, package mx.core | |
The IFlexModuleFactory interface represents the contract expected for bootstrapping Flex applications and dynamically loaded modules. | |
IFlowComposer — Interface, package flashx.textLayout.compose | |
IFlowComposer defines the interface for managing the layout and display of a text flow. | |
IFocusManager — Interface, package mx.managers | |
The IFocusManager interface defines the interface that components must implement to manage the focus on components in response to mouse activity or keyboard activity (Tab key), and to support a default button. | |
IFocusManagerComplexComponent — Interface, package mx.managers | |
The IFocusManagerComplexComponent interface defines the interface that components that can have more than one internal focus target should implement in order to receive focus from the FocusManager. | |
IFocusManagerComponent — Interface, package mx.managers | |
The IFocusManagerComponent interface defines the interface that focusable components must implement in order to receive focus from the FocusManager. | |
IFocusManagerContainer — Interface, package mx.managers | |
The IFocusManagerContainer interface defines the interface that containers implement to host a FocusManager. | |
IFocusManagerGroup — Interface, package mx.managers | |
The IFocusManagerGroup interface defines the interface that any component must implement if it is grouped in sets, where only one member of the set can be selected at any given time. | |
IFontContextComponent — Interface, package mx.core | |
Allows a component to support a font context property. | |
IFormatResolver — Interface, package flashx.textLayout.elements | |
Interface to a format resolver. | |
ignore — Property, class mx.data.ManagedOperation | |
It may be useful in some cases to ignore a particular managed operation. | |
IGNORE — Constant Static Property, class flash.filters.DisplacementMapFilterMode | |
If the displacement value is out of range, ignores the displacement and uses the source pixel. | |
ignoreCase — Property, class RegExp | |
Specifies whether the regular expression ignores case sensitivity. | |
ignoreComments — Static Property, class XML | |
Determines whether XML comments are ignored when XML objects parse the source XML data. | |
ignorePadding — Property, interface mx.core.IUITextField | |
If true, the paddingLeft and paddingRight styles will not add space around the text of the component. | |
ignorePadding — Property, class mx.core.UIFTETextField | |
If true, the paddingLeft and paddingRight styles will not add space around the text of the component. | |
ignorePadding — Property, class mx.core.UITextField | |
If true, the paddingLeft and paddingRight styles will not add space around the text of the component. | |
ignoreProcessingInstructions — Static Property, class XML | |
Determines whether XML processing instructions are ignored when XML objects parse the source XML data. | |
ignoreWhite — Property, class flash.xml.XMLDocument | |
When set to true, text nodes that contain only white space are discarded during the parsing process. | |
ignoreWhitespace — Static Property, class XML | |
Determines whether white space characters at the beginning and end of text nodes are ignored during parsing. | |
ignoreWhitespace — Property, interface mx.rpc.soap.ISOAPEncoder | |
Determines whether the encoder should ignore whitespace when constructing an XML representation of a SOAP request. | |
ignoreWhitespace — Property, class mx.rpc.soap.Operation | |
Determines whether whitespace is ignored when processing XML for a SOAP encoded request or response. | |
IGraphicElement — Interface, package spark.core | |
The IGraphicElement is implemented by IVisualElements that take advantage of the parent Group's DisplayObject management. | |
IGraphicsData — Interface, package flash.display | |
This interface is used to define objects that can be used as parameters in the flash.display.Graphics methods, including fills, strokes, and paths. | |
IGraphicsFill — Interface, package flash.display | |
This interface is used to define objects that can be used as fill parameters in the flash.display.Graphics methods and drawing classes. | |
IGraphicsPath — Interface, package flash.display | |
This interface is used to define objects that can be used as path parameters in the flash.display.Graphics methods and drawing classes. | |
IGraphicsStroke — Interface, package flash.display | |
This interface is used to define objects that can be used as stroke parameters in the flash.display.Graphics methods and drawing classes. | |
IGroupingCollection — Interface, package mx.collections | |
The IGroupingCollection interface defines the interface required to create grouped data from flat data. | |
IGroupingCollection2 — Interface, package mx.collections | |
The IGroupingCollection2 interface defines the interface required to create grouped data from flat data. | |
IHierarchicalCollectionView — Interface, package mx.collections | |
The IHierarchicalCollectionView interface defines an interface for hierarchical or grouped data. | |
IHierarchicalCollectionViewCursor — Interface, package mx.collections | |
The IHierarchicalCollectionViewCursor interface defines the interface for enumerating a hierarchical collection view bidirectionally. | |
IHierarchicalData — Interface, package mx.collections | |
The IHierarchicalData interface defines the interface used to represent hierarchical data as the data provider for a Flex component. | |
IHistoryManagerClient — Interface, package mx.managers | |
Interface that must be implemented by objects registered with the History Manager. | |
IImageEncoder — Interface, package mx.graphics.codec | |
The IImageEncoder interface defines the interface that image encoders implement to take BitmapData objects, or ByteArrays containing raw ARGB pixels, as input and convert them to popular image formats such as PNG or JPEG. | |
IIMEClient — Interface, package flash.text.ime | |
Interface for IME (input method editor) clients. | |
IIMESupport — Interface, package mx.core | |
The IIMESupport interface defines the interface for any component that supports IME (input method editor). | |
IInteractionEventHandler — Interface, package flashx.textLayout.edit | |
The IInteractionEventHandler interface defines the event handler functions that are handled by a Text Layout Framework selection or edit manager. | |
IInterpolator — Interface, package spark.effects.interpolation | |
The IInterpolator interface is implemented by classes that calculate values for the Animation class. | |
IInvalidating — Interface, package mx.core | |
The IInvalidating interface defines the interface for components that use invalidation to do delayed -- rather than immediate -- property commitment, measurement, drawing, and layout. | |
IItemRenderer — Interface, package spark.components | |
The IItemRenderer interface defines the basic set of APIs that a class must implement to create an item renderer that can communicate with a host component. | |
IItemRendererOwner — Interface, package spark.components | |
The IItemRendererOwner interface defines the basic set of APIs that a class must implement to support items renderers. | |
ILayoutElement — Interface, package mx.core | |
The ILayoutElement interface is used primarily by the layout classes to query, size and position the elements of GroupBase containers. | |
ILayoutManager — Interface, package mx.managers | |
The LayoutManager is the engine behind Flex's measurement and layout strategy. | |
ILayoutManagerClient — Interface, package mx.managers | |
The ILayoutManagerClient interface defines the interface that a component must implement to participate in the LayoutManager's commit/measurement/layout sequence. | |
IList — Interface, package mx.collections | |
A collection of items organized in an ordinal fashion. | |
IListItemRenderer — Interface, package mx.controls.listClasses | |
Item renderers and item editors for list components must implement the IListItemRenderer interface. | |
ILLEGAL_CUE_POINT — Constant Static Property, class mx.controls.videoClasses.VideoError | |
Illegal cue point. | |
ILLEGAL_OPERATION — Constant Static Property, class mx.automation.AutomationError | |
Defines the code for the error when the Flex automation mechanism encounters an illegal operation. | |
IllegalOperationError — Dynamic Class, package flash.errors | |
The IllegalOperationError exception is thrown when a method is not implemented or the implementation doesn't cover the current usage. | |
IllegalOperationError(message:String) — Constructor, class flash.errors.IllegalOperationError | |
Creates a new IllegalOperationError object. | |
ILLEGAL_RUNTIME_ID — Constant Static Property, class mx.automation.AutomationError | |
Defines the code for the error when the Flex automation mechanism encounters an illegal runtime ID. | |
ILocalizeableMessage — Interface, package com.adobe.fiber.styles | |
The ILocalizeableAspect class represents a single message aspect of a style used by Adobe application modeling technology. | |
ILogger — Interface, package mx.logging | |
All loggers within the logging framework must implement this interface. | |
ILoggingTarget — Interface, package mx.logging | |
All logger target implementations within the logging framework must implement this interface. | |
Image — class, package mx.controls | |
The Image control lets you import JPEG, PNG, GIF, and SWF files at runtime. | |
Image() — Constructor, class mx.controls.Image | |
Constructor. | |
ImageSnapshot — Dynamic Class, package mx.graphics | |
A helper class used to capture a snapshot of any Flash component that implements flash.display.IBitmapDrawable, including Flex UIComponents. | |
ImageSnapshot(width:int, height:int, data:flash.utils:ByteArray, contentType:String) — Constructor, class mx.graphics.ImageSnapshot | |
Constructor. | |
IManaged — Interface, package mx.data | |
The IManaged interface provides the contract for a managed object. | |
IMarshalSystemManager — Interface, package mx.managers | |
ime — Static Property, class flash.system.System | |
The currently installed system IME. | |
IME — final class, package flash.system | |
The IME class lets you directly manipulate the operating system's input method editor (IME) in the Flash Player application that is running on a client computer. | |
imeComposition — Event, class flash.system.IME | |
Dispatched when a user has completed an input method editor (IME) composition and the reading string is available. | |
IME_COMPOSITION — Constant Static Property, class flash.events.IMEEvent | |
Defines the value of the type property of an imeComposition event object. | |
IMEConversionMode — final class, package flash.system | |
This class contains constants for use with the IME.conversionMode property. | |
IMEEvent — class, package flash.events | |
An IMEEvent object is dispatched when the user enters text using an input method editor (IME). | |
IMEEvent(type:String, bubbles:Boolean, cancelable:Boolean, text:String) — Constructor, class flash.events.IMEEvent | |
Creates an Event object with specific information relevant to IME events. | |
imeMode — Property, class mx.controls.AdvancedDataGridBaseEx | |
Specifies the IME (input method editor) mode. | |
imeMode — Property, class mx.controls.ComboBase | |
Specifies the IME (input method editor) mode. | |
imeMode — Property, class mx.controls.DataGrid | |
Specifies the IME (input method editor) mode. | |
imeMode — Property, class mx.controls.HTML | |
Specifies the IME (input method editor) mode. | |
imeMode — Property, class mx.controls.List | |
Specifies the IME (input method editor) mode. | |
imeMode — Property, class mx.controls.NumericStepper | |
Specifies the IME (Input Method Editor) mode. | |
imeMode — Property, class mx.controls.TextArea | |
Specifies the IME (input method editor) mode. | |
imeMode — Property, class mx.controls.TextInput | |
Specifies the IME (input method editor) mode. | |
imeMode — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn | |
Specifies the IME (input method editor) mode. | |
imeMode — Property, class mx.controls.dataGridClasses.DataGridColumn | |
Specifies the IME (input method editor) mode. | |
imeMode — Property, class mx.core.FlexHTMLLoader | |
This is just a stub to support the interface. | |
imeMode — Property, interface mx.core.IIMESupport | |
The IME mode of the component. | |
imeMode — Property, class mx.core.UIFTETextField | |
Specifies the IME (input method editor) mode. | |
imeMode — Property, class mx.core.UITextField | |
Specifies the IME (input method editor) mode. | |
imeMode — Property, class spark.components.NumericStepper | |
Specifies the IME (Input Method Editor) mode. | |
imeMode — Property, class spark.components.RichEditableText | |
Specifies the IME (input method editor) mode. | |
imeMode — Property, class spark.components.supportClasses.SkinnableTextBase | |
Specifies the IME (input method editor) mode. | |
IMenuBarItemRenderer — Interface, package mx.controls.menuClasses | |
The IMenuBarItemRenderer interface defines the interface that an item renderer for the top-level menu bar of a MenuBar control must implement. | |
IMenuDataDescriptor — Interface, package mx.controls.menuClasses | |
The IMenuDataDescriptor interface defines the interface that a dataDescriptor for a Menu or MenuBar control must implement. | |
IMenuItemRenderer — Interface, package mx.controls.menuClasses | |
The IMenuItemRenderer interface defines the interface that a menu item renderer for a Menu control must implement. | |
IMessage — Interface, package mx.messaging.messages | |
This interface defines the contract for message objects. | |
imeStartComposition — Event, interface flash.text.ime.IIMEClient | |
Dispatched when the user begins to use an IME (input method editor). | |
imeStartCompositionHandler(event:flash.events:IMEEvent) — method, class flashx.textLayout.container.ContainerController | |
Processes the IMEEvent.IME_START_COMPOSITION event when the client manages events. | |
imeStartCompositionHandler(event:flash.events:IMEEvent) — method, class flashx.textLayout.container.TextContainerManager | |
Processes the IME.START_COMPOSITION event when the client manages events. | |
imeStartCompositionHandler(event:flash.events:IMEEvent) — method, interface flashx.textLayout.edit.IInteractionEventHandler | |
Processes an imeStartComposition event | |
imeStartCompositionHandler(event:flash.events:IMEEvent) — method, class flashx.textLayout.edit.SelectionManager | |
Processes an imeStartComposition event | |
IMMEDIATE — Constant Static Property, class flash.data.SQLTransactionLockType | |
Specifies the immediate locking transaction option. | |
IModelInstance — Interface, package com.adobe.fiber.valueobjects | |
The IModelInstance interface declares functions that expose metadata information that depends on the instance state of value objects generated by Adobe application modeling technology. | |
IModelType — Interface, package com.adobe.fiber.valueobjects | |
The IModelType interface declares functions that expose metadata information that does not depend on instance state of value objects generated by Adobe application modeling technology. | |
IModule — Interface, package mx.modules | |
An interface that marks a class as being a module. | |
IModuleInfo — Interface, package mx.modules | |
An interface that acts as a handle for a particular module. | |
impact — Property, class mx.messaging.management.MBeanOperationInfo | |
The impact of the operation. | |
implementationVersion — Property, class mx.automation.AutomationClass | |
Version of the implementation classes. | |
implementationVersion — Property, interface mx.automation.IAutomationClass2 | |
Version of the implementation classes. | |
implements — Statement | |
Specifies that a class implements one or more interfaces. | |
impliedElement — Property, class flashx.textLayout.elements.FlowElement | |
import — Statement | |
Makes externally defined classes and packages available to your code. | |
importFromString(markup:String, whiteSpaceCollapse:String) — Static Method , class spark.utils.TextFlowUtil | |
Creates a TextFlow by importing (i.e., parsing) a String containing the markup language used by the Text Layout Framework. | |
importFromXML(markup:XML, whiteSpaceCollapse:String) — Static Method , class spark.utils.TextFlowUtil | |
Creates a TextFlow by importing (parsing) XML that contains the markup language used by the Text Layout Framework. | |
importToFlow(source:Object) — method, interface flashx.textLayout.conversion.ITextImporter | |
Import text content from an external source and convert it into a TextFlow. | |
importToFlow(source:Object, format:String, config:flashx.textLayout.elements:IConfiguration) — Static Method , class flashx.textLayout.conversion.TextConverter | |
Creates a TextFlow from source content in a specified format. | |
IMXMLObject — Interface, package mx.core | |
The IMXMLObject interface defines the APIs that a non-visual component must implement in order to work properly with the MXML compiler. | |
IMXMLSupport — Interface, package mx.rpc.mxml | |
Implementing this interface means that an RPC service can be used in an MXML document by using MXML tags. | |
in — Operator | |
Evaluates whether a property is part of a specific object. | |
IN — Constant Static Property, class spark.effects.easing.EasingFraction | |
Specifies that the easing instance spends the entire animation easing in. | |
inactive — Skin State, class spark.components.supportClasses.ScrollBarBase | |
The inactive state. This is the state when there is no content to scroll, which means maximum <= minimum. | |
inactive — Skin State, class spark.components.TitleWindow | |
Inactive view state used for a TitleWindow when it, or all of its children, are not in focus. | |
inactiveSelectionFormat — Property, interface flashx.textLayout.edit.ISelectionManager | |
The SelectionFormat object used to draw the selection when it is not in the active window. | |
inactiveSelectionFormat — Property, class flashx.textLayout.edit.SelectionManager | |
The SelectionFormat object used to draw the selection when it is not in the active window. | |
inactiveSelectionFormat — Property, class flashx.textLayout.elements.Configuration | |
The initial selection format (SelectionFormat) for a text flow (TextFlow) when its window is inactive. | |
inactiveSelectionFormat — Property, interface flashx.textLayout.elements.IConfiguration | |
The initial selection format (SelectionFormat) for a text flow (TextFlow) when its window is inactive. | |
inactiveTextSelectionColor — Style, class spark.components.supportClasses.GroupBase | |
The color of text when the component is disabled. | |
inactiveTextSelectionColor — Style, class spark.components.supportClasses.SkinnableTextBase | |
The color of text when the component is disabled. | |
inactiveTextSelectionColor — Style, class spark.components.RichEditableText | |
The color of text when the component is disabled. | |
inactiveTextSelectionColor — Style, class spark.components.Scroller | |
The color of text when the component is disabled. | |
inactiveTextSelectionColor — Style, class spark.components.NumericStepper | |
The color of text when the component is disabled. | |
inactiveTextSelectionColor — Style, class spark.components.SkinnableContainer | |
The color of text when the component is disabled. | |
inactiveTextSelectionColor — Style, class spark.skins.spark.DefaultItemRenderer | |
The color of text when the component is disabled. | |
inactiveWithControlBar — Skin State, class spark.components.TitleWindow | |
Inactive view state with a control bar visible. | |
INavigatorContent — Interface, package mx.core | |
The INavigatorContent interface defines the interface that a container must implement to be used as the child of a navigator container, such as the ViewStack, TabNavigator, and Accordion navigator containers. | |
include — Statement | |
Includes the contents of the specified file, as if the commands in the file are part of the calling script. | |
includeCategory — Property, class mx.logging.targets.LineFormattedTarget | |
Indicates if the category for this target should added to the trace. | |
includeDate — Property, class mx.logging.targets.LineFormattedTarget | |
Indicates if the date should be added to the trace. | |
includeInLayout — Property, class mx.containers.utilityClasses.PostScaleAdapter | |
includeInLayout — Property, interface mx.core.ILayoutElement | |
Specifies whether this component is included in the layout of the parent container. | |
includeInLayout — Property, interface mx.core.IUIComponent | |
Specifies whether this component is included in the layout of the parent container. | |
includeInLayout — Property, class mx.core.UIComponent | |
Specifies whether this component is included in the layout of the parent container. | |
includeInLayout — Property, class mx.core.UIFTETextField | |
Specifies whether this component is included in the layout of the parent container. | |
includeInLayout — Property, class mx.core.UITextField | |
Specifies whether this component is included in the layout of the parent container. | |
includeInLayout — Property, class mx.flash.UIMovieClip | |
Specifies whether this component is included in the layout of the parent container. | |
includeInLayout — Property, class spark.core.SpriteVisualElement | |
Specifies whether this component is included in the layout of the parent container. | |
includeInLayout — Property, class spark.primitives.supportClasses.GraphicElement | |
Specifies whether this element is included in the layout of the group. | |
includeInRanges — Property, class mx.charts.chartClasses.CartesianDataCanvas | |
If true, the computed range of the chart is affected by this canvas. | |
includeInRanges — Property, class mx.charts.chartClasses.PolarDataCanvas | |
If true, the computed range of the chart is affected by this canvas. | |
includeLevel — Property, class mx.logging.targets.LineFormattedTarget | |
Indicates if the level for the event should added to the trace. | |
includeTime — Property, class mx.logging.targets.LineFormattedTarget | |
Indicates if the time should be added to the trace. | |
increment(baseValue:Object, incrementValue:Object) — method, class spark.effects.interpolation.HSBInterpolator | |
Returns the result of the two RGB values added together as HSB colors. | |
increment(baseValue:Object, incrementValue:Object) — method, interface spark.effects.interpolation.IInterpolator | |
Given a base value and a value to add to it, return the result of that operation. | |
increment(baseValue:Object, incrementValue:Object) — method, class spark.effects.interpolation.MultiValueInterpolator | |
Given a base value and a value to add to it, return the result of that operation. | |
increment(baseValue:Object, incrementValue:Object) — method, class spark.effects.interpolation.NumberInterpolator | |
Given a base value and a value to add to it, return the result of that operation. | |
increment(baseValue:Object, incrementValue:Object) — method, class spark.effects.interpolation.RGBInterpolator | |
Returns the result of the two values added together on a per-channel basis. | |
incrementButton — Skin Part, class spark.components.supportClasses.ScrollBarBase | |
An optional skin part that defines a button that, when pressed, steps the scrollbar down. This is equivalent to an increasing step to the value property. | |
incrementButton — Skin Part, class spark.components.Spinner | |
A skin part that defines the button that, when pressed, increments the value property by stepSize. | |
incrementButton — Property, class spark.skins.spark.HScrollBarSkin | |
incrementButton — Property, class spark.skins.spark.NumericStepperSkin | |
incrementButton — Property, class spark.skins.spark.SpinnerSkin | |
incrementButton — Property, class spark.skins.spark.VScrollBarSkin | |
incrementButton — Property, class spark.skins.wireframe.HScrollBarSkin | |
incrementButton — Property, class spark.skins.wireframe.NumericStepperSkin | |
incrementButton — Property, class spark.skins.wireframe.SpinnerSkin | |
incrementButton — Property, class spark.skins.wireframe.VScrollBarSkin | |
incrementBy(a:flash.geom:Vector3D) — method, class flash.geom.Vector3D | |
Increments the value of the x, y, and z elements of the current Vector3D object by the values of the x, y, and z elements of a specified Vector3D object. | |
incrementCacheCounter() — method, interface mx.automation.IAutomationManager | |
Increments the cache counter. | |
INCREMENT_COLLECTION_SIZE — Constant Static Property, class mx.data.UpdateCollectionRange | |
Indicates an increase in the collection size. | |
indent — Property, class flash.text.TextFormat | |
Indicates the indentation from the left margin to the first character in the paragraph. | |
indent — Property, class mx.controls.FileSystemComboBox | |
The number of pixels to indent each entry in the dropdown list. | |
indent — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridListData | |
The default indentation for this row of the AdvancedDataGrid control. | |
indent — Property, class mx.controls.treeClasses.TreeListData | |
The default indentation for this row of the Tree control. | |
indentation — Style, class mx.controls.AdvancedDataGrid | |
The indentation for each node of the navigation tree, in pixels. | |
indentation — Style, class mx.controls.Tree | |
Indentation for each tree level, in pixels. | |
indeterminate — Property, class mx.controls.ProgressBar | |
Whether the ProgressBar control has a determinate or indeterminate appearance. | |
indeterminateMoveInterval — Style, class mx.controls.ProgressBar | |
The number of pixels to move the indeterminate progress bar for each indeterminate loop. | |
indeterminateSkin — Style, class mx.controls.ProgressBar | |
Skin style for an indeterminate progress bar. | |
index — Property, class flash.display.ShaderInput | |
The zero-based index of the input in the shader, indicating the order of the input definitions in the shader. | |
index — Property, class flash.display.ShaderParameter | |
The zero-based index of the parameter. | |
index — Property, class flash.media.Camera | |
A zero-based integer that specifies the index of the camera, as reflected in the array returned by the names property. | |
index — Property, class flash.media.Microphone | |
The index of the microphone, as reflected in the array returned by Microphone.names. | |
index — Property, class mx.charts.ChartItem | |
The index of the data from the series' data provider that the ChartItem represents. | |
index — Property, class mx.charts.series.items.LineSeriesSegment | |
The index of this segment in the array of segments representing the line series. | |
index — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridHeaderInfo | |
The index of this AdvancedDataGridHeaderInfo instance in the AdvancedDataGrid control. | |
index — Property, class mx.controls.listClasses.ListBaseSelectionData | |
The index in the data provider of the selected item. | |
index — Property, class mx.effects.AddChildAction | |
The index of the child within the parent. | |
index — Property, class mx.effects.effectClasses.AddChildActionInstance | |
The index of the child within the parent. | |
index — Property, class mx.events.ColorPickerEvent | |
The zero-based index in the Color's data provider that corresponds to the color that was rolled over, rolled out of, or selected. | |
index — Property, class mx.events.FlexNativeMenuEvent | |
The index of the associated menu item within its parent menu or submenu. | |
index — Property, class mx.events.ItemClickEvent | |
The index of the associated navigation item. | |
index — Property, class mx.events.MenuEvent | |
The index of the associated menu item within its parent menu or submenu. | |
index — Property, class spark.effects.AddAction | |
The index of the child within the parent. | |
index — Property, class spark.effects.supportClasses.AddActionInstance | |
The index of the child within the parent. | |
index — Property, class spark.events.ElementExistenceEvent | |
The index where the element was added or removed. | |
index — Property, class spark.events.RendererExistenceEvent | |
The index where the item renderer was added or removed. | |
INDEX — Constant Static Property, class spark.effects.AddAction | |
Constant used to specify the position to add the item relative to the object specified by the relativeTo property. | |
IndexChangedEvent — class, package mx.events | |
The IndexChangedEvent class represents events that are dispatched when an index changes. | |
IndexChangedEvent(type:String, bubbles:Boolean, cancelable:Boolean, relatedObject:flash.display:DisplayObject, oldIndex:Number, newIndex:Number, triggerEvent:flash.events:Event) — Constructor, class mx.events.IndexChangedEvent | |
Constructor. | |
IndexChangeEvent — class, package spark.events | |
The IndexChangeEvent class represents events that are dispatched when an index changes in a Spark component. | |
IndexChangeEvent(type:String, bubbles:Boolean, cancelable:Boolean, oldIndex:int, newIndex:int) — Constructor, class spark.events.IndexChangeEvent | |
Constructor. | |
indexOf(searchElement:any, fromIndex:int) — method, class Array | |
Searches for an item in an array by using strict equality (===) and returns the index position of the item. | |
indexOf(val:String, startIndex:Number) — method, class String | |
Searches the string and returns the position of the first occurrence of val found at or after startIndex within the calling string. | |
indexOf(searchElement:T, fromIndex:int) — method, class Vector | |
Searches for an item in the Vector and returns the index position of the item. | |
indexReferences — Property, class mx.data.DataManager | |
To tune the speed of your application, set this property to false if you have a small number of fills or references to items managed by this data service from association properties of other items. | |
indexToColNum(columnIndex:int) — method, class mx.controls.AdvancedDataGridBaseEx | |
Returns the column number of a currently displayed column as it is currently displayed. | |
indexToColumn(index:int) — method, class mx.controls.listClasses.AdvancedListBase | |
The column for the data provider item at the given index. | |
indexToColumn(index:int) — method, class mx.controls.listClasses.ListBase | |
The column for the data provider item at the given index. | |
indexToItemRenderer(index:int) — method, class mx.controls.listClasses.AdvancedListBase | |
Get an item renderer for the index of an item in the data provider, if one exists. | |
indexToItemRenderer(index:int) — method, class mx.controls.listClasses.ListBase | |
Get an item renderer for the index of an item in the data provider, if one exists. | |
indexToRow(index:int) — method, class mx.controls.listClasses.AdvancedListBase | |
The row for the data provider item at the given index. | |
indexToRow(index:int) — method, class mx.controls.listClasses.ListBase | |
The row for the data provider item at the given index. | |
indicatorGap — Style, class mx.containers.FormHeading | |
Number of pixels between the label area and the heading text. | |
indicatorGap — Style, class mx.containers.FormItem | |
Number of pixels between the label and child components of the form item. | |
indicatorGap — Style, class mx.containers.Form | |
Number of pixels between the label and child components. | |
indicatorSkin — Style, class mx.containers.FormItem | |
Specifies the skin to use for the required field indicator. | |
indices — Property, class flash.data.SQLSchemaResult | |
An array of SQLIndexSchema instances requested in a call to SQLConnection.loadSchema(). | |
indices — Property, class flash.display.GraphicsTrianglePath | |
A Vector of integers or indexes, where every three indexes define a triangle. | |
indicesToIndex(rowIndex:int, colIndex:int) — method, class mx.controls.listClasses.AdvancedListBase | |
Computes the offset into the data provider of the item at colIndex, rowIndex. | |
indicesToIndex(rowIndex:int, colIndex:int) — method, class mx.controls.listClasses.ListBase | |
Computes the offset into the data provider of the item at colIndex, rowIndex. | |
Infinity — Package Constant Property, Top Level | |
A special value representing positive Infinity. | |
-Infinity — Package Constant Property, Top Level | |
A special value representing negative Infinity. | |
inflate(dx:Number, dy:Number) — method, class flash.geom.Rectangle | |
Increases the size of the Rectangle object by the specified amounts, in pixels. | |
inflate() — method, class flash.utils.ByteArray | |
Decompresses the byte array using the deflate compression algorithm. | |
inflatePoint(point:flash.geom:Point) — method, class flash.geom.Rectangle | |
Increases the size of the Rectangle object. | |
info — Property, class flash.events.NetStatusEvent | |
An object with properties that describe the object's status or error condition. | |
info — Property, class flash.net.NetStream | |
Returns a NetStreamInfo object whose properties contain statistics about the quality of service. | |
info() — method, interface mx.core.IFlexModuleFactory | |
Returns a block of key/value pairs that hold static data known to the module. | |
info — Property, class mx.events.MetadataEvent | |
For events off type ACTION_SCRIPT and CUE_POINT, the index of the cue point in the VideoDisplay.cuePoint Array. | |
info(message:String, ... rest) — method, interface mx.logging.ILogger | |
Logs the specified data using the LogEvent.INFO level. | |
info(msg:String, ... rest) — method, class mx.logging.LogLogger | |
Logs the specified data using the LogEvent.INFO level. | |
INFO — Constant Static Property, class mx.logging.LogEventLevel | |
Designates informational messages that highlight the progress of the application at coarse-grained level. | |
INFO — Constant Property, class mx.messaging.management.MBeanOperationInfo | |
The operation is purely informational with no side-effects, read-only. | |
INFORMATIONAL — Constant Static Property, class flash.desktop.NotificationType | |
Specifies that a notification alert is informational in nature and the user can safely ignore it. | |
INHERIT — Constant Static Property, class flashx.textLayout.formats.FormatValue | |
Specifies that a property is to inherit its parent's value. | |
inheritingStyles — Property, interface mx.core.IUITextField | |
The beginning of this UITextField's chain of inheriting styles. | |
inheritingStyles — Property, class mx.core.UIComponent | |
The beginning of this component's chain of inheriting styles. | |
inheritingStyles — Property, class mx.core.UIFTETextField | |
The beginning of this UITextField's chain of inheriting styles. | |
inheritingStyles — Property, class mx.core.UITextField | |
The beginning of this UITextField's chain of inheriting styles. | |
inheritingStyles — Property, interface mx.styles.IStyleClient | |
An object containing the inheritable styles for this component. | |
inheritingStyles — Property, class mx.styles.StyleProxy | |
An object containing the inheritable styles for this component. | |
init — Event, class flash.display.LoaderInfo | |
Dispatched when the properties and methods of a loaded SWF file are accessible and ready for use. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.DragManagerAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.advancedDataGrid.AdvancedDataGridAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.advancedDataGrid.AdvancedDataGridBaseExAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.advancedDataGrid.AdvancedDataGridGroupItemRendererAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.advancedDataGrid.AdvancedDataGridItemRendererAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.advancedDataGrid.AdvancedListBaseAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.advancedDataGrid.AdvancedListBaseContentHolderAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.advancedDataGrid.OLAPDataGridAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.advancedDataGrid.OLAPDataGridGroupRendererAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.charts.AreaSeriesAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.charts.AxisRendererAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.charts.BarSeriesAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.charts.BubbleSeriesAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.charts.CartesianChartAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.charts.ChartBaseAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.charts.ColumnSeriesAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.charts.HLOCSeriesBaseAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.charts.LegendAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.charts.LegendItemAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.charts.LineSeriesAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.charts.PieSeriesAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.charts.PlotSeriesAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.charts.SeriesAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.containers.AccordionAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.containers.ApplicationAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.containers.BoxAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.containers.CanvasAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.containers.DividedBoxAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.containers.FormAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.containers.FormItemAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.containers.PanelAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.containers.TabNavigatorAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.containers.ViewStackAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.AlertAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.AlertFormAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.ButtonAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.ButtonBarAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.CheckBoxAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.ColorPickerAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.ComboBaseAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.DataGridAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.DataGridItemRendererAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.DateChooserAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.DateFieldAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.LabelAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.LinkBarAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.ListAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.ListBaseAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.ListBaseContentHolderAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.ListItemRendererAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.MenuAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.MenuBarAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.MenuBarItemAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.MenuItemRendererAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.NavBarAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.NumericStepperAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.PopUpButtonAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.ProgressBarAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.RadioButtonAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.SWFLoaderAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.ScrollBarAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.SliderAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.TextAreaAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.TextInputAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.TileBaseAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.TileListItemRendererAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.ToggleButtonBarAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.ToolTipAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.TreeAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.TreeItemRendererAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.controls.VideoDisplayAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.core.ContainerAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.core.RepeaterAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.core.ScrollControlBaseAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.core.UIComponentAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.core.UITextFieldAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.flashflexkit.ContainerMovieClipAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.flashflexkit.FlexContentHolderAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(root:flash.display:DisplayObject) — Static Method , class mx.automation.delegates.flashflexkit.UIMovieClipAutomationImpl | |
Registers the delegate class for a component class with automation manager. | |
init(styleManager:mx.styles:IStyleManager2) — Static Method , class mx.charts.styles.HaloDefaults | |
Initializes the common values used by the default styles for the chart and element classes. | |
init — Event, class mx.controls.SWFLoader | |
Dispatched when the properties and methods of a loaded SWF file are accessible. | |
init(value:String, title:String) — method, interface mx.managers.IBrowserManager | |
Initializes the BrowserManager. | |
INIT — Constant Static Property, class flash.events.Event | |
The Event.INIT constant defines the value of the type property of an init event object. | |
initAdvancedLayoutFeatures() — method, class mx.core.UIComponent | |
Initializes the implementation and storage of some of the less frequently used advanced layout features of a component. | |
initChannelSet(message:mx.messaging.messages:IMessage) — method, class mx.messaging.MessageAgent | |
Used to automatically initialize the channelSet property for the MessageAgent before it connects for the first time. | |
INIT_COMPLETE — Constant Static Property, class mx.events.FlexEvent | |
Dispatched when a Flex application finishes initialization. | |
initCompleteHandler(event:flash.events:Event) — method, class mx.preloaders.DownloadProgressBar | |
Event listener for the FlexEvent.INIT_COMPLETE event. | |
initCompleteHandler(event:flash.events:Event) — method, class mx.preloaders.SparkDownloadProgressBar | |
Event listener for the FlexEvent.INIT_COMPLETE event. | |
initEffect(event:flash.events:Event) — method, class mx.effects.EffectInstance | |
This method is called if the effect was triggered by the EffectManager. | |
initEffect(event:flash.events:Event) — method, interface mx.effects.IEffectInstance | |
This method is called if the effect was triggered by the EffectManager. | |
initForHistoryManager() — method, interface mx.managers.IBrowserManager | |
Initializes the BrowserManager. | |
initialDestinationId — Property, class mx.messaging.ChannelSet | |
Provides access to the initial destination this ChannelSet is used to access. | |
INITIAL_DETAILS_REPLY — Constant Static Property, class mx.automation.events.MarshalledAutomationEvent | |
INITIAL_DETAILS_REQUEST — Constant Static Property, class mx.automation.events.MarshalledAutomationEvent | |
initialHeight — Property, class mx.core.MovieClipLoaderAsset | |
Backing storage for the measuredHeight property. | |
initialIndex — Property, class spark.components.mediaClasses.DynamicStreamingVideoSource | |
The preferred starting index. | |
initializationComplete() — method, class mx.core.UIComponent | |
Finalizes the initialization of this component. | |
initialize() — method, class air.update.ApplicationUpdater | |
Initializes the updater. | |
initialize() — method, class air.update.ApplicationUpdaterUI | |
Initializes the updater. | |
initialize() — method, class mx.containers.utilityClasses.PostScaleAdapter | |
Initialize the object. | |
initialize() — method, interface mx.core.IUIComponent | |
Initialize the object. | |
initialize — Event, class mx.core.UIComponent | |
Dispatched when the component has finished its construction and has all initialization properties set. | |
initialize() — method, class mx.core.UIComponent | |
Initializes the internal structure of this component. | |
initialize() — method, class mx.core.UIFTETextField | |
Initializes this component. | |
initialize() — method, class mx.core.UITextField | |
Initializes this component. | |
initialize() — method, class mx.data.DataManager | |
Forces initialization of the DataStore. | |
initialize() — method, class mx.data.ManagedOperation | |
Initializes the managed operation throwing errors for any configuration problems that are encountered along the way. | |
initialize() — method, class mx.data.ManagedQuery | |
Initializes the managed operation throwing errors for any configuration problems that are encountered along the way. | |
initialize() — method, class mx.data.RPCDataManager | |
Forces initialization of the DataStore. | |
initialize — Event, class mx.flash.UIMovieClip | |
Dispatched when the component has finished its construction and has all initialization properties set. | |
initialize() — method, class mx.flash.UIMovieClip | |
Initialize the object. | |
initialize(sm:mx.managers:ISystemManager) — Static Method , class mx.managers.HistoryManager | |
DEPRECATED - Initializes the HistoryManager. | |
initialize() — method, class mx.preloaders.DownloadProgressBar | |
Called by the Preloader after the download progress bar has been added as a child of the Preloader. | |
initialize() — method, interface mx.preloaders.IPreloaderDisplay | |
Called by the Preloader after the download progress bar has been added as a child of the Preloader. | |
initialize(showDisplay:Boolean, displayClassName:Class, backgroundColor:uint, backgroundAlpha:Number, backgroundImage:Object, backgroundSize:String, displayWidth:Number, displayHeight:Number, libs:Array, sizes:Array, rslList:Array, resourceModuleURLs:Array, applicationDomain:flash.system:ApplicationDomain) — method, class mx.preloaders.Preloader | |
Called by the SystemManager to initialize a Preloader object. | |
initialize() — method, class mx.preloaders.SparkDownloadProgressBar | |
Called by the Preloader after the download progress bar has been added as a child of the Preloader. | |
initialize() — method, class mx.rpc.AbstractService | |
Called to initialize the service. | |
initialize() — method, class mx.states.AddChild | |
IOverride interface method; this class implements it as an empty method. | |
initialize() — method, class mx.states.AddItems | |
IOverride interface method; this class implements it as an empty method. | |
initialize() — method, interface mx.states.IOverride | |
Initializes the override. | |
initialize() — method, class mx.states.OverrideBase | |
INITIALIZE — Constant Static Property, class mx.events.FlexEvent | |
The FlexEvent.INITIALIZE constant defines the value of the type property of the event object for a initialize event. | |
initializeAccessibility() — method, class mx.core.UIComponent | |
Initializes this component's accessibility code. | |
initialized — Event, class air.update.ApplicationUpdater | |
Dispatched after the initialization is complete. | |
initialized — Event, class air.update.ApplicationUpdaterUI | |
Dispatched after the initialization is complete. | |
initialized(document:Object, id:String) — method, class com.adobe.fiber.services.wrapper.AbstractServiceWrapper | |
Called after the implementing object has been created and all component properties specified on the MXML tag have been initialized. | |
initialized(document:Object, id:String) — method, class com.adobe.fiber.services.wrapper.DataServiceWrapper | |
Called after the implementing object has been created and all component properties specified on the MXML tag have been initialized. | |
initialized(document:Object, id:String) — method, class flashx.textLayout.elements.FlowElement | |
Called for MXML objects after the implementing object has been created and all component properties specified on the MXML tag have been initialized. | |
initialized — Static Property, class mx.automation.Automation | |
Contains true if the automation module has been initialized. | |
initialized(document:Object, id:String) — method, class mx.collections.ListCollectionView | |
Called automatically by the MXML compiler when the ListCollectionView is created using an MXML tag. | |
initialized(document:Object, id:String) — method, class mx.containers.utilityClasses.ConstraintColumn | |
Called automatically by the MXML compiler when the ConstraintColumn instance is created using an MXML tag. | |
initialized(document:Object, id:String) — method, class mx.containers.utilityClasses.ConstraintRow | |
Called automatically by the MXML compiler when the ConstraintRow instance is created using an MXML tag. | |
initialized — Property, class mx.controls.FlexNativeMenu | |
A flag that determines if an object has been through all three phases of layout: commitment, measurement, and layout (provided that any were required). | |
initialized(document:Object, id:String) — method, class mx.controls.RadioButtonGroup | |
Implementation of the IMXMLObject.initialized() method to support deferred instantiation. | |
initialized(document:Object, id:String) — method, class mx.core.DesignLayer | |
Called after the implementing object has been created and all component properties specified on the MXML tag have been initialized. | |
initialized(document:Object, id:String) — method, interface mx.core.IMXMLObject | |
Called after the implementing object has been created and all component properties specified on the MXML tag have been initialized. | |
initialized(document:Object, id:String) — method, class mx.core.MXMLObjectAdapter | |
Called after the implementing object has been created and all component properties specified on the MXML tag have been initialized. | |
initialized — Property, class mx.core.UIComponent | |
A flag that determines if an object has been through all three phases of layout: commitment, measurement, and layout (provided that any were required). | |
initialized — Property, class mx.core.UIFTETextField | |
A flag that determines if an object has been through all three phases of layout validation (provided that any were required). | |
initialized — Property, class mx.core.UITextField | |
A flag that determines if an object has been through all three phases of layout validation (provided that any were required) | |
initialized — Property, class mx.flash.UIMovieClip | |
A flag that determines if an object has been through all three phases of layout: commitment, measurement, and layout (provided that any were required). | |
initialized(document:Object, id:String) — method, class mx.logging.AbstractTarget | |
Called after the implementing object has been created and all properties specified on the tag have been assigned. | |
initialized — Property, interface mx.managers.ILayoutManagerClient | |
A flag that determines if an object has been through all three phases of layout validation (provided that any were required) This flag should only be modified by the LayoutManager. | |
initialized(document:Object, id:String) — method, class mx.messaging.MessageAgent | |
Called after the implementing object has been created and all properties specified on the tag have been assigned. | |
initialized(document:Object, id:String) — method, class mx.rpc.http.mxml.HTTPMultiService | |
Called after the implementing object has been created and all component properties specified on the MXML tag have been initialized. | |
initialized(document:Object, id:String) — method, class mx.rpc.http.mxml.HTTPService | |
Called after the implementing object has been created and all component properties specified on the MXML tag have been initialized. | |
initialized(document:Object, id:String) — method, class mx.rpc.remoting.mxml.RemoteObject | |
Called automatically by the MXML compiler if the RemoteObject is set up using a tag. | |
initialized(document:Object, id:String) — method, class mx.rpc.soap.mxml.WebService | |
Called automatically by the MXML compiler if the WebService is setup using a tag. | |
initialized — Property, class mx.skins.ProgrammaticSkin | |
A flag that determines if an object has been through all three phases of layout: commitment, measurement, and layout (provided that any were required). | |
initialized(document:Object, id:String) — method, class mx.validators.Validator | |
Called automatically by the MXML compiler when the Validator is created using an MXML tag. | |
initialized(document:Object, id:String) — method, class spark.components.RadioButtonGroup | |
Implementation of the IMXMLObject.initialized() method to support deferred instantiation. | |
initialized(document:Object, id:String) — method, class spark.core.SpriteVisualElement | |
Called automatically by the MXML compiler when the SpriteVisualElement is created using an MXML tag. | |
initialized — Property, class spark.effects.supportClasses.AnimateTransformInstance | |
If true, this single instance of the transform-related effects has already been initialized. | |
initialized(document:Object, id:String) — method, class spark.primitives.supportClasses.GraphicElement | |
Called automatically by the MXML compiler when the GraphicElement is created using an MXML tag. | |
INITIALIZED — Constant Static Property, class air.update.events.UpdateEvent | |
The UpdateEvent.INITIALIZED constant defines the value of the type property of the event object for a initialized event. | |
initializeInterpolationData(srcCache:Array, dstCache:Array, iProps:Object, cacheType:Class, customData:Object) — method, class mx.charts.chartClasses.Series | |
Helper method to implement the interpolation effect. | |
initializeLocaleChain(compiledLocales:Array) — method, interface mx.resources.IResourceManager | |
Used only by classes which implement IFlexModuleFactory. | |
initializeOperation(operation:mx.rpc.soap:Operation) — method, class mx.rpc.soap.WebService | |
Initializes a new Operation. | |
initializeRepeater(container:mx.core:IContainer, recurse:Boolean) — method, interface mx.core.IRepeater | |
Initializes a new Repeater object. | |
initializeRepeater(container:mx.core:IContainer, recurse:Boolean) — method, class mx.core.Repeater | |
Initializes a new Repeater object. | |
initializeRepeaterArrays(parent:mx.core:IRepeaterClient) — method, interface mx.core.IRepeaterClient | |
Initializes the instanceIndices, repeaterIndices, and repeaters properties. | |
initializeRepeaterArrays(parent:mx.core:IRepeaterClient) — method, class mx.core.UIComponent | |
Initializes various properties which keep track of repeated instances of this component. | |
initializingLabel — Static Property, class mx.preloaders.DownloadProgressBar | |
The string to display as the label while in the initializing phase. | |
initialWidth — Property, class mx.core.MovieClipLoaderAsset | |
Backing storage for the measuredWidth property. | |
initiateDataChangeEffect(unscaledWidth:Number, unscaledHeight:Number) — method, class mx.controls.listClasses.AdvancedListBase | |
Initiates a data change effect when there have been changes in the data provider. | |
initiateDataChangeEffect(unscaledWidth:Number, unscaledHeight:Number) — method, class mx.controls.listClasses.ListBase | |
Initiates a data change effect when there have been changes in the data provider. | |
initInstance(inst:mx.effects:IEffectInstance) — method, class mx.charts.effects.SeriesSlide | |
Copies properties of the effect to the effect instance. | |
initInstance(instance:mx.effects:IEffectInstance) — method, class mx.effects.Effect | |
Copies properties of the effect to the effect instance. | |
initListData(item:Object, adgListData:mx.controls.advancedDataGridClasses:AdvancedDataGridListData) — method, class mx.controls.AdvancedDataGrid | |
Initializes an AdvancedDataGridListData object that is used by the AdvancedDataGrid item renderer. | |
initListData(item:Object, treeListData:mx.controls.treeClasses:TreeListData) — method, class mx.controls.Tree | |
Initializes a TreeListData object that is used by the tree item renderer. | |
INIT_MANAGER_REQUEST — Constant Static Property, class mx.events.InterManagerRequest | |
Ask the other ApplicationDomain to instantiate a manager in that ApplicationDomain (if it is not already instantiated) so it is available to listen to subsequent InterManagerRequests. | |
initMaskEffect() — method, class mx.effects.effectClasses.MaskEffectInstance | |
Initializes the move and scale properties of the effect. | |
INIT_PROGRESS — Constant Static Property, class mx.events.FlexEvent | |
Dispatched when the Flex application completes an initialization phase, as defined by calls to the measure(), commitProperties(), or updateDisplayList() methods. | |
initProgressHandler(event:flash.events:Event) — method, class mx.preloaders.DownloadProgressBar | |
Event listener for the FlexEvent.INIT_PROGRESS event. | |
initProgressHandler(event:flash.events:Event) — method, class mx.preloaders.SparkDownloadProgressBar | |
Event listener for the FlexEvent.INIT_PROGRESS event. | |
initProgressTotal — Property, class mx.preloaders.DownloadProgressBar | |
The total number of validation events you expect to get in the initializing phase. | |
initProgressTotal — Property, class mx.preloaders.SparkDownloadProgressBar | |
The total number of validation events you expect to get in the initializing phase. | |
initProtoChain() — method, class mx.controls.advancedDataGridClasses.AdvancedDataGridItemRenderer | |
Sets up the inheritingStyles and nonInheritingStyles objects and their proto chains so that the getStyle() method can work. | |
initProtoChain() — method, class mx.controls.advancedDataGridClasses.FTEAdvancedDataGridItemRenderer | |
Sets up the inheritingStyles and nonInheritingStyles objects and their proto chains so that the getStyle() method can work. | |
initProtoChain() — method, class mx.controls.dataGridClasses.DataGridItemRenderer | |
Sets up the inheritingStyles and nonInheritingStyles objects and their proto chains so that the getStyle() method can work. | |
initProtoChain() — method, class mx.controls.dataGridClasses.FTEDataGridItemRenderer | |
Sets up the inheritingStyles and nonInheritingStyles objects and their proto chains so that the getStyle() method can work. | |
initSecondaryMode() — method, class mx.charts.chartClasses.CartesianChart | |
Initializes the chart for displaying a second series. | |
InlineGraphicElement — final class, package flashx.textLayout.elements | |
The InlineGraphicElement class handles graphic objects that display inline in the text. | |
InlineGraphicElement() — Constructor, class flashx.textLayout.elements.InlineGraphicElement | |
Constructor - create new InlineGraphicElement object | |
InlineGraphicElementStatus — final class, package flashx.textLayout.elements | |
The InlineGraphicElementStatus class defines a set of constants for checking the value of InlineGraphicElement.status. | |
inlineGraphicResolverFunction — Property, class flashx.textLayout.elements.Configuration | |
Specifies the callback used for resolving an inline graphic element. | |
inlineGraphicResolverFunction — Property, interface flashx.textLayout.elements.IConfiguration | |
Specifies the callback used for resolving an inline graphic element. | |
INLINE_GRAPHIC_STATUS_CHANGE — Constant Static Property, class flashx.textLayout.events.StatusChangeEvent | |
Defines the value of the type property of a inlineGraphicStatusChanged event object. | |
inlineGraphicStatusChanged — Event, class flashx.textLayout.container.TextContainerManager | |
Dispatched when a InlineGraphicElement is resized due to having width or height as auto or percent and the graphic has finished loading. | |
inlineGraphicStatusChanged — Event, class flashx.textLayout.elements.TextFlow | |
Dispatched when a InlineGraphicElement is resized due to having width or height as auto or percent and the graphic has finished loading. | |
inner — Property, class flash.filters.DropShadowFilter | |
Indicates whether or not the shadow is an inner shadow. | |
inner — Property, class flash.filters.GlowFilter | |
Specifies whether the glow is an inner glow. | |
inner — Property, class mx.effects.Glow | |
Specifies whether the glow is an inner glow. | |
inner — Property, class mx.effects.effectClasses.GlowInstance | |
The inner flag of the glow. | |
inner — Property, class spark.filters.DropShadowFilter | |
Specifies whether the glow is an inner glow. | |
inner — Property, class spark.filters.GlowFilter | |
Specifies whether the glow is an inner glow. | |
INNER — Constant Static Property, class flash.filters.BitmapFilterType | |
Defines the setting that applies a filter to the inner area of an object. | |
innerRadius — Style, class mx.charts.series.PieSeries | |
A number from 0 to 1 specifying the distance from the center of the series to the inner edge of the rendered wedges, as a percentage of the total radius assigned to the series. | |
innerRadius — Style, class mx.charts.PieChart | |
Determines the size of the hole in the center of the pie chart. | |
innerRadius — Property, class mx.charts.series.items.PieSeriesItem | |
The distance of the inner edge of this wedge from its origin, measured in pixels. | |
IN_OUT — Constant Static Property, class spark.effects.easing.EasingFraction | |
Specifies that an easing instance that eases in for the first half and eases out for the remainder. | |
input — Property, class flash.display.ShaderInput | |
The input data that is used when the shader executes. | |
INPUT — Constant Static Property, class flash.text.TextFieldType | |
Used to specify an input TextField. | |
inputFieldStyleFilters — Property, class mx.controls.NumericStepper | |
Set of styles to pass from the NumericStepper to the input field. | |
inputFormat — Property, class mx.validators.DateValidator | |
The date format to validate the value against. | |
inScopeNamespaces() — method, class XML | |
Lists the namespaces for the XML object, based on the object's parent. | |
insert(sub:String, str:String, pos:int) — Static Method , class com.adobe.fiber.runtime.lib.StringFunc | |
Inserts a substring in a string after a specified character position. | |
insert — Event, class flash.data.SQLConnection | |
Dispatched when data in any table in any of the connected databases changes as a result of a SQL INSERT command. | |
insert(item:Object) — method, class mx.collections.HierarchicalCollectionViewCursor | |
Inserts the specified item before the cursor's current position. | |
insert(item:Object) — method, interface mx.collections.IViewCursor | |
Inserts the specified item before the cursor's current position. | |
INSERT — Constant Static Property, class flash.events.SQLUpdateEvent | |
The SQLUpdateEvent.INSERT constant defines the value of the type property of a SQLConnection insert event. | |
INSERT — Constant Static Property, class flash.ui.Keyboard | |
Constant associated with the key code value for the Insert key (45). | |
insertBefore(node:flash.xml:XMLNode, before:flash.xml:XMLNode) — method, class flash.xml.XMLNode | |
Inserts a new child node into the XML object's child list, before the beforeNode node. | |
insertChildAfter(child1:Object, child2:Object) — method, class XML | |
Inserts the given child2 parameter after the child1 parameter in this XML object and returns the resulting object. | |
insertChildBefore(child1:Object, child2:Object) — method, class XML | |
Inserts the given child2 parameter before the child1 parameter in this XML object and returns the resulting object. | |
insertInlineGraphic(source:Object, width:Object, height:Object, options:Object, operationState:flashx.textLayout.edit:SelectionState) — method, class flashx.textLayout.edit.EditManager | |
Inserts an image. | |
insertInlineGraphic(source:Object, width:Object, height:Object, options:Object, operationState:flashx.textLayout.edit:SelectionState) — method, interface flashx.textLayout.edit.IEditManager | |
Inserts an image. | |
InsertInlineGraphicOperation — class, package flashx.textLayout.operations | |
The InsertInlineGraphicOperation class encapsulates the insertion of an inline graphic into a text flow. | |
InsertInlineGraphicOperation(operationState:flashx.textLayout.edit:SelectionState, source:Object, width:Object, height:Object, options:Object) — Constructor, class flashx.textLayout.operations.InsertInlineGraphicOperation | |
Creates an InsertInlineGraphicsOperation object. | |
INSERT_INTO_COLLECTION — Constant Static Property, class mx.data.UpdateCollectionRange | |
Indicates a range of items have been inserted into the collection. | |
insertNewLines — Property, class mx.utils.Base64Encoder | |
A Boolean flag to control whether the sequence of characters specified for Base64Encoder.newLine are inserted every 76 characters to wrap the encoded output. | |
insertPosition — Property, class mx.charts.chartClasses.InstanceCache | |
The position of the instance in the parent's child list. | |
insertText(text:String, origOperationState:flashx.textLayout.edit:SelectionState) — method, class flashx.textLayout.edit.EditManager | |
Inserts text. | |
insertText(text:String, operationState:flashx.textLayout.edit:SelectionState) — method, interface flashx.textLayout.edit.IEditManager | |
Inserts text. | |
insertText(text:String) — method, class spark.components.RichEditableText | |
Inserts the specified text into the RichEditableText as if you had typed it. | |
insertText(text:String) — method, class spark.components.supportClasses.SkinnableTextBase | |
Inserts the specified text into the RichEditableText as if you had typed it. | |
InsertTextOperation — class, package flashx.textLayout.operations | |
The InsertTextOperation class encapsulates a text insertion operation. | |
InsertTextOperation(operationState:flashx.textLayout.edit:SelectionState, text:String, deleteSelectionState:flashx.textLayout.edit:SelectionState) — Constructor, class flashx.textLayout.operations.InsertTextOperation | |
Creates an InsertTextOperation object. | |
insideCutoff — Property, class flash.text.CSMSettings | |
The inside cutoff value, above which densities are set to a maximum density value (such as 255). | |
insideLabelSizeLimit — Style, class mx.charts.series.PieSeries | |
Specifies the font size threshold, in points, below which inside labels are considered illegible. | |
installCompiledResourceBundles(applicationDomain:flash.system:ApplicationDomain, locales:Array, bundleNames:Array) — method, interface mx.resources.IResourceManager | |
Used only by classes which implement IFlexModuleFactory. | |
installFromAIRFile(file:flash.filesystem:File) — method, class air.update.ApplicationUpdater | |
Starts the update process using a local AIR file. | |
installFromAIRFile(file:flash.filesystem:File) — method, class air.update.ApplicationUpdaterUI | |
Starts the update process using a local AIR file. | |
installUpdate() — method, class air.update.ApplicationUpdater | |
Installs the update file. | |
InstanceCache — class, package mx.charts.chartClasses | |
InstanceCache is a utility that governs the task of creating and managing a set of n object instances, where n changes frequently. | |
InstanceCache(type:Object, parent:Object, insertPosition:int) — Constructor, class mx.charts.chartClasses.InstanceCache | |
Constructor. | |
instanceClass — Property, class mx.effects.Effect | |
An object of type Class that specifies the effect instance class class for this effect class. | |
instanceIndex — Property, class mx.core.UIComponent | |
The index of a repeated component. | |
instanceIndices — Property, interface mx.core.IRepeaterClient | |
An Array that contains the indices required to reference the repeated component instance from its document. | |
instanceIndices — Property, class mx.core.UIComponent | |
An Array containing the indices required to reference this UIComponent object from its parent document. | |
instanceof — Operator | |
Evaluates whether an expression's prototype chain includes the prototype object for function . | |
instances — Property, class mx.charts.chartClasses.InstanceCache | |
The Array of cached instances. | |
INSUFFICIENT_WIDTH — Constant Static Property, class flash.text.engine.TextLineCreationResult | |
Indicates no line was created because no text could fit in the specified width and fitSomething was not specified in the call to createTextLine(). | |
int — final class, Top Level | |
The int class lets you work with the data type representing a 32-bit signed integer. | |
int(value:Number) — Package Function, Top Level | |
Converts a given numeric value to an integer value. | |
int(num:Object) — Constructor, class int | |
Constructor; creates a new int object. | |
INT — Constant Static Property, class flash.display.ShaderParameterType | |
Indicates that the shader parameter is defined as an int value, equivalent to a single int or uint instance in ActionScript. | |
INT — Constant Static Property, class mx.validators.NumberValidatorDomainType | |
Specifies to validate an integer number. | |
INT2 — Constant Static Property, class flash.display.ShaderParameterType | |
Indicates that the shader parameter is defined as an int2 value, equivalent to an Array of two int or uint instances in ActionScript. | |
INT3 — Constant Static Property, class flash.display.ShaderParameterType | |
Indicates that the shader parameter is defined as an int3 value, equivalent to an Array of three int or uint instances in ActionScript. | |
INT4 — Constant Static Property, class flash.display.ShaderParameterType | |
Indicates that the shader parameter is defined as an int4 value, equivalent to an Array of four int or uint instances in ActionScript. | |
integerError — Property, class mx.validators.NumberValidator | |
Error message when the number must be an integer, as defined by the domain property. | |
interactionManager — Property, class flashx.textLayout.container.ContainerController | |
The InteractionManager associated with this TextFlow object. | |
interactionManager — Property, class flashx.textLayout.elements.TextFlow | |
The InteractionManager associated with this TextFlow object. | |
interactionManagerChanged(newInteractionManager:flashx.textLayout.edit:ISelectionManager) — method, interface flashx.textLayout.compose.IFlowComposer | |
Called by the TextFlow when the interaction manager changes. | |
interactionManagerChanged(newInteractionManager:flashx.textLayout.edit:ISelectionManager) — method, class flashx.textLayout.compose.StandardFlowComposer | |
Called by the TextFlow when the interaction manager changes. | |
interactive — Property, class mx.charts.chartClasses.Series | |
Determines whether data tips appear when users interact with chart data on the screen. | |
InteractiveIcon — class, package flash.desktop | |
The InteractiveIcon class is the base class for the operating system icons associated with applications. | |
InteractiveObject — class, package flash.display | |
The InteractiveObject class is the abstract base class for all display objects with which the user can interact, using the mouse and keyboard. | |
InteractiveObject() — Constructor, class flash.display.InteractiveObject | |
Calling the new InteractiveObject() constructor throws an ArgumentError exception. | |
interAppDataToMainApp — Property, class mx.automation.events.MarshalledAutomationEvent | |
Contains Object which represents the result details for findObjectIDs. | |
interAppDataToSubApp — Property, class mx.automation.events.MarshalledAutomationEvent | |
Contains string which represents the descriptionXML details for findObjectIDs. | |
InterDragManagerEvent — class, package mx.events | |
An event sent between DragManagers that are in separate but trusted ApplicationDomains to handle the dispatching of DragEvents to the drag targets. | |
InterDragManagerEvent(type:String, bubbles:Boolean, cancelable:Boolean, localX:Number, localY:Number, relatedObject:flash.display:InteractiveObject, ctrlKey:Boolean, altKey:Boolean, shiftKey:Boolean, buttonDown:Boolean, delta:int, dropTarget:flash.display:DisplayObject, dragEventType:String, dragInitiator:mx.core:IUIComponent, dragSource:mx.core:DragSource, action:String, draggedItem:Object) — Constructor, class mx.events.InterDragManagerEvent | |
Constructor. | |
interface — Statement | |
Defines an interface. | |
InterManagerRequest — class, package mx.events | |
This is an event that is sent between ApplicationDomains to notify trusted listeners about activity in a particular manager. | |
InterManagerRequest(type:String, bubbles:Boolean, cancelable:Boolean, name:String, value:Object) — Constructor, class mx.events.InterManagerRequest | |
Constructor. | |
internal — Statement | |
Specifies that a class, variable, constant or function is available to any caller within the same package. | |
internalConnect() — method, class mx.messaging.Channel | |
Connects the Channel to its endpoint. | |
internalDisconnect(rejected:Boolean) — method, class mx.messaging.Channel | |
Disconnects the Channel from its endpoint. | |
internalGetItem(dataManager:mx.data:RPCDataManager, identity:Object, defaultValue:Object, includeSpecifier:mx.data:PropertySpecifier) — method, class mx.data.RPCDataServiceAdapter | |
This method actually performs the getItem operation but the result handler will not be used to update the managed result. | |
internalLabelFunction — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridHeaderInfo | |
A function that gets created if the column grouping requires extracting data from nested objects. | |
internalSend(messageResponder:mx.messaging:MessageResponder) — method, class mx.messaging.Channel | |
Sends the Message out over the Channel and routes the response to the responder. | |
internalSend(message:mx.messaging.messages:IMessage, waitForClientId:Boolean) — method, class mx.messaging.MessageAgent | |
Sends a Message from the MessageAgent to its destination using the agent's ChannelSet. | |
internalStyleName — Property, class mx.charts.chartClasses.DualStyleObject | |
The name of a class selector this instance inherits values from. | |
interpolate(thisMat:flash.geom:Matrix3D, toMat:flash.geom:Matrix3D, percent:Number) — Static Method , class flash.geom.Matrix3D | |
Simplifies the interpolation from one frame of reference to another by interpolating a display object a percent point closer to a target display object. | |
interpolate(pt1:flash.geom:Point, pt2:flash.geom:Point, f:Number) — Static Method , class flash.geom.Point | |
Determines a point between two specified points. | |
interpolate(interpolationValues:Array, interpolationData:Object) — method, class mx.charts.chartClasses.Series | |
Called by the SeriesInterpolate effect to advance an interpolation. | |
interpolate(interpolationValues:Array, interpolationData:Object) — method, class mx.charts.series.PieSeries | |
interpolate(fraction:Number, startValue:Object, endValue:Object) — method, class spark.effects.interpolation.HSBInterpolator | |
The interpolation for the HSBInterpolator class takes the form of parametric calculations on each of the three values h (hue), s (saturation), and b (brightness) of HSB colors derived from the start and end RGB colors. | |
interpolate(fraction:Number, startValue:Object, endValue:Object) — method, interface spark.effects.interpolation.IInterpolator | |
Given an elapsed fraction of an animation, between 0.0 and 1.0, and start and end values to interpolate, return the interpolated value. | |
interpolate(fraction:Number, startValue:Object, endValue:Object) — method, class spark.effects.interpolation.MultiValueInterpolator | |
Given an elapsed fraction of an animation, between 0.0 and 1.0, and start and end values to interpolate, return the interpolated value. | |
interpolate(fraction:Number, startValue:Object, endValue:Object) — method, class spark.effects.interpolation.NumberInterpolator | |
Interpolation for NumberInterpolator consists of a simple parametric calculation between startValue and endValue, using fraction as the fraction of the elapsed time from start to end: return startValue + fraction (endValue - startValue); | |
interpolate(fraction:Number, startValue:Object, endValue:Object) — method, class spark.effects.interpolation.RGBInterpolator | |
Interpolation for the RGBInterpolator class takes the form of parametric calculations on each of the bottom three bytes of startValue and endValue. | |
interpolateTo(toMat:flash.geom:Matrix3D, percent:Number) — method, class flash.geom.Matrix3D | |
Interpolates the display object's matrix a percent closer to a target's matrix. | |
interpolateValues — Property, class mx.charts.series.LineSeries | |
Specifies how to represent missing data. | |
interpolationMethod — Property, class flash.display.GraphicsGradientFill | |
A value from the InterpolationMethod class that specifies which value to use. | |
interpolationMethod — Property, class mx.graphics.GradientBase | |
A value from the InterpolationMethod class that specifies which interpolation method to use. | |
InterpolationMethod — final class, package flash.display | |
The InterpolationMethod class provides values for the interpolationMethod parameter in the Graphics.beginGradientFill() and Graphics.lineGradientStyle() methods. | |
interpolationValues — Property, class mx.charts.effects.effectClasses.SeriesEffectInstance | |
The current position of each chart item being managed by this effect. | |
interpolator — Property, class spark.effects.Animate | |
The interpolator used by this effect to calculate values between the start and end values of a property. | |
interpolator — Property, class spark.effects.animation.Animation | |
The interpolator used by the Animation instance to calculate values between the start and end values of the property. | |
interpolator — Property, class spark.effects.animation.MotionPath | |
The interpolator determines how in-between values in an animation are calculated. | |
interpolator — Property, class spark.effects.supportClasses.AnimateInstance | |
The interpolator used by this effect to calculate values between the start and end values of a property. | |
intersection(toIntersect:flash.geom:Rectangle) — method, class flash.geom.Rectangle | |
If the Rectangle object specified in the toIntersect parameter intersects with this Rectangle object, returns the area of intersection as a Rectangle object. | |
intersects(toIntersect:flash.geom:Rectangle) — method, class flash.geom.Rectangle | |
Determines whether the object specified in the toIntersect parameter intersects with this Rectangle object. | |
interval — Property, class mx.charts.DateTimeAxis | |
Specifies the number of labelUnits between label values along the axis. | |
interval — Property, class mx.charts.LinearAxis | |
Specifies the numeric difference between label values along the axis. | |
interval — Property, class mx.charts.LogAxis | |
Specifies the multiplier label values along the axis. | |
INTER_WORD — Constant Static Property, class flashx.textLayout.formats.TextJustify | |
Specifies that justification is to add space to space characters. | |
inTransaction — Property, class flash.data.SQLConnection | |
Indicates whether this connection is currently involved in a transaction. | |
invalid — Event, class mx.core.UIComponent | |
Dispatched when a component is monitored by a Validator and the validation failed. | |
invalid — Event, class mx.validators.Validator | |
Dispatched when validation fails. | |
INVALID — Constant Static Property, class flash.security.SignatureStatus | |
Invalid status. | |
INVALID — Constant Static Property, class flash.text.engine.TextLineValidity | |
Specifies that the line is invalid. | |
INVALID — Constant Static Property, class flashx.textLayout.compose.FlowDamageType | |
Value is used to set the validity property if the text content has changed since the line was originally created. | |
INVALID — Constant Static Property, class mx.events.FlexEvent | |
The FlexEvent.INVALID constant defines the value of the type property of the event object for a invalid event. | |
INVALID — Constant Static Property, class mx.events.ValidationResultEvent | |
The ValidationResultEvent.INVALID constant defines the value of the type property of the event object for an invalid event. | |
invalidate() — method, class flash.display.Stage | |
Calling the invalidate() method signals Flash Player to alert display objects on the next opportunity it has to render the display list (for example, when the playhead advances to a new frame). | |
invalidate(target:Object) — method, interface flashx.textLayout.elements.IFormatResolver | |
Invalidates cached formatting information on this element because, for example, the parent changed, or the id or the styleName changed. | |
invalidateAll(textFlow:flashx.textLayout.elements:TextFlow) — method, interface flashx.textLayout.elements.IFormatResolver | |
Invalidates any cached formatting information for a TextFlow so that formatting must be recomputed. | |
invalidateAllFormats() — method, class flashx.textLayout.elements.TextFlow | |
Invalidates all formatting information for the TextFlow, forcing it to be recomputed. | |
invalidateCache() — method, class mx.charts.chartClasses.NumericAxis | |
Invalidates the cached labels and tick marks that represent this axis's values. | |
invalidateChildOrder() — method, class mx.charts.chartClasses.ChartBase | |
Informs the chart that its child list was modified and should be reordererd. | |
invalidateContents() — method, class flashx.textLayout.container.ContainerController | |
Marks all the text in this container as needing composing. | |
invalidateData(invalid:Boolean) — method, class mx.charts.chartClasses.CartesianDataCanvas | |
Informs the canvas that the underlying data in the data provider has changed. | |
invalidateData() — method, class mx.charts.chartClasses.ChartBase | |
Triggers a redraw of the chart. | |
invalidateData(invalid:Boolean) — method, class mx.charts.chartClasses.PolarDataCanvas | |
Informs the canvas that the underlying data in the dataProvider has changed. | |
invalidateData(invalid:Boolean) — method, class mx.charts.chartClasses.Series | |
Informs the series that the underlying data in the data provider has changed. | |
invalidateData(invalid:Boolean) — method, class mx.charts.series.AreaSeries | |
invalidateData(invalid:Boolean) — method, class mx.charts.series.BarSeries | |
Informs the series that the underlying data in the data provider has changed. | |
invalidateData(invalid:Boolean) — method, class mx.charts.series.ColumnSeries | |
Informs the series that the underlying data in the data provider has changed. | |
invalidateDisplayList() — method, class mx.charts.AxisRenderer | |
Marks a component so that its updateDisplayList() method gets called during a later screen update. | |
invalidateDisplayList() — method, class mx.charts.chartClasses.CartesianDataCanvas | |
Marks a component so that its updateDisplayList() method gets called during a later screen update. | |
invalidateDisplayList() — method, class mx.charts.chartClasses.PolarDataCanvas | |
Marks a component so that its updateDisplayList() method gets called during a later screen update. | |
invalidateDisplayList() — method, class mx.containers.utilityClasses.PostScaleAdapter | |
Calling this method results in a call to the component's validateDisplayList() method before the display list is rendered. | |
invalidateDisplayList() — method, interface mx.core.IInvalidating | |
Calling this method results in a call to the component's validateDisplayList() method before the display list is rendered. | |
invalidateDisplayList() — method, class mx.core.UIComponent | |
Marks a component so that its updateDisplayList() method gets called during a later screen update. | |
invalidateDisplayList() — method, class mx.core.UIFTETextField | |
Marks a component so that its updateDisplayList() method gets called during a later screen update. | |
invalidateDisplayList() — method, class mx.core.UITextField | |
Marks a component so that its updateDisplayList() method gets called during a later screen update. | |
invalidateDisplayList(obj:mx.managers:ILayoutManagerClient) — method, interface mx.managers.ILayoutManager | |
Called when a component changes in some way that its layout and/or visuals need to be changed. | |
invalidateDisplayList(obj:mx.managers:ILayoutManagerClient) — method, class mx.managers.LayoutManager | |
Called when a component changes in some way that its layout and/or visuals need to be changed. | |
invalidateDisplayList() — method, class mx.skins.ProgrammaticSkin | |
Marks a component so that its updateDisplayList() method gets called during a later screen update. | |
invalidateDisplayList() — method, class spark.primitives.supportClasses.GraphicElement | |
Calling this method results in a call to the elements's validateDisplayList() method before the display list is rendered. | |
invalidateDisplayObjectSharing() — method, class spark.primitives.Path | |
Utility method that notifies the host that this element has changed and needs its layer to be updated. | |
invalidateDisplayObjectSharing() — method, class spark.primitives.supportClasses.GraphicElement | |
Utility method that notifies the host that this element has changed and needs its layer to be updated. | |
invalidateFilter(invalid:Boolean) — method, class mx.charts.chartClasses.Series | |
Informs the series that the filter of the data against the axes has changed and must be recalculated. | |
invalidateGraphicElementDisplayList(element:spark.core:IGraphicElement) — method, class spark.components.Group | |
Notify the host component that an element has changed and needs to be redrawn. | |
invalidateGraphicElementProperties(element:spark.core:IGraphicElement) — method, class spark.components.Group | |
Notify the host component that an element changed and needs to validate properties. | |
invalidateGraphicElementSharing(element:spark.core:IGraphicElement) — method, class spark.components.Group | |
Notify the host that an element layer has changed. | |
invalidateGraphicElementSize(element:spark.core:IGraphicElement) — method, class spark.components.Group | |
Notify the host component that an element size has changed. | |
invalidateLayering() — method, class mx.core.UIComponent | |
Called by a component's items to indicate that their depth property has changed. | |
invalidateList() — method, class mx.controls.listClasses.AdvancedListBase | |
Refresh all rows on next update. | |
invalidateList() — method, class mx.controls.listClasses.ListBase | |
Refresh all rows on the next update. | |
invalidateMapping(invalid:Boolean) — method, class mx.charts.chartClasses.Series | |
Informs the series that the mapping of the data into numeric values has changed and must be recalculated. | |
invalidateMapping(invalid:Boolean) — method, class mx.charts.series.AreaSeries | |
invalidateMapping(invalid:Boolean) — method, class mx.charts.series.BarSeries | |
Informs the series that the mapping of the data into numeric values has changed and must be recalculated. | |
invalidateMapping(invalid:Boolean) — method, class mx.charts.series.ColumnSeries | |
Informs the series that the mapping of the data into numeric values has changed and must be recalculated. | |
invalidateParentSizeAndDisplayList() — method, class mx.core.UIComponent | |
Helper method to invalidate parent size and display list if this object affects its layout (includeInLayout is true). | |
invalidateParentSizeAndDisplayList() — method, class mx.flash.UIMovieClip | |
Helper method to invalidate parent size and display list if this object affects its layout (includeInLayout is true). | |
invalidateParentSizeAndDisplayList() — method, interface mx.managers.ISystemManager | |
Attempt to notify the parent SWFLoader that the application's size may have changed. | |
invalidateParentSizeAndDisplayList() — method, class mx.managers.SystemManager | |
Attempts to notify the parent SWFLoader that the Application's size has changed. | |
invalidateParentSizeAndDisplayList() — method, class mx.managers.WindowedSystemManager | |
Attempts to notify the parent SWFLoader that the Application's size has may have changed. | |
invalidateParentSizeAndDisplayList() — method, class spark.core.SpriteVisualElement | |
Invalidates parent size and display list if this object affects its layout (includeInLayout is true). | |
invalidateParentSizeAndDisplayList() — method, class spark.primitives.supportClasses.GraphicElement | |
Helper method to invalidate parent size and display list if this object affects its layout (includeInLayout is true). | |
invalidateProperties() — method, class mx.containers.utilityClasses.PostScaleAdapter | |
Calling this method results in a call to the component's validateProperties() method before the display list is rendered. | |
invalidateProperties() — method, class mx.controls.FlexNativeMenu | |
Marks a component so that its commitProperties() method gets called during a later screen update. | |
invalidateProperties() — method, class mx.core.ComponentDescriptor | |
Invalidates the cached properties property. | |
invalidateProperties() — method, interface mx.core.IInvalidating | |
Calling this method results in a call to the component's validateProperties() method before the display list is rendered. | |
invalidateProperties() — method, class mx.core.UIComponent | |
Marks a component so that its commitProperties() method gets called during a later screen update. | |
invalidateProperties() — method, class mx.core.UIFTETextField | |
Marks a component so that its commitProperties() method gets called during a later screen update. | |
invalidateProperties() — method, class mx.core.UITextField | |
Marks a component so that its commitProperties() method gets called during a later screen update. | |
invalidateProperties(obj:mx.managers:ILayoutManagerClient) — method, interface mx.managers.ILayoutManager | |
Adds an object to the list of components that want their validateProperties() method called. | |
invalidateProperties(obj:mx.managers:ILayoutManagerClient) — method, class mx.managers.LayoutManager | |
Adds an object to the list of components that want their validateProperties() method called. | |
invalidateProperties() — method, class mx.skins.ProgrammaticSkin | |
Calling this method results in a call to the component's validateProperties() method before the display list is rendered. | |
invalidateProperties() — method, class spark.primitives.supportClasses.GraphicElement | |
Calling this method results in a call to the elements's validateProperties() method before the display list is rendered. | |
INVALIDATE_REQUEST — Constant Static Property, class mx.events.SWFBridgeRequest | |
Requests that the loader of the current application invalidate its properties, size, or display list. | |
InvalidateRequestData — final class, package mx.events | |
The InvalidateRequestData class defines constants for the values of the data property of a SWFBridgeRequest object when used with the SWFBridgeRequest.INVALIDATE_REQUEST request. | |
invalidateSelectionFormats() — method, class flashx.textLayout.container.TextContainerManager | |
Call this if you change the selection formats (SelectionFormat) and want the interactionManager to update. | |
invalidateSeries() — method, class mx.charts.chartClasses.ChartBase | |
Informs the chart that its series array was modified and should be reprocessed. | |
invalidateSeries() — method, class mx.charts.chartClasses.StackedSeries | |
Call this method to trigger a call to the buildSubSeries() method on the next call to the commitProperties() method. | |
invalidateSeriesStyles() — method, class mx.charts.chartClasses.ChartBase | |
Triggers a redraw of the chart. | |
invalidateSize() — method, class mx.charts.AxisRenderer | |
Marks a component so that its measure() method gets called during a later screen update. | |
invalidateSize() — method, class mx.charts.chartClasses.ChartLabel | |
Marks a component so that its measure() method gets called during a later screen update. | |
invalidateSize() — method, class mx.containers.utilityClasses.PostScaleAdapter | |
Calling this method results in a call to the component's validateSize() method before the display list is rendered. | |
invalidateSize() — method, interface mx.core.IInvalidating | |
Calling this method results in a call to the component's validateSize() method before the display list is rendered. | |
invalidateSize() — method, class mx.core.UIComponent | |
Marks a component so that its measure() method gets called during a later screen update. | |
invalidateSize() — method, class mx.core.UIFTETextField | |
Marks a component so that its measure() method gets called during a later screen update. | |
invalidateSize() — method, class mx.core.UITextField | |
Marks a component so that its measure() method gets called during a later screen update. | |
invalidateSize(obj:mx.managers:ILayoutManagerClient) — method, interface mx.managers.ILayoutManager | |
Adds an object to the list of components that want their validateSize() method called. | |
invalidateSize(obj:mx.managers:ILayoutManagerClient) — method, class mx.managers.LayoutManager | |
Adds an object to the list of components that want their validateSize() method called. | |
invalidateSize() — method, class mx.skins.ProgrammaticSkin | |
Calling this method results in a call to the component's validateSize() method before the display list is rendered. | |
invalidateSize() — method, class spark.primitives.supportClasses.GraphicElement | |
Calling this method results in a call to the elements's validateSize() method before the display list is rendered. | |
invalidateSkinState() — method, class spark.components.supportClasses.SkinnableComponent | |
Marks the component so that the new state of the skin is set during a later screen update. | |
invalidateStacking() — method, class mx.charts.chartClasses.StackedSeries | |
Call this method to trigger a regeneration of the stacked values on the next call to the commitProperties() method. | |
invalidateTransform(invalid:Boolean) — method, class mx.charts.chartClasses.Series | |
Informs the series that the transform of the data to screen coordinates has changed and must be recalculated. | |
invalidateTransitions() — method, class mx.charts.chartClasses.Series | |
Informs the series that a significant change has occured in the display of data. | |
invalidateUndoManager() — method, class flashx.textLayout.container.TextContainerManager | |
Call this if you are editing, and want to reset the undo manager used for editing. | |
InvalidCategoryError — class, package mx.logging.errors | |
This error is thrown when a category specified for a logger contains invalid characters or is malformed. | |
InvalidCategoryError(message:String) — Constructor, class mx.logging.errors.InvalidCategoryError | |
Constructor. | |
InvalidChannelError — class, package mx.messaging.errors | |
This error is thrown when a Channel can't be accessed or is not valid for the current destination. | |
InvalidChannelError(msg:String) — Constructor, class mx.messaging.errors.InvalidChannelError | |
Constructs a new instance of an InvalidChannelError with the specified message. | |
invalidCharError — Property, class mx.validators.CreditCardValidator | |
Error message when the cardNumber field contains invalid characters. | |
invalidCharError — Property, class mx.validators.CurrencyValidator | |
Error message when the currency contains invalid characters. | |
invalidCharError — Property, class mx.validators.DateValidator | |
Error message when there are invalid characters in the date. | |
invalidCharError — Property, class mx.validators.EmailValidator | |
Error message when there are invalid characters in the e-mail address. | |
invalidCharError — Property, class mx.validators.NumberValidator | |
Error message when the value contains invalid characters. | |
invalidCharError — Property, class mx.validators.PhoneNumberValidator | |
Error message when the value contains invalid characters. | |
invalidCharError — Property, class mx.validators.SocialSecurityValidator | |
Error message when the value contains characters other than digits and formatting characters defined by the allowedFormatChars property. | |
invalidCharError — Property, class mx.validators.ZipCodeValidator | |
Error message when the ZIP code contains invalid characters. | |
invalidConstraints — Property, class com.adobe.fiber.valueobjects.AbstractEntityMetadata | |
Returns an array of currently invalid constraints or an empty array if the value object is currently valid. | |
invalidConstraints — Property, interface com.adobe.fiber.valueobjects.IModelInstance | |
Returns an array of currently invalid constraints or an empty array if the value object is currently valid. | |
INVALID_CONTENT_PATH — Constant Static Property, class mx.controls.videoClasses.VideoError | |
Invalid content path. | |
InvalidDestinationError — class, package mx.messaging.errors | |
This error is thrown when a destination can't be accessed or is not valid. | |
InvalidDestinationError(msg:String) — Constructor, class mx.messaging.errors.InvalidDestinationError | |
Constructs a new instance of an InvalidDestinationError with the specified message. | |
invalidDomainError — Property, class mx.validators.EmailValidator | |
Error message when the suffix (the top level domain) is not 2, 3, 4 or 6 characters long. | |
invalidDomainError — Property, class mx.validators.ZipCodeValidator | |
Error message when the domain property contains an invalid value. | |
InvalidFilterError — class, package mx.logging.errors | |
This error is thrown when a filter specified for a target contains invalid characters or is malformed. | |
InvalidFilterError(message:String) — Constructor, class mx.logging.errors.InvalidFilterError | |
Constructor. | |
invalidFormatCharsError — Property, class mx.validators.CurrencyValidator | |
Error message when the value contains an invalid formatting character. | |
invalidFormatCharsError — Property, class mx.validators.NumberValidator | |
Error message when the value contains invalid format characters, which means that it contains a digit or minus sign (-) as a separator character, or it contains two or more consecutive separator characters. | |
invalidIPDomainError — Property, class mx.validators.EmailValidator | |
Error message when the IP domain is invalid. | |
invalidNumberError — Property, class mx.validators.CreditCardValidator | |
Error message when the credit card number is invalid. | |
invalidPeriodsInDomainError — Property, class mx.validators.EmailValidator | |
Error message when there are continuous periods in the domain. | |
INVALID_SEEK — Constant Static Property, class mx.controls.videoClasses.VideoError | |
Invalid seek. | |
InvalidSWFError — Dynamic Class, package flash.errors | |
Flash Player throws this exception when it encounters a corrupted SWF file. | |
InvalidSWFError(message:String, id:int) — Constructor, class flash.errors.InvalidSWFError | |
Creates a new InvalidSWFError object. | |
INVALID_XML — Constant Static Property, class mx.controls.videoClasses.VideoError | |
Invalid XML. | |
invert() — method, class flash.geom.Matrix | |
Performs the opposite transformation of the original matrix. | |
invert() — method, class flash.geom.Matrix3D | |
Inverts the current matrix. | |
INVERT — Constant Static Property, class flash.display.BlendMode | |
Inverts the background. | |
invertThumbDirection — Style, class mx.controls.sliderClasses.Slider | |
Invert the direction of the thumbs. | |
invertTransform(value:Number) — method, class mx.charts.CategoryAxis | |
Maps a position along the axis back to a numeric data value. | |
invertTransform(... rest) — method, class mx.charts.chartClasses.CartesianTransform | |
Transforms x and y coordinates relative to the DataTransform coordinate system into a 2-dimensional value in data space. | |
invertTransform(... rest) — method, class mx.charts.chartClasses.DataTransform | |
Transforms x and y coordinates relative to the DataTransform coordinate system into a two-dimensional value in data space. | |
invertTransform(value:Number) — method, interface mx.charts.chartClasses.IAxis | |
Maps a position along the axis back to a numeric data value. | |
invertTransform(value:Number) — method, class mx.charts.chartClasses.NumericAxis | |
Maps a position along the axis back to a numeric data value. | |
invocationId — Property, class mx.rpc.livecycle.FaultResponse | |
The invocation id. | |
invoke — Event, class flash.desktop.NativeApplication | |
Dispatched when an application is invoked. | |
invoke — Event, class mx.core.WindowedApplication | |
Dispatched when an application is invoked. | |
invoke — Event, class mx.rpc.AbstractService | |
The invoke event is dispatched when a service Operation is invoked so long as an Error is not thrown before the Channel attempts to send the message. | |
invoke(msg:mx.messaging.messages:IMessage, responder:mx.rpc:IResponder) — method, class mx.rpc.AsyncRequest | |
Dispatches the asynchronous request and stores the responder to call later. | |
invoke — Event, class mx.rpc.http.HTTPMultiService | |
The invoke event is fired when an HTTPMultiService call is invoked so long as an Error is not thrown before the Channel attempts to send the message. | |
invoke — Event, class mx.rpc.http.HTTPService | |
The invoke event is fired when an HTTPService call is invoked so long as an Error is not thrown before the Channel attempts to send the message. | |
invoke — Event, class spark.components.WindowedApplication | |
Dispatched when an application is invoked. | |
INVOKE — Constant Static Property, class flash.events.InvokeEvent | |
The InvokeEvent.INVOKE constant defines the value of the type property of an InvokeEvent object. | |
INVOKE — Constant Static Property, class mx.rpc.events.InvokeEvent | |
The INVOKE event type. | |
InvokeEvent — class, package flash.events | |
The NativeApplication object of an AIR application dispatches an invoke event when the application is invoked. | |
InvokeEvent — class, package mx.rpc.events | |
The event that indicates an RPC operation has been invoked. | |
InvokeEvent(type:String, bubbles:Boolean, cancelable:Boolean, dir:flash.filesystem:File, argv:Array, reason:String) — Constructor, class flash.events.InvokeEvent | |
The constructor function for the InvokeEvent class. | |
InvokeEvent(type:String, bubbles:Boolean, cancelable:Boolean, token:mx.rpc:AsyncToken, message:mx.messaging.messages:IMessage) — Constructor, class mx.rpc.events.InvokeEvent | |
Create a new InvokeEvent. | |
InvokeEventReason — final class, package flash.desktop | |
The InvokeEventReason class enumerates values returned by the reason property of an InvokeEvent object. | |
invokeService(args:Array) — method, class mx.data.ManagedOperation | |
Invokes the operation on the real service without any management. | |
ioError — Event, class flash.display.LoaderInfo | |
Dispatched when an input or output error occurs that causes a load operation to fail. | |
ioError — Event, class flash.filesystem.File | |
Dispatched when an error occurs during an asynchronous file operation. | |
ioError — Event, class flash.filesystem.FileStream | |
Indicates that an error occurred during an asynchronous file I/O operation. | |
ioError — Event, class flash.media.Sound | |
Dispatched when an input/output error occurs that causes a load operation to fail. | |
ioError — Event, class flash.net.FileReference | |
Dispatched when the upload or download fails. | |
ioError — Event, class flash.net.NetConnection | |
Dispatched when an input or output error occurs that causes a network operation to fail. | |
ioError — Event, class flash.net.NetStream | |
Dispatched when an input or output error occurs that causes a network operation to fail. | |
ioError — Event, class flash.net.Socket | |
Dispatched when an input/output error occurs that causes a send or load operation to fail. | |
ioError — Event, class flash.net.URLLoader | |
Dispatched if a call to URLLoader.load() results in a fatal error that terminates the download. | |
ioError — Event, class flash.net.URLStream | |
Dispatched when an input/output error occurs that causes a load operation to fail. | |
ioError — Event, class flash.net.XMLSocket | |
Dispatched when an input/output error occurs that causes a send or receive operation to fail. | |
ioError — Event, class mx.controls.SWFLoader | |
Dispatched when an input/output error occurs. | |
ioError — Event, class mx.effects.SoundEffect | |
Dispatched when an error occurs during the loading of the sound file. | |
IOError — Dynamic Class, package flash.errors | |
The IOError exception is thrown when some type of input or output failure occurs. | |
IOError(message:String) — Constructor, class flash.errors.IOError | |
Creates a new IOError object. | |
IO_ERROR — Constant Static Property, class flash.events.IOErrorEvent | |
Defines the value of the type property of an ioError event object. | |
IOErrorEvent — class, package flash.events | |
An IOErrorEvent object is dispatched when an error causes a send or load operation to fail. | |
IOErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, text:String, id:int) — Constructor, class flash.events.IOErrorEvent | |
Creates an Event object that contains specific information about ioError events. | |
IOLAPAttribute — Interface, package mx.olap | |
The IOLAPAttribute interface represents an attribute within a dimension of an OLAP schema. | |
IOLAPAxisPosition — Interface, package mx.olap | |
The IOLAPAxisPosition interface represents a position on an OLAP axis. | |
IOLAPCell — Interface, package mx.olap | |
The IOLAPCell interface represents a cell in an OLAPResult instance. | |
IOLAPCube — Interface, package mx.olap | |
The IOLAPCube interface represents an OLAP cube that holds an N-dimensional representation of a flat data set. | |
IOLAPCustomAggregator — Interface, package mx.olap | |
The IOLAPCustomAggregator interface defines the interface implemented by custom aggregator classes. | |
IOLAPDimension — Interface, package mx.olap | |
The IOLAPDimension interface represents a dimension in an IOLAPCube instance. | |
IOLAPElement — Interface, package mx.olap | |
The IOLAPElement interface defines a base interface that provides common properties for all OLAP elements. | |
IOLAPHierarchy — Interface, package mx.olap | |
The IOLAPHierarchy interface represents a user-defined hierarchy in a dimension of an OLAP schema. | |
IOLAPLevel — Interface, package mx.olap | |
The IOLAPLevel interface represents a level within the OLAP schema of an OLAP cube, where a hierarchy of a dimension contains one or more levels. | |
IOLAPMember — Interface, package mx.olap | |
The IOLAPMember interface represents a member of a level of an OLAP schema. | |
IOLAPQuery — Interface, package mx.olap | |
The IOLAPQuery interface represents an OLAP query that is executed on an IOLAPCube. | |
IOLAPQueryAxis — Interface, package mx.olap | |
The IOLAPQueryAxis interface represents an axis of an OLAP query. | |
IOLAPResult — Interface, package mx.olap | |
The IOLAPResult interface represents the result of a query on an OLAP cube. | |
IOLAPResultAxis — Interface, package mx.olap | |
The IOLAPResultAxis interface represents an axis of the result of an OLAP query. | |
IOLAPSchema — Interface, package mx.olap | |
The IOLAPSchema interface represents the OLAP schema. | |
IOLAPSet — Interface, package mx.olap | |
The IOLAPSet interface represents a set, which is used to configure the axis of an OLAP query. | |
IOLAPTuple — Interface, package mx.olap | |
The IOLAPTuple interface represents a tuple. | |
IOperation — Interface, package flashx.undo | |
IOperation defines the interface for operations that can be undone and redone. | |
IOverride — Interface, package mx.states | |
The IOverride interface is used for view state overrides. | |
IPagedList — Interface, package mx.data | |
The IPagedList is a marker interface now for list implementations which implement their own paging. | |
IPreloaderDisplay — Interface, package mx.preloaders | |
Defines the interface that a class must implement to be used as a download progress bar. | |
IProgrammaticSkin — Interface, package mx.core | |
The IProgrammaticSkin interface defines the interface that skin classes must implement if they use the name property skin interface. | |
IPropertyChangeNotifier — Interface, package mx.core | |
The IPropertyChangeNotifier interface defines a marker interface. | |
IPropertyIterator — Interface, package com.adobe.fiber.valueobjects | |
Interface defines methods for navigating through an iterator of property names of a particular entity. | |
IRawChildrenContainer — Interface, package mx.core | |
The IRawChildrenContainer interface defines the APIs for containers that can return an IChildList that represents all their children. | |
IRectangularBorder — Interface, package mx.core | |
The IRectangularBorder interface defines the interface that all classes used for rectangular border skins should implement. | |
IRepeater — Interface, package mx.core | |
The IRepeater interface defines the public APIs of the Repeater object. | |
IRepeaterClient — Interface, package mx.core | |
The IRepeaterClient interface defines the APIs for components that can have multiple instances created by a Repeater. | |
IResourceBundle — Interface, package mx.resources | |
The IResourceBundle and IResourceManager interfaces work together to provide localization support for Flex applications. | |
IResourceManager — Interface, package mx.resources | |
The APIs of the IResourceManager interface provide localization support for Flex applications. | |
IResponder — Interface, package mx.rpc | |
This interface provides the contract for any service that needs to respond to remote or asynchronous calls. | |
Iris — class, package mx.effects | |
The Iris effect animates the effect target by expanding or contracting a rectangular mask centered on the target. | |
Iris(target:Object) — Constructor, class mx.effects.Iris | |
Constructor. | |
IrisInstance — class, package mx.effects.effectClasses | |
The IrisInstance class implements the instance class for the Iris effect. | |
IrisInstance(target:Object) — Constructor, class mx.effects.effectClasses.IrisInstance | |
Constructor. | |
is — Operator | |
Evaluates whether an object is compatible with a specific data type, class, or interface. | |
is3D — Property, interface mx.core.IVisualElement | |
Contains true when the element is in 3D. | |
is3D — Property, class mx.core.UIComponent | |
Contains true when the element is in 3D. | |
is3D — Property, class mx.flash.UIMovieClip | |
Contains true when the element is in 3D. | |
is3D — Property, class spark.core.SpriteVisualElement | |
Contains true when the element is in 3D. | |
is3D — Property, class spark.primitives.supportClasses.GraphicElement | |
Contains true when the element is in 3D. | |
isAccessible() — Static Method , class flash.ui.Keyboard | |
Specifies whether the last key pressed is accessible by other SWF files. | |
isAirClassLoaded() — Static Method , class mx.automation.AutomationHelper | |
Returns false if AIR helper class (AirFunctionsHelper) is not loaded. | |
isAll — Property, interface mx.olap.IOLAPMember | |
Returns true if this is the all member of a hierarchy. | |
isAll — Property, class mx.olap.OLAPMember | |
Returns true if this is the all member of a hierarchy. | |
isAncestorDisabled(component:mx.core:UIComponent) — Static Method , class mx.accessibility.AccImpl | |
Method for supporting state Accessibility. | |
ISandboxSupport — Interface, package flashx.textLayout.container | |
Interface to support TLF content in a sub-application. | |
isAnonymous — Property, class flash.events.DRMStatusEvent | |
Indicates whether the content, protected with digital rights management (DRM) encryption, is available without requiring a user to provide authentication credentials, in which case the value is true. | |
isArray — Property, class mx.states.AddItems | |
Denotes whether or not the collection represented by the target property is to be treated as a single array instance instead of a collection of items (the default). | |
isAttribute(name:any) — method, class flash.utils.Proxy | |
Checks whether a supplied QName is also marked as an attribute. | |
isAutomationComposite(obj:mx.automation:IAutomationObject) — method, interface mx.automation.IAutomationObjectHelper | |
Determines whether an object is a composite or not. | |
isAvailable(propertyName:String) — method, class com.adobe.fiber.valueobjects.AbstractEntityMetadata | |
Determines if a property is available as is determined by variants. | |
isAvailable(propertyName:String) — method, interface com.adobe.fiber.valueobjects.IModelInstance | |
Determines if a property is available as is determined by variants. | |
isAvailableOffline — Property, class flash.events.DRMStatusEvent | |
Indicates whether the content, protected with digital rights management (DRM) encryption, is available offline, in which case the value is true. | |
isBranch(node:Object, model:Object) — method, interface mx.controls.menuClasses.IMenuDataDescriptor | |
Tests a node for termination. | |
isBranch(node:Object, model:Object) — method, class mx.controls.treeClasses.DefaultDataDescriptor | |
Tests a node for termination. | |
isBranch(node:Object, model:Object) — method, interface mx.controls.treeClasses.ITreeDataDescriptor | |
Tests a node for termination. | |
IS_BRIDGE_CHILD_REQUEST — Constant Static Property, class mx.events.SWFBridgeRequest | |
Tests if a given DisplayObject is a child of a SWF or one of its child SWFs. | |
isBuffering — Property, class flash.media.Sound | |
Returns the buffering state of external MP3 files. | |
isCellSelectionMode() — method, class mx.controls.advancedDataGridClasses.AdvancedDataGridBase | |
Returns true if selectedMode is SINGLE_CELL or MULTIPLE_CELLS. | |
isCheckForUpdateVisible — Property, class air.update.ApplicationUpdaterUI | |
Enables the visibility of the Check for Update, No Update, and Update Error dialog boxes. | |
isCollectionManaged(view:mx.collections:ListCollectionView) — method, class mx.data.DataManager | |
Returns true if the passed collection is managed by this service. | |
isCollectionPaged(view:mx.collections:ListCollectionView) — method, class mx.data.DataManager | |
Returns true if the passed collection is using paging features. | |
isColorName(colorName:String) — method, interface mx.styles.IStyleManager | |
Tests to see if the given String is an alias for a color value. | |
isColorName(colorName:String) — Static Method , class mx.styles.StyleManager | |
Tests to see if the given String is an alias for a color value. | |
isColumnFullyVisible(columnIndex:int, rowIndex:int) — method, class mx.controls.AdvancedDataGridBaseEx | |
Returns true if the specified row in a column is visible. | |
isComplexColumn(property:String) — method, class mx.controls.DataGrid | |
isCreate() — method, interface mx.data.IChangeObject | |
Indicates if the change is due to a new item. | |
isCreate() — method, class mx.data.messages.DataMessage | |
Returns true if this is a create operation. | |
isCurrentAppAir() — Static Method , class mx.automation.AutomationHelper | |
Returns true if the current application is an AIR app, false otherwise. | |
isDamaged(absolutePosition:int) — method, class flashx.textLayout.compose.FlowComposerBase | |
Indicates whether any TextFlowLine objects between the beginning of the flow and the line containing the content at the specified position are marked as damaged. | |
isDamaged(absolutePosition:int) — method, interface flashx.textLayout.compose.IFlowComposer | |
Indicates whether any TextFlowLine objects between the beginning of the flow and the line containing the content at the specified position are marked as damaged. | |
isDamaged() — method, class flashx.textLayout.container.ContainerController | |
Determines whether the container has text that requires composing. | |
isDamaged() — method, class flashx.textLayout.container.TextContainerManager | |
Returns true if the content needs composing. | |
isDataEditable(data:Object) — method, class mx.controls.AdvancedDataGridBaseEx | |
Checks if editing is allowed for a group or summary row. | |
isDebug() — Static Method , class mx.logging.Log | |
Indicates whether a debug level log event will be processed by a log target. | |
isDebugger — Static Property, class flash.system.Capabilities | |
Specifies whether the system is a special debugging version (true) or an officially released version (false). | |
isDefaultPrevented() — method, class flash.events.Event | |
Checks whether the preventDefault() method has been called on the event. | |
isDelete() — method, interface mx.data.IChangeObject | |
Indicates if the item was deleted. | |
isDirectory — Property, class flash.filesystem.File | |
Indicates whether the reference is to a directory. | |
isDisplayObjectInABridgedApplication(displayObject:flash.display:DisplayObject) — method, interface mx.managers.IMarshalSystemManager | |
Tests if a display object is in a child application that is loaded in compatibility mode or in an untrusted sandbox. | |
isDocument — Property, interface mx.core.IRepeaterClient | |
Contains true if this UIComponent instance is a document object. | |
isDocument — Property, class mx.core.UIComponent | |
Contains true if this UIComponent instance is a document object. | |
isDownloadProgressVisible — Property, class air.update.ApplicationUpdaterUI | |
Enables the visibility of the Download Update dialog box. | |
isDownloadUpdateVisible — Property, class air.update.ApplicationUpdaterUI | |
Enables the visibility of the Download Update dialog box. | |
isDragging — Static Property, class flash.desktop.NativeDragManager | |
Reports whether a drag operation is currently in progress. | |
isDragging — Static Property, class mx.managers.DragManager | |
Read-only property that returns true if a drag is in progress. | |
isDraggingAllowed(draggedColumn:mx.controls.advancedDataGridClasses:AdvancedDataGridColumn) — method, class mx.controls.AdvancedDataGridBaseEx | |
Checks if dragging is allowed for a particular column or not. | |
isDropDownOpen — Property, class spark.components.mediaClasses.VolumeBar | |
Contains true if the drop down is open. | |
isDropDownOpen — Property, class spark.components.supportClasses.DropDownListBase | |
Contains true if the drop down is open. | |
isDynamicObject(obj:Object) — Static Method , class mx.utils.ObjectUtil | |
Returns true if the object is an instance of a dynamic class. | |
ISelectableList — Interface, package mx.core | |
The ISelectableList interface indicates that the implementor is an IList element that supports a selectedIndex property. | |
ISelectionManager — Interface, package flashx.textLayout.edit | |
The ISelectionManager interface defines the interface for handling text selection. | |
isEmbeddedInAcrobat — Static Property, class flash.system.Capabilities | |
Specifies whether the player is embedded in a PDF file that is open in Acrobat 9.0 or higher (true) or not (false). | |
isEmpty(collection:mx.collections:ArrayCollection) — Static Method , class com.adobe.fiber.runtime.lib.CollectionFunc | |
Checks if a collection is empty. | |
isEmpty() — method, class flash.geom.Rectangle | |
Determines whether or not this Rectangle object is empty. | |
isEmpty() — method, class mx.automation.AutomationID | |
Indicates if there are more parts of the id. | |
isEmptyUpdate() — method, class mx.data.messages.DataMessage | |
Returns true if this message is both an update and its list of property names has a length of zero. | |
isEnabled(node:Object) — method, interface mx.controls.menuClasses.IMenuDataDescriptor | |
Returns whether the node is enabled. | |
isEnabled(node:Object) — method, class mx.controls.treeClasses.DefaultDataDescriptor | |
Returns whether the node is enabled. | |
isEqual(p1:flashx.textLayout.formats:ITabStopFormat, p2:flashx.textLayout.formats:ITabStopFormat) — Static Method , class flashx.textLayout.formats.TabStopFormat | |
Compares properties in ITabStopFormat instance p1 with properties in ITabStopFormat instance p2 and returns true if all properties match. | |
isEqual(p1:flashx.textLayout.formats:ITextLayoutFormat, p2:flashx.textLayout.formats:ITextLayoutFormat) — Static Method , class flashx.textLayout.formats.TextLayoutFormat | |
Compares properties in ITextLayoutFormat instance p1 with properties in ITextLayoutFormat instance p2 and returns true if all properties match. | |
isError() — Static Method , class mx.logging.Log | |
Indicates whether an error level log event will be processed by a log target. | |
isError — Property, class mx.validators.ValidationResult | |
Contains true if the field generated a validation failure. | |
isFatal() — Static Method , class mx.logging.Log | |
Indicates whether a fatal level log event will be processed by a log target. | |
isFileUpdateVisible — Property, class air.update.ApplicationUpdaterUI | |
Enables the visibility of the File Update, File No Update, and File Error dialog boxes. | |
isFinite(num:Number) — Package Function, Top Level | |
Returns true if the value is a finite number, or false if the value is Infinity or -Infinity. | |
isFirstRun — Property, class air.update.ApplicationUpdater | |
Whether this is the first run after a successful update (true) or not (false). | |
isFirstRun — Property, class air.update.ApplicationUpdaterUI | |
Whether this is the first run after a successful update (true) or not (false). | |
isFocusInaccessible() — method, class flash.display.Stage | |
Determines whether the Stage.focus property returns null for security reasons. | |
isFontCompatible(fontName:String, fontStyle:String) — Static Method , class flash.text.TextField | |
Returns true if an embedded font is available with the specified fontName and fontStyle where Font.fontType is flash.text.FontType.EMBEDDED. | |
isFontCompatible(fontName:String, fontWeight:String, fontPosture:String) — Static Method , class flash.text.engine.FontDescription | |
Returns true if an embedded font is available with the specified fontName, fontWeight, and fontPosture where Font.fontType is flash.text.FontType.EMBEDDED_CFF. | |
isFontFaceEmbedded(tf:flash.text:TextFormat) — method, interface mx.managers.ISystemManager | |
Returns true if the required font face is embedded in this application, or has been registered globally by using the Font.registerFont() method. | |
isFontFaceEmbedded(textFormat:flash.text:TextFormat) — method, class mx.managers.SystemManager | |
Returns true if the required font face is embedded in this application, or has been registered globally by using the Font.registerFont() method. | |
isFontFaceEmbedded(textFormat:flash.text:TextFormat) — method, class mx.managers.WindowedSystemManager | |
Returns true if the required font face is embedded in this application, or has been registered globally by using the Font.registerFont() method. | |
isGetterSetter(obj:Object, qname:QName) — Package Function, flash.sampler | |
Checks to see if a property is defined by a get/set function. | |
ISharedDisplayObject — Interface, package spark.core | |
The ISharedDisplayObject interface defines the minimum requirements that a DisplayObject must implement to be shared between IGraphicElement objects. | |
isHidden — Property, class flash.filesystem.File | |
Indicates whether the referenced file or directory is "hidden." The value is true if the referenced file or directory is hidden, false otherwise. | |
isHighSurrogate(charCode:int) — Static Method , class flashx.textLayout.utils.CharacterUtil | |
Returns true if the charCode argument is a high word in a surrogate pair. | |
isHTTPS — Property, class flash.events.BrowserInvokeEvent | |
Whether the content in the browser uses the HTTPS URL scheme (true) or not (false). | |
isHttpsURL(url:String) — Static Method , class mx.utils.URLUtil | |
Determines if the URL uses the secure HTTPS protocol. | |
isHttpURL(url:String) — Static Method , class mx.utils.URLUtil | |
Determines if the URL uses the HTTP, HTTPS, or RTMP protocol. | |
ISimpleStyleClient — Interface, package mx.styles | |
This interface describes the properties and methods that an object must implement so that it can participate in the style subsystem. | |
isInfo() — Static Method , class mx.logging.Log | |
Indicates whether an info level log event will be processed by a log target. | |
isInheritingStyle(styleName:String) — method, interface mx.styles.IStyleManager | |
Tests to see if a style is inheriting. | |
isInheritingStyle(styleName:String) — Static Method , class mx.styles.StyleManager | |
Tests to see if a style is inheriting. | |
isInheritingTextFormatStyle(styleName:String) — method, interface mx.styles.IStyleManager | |
Test to see if a TextFormat style is inheriting. | |
isInheritingTextFormatStyle(styleName:String) — Static Method , class mx.styles.StyleManager | |
Test to see if a TextFormat style is inheriting. | |
isInitialized — Property, class mx.data.DataManager | |
Indicates if the metadata associated with this service is initialized. | |
isInitialized — Property, class mx.data.DataStore | |
Indicates when this DataStore is initialized and ready for use. | |
isInstallUpdateVisible — Property, class air.update.ApplicationUpdaterUI | |
Enables the visibility of the Install Update dialog box. | |
isInvalid() — method, interface mx.managers.ILayoutManager | |
Returns true if there are components that need validating; false if all components have been validated. | |
isInvalid() — method, class mx.managers.LayoutManager | |
Returns true if there are components that need validating; false if all components have been validated. | |
isIs — Property, class mx.messaging.management.MBeanAttributeInfo | |
Indicates if the server-side getter for the attribute has an 'is' prefix. | |
isItemEditable(data:Object) — method, class mx.controls.DataGrid | |
Determines whether to allow editing of a dataprovider item on a per-row basis. | |
isItemEditable(data:Object) — method, class mx.controls.List | |
Determines if the item renderer for a data provider item is editable. | |
isItemHighlighted(data:Object) — method, class mx.controls.listClasses.AdvancedListBase | |
Determines if the item renderer for a data provider item is highlighted (is rolled over via the mouse or or under the caret via keyboard navigation). | |
isItemHighlighted(data:Object) — method, class mx.controls.listClasses.ListBase | |
Determines if the item renderer for a data provider item is highlighted (is rolled over via the mouse or under the caret due to keyboard navigation). | |
isItemOpen(item:Object) — method, class mx.controls.AdvancedDataGrid | |
Returns true if the specified branch node is open. | |
isItemOpen(item:Object) — method, class mx.controls.Tree | |
Returns true if the specified item branch is open (is showing its children). | |
isItemSelectable(data:Object) — method, class mx.controls.listClasses.AdvancedListBase | |
Determines if the item renderer for a data provider item is selectable. | |
isItemSelectable(data:Object) — method, class mx.controls.listClasses.ListBase | |
Determines if the item renderer for a data provider item is selectable. | |
isItemSelected(data:Object) — method, class mx.controls.listClasses.AdvancedListBase | |
Determines if the item renderer for a data provider item is selected. | |
isItemSelected(data:Object) — method, class mx.controls.listClasses.ListBase | |
Determines if the item renderer for a data provider item is selected. | |
isItemShowingCaret(data:Object) — method, class mx.controls.listClasses.AdvancedListBase | |
Determines if the item renderer for a data provider item is the item under the caret due to keyboard navigation. | |
isItemShowingCaret(data:Object) — method, class mx.controls.listClasses.ListBase | |
Determines if the item renderer for a data provider item is the item under the caret due to keyboard navigation. | |
isItemVisible(item:Object) — method, class mx.controls.listClasses.AdvancedListBase | |
Determines if an item is being displayed by a renderer. | |
isItemVisible(item:Object) — method, class mx.controls.listClasses.ListBase | |
Determines if an item is being displayed by a renderer. | |
isKeyPressed — Property, class mx.controls.AdvancedDataGridBaseEx | |
Contains true if a key press is in progress. | |
isLeapYear(year:int) — Static Method , class com.adobe.fiber.runtime.lib.DateTimeFunc | |
Returns a boolean indicating whether a year is a leap year or not. | |
isLoading — Property, class mx.effects.SoundEffect | |
This property is true if the MP3 has been loaded. | |
isLoading — Property, class mx.effects.effectClasses.SoundEffectInstance | |
This property is true if the MP3 has been loaded. | |
isLocal — Property, class flash.events.DRMStatusEvent | |
Indicates whether the voucher is cached in the local voucher store. | |
isLowSurrogate(charCode:int) — Static Method , class flashx.textLayout.utils.CharacterUtil | |
Returns true if the charCode argument is a low word in a surrogate pair. | |
ISmallMessage — Interface, package mx.messaging.messages | |
A marker interface that is used to indicate that an IMessage has an alternative smaller form for serialization. | |
isMeasure — Property, interface mx.olap.IOLAPDimension | |
Contains true if this is the measures dimension, which holds all the measure members. | |
isMeasure — Property, interface mx.olap.IOLAPMember | |
Returns true if this member represents a measure of a dimension. | |
isMeasure — Property, class mx.olap.OLAPDimension | |
Contains true if this is the measures dimension, which holds all the measure members. | |
isMeasure — Property, class mx.olap.OLAPMember | |
Returns true if this member represents a measure of a dimension. | |
isMonitoring() — Static Method , class mx.netmon.NetworkMonitor | |
Returns true if the monitor is linked and monitoring. | |
isMonitoringImpl — Static Property, class mx.netmon.NetworkMonitor | |
To be assigned by mix-in. | |
isMouseTargetInaccessible — Property, class flash.events.ContextMenuEvent | |
Indicates whether the mouseTarget property was set to null for security reasons. | |
isNaN(num:Number) — Package Function, Top Level | |
Returns true if the value is NaN(not a number). | |
isNavigationUnit(keyCode:uint) — Static Method , class spark.core.NavigationUnit | |
Returns true if the keyCode maps directly to a NavigationUnit enum value. | |
isNewerVersionFunction — Property, class air.update.ApplicationUpdater | |
A function that the updater should use to perform version comparisons. | |
isNewerVersionFunction — Property, class air.update.ApplicationUpdaterUI | |
A function that the updater should use to perform version comparisons. | |
ISOAPEncoder — Interface, package mx.rpc.soap | |
An ISOAPEncoder is used to create SOAP 1.1 formatted requests for a web service operation. | |
isObjectPopUp(obj:mx.automation:IAutomationObject) — method, interface mx.automation.IAutomationManager2 | |
Marshalling Support(for tool): Returns true if the passed object is a pop up. | |
isOpen — Property, class spark.components.supportClasses.DropDownController | |
Contains true if the drop down is open. | |
isOurFocus(target:flash.display:DisplayObject) — method, class mx.core.UIComponent | |
Typically overridden by components containing UITextField objects, where the UITextField object gets focus. | |
isPackage — Property, class flash.filesystem.File | |
Indicates whether the referenced directory is a package. | |
isParentDisplayListInvalidatingStyle(styleName:String) — method, interface mx.styles.IStyleManager | |
Tests to see if this style affects the component's parent container in such a way as to require that the parent container redraws itself when this style changes. | |
isParentDisplayListInvalidatingStyle(styleName:String) — Static Method , class mx.styles.StyleManager | |
Tests to see if this style affects the component's parent container in such a way as to require that the parent container redraws itself when this style changes. | |
isParentSizeInvalidatingStyle(styleName:String) — method, interface mx.styles.IStyleManager | |
Tests to see if the style changes the size of the component's parent container. | |
isParentSizeInvalidatingStyle(styleName:String) — Static Method , class mx.styles.StyleManager | |
Tests to see if the style changes the size of the component's parent container. | |
isPerUser — Property, class flash.net.LocalConnection | |
Indicates whether the LocalConnection object is scoped to the current user (true) or is globally accessible to all users on the computer (false). | |
isPlaying — Property, class mx.effects.Effect | |
A read-only flag which is true if any instances of the effect are currently playing, and false if none are. | |
isPlaying — Property, interface mx.effects.IEffect | |
A read-only flag which is true if any instances of the effect are currently playing, and false if none are. | |
isPlaying — Property, class spark.effects.animation.Animation | |
If true, the animation is currently playing. | |
isPopUp — Property, class mx.containers.utilityClasses.PostScaleAdapter | |
isPopUp — Property, interface mx.core.IUIComponent | |
Set to true by the PopUpManager to indicate that component has been popped up. | |
isPopUp — Property, class mx.core.UIComponent | |
Set to true by the PopUpManager to indicate that component has been popped up. | |
isPopUp — Property, class mx.core.UIFTETextField | |
Set to true by the PopUpManager to indicate that component has been popped up. | |
isPopUp — Property, class mx.core.UITextField | |
Set to true by the PopUpManager to indicate that component has been popped up. | |
isPopUp — Property, class mx.flash.UIMovieClip | |
Set to true by the PopUpManager to indicate that component has been popped up. | |
isPost — Property, class flash.html.HTMLHistoryItem | |
Indicates whether the HTML page includes POST data. | |
isPrototypeOf(theClass:Object) — method, class Object | |
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter. | |
isProxy — Property, interface mx.managers.ISystemManager | |
The LoaderInfo object that represents information about the application. | |
isProxy — Property, class mx.managers.SystemManager | |
True if SystemManager is a proxy and not a root class | |
isProxy — Property, class mx.managers.WindowedSystemManager | |
True if SystemManager is a proxy and not a root class | |
isRangeResident(view:mx.collections:ListCollectionView, startIndex:int, numberOfItems:int) — method, class mx.data.DataManager | |
Returns true if the supplied range of items is all paged in. | |
isRangeSelection() — method, interface flashx.textLayout.edit.ISelectionManager | |
Indicates whether the selection covers a range of text. | |
isRangeSelection() — method, class flashx.textLayout.edit.SelectionManager | |
Indicates whether the selection covers a range of text. | |
isRealValue(value:Object) — method, class mx.validators.Validator | |
Returns true if value is not null. | |
isRelatedObjectInaccessible — Property, class flash.events.FocusEvent | |
If true, the relatedObject property is set to null for reasons related to security sandboxes. | |
isRelatedObjectInaccessible — Property, class flash.events.MouseEvent | |
If true, the relatedObject property is set to null for reasons related to security sandboxes. | |
isRendererUnconstrained(item:Object) — method, class mx.controls.listClasses.AdvancedListBase | |
Returns true if an item renderer is no longer being positioned by the list's layout algorithm while a data change effect is running as a result of a call to the unconstrainRenderer() method. | |
isRendererUnconstrained(item:Object) — method, class mx.controls.listClasses.ListBase | |
Returns true if an item renderer is no longer being positioned by the list's layout algorithm while a data change effect is running as a result of a call to the unconstrainRenderer() method. | |
isRequiredAirClassPresent() — Static Method , class mx.automation.AutomationHelper | |
Returns false if AIR helper class (mx.automation.air.AirFunctionsHelper) is not found. | |
isResourceModule — Property, class mx.events.RSLEvent | |
True if the event is for loading a resourceModule instead of an RSL | |
isRowSelectionMode() — method, class mx.controls.advancedDataGridClasses.AdvancedDataGridBase | |
Return true if selectedMode is SINGLE_ROW or MULTIPLE_ROWS. | |
isSeparator — Property, class flash.display.NativeMenuItem | |
Reports whether this item is a menu separator line. | |
isSetAsDefaultApplication(extension:String) — method, class flash.desktop.NativeApplication | |
Specifies whether this application is currently the default application for opening files with the specified extension. | |
isSimple(value:Object) — Static Method , class mx.utils.ObjectUtil | |
Returns true if the object reference specified is a simple data type. | |
isSizeInvalidatingStyle(styleName:String) — method, interface mx.styles.IStyleManager | |
Tests to see if a style changes the size of a component. | |
isSizeInvalidatingStyle(styleName:String) — Static Method , class mx.styles.StyleManager | |
Tests to see if a style changes the size of a component. | |
isStyle — Property, class mx.effects.AnimateProperty | |
If true, the property attribute is a style and you set it by using the setStyle() method. | |
isStyle — Property, class mx.effects.effectClasses.AnimatePropertyInstance | |
If true, the property attribute is a style and you set it by using the setStyle() method. | |
isStyle — Property, class mx.states.AddItems | |
Denotes whether or not the collection represented by the target property is a style. | |
isSymbolicLink — Property, class flash.filesystem.File | |
Indicates whether the reference is a symbolic link. | |
isSynchronized(target:mx.automation:IAutomationObject) — method, interface mx.automation.IAutomationManager | |
Tests if the provided target needs to wait until a previous operation completes. | |
IStackable — Interface, package mx.charts.chartClasses | |
The IStackable interface is implemented by any series that can be stacked. | |
IStackable2 — Interface, package mx.charts.chartClasses | |
The IStackable2 interface is implemented by any series that can be stacked. | |
IStateClient — Interface, package mx.core | |
The IStateClient interface defines the interface that components must implement to support view states. | |
IStateClient2 — Interface, package mx.core | |
The IStateClient2 interface defines the interface that components must implement to support Flex 4 view state semantics. | |
isToggled(node:Object) — method, interface mx.controls.menuClasses.IMenuDataDescriptor | |
Returns whether the node is toggled. | |
isToggled(node:Object) — method, class mx.controls.treeClasses.DefaultDataDescriptor | |
Returns whether the node is toggled. | |
isTopLevel() — method, interface mx.managers.ISystemManager | |
Returns true if this ISystemManager is responsible for an application window, and false if this application has been loaded into another application. | |
isTopLevel() — method, class mx.managers.SystemManager | |
Returns true if this ISystemManager is responsible for an application window, and false if this application has been loaded into another application. | |
isTopLevel() — method, class mx.managers.WindowedSystemManager | |
Returns true if this ISystemManager is responsible for an application window, and false if this application has been loaded into another application. | |
isTopLevelRoot() — method, interface mx.managers.ISystemManager | |
Tests if this system manager is the root of all top level system managers. | |
isTopLevelRoot() — method, class mx.managers.SystemManager | |
Tests if this system manager is the root of all top level system managers. | |
isTopLevelRoot() — method, class mx.managers.WindowedSystemManager | |
isTopLevelWindow(object:flash.display:DisplayObject) — method, class mx.managers.SystemManager | |
Determines if the given DisplayObject is the top-level window. | |
isTopLevelWindow(object:flash.display:DisplayObject) — method, class mx.managers.WindowedSystemManager | |
Returns true if the given DisplayObject is the top-level window. | |
IStroke — Interface, package mx.graphics | |
Defines the interface that classes that define a line must implement. | |
isTruncated — Property, class flashx.textLayout.factory.TextLineFactoryBase | |
Indicates whether text was truncated when lines were last created. | |
isTruncated — Property, class spark.components.supportClasses.TextBase | |
A read-only property reporting whether the text has been truncated. | |
IStyle — Interface, package com.adobe.fiber.styles | |
The IStyle interface defines a representation of a style associated with the Adobe application modeling technology. | |
IStyleClient — Interface, package mx.styles | |
This interface describes the properties and methods that an object must implement so that it can fully participate in the style subsystem. | |
IStyleManager — Interface, package mx.styles | |
The IStyleManager class manages the following: Which CSS style properties the class inherits Which style properties are colors, and therefore get special handling A list of strings that are aliases for color values This interface was used by Flex 2.0.1. | |
IStyleManager2 — Interface, package mx.styles | |
The IStyleManager2 class manages the following: Which CSS style properties the class inherits Which style properties are colors, and therefore get special handling A list of strings that are aliases for color values | |
IStyleModule — Interface, package mx.styles | |
Simple interface to manipulate style modules. | |
isUID(uid:String) — Static Method , class mx.utils.RPCUIDUtil | |
A utility method to check whether a String value represents a correctly formatted UID value. | |
isUID(uid:String) — Static Method , class mx.utils.UIDUtil | |
A utility method to check whether a String value represents a correctly formatted UID value. | |
ISummaryCalculator — Interface, package mx.collections | |
The ISummaryCalculator interface defines the interface implemented by custom summary calculator classes. | |
isUnexpectedErrorVisible — Property, class air.update.ApplicationUpdaterUI | |
Enables the visibility of the Unexpected Error dialog box. | |
isUpdate() — method, interface mx.data.IChangeObject | |
Indicates if the change is due to an update. | |
isUpdateInProgress — Property, class air.update.ApplicationUpdaterUI | |
A Boolean property, which is true if an update is running, false otherwise. | |
isUserEvent — Property, class flash.events.BrowserInvokeEvent | |
Whether the browser invocation resulted in a user event (such as a mouse click). | |
isValid — Property, class mx.formatters.NumberBase | |
If true, the format succeeded, otherwise it is false. | |
isValidStyleValue(value:any) — method, interface mx.styles.IStyleManager | |
Determines if a specified parameter is a valid style property. | |
isValidStyleValue(value:any) — Static Method , class mx.styles.StyleManager | |
Determines if a specified parameter is a valid style property. | |
isVisible(obj:flash.display:DisplayObject) — method, interface mx.automation.IAutomationManager | |
Returns true if an object and all of its parents are visible. | |
isWarn() — Static Method , class mx.logging.Log | |
Indicates whether a warn level log event will be processed by a log target. | |
isWatching() — method, class mx.binding.utils.ChangeWatcher | |
Returns true if each watcher in the chain is attached to at least one change event. | |
ISWFBridgeGroup — Interface, package mx.core | |
A sandbox bridge group is a group of bridges that represent applications that this application can communicate with. | |
ISWFBridgeProvider — Interface, package mx.core | |
An implementor of ISWFBridgeProvider provides a bridge to an application in a different security sandbox or to an application that was compiled with a different version of the Flex compiler and is running in a separate ApplicationDomain. | |
ISWFContext — Interface, package flashx.textLayout.compose | |
The ISWFContext interface allows a SWF file to share its context with other SWF files that load it. | |
ISWFLoader — Interface, package mx.core | |
The ISWFLoader interface defines an API with special properties and method required when loading compatible applications and untrusted applications. | |
isWhitespace(charCode:int) — Static Method , class flashx.textLayout.utils.CharacterUtil | |
Returns true if charCode is a whitespace character. | |
isWhitespace(character:String) — Static Method , class mx.utils.RPCStringUtil | |
Returns true if the specified string is a single space, tab, carriage return, newline, or formfeed character. | |
isWhitespace(character:String) — Static Method , class mx.utils.StringUtil | |
Returns true if the specified string is a single space, tab, carriage return, newline, or formfeed character. | |
isXMLName(str:String) — Package Function, Top Level | |
Determines whether the specified string is a valid name for an XML element or attribute. | |
ISystemManager — Interface, package mx.managers | |
An ISystemManager manages an "application window". | |
ITabStopFormat — Interface, package flashx.textLayout.formats | |
This interface provides read access to tab stop-related properties. | |
italic — Property, class flash.text.TextFormat | |
Indicates whether text in this text format is italicized. | |
ITALIC — Constant Static Property, class flash.text.FontStyle | |
Defines the italic style of a font for the fontStyle parameter in the setAdvancedAntiAliasingTable() method. | |
ITALIC — Constant Static Property, class flash.text.engine.FontPosture | |
Used to indicate italic font posture. | |
italicToolTip — Property, class mx.controls.RichTextEditor | |
The ToolTip that appears when the user hovers over the text italic button. | |
item — Property, class mx.charts.ChartItem | |
The item from the series' data provider that the ChartItem represents. | |
item — Property, class mx.charts.HitData | |
Specifies the data item that the HitData structure describes. | |
item — Property, class mx.charts.events.LegendMouseEvent | |
The item in the Legend on which this event was triggered. | |
item — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridListData | |
The data for this item in the AdvancedDataGrid control. | |
item — Property, class mx.controls.treeClasses.TreeListData | |
The data for this item in the Tree control. | |
item — Property, class mx.data.MessageCacheItem | |
Returns the item modified in this change. | |
item — Property, class mx.data.events.DataServiceFaultEvent | |
Stores the item that generated the fault. | |
item — Property, class mx.events.AdvancedDataGridEvent | |
Storage for the node property. | |
item — Property, class mx.events.FlexNativeMenuEvent | |
The specific item in the dataProvider. | |
item — Property, class mx.events.ItemClickEvent | |
The item in the data provider of the associated navigation item. | |
item — Property, class mx.events.MenuEvent | |
The specific item in the dataProvider. | |
item — Property, class mx.events.TreeEvent | |
Storage for the item property. | |
ITEM — Constant Static Property, class mx.data.CacheDataDescriptor | |
Option for use with the getCacheDescriptors() method to indicate the type of descriptors to return. | |
itemAdded(index:int) — method, class spark.components.supportClasses.ListBase | |
Called when an item has been added to this component. | |
itemAutomationValue — Property, class mx.automation.events.AdvancedDataGridHeaderShiftEvent | |
The automationValue string of the item to be selected. | |
itemAutomationValue — Property, class mx.automation.events.AdvancedDataGridItemSelectEvent | |
The automationValue string of the item to be selected. | |
itemAutomationValue — Property, class mx.automation.events.ChartSelectionChangeEvent | |
The automationValue string of the item to be selected. | |
itemAutomationValue — Property, class mx.automation.events.ListItemSelectEvent | |
The automationValue string of the item to be selected. | |
itemClass — Property, class flash.data.SQLStatement | |
Indicates a class (data type) that is used for each row returned as a result of the statement's execution. | |
itemClass — Property, class mx.data.RPCDataManager | |
Specified the class of the objects managed by this data manager | |
itemClick — Event, class mx.charts.Legend | |
Dispatched when the user clicks on a LegendItem in the Legend control. | |
itemClick — Event, class mx.charts.chartClasses.ChartBase | |
Dispatched when a data point is found under the mouse pointer when it is clicked. | |
itemClick — Event, class mx.controls.ButtonBar | |
Dispatched when a user clicks a button. | |
itemClick — Event, class mx.controls.FileSystemHistoryButton | |
Dispatched when a user selects an item from the pop-up menu. | |
itemClick — Event, class mx.controls.FlexNativeMenu | |
Dispatched when a menu item is selected. | |
itemClick — Event, class mx.controls.Menu | |
Dispatched when a menu item is selected. | |
itemClick — Event, class mx.controls.MenuBar | |
Dispatched when the user selects an item in a pop-up submenu. | |
itemClick — Event, class mx.controls.NavBar | |
Dispatched when a navigation item is selected. | |
itemClick — Event, class mx.controls.PopUpMenuButton | |
Dispatched when a user selects an item from the pop-up menu. | |
itemClick — Event, class mx.controls.RadioButtonGroup | |
Dispatched when a user selects a RadioButton control in the group. | |
itemClick — Event, class mx.controls.TabBar | |
Dispatched when a tab navigation item is selected. | |
itemClick — Event, class mx.controls.listClasses.AdvancedListBase | |
Dispatched when the user clicks on an item in the control. | |
itemClick — Event, class mx.controls.listClasses.ListBase | |
Dispatched when the user clicks on an item in the control. | |
itemClick — Event, class spark.components.RadioButtonGroup | |
Dispatched when a user selects a RadioButton component in the group. | |
ITEM_CLICK — Constant Static Property, class mx.charts.events.ChartItemEvent | |
Event type constant; indicates that the user clicked the mouse button over a chart item representing data in the chart. | |
ITEM_CLICK — Constant Static Property, class mx.charts.events.LegendMouseEvent | |
Event type constant; indicates that the user clicked the mouse button over a legend item. | |
ITEM_CLICK — Constant Static Property, class mx.events.FlexNativeMenuEvent | |
The FlexNativeMenuEvent.ITEM_CLICK event type constant indicates that the user selected a menu item. | |
ITEM_CLICK — Constant Static Property, class mx.events.ItemClickEvent | |
The ItemClickEvent.ITEM_CLICK constant defines the value of the type property of the event object for an itemClick event. | |
ITEM_CLICK — Constant Static Property, class mx.events.ListEvent | |
The ListEvent.ITEM_CLICK constant defines the value of the type property of the ListEvent object for an itemClick event, which indicates that the user clicked the mouse over a visual item in the control. | |
ITEM_CLICK — Constant Static Property, class mx.events.MenuEvent | |
The MenuEvent.ITEM_CLICK event type constant indicates that the user selected a menu item. | |
ItemClickEvent — class, package mx.events | |
Represents events that are dispatched when a navigation item on a navigator bar, such as a ButtonBar, LinkBar, or TabBar control, has been clicked. | |
ItemClickEvent(type:String, bubbles:Boolean, cancelable:Boolean, label:String, index:int, relatedObject:flash.display:InteractiveObject, item:Object) — Constructor, class mx.events.ItemClickEvent | |
Constructor. | |
itemClose — Event, class mx.controls.AdvancedDataGrid | |
Dispatched when a branch of the navigation tree is closed or collapsed. | |
itemClose — Event, class mx.controls.Tree | |
Dispatched when a branch is closed or collapsed. | |
ITEM_CLOSE — Constant Static Property, class mx.events.AdvancedDataGridEvent | |
The AdvancedDataGridEvent.ITEM_CLOSE event type constant indicates that a AdvancedDataGrid branch closed or collapsed. | |
ITEM_CLOSE — Constant Static Property, class mx.events.TreeEvent | |
The TreeEvent.ITEM_CLOSE event type constant indicates that a tree branch closed or collapsed. | |
itemDisabledColor — Style, class mx.charts.chartClasses.ChartBase | |
Color of disabled chartitem in the chart. | |
itemDoubleClick — Event, class mx.charts.chartClasses.ChartBase | |
Dispatched when a data point is found under the mouse pointer when it is double clicked. | |
itemDoubleClick — Event, class mx.controls.listClasses.AdvancedListBase | |
Dispatched when the user double-clicks on an item in the control. | |
itemDoubleClick — Event, class mx.controls.listClasses.ListBase | |
Dispatched when the user double-clicks on an item in the control. | |
ITEM_DOUBLE_CLICK — Constant Static Property, class mx.charts.events.ChartItemEvent | |
Event type constant; indicates that the user double-clicked the mouse button over a chart item representing data in the chart. | |
ITEM_DOUBLE_CLICK — Constant Static Property, class mx.events.ListEvent | |
The ListEvent.ITEM_DOUBLE_CLICK constant defines the value of the type property of the ListEvent object for an itemDoubleClick event, which indicates that the user double clicked the mouse over a visual item in the control. | |
itemDownSkin — Style, class mx.controls.MenuBar | |
The skin when a MenuBar item is selected. | |
itemEditBegin — Event, class mx.controls.AdvancedDataGridBaseEx | |
Dispatched when the editedItemPosition property has been set and the item can be edited. | |
itemEditBegin — Event, class mx.controls.DataGrid | |
Dispatched when the editedItemPosition property has been set and the item can be edited. | |
itemEditBegin — Event, class mx.controls.List | |
Dispatched when the editedItemPosition property is set and the item can be edited. | |
ITEM_EDIT_BEGIN — Constant Static Property, class mx.events.AdvancedDataGridEvent | |
The AdvancedDataGridEvent.ITEM_EDIT_BEGIN constant defines the value of the type property of the event object for a itemEditBegin event, which indicates that an item is ready to be edited. | |
ITEM_EDIT_BEGIN — Constant Static Property, class mx.events.DataGridEvent | |
The DataGridEvent.ITEM_EDIT_BEGIN constant defines the value of the type property of the event object for a itemEditBegin event, which indicates that an item is ready to be edited. | |
ITEM_EDIT_BEGIN — Constant Static Property, class mx.events.ListEvent | |
The ListEvent.ITEM_EDIT_BEGIN constant defines the value of the type property of the event object for a itemEditBegin event, which indicates that an item is ready to be edited. | |
itemEditBeginning — Event, class mx.controls.AdvancedDataGridBaseEx | |
Dispatched when the user releases the mouse button while over an item renderer, tabs to the AdvancedDataGrid control or within the AdvancedDataGrid control, or in any other way attempts to edit an item. | |
itemEditBeginning — Event, class mx.controls.DataGrid | |
Dispatched when the user releases the mouse button while over an item renderer, tabs to the DataGrid control or within the DataGrid control, or in any other way attempts to edit an item. | |
itemEditBeginning — Event, class mx.controls.List | |
Dispatched when the user releases the mouse button while over an item, tabs to the List or within the List, or in any other way attempts to edit an item. | |
ITEM_EDIT_BEGINNING — Constant Static Property, class mx.events.AdvancedDataGridEvent | |
The AdvancedDataGridEvent.ITEM__EDIT_BEGINNING constant defines the value of the type property of the event object for a itemEditBeginning event, which indicates that the user has prepared to edit an item, for example, by releasing the mouse button over the item. | |
ITEM_EDIT_BEGINNING — Constant Static Property, class mx.events.DataGridEvent | |
The DataGridEvent.ITEM__EDIT_BEGINNING constant defines the value of the type property of the event object for a itemEditBeginning event, which indicates that the user has prepared to edit an item, for example, by releasing the mouse button over the item. | |
ITEM_EDIT_BEGINNING — Constant Static Property, class mx.events.ListEvent | |
The ListEvent.ITEM_EDIT_BEGINNING constant defines the value of the type property of the ListEvent object for a itemEditBeginning event, which indicates that the user has prepared to edit an item, for example, by releasing the mouse button over the item. | |
itemEditEnd — Event, class mx.controls.AdvancedDataGridBaseEx | |
Dispatched when an item editing session ends for any reason. | |
itemEditEnd — Event, class mx.controls.DataGrid | |
Dispatched when an item editing session ends for any reason. | |
itemEditEnd — Event, class mx.controls.List | |
Dispatched when an item editing session is ending for any reason. | |
ITEM_EDIT_END — Constant Static Property, class mx.events.AdvancedDataGridEvent | |
The AdvancedDataGridEvent.ITEM_EDIT_END constant defines the value of the type property of the event object for a itemEditEnd event, which indicates that an edit session is ending. | |
ITEM_EDIT_END — Constant Static Property, class mx.events.DataGridEvent | |
The DataGridEvent.ITEM_EDIT_END constant defines the value of the type property of the event object for a itemEditEnd event, which indicates that an edit session is ending. | |
ITEM_EDIT_END — Constant Static Property, class mx.events.ListEvent | |
The ListEvent.ITEM_EDIT_END constant defines the value of the type property of the ListEvent object for a itemEditEnd event, which indicates that an edit session is ending. | |
itemEditor — Property, class mx.controls.List | |
The class factory for the item editor to use for the control, if the editable property is set to true. | |
itemEditor — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn | |
A class factory for the instances of the item editor to use for the column, when it is editable. | |
itemEditor — Property, class mx.controls.dataGridClasses.DataGridColumn | |
A class factory for the instances of the item editor to use for the column, when it is editable. | |
itemEditorCreate — Event, class mx.controls.DataGrid | |
Dispatched when the item editor has just been instantiated. | |
ITEM_EDITOR_CREATE — Constant Static Property, class mx.events.DataGridEvent | |
The DataGridEvent.ITEM_EDITOR_CREATE constant defines the value of the type property of the event object for a itemEditorCreate event, which indicates that the datagrid has completed the creation of the item editor. | |
itemEditorInstance — Property, class mx.controls.AdvancedDataGridBaseEx | |
A reference to the currently active instance of the item editor, if it exists. | |
itemEditorInstance — Property, class mx.controls.DataGrid | |
A reference to the currently active instance of the item editor, if it exists. | |
itemEditorInstance — Property, class mx.controls.List | |
A reference to the currently active instance of the item editor, if it exists. | |
itemFocusIn — Event, class mx.controls.AdvancedDataGridBaseEx | |
Dispatched when an item renderer gets focus, which can occur if the user clicks on an item in the AdvancedDataGrid control or navigates to the item using a keyboard. | |
itemFocusIn — Event, class mx.controls.DataGrid | |
Dispatched when an item renderer gets focus, which can occur if the user clicks on an item in the DataGrid control or navigates to the item using a keyboard. | |
itemFocusIn — Event, class mx.controls.List | |
Dispatched when an item renderer gets focus, which can occur if the user clicks on an item in the List control or navigates to the item using a keyboard. | |
ITEM_FOCUS_IN — Constant Static Property, class mx.events.AdvancedDataGridEvent | |
The AdvancedDataGridEvent.ITEM_FOCUS_IN constant defines the value of the type property of the event object for a itemFocusIn event, which indicates that an item has received the focus. | |
ITEM_FOCUS_IN — Constant Static Property, class mx.events.DataGridEvent | |
The DataGridEvent.ITEM_FOCUS_IN constant defines the value of the type property of the event object for a itemFocusIn event, which indicates that an item has received the focus. | |
ITEM_FOCUS_IN — Constant Static Property, class mx.events.ListEvent | |
The ListEvent.ITEM_FOCUS_IN constant defines the value of the type property of the ListEvent object for an itemFocusIn event, which indicates that an item has received the focus. | |
itemFocusOut — Event, class mx.controls.AdvancedDataGridBaseEx | |
Dispatched when an item renderer loses focus, which can occur if the user clicks another item in the AdvancedDataGrid control or clicks outside the control, or uses the keyboard to navigate to another item in the AdvancedDataGrid control or outside the control. | |
itemFocusOut — Event, class mx.controls.DataGrid | |
Dispatched when an item renderer loses focus, which can occur if the user clicks another item in the DataGrid control or clicks outside the control, or uses the keyboard to navigate to another item in the DataGrid control or outside the control. | |
itemFocusOut — Event, class mx.controls.List | |
Dispatched when an item renderer loses the focus, which can occur if the user clicks another item in the List control or outside the list, or uses the keyboard to navigate to another item in the List control or outside the List control. | |
ITEM_FOCUS_OUT — Constant Static Property, class mx.events.AdvancedDataGridEvent | |
The AdvancedDataGridEvent.ITEM_FOCUS_OUT constant defines the value of the type property of the event object for a itemFocusOut event, which indicates that an item has lost the focus. | |
ITEM_FOCUS_OUT — Constant Static Property, class mx.events.DataGridEvent | |
The DataGridEvent.ITEM_FOCUS_OUT constant defines the value of the type property of the event object for a itemFocusOut event, which indicates that an item has lost the focus. | |
ITEM_FOCUS_OUT — Constant Static Property, class mx.events.ListEvent | |
The ListEvent.ITEM_FOCUS_OUT constant defines the value of the type property of the ListEvent object for an itemFocusOut event, which indicates that an item has lost the focus. | |
itemIcons — Property, class mx.controls.AdvancedDataGrid | |
An object that specifies the icons for the items. | |
itemIcons — Property, class mx.controls.Tree | |
An object that specifies the icons for the items. | |
itemIndex — Property, class mx.automation.events.ListItemSelectEvent | |
The data provider index of the item to be selected. | |
itemIndex — Property, class spark.components.ButtonBarButton | |
The index of the item in the data provider of the host component of the item renderer. | |
itemIndex — Property, interface spark.components.IItemRenderer | |
The index of the item in the data provider of the host component of the item renderer. | |
itemIndex — Property, class spark.components.supportClasses.ItemRenderer | |
The index of the item in the data provider of the host component of the item renderer. | |
itemIndex — Property, class spark.skins.spark.DefaultItemRenderer | |
The index of the item in the data provider of the host component of the item renderer. | |
itemLabel — Property, class mx.containers.FormItem | |
A read-only reference to the FormItemLabel subcomponent displaying the label of the FormItem. | |
itemMatchingFunction — Property, class spark.components.ComboBox | |
Specifies a callback function used to search the item list as the user enters characters into the prompt area. | |
itemMouseDown — Event, class mx.charts.Legend | |
Dispatched when the user presses the mouse button while over a LegendItem in the Legend control. | |
itemMouseDown — Event, class mx.charts.chartClasses.ChartBase | |
Dispatched when a data point is found under the mouse pointer when it is pressed down. | |
ITEM_MOUSE_DOWN — Constant Static Property, class mx.charts.events.ChartItemEvent | |
Event type constant; indicates that the user pressed the mouse button over a chart item representing data in the chart. | |
ITEM_MOUSE_DOWN — Constant Static Property, class mx.charts.events.LegendMouseEvent | |
Event type constant; indicates that the user clicked the mouse button over a legend item. | |
itemMouseMove — Event, class mx.charts.chartClasses.ChartBase | |
Dispatched when the mouse pointer moves while over a data point. | |
ITEM_MOUSE_MOVE — Constant Static Property, class mx.charts.events.ChartItemEvent | |
Event type constant; indicates that the user moved the mouse pointer while hovering over a chart item representing data in the chart. | |
itemMouseOut — Event, class mx.charts.Legend | |
Dispatched when the user moves the mouse off of a LegendItem in the Legend. | |
ITEM_MOUSE_OUT — Constant Static Property, class mx.charts.events.LegendMouseEvent | |
Event type constant; indicates that the user rolled the mouse pointer away from a legend item. | |
itemMouseOver — Event, class mx.charts.Legend | |
Dispatched when the user moves the mouse over a LegendItem in the Legend control. | |
ITEM_MOUSE_OVER — Constant Static Property, class mx.charts.events.LegendMouseEvent | |
Event type constant; indicates that the user rolled the mouse pointer over a legend item. | |
itemMouseUp — Event, class mx.charts.Legend | |
Dispatched when the user releases the mouse button while over a LegendItem in the Legend. | |
itemMouseUp — Event, class mx.charts.chartClasses.ChartBase | |
Dispatched when a data point is found under the mouse pointer when it is released. | |
ITEM_MOUSE_UP — Constant Static Property, class mx.charts.events.ChartItemEvent | |
Event type constant; indicates that the user released the mouse button while over a chart item representing data in the chart. | |
ITEM_MOUSE_UP — Constant Static Property, class mx.charts.events.LegendMouseEvent | |
Event type constant; indicates that the user released the mouse button while over a legend item. | |
itemOldY — Property, class mx.controls.listClasses.ListRowInfo | |
The last Y value for the renderer. | |
itemOpen — Event, class mx.controls.AdvancedDataGrid | |
Dispatched when a branch of the navigation tree is opened or expanded. | |
itemOpen — Event, class mx.controls.Tree | |
Dispatched when a branch is opened or expanded. | |
ITEM_OPEN — Constant Static Property, class mx.events.AdvancedDataGridEvent | |
The AdvancedDataGridEvent.ITEM_OPEN event type constant indicates that an AdvancedDataGrid branch opened or expanded. | |
ITEM_OPEN — Constant Static Property, class mx.events.TreeEvent | |
The TreeEvent.ITEM_OPEN event type constant indicates that a tree branch opened or expanded. | |
itemOpening — Event, class mx.controls.AdvancedDataGrid | |
Dispatched when a tree branch open or close operation is initiated. | |
itemOpening — Event, class mx.controls.Tree | |
Dispatched when a branch open or close is initiated. | |
ITEM_OPENING — Constant Static Property, class mx.events.AdvancedDataGridEvent | |
The AdvancedDataGridEvent.ITEM_OPENING event type constant is dispatched immediately before a AdvancedDataGrid opens or closes. | |
ITEM_OPENING — Constant Static Property, class mx.events.TreeEvent | |
The TreeEvent.ITEM_OPENING event type constant is dispatched immediately before a tree opens or closes. | |
itemOverSkin — Style, class mx.controls.MenuBar | |
The skin when focus is over a MenuBar item either. | |
ItemPendingError — class, package mx.collections.errors | |
This error is thrown when retrieving an item from a collection view requires an asynchronous call. | |
ItemPendingError(message:String) — Constructor, class mx.collections.errors.ItemPendingError | |
Constructor. | |
ItemReference — Dynamic Class, package mx.data | |
An ItemReference instance is returned from the DataService.getItem() and DataService.createItem() methods to provide a way to manage a reference to the remote object. | |
ItemReference(msg:mx.messaging.messages:IMessage) — Constructor, class mx.data.ItemReference | |
Constructor. | |
itemRemoved(index:int) — method, class spark.components.supportClasses.ListBase | |
Called when an item has been removed from this component. | |
itemRenderer — Style, class mx.charts.chartClasses.HLOCSeriesBase | |
A factory that represents the class the series will use to represent individual items on the chart. | |
itemRenderer — Style, class mx.charts.series.ColumnSeries | |
A factory that represents the class the series will use to represent individual items on the chart. | |
itemRenderer — Style, class mx.charts.series.PlotSeries | |
A factory that represents the class the series will use to represent individual items on the chart. | |
itemRenderer — Style, class mx.charts.series.PieSeries | |
A factory that represents the class the series will use to represent individual items on the chart. | |
itemRenderer — Style, class mx.charts.series.BarSeries | |
A factory that represents the class the series will use to represent individual items on the chart. | |
itemRenderer — Style, class mx.charts.series.LineSeries | |
A factory that represents the class the series will use to represent individual items on the chart. | |
itemRenderer — Style, class mx.charts.series.BubbleSeries | |
A factory that represents the class the series will use to represent individual items on the chart. | |
itemRenderer — Style, class mx.charts.series.AreaSeries | |
A factory that represents the class the series will use to represent individual items on the chart. | |
itemRenderer — Property, class mx.automation.events.AdvancedDataGridItemSelectEvent | |
Item renderer object for the item being selected or deselected. | |
itemRenderer — Property, class mx.automation.events.ListItemSelectEvent | |
Item renderer object for the item being selected or deselected. | |
itemRenderer — Property, class mx.automation.events.MenuShowEvent | |
The item renderer of the associated menu item where the event occurred. | |
itemRenderer — Property, class mx.charts.ChartItem | |
The instance of the chart's itemRenderer that represents this ChartItem. | |
itemRenderer — Property, class mx.controls.ComboBox | |
IFactory that generates the instances that displays the data for the drop-down list of the control. | |
itemRenderer — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn | |
The class factory for item renderer instances that display the data for each item in the column. | |
itemRenderer — Property, class mx.controls.dataGridClasses.DataGridColumn | |
The class factory for item renderer instances that display the data for each item in the column. | |
itemRenderer — Property, class mx.controls.listClasses.AdvancedListBase | |
The custom item renderer for the control. | |
itemRenderer — Property, class mx.controls.listClasses.ListBase | |
The custom item renderer for the control. | |
itemRenderer — Property, class mx.events.AdvancedDataGridEvent | |
The item renderer for the item that is being edited, or the header render that is being clicked or stretched. | |
itemRenderer — Property, class mx.events.DataGridEvent | |
The item renderer for the item that is being edited or the header render that is being clicked or stretched. | |
itemRenderer — Property, class mx.events.ListEvent | |
The item renderer where the event occurred. | |
itemRenderer — Property, class mx.events.TreeEvent | |
The ListItemRenderer for the node that closed or opened. | |
itemRenderer — Property, class spark.components.DataGroup | |
The item renderer to use for data items. | |
itemRenderer — Property, class spark.components.SkinnableDataContainer | |
The item renderer to use for data items. | |
ItemRenderer — class, package spark.components.supportClasses | |
The ItemRenderer class is the base class for Spark item renderers. | |
ItemRenderer() — Constructor, class spark.components.supportClasses.ItemRenderer | |
Constructor. | |
itemRendererContains(renderer:mx.controls.listClasses:IListItemRenderer, object:flash.display:DisplayObject) — method, class mx.controls.listClasses.AdvancedListBase | |
Determines whether a renderer contains (or owns) a display object. | |
itemRendererContains(renderer:mx.controls.listClasses:IListItemRenderer, object:flash.display:DisplayObject) — method, class mx.controls.listClasses.ListBase | |
Determines whether a renderer contains (or owns) a display object. | |
itemRendererFunction — Property, class spark.components.DataGroup | |
Function that returns an item renderer IFactory for a specific item. | |
itemRendererFunction — Property, class spark.components.SkinnableDataContainer | |
Function that returns an item renderer IFactory for a specific item. | |
itemRendererProviders — Property, class mx.controls.OLAPDataGrid | |
Array of OLAPDataGridItemRendererProvider instances that specify a custom item renderer for the cells of the control. | |
itemRendererToFactoryMap — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridBase | |
Maps item renderers to the Factory instacne from which they have been created. | |
itemRendererToIndex(itemRenderer:mx.controls.listClasses:IListItemRenderer) — method, class mx.controls.listClasses.AdvancedListBase | |
Returns the index of the item in the data provider of the item being rendered by this item renderer. | |
itemRendererToIndex(itemRenderer:mx.controls.listClasses:IListItemRenderer) — method, class mx.controls.listClasses.ListBase | |
Returns the index of the item in the data provider of the item being rendered by this item renderer. | |
itemRendererToIndices(item:mx.controls.listClasses:IListItemRenderer) — method, class mx.controls.dataGridClasses.DataGridBase | |
Returns a Point object that defines the columnIndex and rowIndex properties of an item renderer. | |
itemRendererToIndices(item:mx.controls.listClasses:IListItemRenderer) — method, class mx.controls.listClasses.AdvancedListBase | |
Returns a Point instance containing the column index and row index of an item renderer. | |
itemRendererToIndices(item:mx.controls.listClasses:IListItemRenderer) — method, class mx.controls.listClasses.ListBase | |
Returns a Point containing the columnIndex and rowIndex of an item renderer. | |
ItemResponder — class, package mx.collections | |
The ItemResponder class provides a default implementation of the mx.rpc.IResponder interface. | |
ItemResponder(result:Function, fault:Function, token:Object) — Constructor, class mx.collections.ItemResponder | |
Constructs an instance of the responder with the specified data and handlers. | |
itemRollOut — Event, class mx.charts.chartClasses.ChartBase | |
Dispatched when the closest data point under the mouse pointer changes. | |
itemRollOut — Event, class mx.controls.ColorPicker | |
Dispatched when the user rolls the mouse out of a swatch in the SwatchPanel object. | |
itemRollOut — Event, class mx.controls.ComboBox | |
Dispatched when user rolls the mouse out of a drop-down list item. | |
itemRollOut — Event, class mx.controls.Menu | |
Dispatched when a user rolls the mouse out of a menu item. | |
itemRollOut — Event, class mx.controls.MenuBar | |
Dispatched when the mouse pointer rolls out of a menu item. | |
itemRollOut — Event, class mx.controls.listClasses.AdvancedListBase | |
Dispatched when the user rolls the mouse pointer out of an item in the control. | |
itemRollOut — Event, class mx.controls.listClasses.ListBase | |
Dispatched when the user rolls the mouse pointer out of an item in the control. | |
ITEM_ROLL_OUT — Constant Static Property, class mx.charts.events.ChartItemEvent | |
Event type constant; indicates that the user rolled the mouse pointer away from a chart item representing data in the chart. | |
ITEM_ROLL_OUT — Constant Static Property, class mx.events.ColorPickerEvent | |
The ColorPickerEvent.ITEM_ROLL_OUT constant defines the value of the type property of the event that is dispatched when the user rolls the mouse out of a swatch in the swatch panel. | |
ITEM_ROLL_OUT — Constant Static Property, class mx.events.ListEvent | |
The ListEvent.ITEM_ROLL_OUT constant defines the value of the type property of the ListEvent object for an itemRollOut event, which indicates that the user rolled the mouse pointer out of a visual item in the control. | |
ITEM_ROLL_OUT — Constant Static Property, class mx.events.MenuEvent | |
The MenuEvent.ITEM_ROLL_OUT type constant indicates that the mouse pointer rolled out of a menu item. | |
itemRollOver — Event, class mx.charts.chartClasses.ChartBase | |
Dispatched when a new data point is found under the mouse pointer. | |
itemRollOver — Event, class mx.controls.ColorPicker | |
Dispatched when the user rolls the mouse over a swatch in the SwatchPanel object. | |
itemRollOver — Event, class mx.controls.ComboBox | |
Dispatched when the user rolls the mouse over a drop-down list item. | |
itemRollOver — Event, class mx.controls.Menu | |
Dispatched when a user rolls the mouse over a menu item. | |
itemRollOver — Event, class mx.controls.MenuBar | |
Dispatched when the mouse pointer rolls over a menu item. | |
itemRollOver — Event, class mx.controls.listClasses.AdvancedListBase | |
Dispatched when the user rolls the mouse pointer over an item in the control. | |
itemRollOver — Event, class mx.controls.listClasses.ListBase | |
Dispatched when the user rolls the mouse pointer over an item in the control. | |
ITEM_ROLL_OVER — Constant Static Property, class mx.charts.events.ChartItemEvent | |
Event type constant; indicates that the user rolled the mouse pointer over a chart item representing data in the chart. | |
ITEM_ROLL_OVER — Constant Static Property, class mx.events.ColorPickerEvent | |
The ColorPickerEvent.ITEM_ROLL_OVER constant defines the value of the type property of the event that is dispatched when the user rolls the mouse over of a swatch in the swatch panel. | |
ITEM_ROLL_OVER — Constant Static Property, class mx.events.ListEvent | |
The ListEvent.ITEM_ROLL_OVER constant defines the value of the type property of the ListEvent object for an itemRollOver event, which indicates that the user rolled the mouse pointer over a visual item in the control. | |
ITEM_ROLL_OVER — Constant Static Property, class mx.events.MenuEvent | |
The MenuEvent.ITEM_ROLL_OVER type constant indicates that the mouse pointer rolled over a menu item. | |
itemRollOverColor — Style, class mx.charts.chartClasses.ChartBase | |
Color of rolledOver chartitem in the chart. | |
items — Property, class flash.display.NativeMenu | |
The array of NativeMenuItem objects in this menu. | |
items — Property, class flash.ui.ContextMenu | |
The array of custom items in this menu. | |
items — Property, class mx.charts.chartClasses.HLOCSeriesBase | |
Gets all the items that are there in the series after filtering. | |
items — Property, class mx.charts.chartClasses.Series | |
Gets all the items that are there in the series after filtering. | |
items — Property, class mx.charts.series.AreaSeries | |
items — Property, class mx.charts.series.BarSeries | |
Gets all the items that are there in the series after filtering. | |
items — Property, class mx.charts.series.BubbleSeries | |
Gets all the items that are there in the series after filtering. | |
items — Property, class mx.charts.series.ColumnSeries | |
Gets all the items that are there in the series after filtering. | |
items — Property, class mx.charts.series.LineSeries | |
items — Property, class mx.charts.series.PieSeries | |
items — Property, class mx.charts.series.PlotSeries | |
Gets all the items that are there in the series after filtering. | |
items — Property, class mx.charts.series.items.LineSeriesSegment | |
The array of chartItems representing the full line series that owns this segment. | |
items — Constant Property, class mx.data.MessageBatch | |
This stores the list of MessageCacheItem instances which represent the changes in the batch. | |
items — Property, class mx.events.CollectionEvent | |
When the kind is CollectionEventKind.ADD or CollectionEventKind.REMOVE the items property is an Array of added/removed items. | |
items — Property, class mx.states.AddItems | |
The items to be added. | |
itemsChangeEffect — Effect, class mx.controls.List | |
The data effect to play when a change occur to the control's data provider. By default, the List control does not use a data effect. For the List control, use an instance of the the DefaultListEffect class to configure the data effect. | |
itemsChangeEffect — Effect, class mx.controls.TileList | |
The data effect to play when a change occur to the control's data provider. By default, the TileList control does not use a data effect. For the TileList control, use an instance of the DefaultTileListEffect class. | |
itemSelected(index:int, selected:Boolean) — method, class spark.components.supportClasses.ListBase | |
Called when an item is selected or deselected. | |
itemSelectionColor — Style, class mx.charts.chartClasses.ChartBase | |
Color of selected chartitem in the chart. | |
itemsFactory — Property, class mx.states.AddItems | |
The factory that creates the items. | |
itemShowingCaret(index:int, showsCaret:Boolean) — method, class spark.components.supportClasses.ListBase | |
Called when an item is in its caret state or not. | |
itemSkin — Style, class mx.controls.MenuBar | |
The default skin for a MenuBar item | |
itemsNeedMeasurement — Property, class mx.controls.listClasses.AdvancedListBase | |
A flag that indicates whether the columnWidth and rowHeight properties need to be calculated. | |
itemsNeedMeasurement — Property, class mx.controls.listClasses.ListBase | |
A flag that indicates whether the columnWidth and rowHeight properties need to be calculated. | |
itemsSizeChanged — Property, class mx.controls.listClasses.AdvancedListBase | |
A flag that indicates that the size of the renderers may have changed. | |
itemsSizeChanged — Property, class mx.controls.listClasses.ListBase | |
A flag that indicates that the size of the renderers may have changed. | |
itemSum — Property, class mx.charts.series.renderData.PieSeriesRenderData | |
The total sum of the values represented in the pie series. | |
itemToData(data:Object) — method, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumnGroup | |
Returns the data from the data provider for the specified Object. | |
itemToDataTip(data:Object) — method, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn | |
Returns a String that the item renderer displays as the data tip for the given data object, based on the dataTipField and dataTipFunction properties. | |
itemToDataTip(data:Object) — method, class mx.controls.dataGridClasses.DataGridColumn | |
Returns a String that the item renderer displays as the datatip for the given data object, based on the dataTipField and dataTipFunction properties. | |
itemToDataTip(data:Object) — method, class mx.controls.listClasses.AdvancedListBase | |
Returns the dataTip string the renderer would display for the given data object based on the dataTipField and dataTipFunction properties. | |
itemToDataTip(data:Object) — method, class mx.controls.listClasses.ListBase | |
Returns the dataTip string the renderer would display for the given data object based on the dataTipField and dataTipFunction properties. | |
itemToIcon(data:Object) — method, class mx.controls.MenuBar | |
Returns the class for an icon, if any, for a data item, based on the iconField property. | |
itemToIcon(data:Object) — method, class mx.controls.listClasses.AdvancedListBase | |
Returns the class for an icon, if any, for a data item, based on the iconField and iconFunction properties. | |
itemToIcon(data:Object) — method, class mx.controls.listClasses.ListBase | |
Returns the class for an icon, if any, for a data item, based on the iconField and iconFunction properties. | |
itemToItemRenderer(item:Object) — method, class mx.controls.listClasses.AdvancedListBase | |
Returns the item renderer for a given item in the data provider, if there is one. | |
itemToItemRenderer(item:Object) — method, class mx.controls.listClasses.ListBase | |
Returns the item renderer for a given item in the data provider, if there is one. | |
itemToKeyEquivalent(data:Object) — method, class mx.controls.FlexNativeMenu | |
Returns the key equivalent for the given data object based on the keyEquivalentField and keyEquivalentFunction properties. | |
itemToKeyEquivalentModifiers(data:Object) — method, class mx.controls.FlexNativeMenu | |
Returns the key equivalent modifiers for the given data object based on the keyEquivalentModifiersFunction property. | |
itemToLabel(item:Object, ... rest) — method, class mx.controls.ComboBox | |
Returns a string representing the item parameter. | |
itemToLabel(data:Object) — method, class mx.controls.FlexNativeMenu | |
Returns the String to use as the menu item label for the given data object, based on the labelField and labelFunction properties. | |
itemToLabel(data:Object) — method, class mx.controls.MenuBar | |
Returns the string the renderer would display for the given data object based on the labelField and labelFunction properties. | |
itemToLabel(data:Object) — method, class mx.controls.NavBar | |
Returns the string the renderer would display for the given data object based on the labelField and labelFunction properties. | |
itemToLabel(data:Object, withFormatting:Boolean) — method, class mx.controls.advancedDataGridClasses.AdvancedDataGridColumn | |
Returns the String that the item renderer displays for the given data object. | |
itemToLabel(data:Object) — method, class mx.controls.dataGridClasses.DataGridColumn | |
Returns the String that the item renderer displays for the given data object. | |
itemToLabel(data:Object) — method, class mx.controls.listClasses.AdvancedListBase | |
Returns the string the renderer would display for the given data object based on the labelField and labelFunction properties. | |
itemToLabel(data:Object) — method, class mx.controls.listClasses.ListBase | |
Returns the string the renderer would display for the given data object based on the labelField and labelFunction properties. | |
itemToLabel(item:Object) — method, class spark.components.DataGroup | |
Returns the String for display in an item renderer. | |
itemToLabel(item:Object) — method, interface spark.components.IItemRendererOwner | |
Returns the String for display in an item renderer. | |
itemToLabel(item:Object) — method, class spark.components.SkinnableDataContainer | |
From the specified data item, return the String representation of the data item for an item renderer to display. | |
itemToLabel(item:Object) — method, class spark.components.supportClasses.ListBase | |
Given a data item, return the correct text a renderer should display while taking the labelField and labelFunction properties into account. | |
itemToLabel(item:Object, labelField:String, labelFunction:Function) — Static Method , class spark.utils.LabelUtil | |
A function used by components that support item renderers to determine the correct text an item renderer should display for a data item. | |
itemToMnemonicIndex(data:Object) — method, class mx.controls.FlexNativeMenu | |
Returns the mnemonic index for the given data object based on the mnemonicIndexField and mnemonicIndexFunction properties. | |
itemToUID(data:Object) — method, class mx.controls.ComboBase | |
Determines the UID for a dataProvider item. | |
itemToUID(data:Object) — method, class mx.controls.listClasses.AdvancedListBase | |
Determines the UID for a data provider item. | |
itemToUID(data:Object) — method, class mx.controls.listClasses.ListBase | |
Determines the UID for a data provider item. | |
itemType — Property, class mx.charts.chartClasses.HLOCSeriesBase | |
The subtype of ChartItem used by this series to represent individual items. | |
itemType — Property, class mx.charts.series.AreaSeries | |
The subtype of ChartItem used by this series to represent individual items. | |
itemType — Property, class mx.charts.series.BarSeries | |
The subtype of ChartItem used by this series to represent individual items. | |
itemType — Property, class mx.charts.series.BubbleSeries | |
The subtype of ChartItem used by this series to represent individual items. | |
itemType — Property, class mx.charts.series.ColumnSeries | |
The subtype of ChartItem used by this series to represent individual items. | |
itemType — Property, class mx.charts.series.LineSeries | |
The subtype of ChartItem used by this series to represent individual items. | |
itemType — Property, class mx.charts.series.PieSeries | |
The subtype of ChartItem used by this series to represent individual items. | |
itemType — Property, class mx.charts.series.PlotSeries | |
The subtype of ChartItem used by this series to represent individual items. | |
itemUpdated(item:Object, property:Object, oldValue:Object, newValue:Object) — method, class mx.collections.ArrayList | |
Notify the view that an item has been updated. | |
itemUpdated(item:Object, property:Object, oldValue:Object, newValue:Object) — method, class mx.collections.AsyncListView | |
Notifies the view that an item has been updated. | |
itemUpdated(item:Object, property:Object, oldValue:Object, newValue:Object) — method, interface mx.collections.ICollectionView | |
Notifies the view that an item has been updated. | |
itemUpdated(item:Object, property:Object, oldValue:Object, newValue:Object) — method, interface mx.collections.IList | |
Notifies the view that an item has been updated. | |
itemUpdated(item:Object, property:Object, oldValue:Object, newValue:Object) — method, class mx.collections.ListCollectionView | |
Notifies the view that an item has been updated. | |
itemUpdateHandler(event:mx.events:PropertyChangeEvent) — method, class mx.collections.ArrayList | |
Called whenever any of the contained items in the list fire an ObjectChange event. | |
itemUpSkin — Style, class mx.controls.MenuBar | |
The skin when a MenuBar item is not selected. | |
iterator — Property, class mx.controls.ComboBase | |
The main IViewCursor used to fetch items from the dataProvider and pass the items to the renderers. | |
iterator — Property, class mx.controls.listClasses.AdvancedListBase | |
The main IViewCursor instance used to fetch items from the data provider and pass the items to the renderers. | |
iterator — Property, class mx.controls.listClasses.ListBase | |
The main IViewCursor used to fetch items from the data provider and pass the items to the renderers. | |
iterator — Property, class mx.controls.listClasses.ListBaseContentHolder | |
The IViewCursor instance used to fetch items from the data provider and pass the items to the renderers. | |
iteratorValid — Property, class mx.controls.listClasses.AdvancedListBase | |
A flag that indicates that a page fault as occurred and that the iterator's position is not valid (not positioned at the topmost item being displayed). | |
iteratorValid — Property, class mx.controls.listClasses.ListBase | |
A flag that indicates that a page fault as occurred and that the iterator's position is not valid (not positioned at the topmost item being displayed). | |
ITextExporter — Interface, package flashx.textLayout.conversion | |
Interface for exporting text content from a TextFlow instance to either String or XML format. | |
ITextImporter — Interface, package flashx.textLayout.conversion | |
Interface for importing text content into a TextFlow from an external source. | |
ITextInput — Interface, package mx.core | |
Defines an interface for a single-line text field that is optionally editable. | |
ITextLayoutFormat — Interface, package flashx.textLayout.formats | |
This interface provides read access to FlowElements-related properties. | |
ITextLineCreator — Interface, package flashx.textLayout.compose | |
ITextLineCreator defines an interface for creating TextLine objects for an IFlowComposer instance. | |
IToggleButton — Interface, package mx.core | |
The IToggleButton interface is a marker interface that indicates that a component acts as a toggleable button. | |
ITokenResponder — Interface, package mx.data | |
An extension of mx.rpc.IResponder with an additional result token, AsyncToken field. | |
IToolTip — Interface, package mx.core | |
The IToolTip interface defines the API that tooltip-like components must implement in order to work with the ToolTipManager. | |
IToolTipManagerClient — Interface, package mx.managers | |
Components that implement IToolTipManagerClient can have tooltips and must have a toolTip getter/setter. | |
ITransientDeferredInstance — Interface, package mx.core | |
The ITransientDeferredInstance interface extends IDeferredInstance and adds the ability for the user to reset the deferred instance factory to its initial state (usually this implies releasing any known references to the component, such as the setting the owning document property that refers to the instance to null). | |
ITreeDataDescriptor — Interface, package mx.controls.treeClasses | |
Interface providing methods for parsing and adding nodes to a collection of data that is displayed by a Tree control. | |
ITreeDataDescriptor2 — Interface, package mx.controls.treeClasses | |
The ITreeDataDescriptor2 Interface defines methods for parsing and adding nodes to a collection of data that is displayed by a Tree control. | |
IUIComponent — Interface, package mx.core | |
The IUIComponent interface defines the basic set of APIs that you must implement to create a child of a Flex container or list. | |
IUID — Interface, package mx.core | |
The IUID interface defines the interface for objects that must have Unique Identifiers (UIDs) to uniquely identify the object. | |
IUITextField — Interface, package mx.core | |
The IUITextField interface defines the basic set of APIs for UITextField instances. | |
IUndoManager — Interface, package flashx.undo | |
IUndoManager defines the interface for managing the undo and redo stacks. | |
IURIDereferencer — Interface, package flash.security | |
IURIDereferencer defines an interface for objects that resolve URIs in an XML signature. | |
IValidatorListener — Interface, package mx.validators | |
The interface that components implement to support the Flex data validation mechanism. | |
IValueObject — Interface, package com.adobe.fiber.valueobjects | |
Every value object generated from a model implements the IValueObject interface, and is guaranteed to expose a _model getter. | |
IVerticalJustificationLine — Interface, package flashx.textLayout.compose | |
The IVerticalJustificationLine interface defines the methods and properties required to allow the vertical justification of text lines. | |
IViewCursor — Interface, package mx.collections | |
Defines the interface for enumerating a collection view bi-directionally. | |
IViewport — Interface, package spark.core | |
The IViewport interface is implemented by components that support a viewport. | |
IVisualElement — Interface, package mx.core | |
The IVisualElement interface defines the minimum properties and methods required for a visual element to be laid out and displayed in a Spark container. | |
IVisualElementContainer — Interface, package mx.core | |
The IVisualElementContainer interface defines the minimum properties and methods required for a container to manage Spark components for display. | |
IWindow — Interface, package mx.core | |
The IWindow interface defines the API for components that serve as top-level containers in Flex-based AIR applications (containers that represent operating system windows). | |
IXMLDecoder — Interface, package mx.rpc.xml | |
Decodes an XML document to an ActionScript object graph based on XML Schema definitions. | |
IXMLEncoder — Interface, package mx.rpc.xml | |
Encodes an ActionScript object graph to XML based on an XML schema. | |
IXMLNotifiable — Interface, package mx.utils | |
The IXMLNotifiable interface. | |
IXMLSchemaInstance — Interface, package mx.rpc.xml | |
An ActionScript type should implement this interface when it needs to instruct an XML Schema based encoder (such as the WebService SOAP client) which concrete type definition to use while encoding instances of the type. | |
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 |
Fri Mar 19 2010, 02:58 AM -07:00