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  
IAccessPrivileges — Interface in package mx.data
Objects that must restrict access must implement the IAccessPrivileges interface.
IAxis — Interface in 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 in 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 in package mx.charts.chartClasses
The IBar interface is implemented by any any series that can be clustered vertically, such as a BarSeries.
IBitmapDrawable — Interface in 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.
IChangeObject — Interface in package mx.data
The IChangeObject interface provides the methods and properties needed when decting local conflicts.
IChartElement — Interface in 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.
IChildList — Interface in 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 in package mx.collections
An ICollectionView is a view onto a collection of data.
IColumn — Interface in package mx.charts.chartClasses
ChartElements that can be clustered along the vertical axis should implement this interface.
icon — Style in class mx.controls.Button
Name of the class to use as the default icon.
icon — Property in 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 in class mx.controls.listClasses.ListItemRenderer
The internal IFlexDisplayObject that displays the icon in this renderer.
icon — Property in class mx.controls.listClasses.TileListItemRenderer
The internal IFlexDisplayObject that displays the icon in this renderer.
icon — Property in class mx.controls.menuClasses.MenuItemRenderer
The internal IFlexDisplayObject that displays the icon in this renderer.
icon — Property in class mx.controls.treeClasses.TreeItemRenderer
The internal IFlexDisplayObject that displays the icon in this renderer.
icon — Property in class mx.controls.treeClasses.TreeListData
A Class representing the icon for the item in the Tree control.
icon — Property in class mx.core.Container
The Class of the icon displayed by some navigator containers to represent this Container.
iconClass — Property in class mx.controls.Alert
The class of the icon to display.
iconField — Property in class mx.controls.MenuBar
The name of the field in the data provider object that determines the icon to display for each menu item.
iconField — Property in class mx.controls.NavBar
Name of the field in the dataProvider object to display as the icon for each navigation item.
iconField — Property in class mx.controls.listClasses.ListBase
The name of the field in the data provider object that determines what to display as the icon.
iconFunction — Property in class mx.controls.listClasses.ListBase
A user-supplied function to run on each item to determine its icon.
IContainer — Interface in package mx.core
IContainer is a marker interface that indicates a component acts as a container for other components.
id — Property in class mx.charts.HitData
Specifies a unique identifier representing the data point.
id — Property in class mx.core.ComponentDescriptor
The identifier for the component, as specified in MXML.
id — Property in interface mx.core.IDeferredInstantiationUIComponent
ID of the component.
id — Property in class mx.core.UIComponent
ID of the component.
id — Property in class mx.logging.AbstractTarget
Provides access to the id of this target.
id — Property in class mx.messaging.Channel
Provides access to the id of this channel.
id3 — Event in class flash.media.Sound
Dispatched by a Sound object when ID3 data is available for an MP3 sound.
id3 — Property in class flash.media.Sound
Provides access to the metadata that is part of an MP3 file.
id3 — Event in class mx.effects.SoundEffect
Dispatched when ID3 data is available for an MP3 sound file.
ID3 — Constant static property in class flash.events.Event
Defines the value of the type property of an id3 event object.
ID3Info — Final dynamic class in package flash.media
The ID3Info class contains properties that reflect ID3 metadata.
IDataInput — Interface in package flash.utils
The IDataInput interface provides a set of methods for reading binary data.
IDataOutput — Interface in package flash.utils
The IDataOutput interface provides a set of methods for writing binary data.
IDataRenderer — Interface in package mx.core
The IDataRenderer interface defines the interface for components that have a data property.
IDeferredInstance — Interface in package mx.core
The IDeferredInstance interface defines the Flex deferred instance factory interface.
IDeferredInstantiationUIComponent — Interface in package mx.core
The IDeferredInstantiationUIComponent interface defines the interface for a component or object that defers instantiation.
identities — Property in 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.
identity() — Method in class flash.geom.Matrix
Sets each matrix property to a value that causes a null transformation.
identity — Property in interface mx.data.IChangeObject
Identity of the item being changed.
identity — Property in class mx.data.events.DataServiceFaultEvent
The identity of the item that generated the fault.
identity — Property in 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).
idle — Event in class mx.managers.SystemManager
Dispatched every 100 milliseconds when there has been no keyboard or mouse activity for 1 second.
IDLE — Constant static property in class mx.events.FlexEvent
The FlexEvent.IDLE constant defines the value of the type property of the event object for a idle event.
idleTimeout — Property in 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 in class flash.xml.XMLDocument
An Object containing the nodes of the XML that have an id attribute assigned.
IDropInListItemRenderer — Interface in package mx.controls.listClasses
The interface for "drop-in" item renderers.
IDynamicPropertyOutput — Interface in package flash.net
This interface controls the serialization of dynamic properties of dynamic objects.
IDynamicPropertyWriter — Interface in package flash.net
This interface is used with the IDynamicPropertyOutput interface to control the serialization of dynamic properties of dynamic objects.
IEventDispatcher — Interface in 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 in 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 in package mx.core
The IFactory interface defines the interface that factory classes such as ClassFactory must implement.
IFill — Interface in package mx.graphics
Defines the interface that classes that perform a fill must implement.
IFlexAsset — Interface in 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.
IFlexDisplayObject — Interface in package mx.core
The IFlexDisplayObject interface defines the interface for skin elements.
IFocusManager — Interface in 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.
IFocusManagerComponent — Interface in package mx.managers
The IFocusManagerComponent interface defines the interface that focusable components must implement in order to receive focus from the FocusManager.
IFocusManagerContainer — Interface in package mx.managers
The IFocusManagerContainer interface defines the interface that containers implement to host a FocusManager.
IFocusManagerGroup — Interface in 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.
IGNORE — Constant static property in class flash.filters.DisplacementMapFilterMode
If the displacement value is out of range, ignores the displacement and uses the source pixel.
ignoreCase — Property in class RegExp
Specifies whether the regular expression ignores case sensitivity.
ignoreComments — Static property in class XML
Determines whether XML comments are ignored when XML objects parse the source XML data.
ignorePadding — Property in class mx.core.UITextField
If true, the paddingLeft and paddingRight styles will not add space around the text of the component.
ignoreProcessingInstructions — Static property in class XML
Determines whether XML processing instructions are ignored when XML objects parse the source XML data.
ignoreWhite — Property in class flash.xml.XMLDocument
When set to true, text nodes that contain only white space are discarded during the parsing process.
ignoreWhitespace — Static property in class XML
Determines whether white space characters at the beginning and end of text nodes are ignored during parsing.
IHistoryManagerClient — Interface in package mx.managers
Interface that must be implemented by objects registered with the History Manager.
IIMESupport — Interface in package mx.core
The IIMESupport interface defines the interface for any component that supports IME (input method editor).
IInvalidating — Interface in 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.
ILayoutManagerClient — Interface in 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 in package mx.collections
A collection of items organized in an ordinal fashion.
IListItemRenderer — Interface in package mx.controls.listClasses
Item renderers and item editors for list components must implement the IListItemRenderer interface.
ILLEGAL_CUE_POINT — Constant static property in class mx.controls.videoClasses.VideoError
Illegal cue point.
IllegalOperationError — Dynamic class in 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 in class flash.errors.IllegalOperationError
Creates a new IllegalOperationError object.
ILogger — Interface in package mx.logging
All loggers within the logging framework must implement this interface.
ILoggingTarget — Interface in package mx.logging
All logger target implementations within the logging framework must implement this interface.
Image — Class in package mx.controls
The Image control lets you import JPEG, PNG, GIF, and SWF files at runtime.
Image() — Constructor in class mx.controls.Image
Constructor.
IManaged — Interface in package mx.data
The IPropertyChangeNotifier interface provides the contract for a managed object.
ime — Static property in class flash.system.System
The currently installed system IME.
IME — Final class in 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 in 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 in class flash.events.IMEEvent
Defines the value of the type property of an imeComposition event object.
IMEConversionMode — Final class in package flash.system
This class contains constants for use with the IME.conversionMode property.
IMEEvent — Class in package flash.events
Flash® Player dispatches IMEEvent objects when a user enters text using an input method editor (IME).
IMEEvent(type:String, bubbles:Boolean, cancelable:Boolean, text:String) — Constructor in class flash.events.IMEEvent
Creates an Event object with specific information relevant to IME events.
imeMode — Property in class mx.controls.ComboBase
Specifies the IME (input method editor) mode.
imeMode — Property in class mx.controls.DataGrid
Specifies the IME (input method editor) mode.
imeMode — Property in class mx.controls.List
Specifies the IME (input method editor) mode.
imeMode — Property in class mx.controls.NumericStepper
Specifies the IME (Input Method Editor) mode.
imeMode — Property in class mx.controls.TextArea
Specifies the IME (input method editor) mode.
imeMode — Property in class mx.controls.TextInput
Specifies the IME (input method editor) mode.
imeMode — Property in class mx.controls.dataGridClasses.DataGridColumn
Specifies the IME (input method editor) mode.
imeMode — Property in interface mx.core.IIMESupport
The IME mode of the component.
imeMode — Property in class mx.core.UITextField
Specifies the IME (input method editor) mode.
IMenuDataDescriptor — Interface in package mx.controls.menuClasses
The IMenuDataDescriptor interface defines the interface that a dataDescriptor for a Menu or MenuBar control must implement.
IMenuItemRenderer — Interface in package mx.controls.menuClasses
The IMenuItemRenderer interface defines the interface that a menu item renderer for a Menu control must implement.
IMessage — Interface in package mx.messaging.messages
This interface defines the contract for message objects.
impact — Property in class mx.messaging.management.MBeanOperationInfo
The impact of the operation.
implements — Statement
Specifies that a class implements one or more interfaces.
import — Statement
Makes externally defined classes and packages available to your code.
IMXMLObject — Interface in 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 in package mx.rpc.mxml
Implementing this interface means that an RPC service can be used in an MXML document via tags since it supports the interfaces specified during Flex 1.
in — Operator
Evaluates whether a property is part of a specific object.
include — Statement
Includes the contents of the specified file, as if the commands in the file are part of the calling script.
includeCategory — Property in class mx.logging.targets.LineFormattedTarget
Indicates if the category for this target should added to the trace.
includeDate — Property in class mx.logging.targets.LineFormattedTarget
Indicates if the date should be added to the trace.
includeInLayout — Property in interface mx.core.IUIComponent
Specifies whether this component is included in the layout of the parent container.
includeInLayout — Property in class mx.core.UIComponent
Specifies whether this component is included in the layout of the parent container.
includeInLayout — Property in class mx.core.UITextField
Specifies whether this component is included in the layout of the parent container.
includeLevel — Property in class mx.logging.targets.LineFormattedTarget
Indicates if the level for the event should added to the trace.
includeTime — Property in class mx.logging.targets.LineFormattedTarget
Indicates if the time should be added to the trace.
indent — Property in class flash.text.TextFormat
Indicates the indentation from the left margin to the first character in the paragraph.
indent — Property in class mx.controls.treeClasses.TreeListData
The default indentation for this row of the Tree control.
indentation — Style in class mx.controls.Tree
Indentation for each tree level, in pixels.
indeterminate — Property in class mx.controls.ProgressBar
Whether the ProgressBar control has a determinate or indeterminate appearance.
indeterminateSkin — Style in class mx.controls.ProgressBar
Skin style for an indeterminate progress bar.
index — Property in 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 in class flash.media.Microphone
The index of the microphone, as reflected in the array returned by Microphone.names.
index — Property in class mx.charts.ChartItem
The index of the data from the series' dataProvider that the ChartItem represents.
index — Property in class mx.charts.series.items.LineSeriesSegment
The index of this segment in the array of segments representing the line series.
index — Property in class mx.controls.listClasses.ListBaseSelectionData
The index in the data provider of the selected item.
index — Property in class mx.effects.AddChildAction
The index of the child within the parent.
index — Property in class mx.effects.effectClasses.AddChildActionInstance
The index of the child within the parent.
index — Property in 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 in class mx.events.ItemClickEvent
The index of the associated navigation item.
index — Property in class mx.events.MenuEvent
The index of the associated menu item within its parent menu or submenu.
IndexChangedEvent — Class in 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 in class mx.events.IndexChangedEvent
Constructor.
indexOf(searchElement, fromIndex:int) — Method in 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 in class String
Searches the string and returns the position of the first occurrence of val found at or after startIndex within the calling string.
indexToColumn(index:int) — Method in class mx.controls.listClasses.ListBase
The column for the data provider item at the given index.
indexToItemRenderer(index:int) — Method in 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 in class mx.controls.listClasses.ListBase
The row for the data provider item at the given index.
indicatorGap — Style in class mx.containers.Form
Number of pixels between the label and child components.
indicatorGap — Style in class mx.containers.FormHeading
Number of pixels between the label area and the heading text.
indicatorGap — Style in class mx.containers.FormItem
Number of pixels between the label and child components of the form item.
indicatorSkin — Style in class mx.containers.FormItem
Specifies the skin to use for the required field indicator.
indicesToIndex(rowIndex:int, colIndex:int) — Method in class mx.controls.listClasses.ListBase
Computes the offset into the data provider of the item at colIndex, rowIndex.
Infinity — Package constant property in Top Level
A special value representing positive Infinity.
-Infinity — Package constant property in Top Level
A special value representing negative Infinity.
inflate(dx:Number, dy:Number) — Method in class flash.geom.Rectangle
Increases the size of the Rectangle object by the specified amounts, in pixels.
inflatePoint(point:flash.geom:Point) — Method in class flash.geom.Rectangle
Increases the size of the Rectangle object.
info — Property in class flash.events.NetStatusEvent
An object with properties that describe the object's status or error condition.
info(message:String, ... rest) — Method in interface mx.logging.ILogger
Logs the specified data using the LogEvent.INFO level.
info(message:String, ... rest) — Method in class mx.logging.LogLogger
Logs the specified data using the LogEvent.INFO level.
info() — Method in class mx.managers.SystemManager
Overridden by autogenerated code.
INFO — Constant static property in class mx.logging.LogEventLevel
Designates informational messages that highlight the progress of the application at coarse-grained level.
INFO — Constant property in class mx.messaging.management.MBeanOperationInfo
The operation is purely informational with no side-effects, read-only.
inheritingStyles — Property in class mx.core.UIComponent
The beginning of this component's chain of inheriting styles.
inheritingStyles — Property in class mx.core.UITextField
The beginning of this UITextField's chain of inheriting styles.
inheritingStyles — Property in interface mx.styles.IStyleClient
An object containing the inheritable styles for this component.
init — Event in class flash.display.LoaderInfo
Dispatched when the properties and methods of a loaded SWF file are accessible.
init — Event in class mx.controls.SWFLoader
Dispatched when the properties and methods of a loaded SWF file are accessible.
INIT — Constant static property in class flash.events.Event
Defines the value of the type property of an init event object.
initChannelSet(message:mx.messaging.messages:IMessage) — Method in class mx.messaging.Consumer
Consumer overrides this method and initializes its ChannelSet based upon the value of messageType.
initChannelSet(message:mx.messaging.messages:IMessage) — Method in 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 in class mx.events.FlexEvent
Dispatched when a Flex application finishes initialization.
initEffect(event:flash.events:Event) — Method in class mx.effects.EffectInstance
This method is called if the effect was triggered by the EffectManager.
initialHeight — Property in class mx.core.MovieClipLoaderAsset
Backing storage for the measuredHeight property.
initializationComplete() — Method in class mx.core.UIComponent
Finalizes the initialization of this component.
initialize() — Method in interface mx.core.IUIComponent
Initialize the object.
initialize — Event in class mx.core.UIComponent
Dispatched when the component has finished its construction and has all initialization properties set.
initialize() — Method in class mx.core.UIComponent
Initializes the internal structure of this component.
initialize() — Method in class mx.core.UITextField
Initializes this component.
initialize(sm:mx.managers:ISystemManager) — Static method in class mx.managers.HistoryManager
Initializes the HistoryManager.
initialize() — Method in class mx.preloaders.DownloadProgressBar
Called by the Preloader after the download progress bar has been added as a child of the Preloader.
initialize() — Method in 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) — Method in class mx.preloaders.Preloader
Called by the SystemManager to initialize a Preloader object.
initialize() — Method in class mx.states.AddChild
Initializes the override.
initialize() — Method in interface mx.states.IOverride
Initializes the override.
initialize() — Method in class mx.states.RemoveChild
IOverride interface method; this class implements it as an empty method.
initialize() — Method in class mx.states.SetEventHandler
IOverride interface method; this class implements it as an empty method.
initialize() — Method in class mx.states.SetProperty
IOverride interface method; this class implements it as an empty method.
initialize() — Method in class mx.states.SetStyle
IOverride interface method; this class implements it as an empty method.
INITIALIZE — Constant static property in 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 in class mx.core.UIComponent
Initializes this component's accessibility code.
initialized(document:Object, id:String) — Method in 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 in class mx.controls.RadioButtonGroup
Implementation of the IMXMLObject.initialized() method to support deferred instantiation.
initialized(document:Object, id:String) — Method in 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 — Property in 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 in 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(document:Object, id:String) — Method in class mx.logging.AbstractTarget
Called after the implementing object has been created and all properties specified on the tag have been assigned.
initialized — Property in 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 in 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 in class mx.rpc.http.mxml.HTTPService
If you create this class in ActionScript and want it to function with validation, you must call this method and pass in the MXML document and the HTTPService's id.
initialized(document:Object, id:String) — Method in 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 in class mx.rpc.soap.mxml.WebService
Called automatically by the MXML compiler if the WebService is setup using a tag.
initialized — Property in 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 in class mx.validators.Validator
Called automatically by the MXML compiler when the Validator is created using an MXML tag.
initializeInterpolationData(srcCache:Array, dstCache:Array, iProps:Object, cacheType:Class, customData:Object) — Method in class mx.charts.chartClasses.Series
Helper function for Series to implement the interpolation effect.
initializeRepeater(container:mx.core:Container, recurse:Boolean) — Method in interface mx.core.IRepeater
Initializes a new Repeater object.
initializeRepeater(container:mx.core:Container, recurse:Boolean) — Method in class mx.core.Repeater
Initializes a new Repeater object.
initializeRepeaterArrays(parent:mx.core:IRepeaterClient) — Method in interface mx.core.IRepeaterClient
Initializes the instanceIndices, repeaterIndices, and repeaters properties.
initializeRepeaterArrays(parent:mx.core:IRepeaterClient) — Method in class mx.core.UIComponent
Initializes various properties which keep track of repeated instances of this component.
initializingLabel — Static property in class mx.preloaders.DownloadProgressBar
The string to display as the label while in the initializing phase.
initialWidth — Property in class mx.core.MovieClipLoaderAsset
Backing storage for the measuredWidth property.
initInstance(instance:mx.effects:EffectInstance) — Method in class mx.charts.effects.SeriesSlide
Copies properties of the effect to the effect instance.
initInstance(instance:mx.effects:EffectInstance) — Method in class mx.effects.Effect
Copies properties of the effect to the effect instance.
initListData(item:Object, treeListData:mx.controls.treeClasses:TreeListData) — Method in class mx.controls.Tree
Initializes a TreeListData object that is used by the tree item renderer.
initMaskEffect() — Method in class mx.effects.effectClasses.MaskEffectInstance
Initializes the move and scale properties of the effect.
INIT_PROGRESS — Constant static property in 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 in class mx.preloaders.DownloadProgressBar
Event listener for the FlexEvent.INIT_PROGRESS event.
initProtoChain() — Method in class mx.controls.dataGridClasses.DataGridItemRenderer
Sets up the inheritingStyles and nonInheritingStyles objects and their proto chains so that the getStyle() method can work.
initSecondaryMode() — Method in class mx.charts.chartClasses.CartesianChart
Initializes the chart for displaying a second series.
inner — Property in class flash.filters.DropShadowFilter
Indicates whether or not the shadow is an inner shadow.
inner — Property in class flash.filters.GlowFilter
Specifies whether the glow is an inner glow.
inner — Property in class mx.effects.Glow
Specifies whether the glow is an inner glow.
inner — Property in class mx.effects.effectClasses.GlowInstance
The inner flag of the glow.
INNER — Constant static property in class flash.filters.BitmapFilterType
Defines the setting that applies a filter to the inner area of an object.
innerRadius — Style in class mx.charts.PieChart
Determines the size of the hole in the center of the pie chart.
innerRadius — Style in 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 — Property in class mx.charts.series.items.PieSeriesItem
The distance of the inner edge of this wedge from its origin, measured in pixels.
INPUT — Constant static property in class flash.text.TextFieldType
Used to specify an input TextField.
inputFormat — Property in class mx.validators.DateValidator
The date format to validate the value against.
inScopeNamespaces() — Method in class XML
Lists the namespaces for the XML object, based on the object's parent.
insert(item:Object) — Method in interface mx.collections.IViewCursor
Inserts the specified item before the cursor's current position.
INSERT — Constant static property in 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 in 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 in 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 in class XML
Inserts the given child2 parameter before the child1 parameter in this XML object and returns the resulting object.
INSERT_INTO_COLLECTION — Constant static property in class mx.data.UpdateCollectionRange
Indicates a range of items have been inserted into the collection.
insertPosition — Property in class mx.charts.chartClasses.InstanceCache
The position of the instance in the parent's child list.
insideCutoff — Property in class flash.text.CSMSettings
The inside cutoff value, above which densities are set to a maximum density value (such as 255).
insideLabelSizeLimit — Style in class mx.charts.series.PieSeries
Specifies the font size threshold, in points, below which inside labels are considered illegible.
InstanceCache — Class in package mx.charts.chartClasses
InstanceCache is a utilty 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 in class mx.charts.chartClasses.InstanceCache
Constructor.
instanceClass — Property in class mx.effects.Effect
An object of type Class that specifies the effect instance class class for this effect class.
instanceIndex — Property in class mx.core.UIComponent
The index of a repeated component.
instanceIndices — Property in interface mx.core.IRepeaterClient
An Array that contains the indices required to reference the repeated component instance from its document.
instanceIndices — Property in 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 in class mx.charts.chartClasses.InstanceCache
The Array of cached instances.
int — Final class in Top Level
The int class lets you work with the data type representing a 32-bit signed integer.
int(value) — Package function in Top Level
Converts a given numeric value to an integer value.
int(num:Object) — Constructor in class int
Constructor; creates a new int object.
integerError — Property in class mx.validators.