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.NumberValidator
Error message when the number must be an integer, as defined by the domain property.
interactive — Property in class mx.charts.chartClasses.Series
Determines whether DataTips appear when users interact with chart data on the screen.
InteractiveObject — Class in package flash.display
The InteractiveObject class is the abstract base class for all display objects with which you can interact: mouse, keyboard, and focus.
InteractiveObject() — Constructor in class flash.display.InteractiveObject
Calling the new InteractiveObject() constructor throws an ArgumentError exception.
interface — Statement
Defines an interface.
internal — Statement
Specifies that a class, variable, constant or function is available to any caller within the same package.
internalConnect() — Method in class mx.messaging.Channel
Connects the Channel to its endpoint.
internalDisconnect(rejected:Boolean) — Method in class mx.messaging.Channel
Disconnects the Channel from its endpoint.
internalSend(messageResponder:mx.messaging:MessageResponder) — Method in class mx.messaging.Channel
Sends the Message out over the Channel and routes the response to the responder.
internalSend(message:mx.messaging.messages:IMessage) — Method in class mx.messaging.MessageAgent
Sends a Message from the MessageAgent to its destination using the agent's ChannelSet.
internalStyleName — Property in class mx.charts.chartClasses.DualStyleObject
The name of a class selector this instance inherits values from.
interpolate(pt1:flash.geom:Point, pt2:flash.geom:Point, f:Number) — Static method in class flash.geom.Point
Determines a point between two specified points.
interpolate(interpolationValues:Array, interpolationData:Object) — Method in class mx.charts.chartClasses.Series
Called by the SeriesInterpolate effect to advance an interpolation.
interpolate(interpolationValues:Array, interpolationData:Object) — Method in class mx.charts.series.PieSeries
Called by the SeriesInterpolate effect to advance an interpolation.
interpolateValues — Property in class mx.charts.series.LineSeries
Specifies how to represent missing data.
interpolationMethod — Property in class mx.graphics.LinearGradientStroke
A value from the InterpolationMethod class that specifies which value to use.
InterpolationMethod — Final class in package flash.display
The InterpolationMethod class provides values for the interpolationMethod parameter in the Graphics.beginGradientFill() and Graphics.lineGradientStyle() methods.
interpolationValues — Property in class mx.charts.effects.effectClasses.SeriesEffectInstance
The current position of each chart item being managed by this effect.
intersection(toIntersect:flash.geom:Rectangle) — Method in 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 in class flash.geom.Rectangle
Determines whether the object specified in the toIntersect parameter intersects with this Rectangle object.
interval — Property in class mx.charts.DateTimeAxis
Specifies the number of labelUnits between label values along the axis.
interval — Property in class mx.charts.LinearAxis
Specifies the numeric difference between label values along the axis.
interval — Property in class mx.charts.LogAxis
Specifies the multiplier label values along the axis.
invalid — Event in class mx.core.UIComponent
Dispatched when a component is monitored by a Validator and the validation failed.
invalid — Event in class mx.validators.Validator
Dispatched when validation fails.
INVALID — Constant static property in 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 in 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 in 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).
invalidateCache() — Method in class mx.charts.chartClasses.NumericAxis
Invalidates the cached labels and tick marks that represent this axis's values.
invalidateChildOrder() — Method in class mx.charts.chartClasses.ChartBase
Informs the chart that its child list has been modified and should be re-ordererd.
invalidateData() — Method in class mx.charts.chartClasses.ChartBase
This method triggers a redraw of the chart.
invalidateData(invalid:Boolean) — Method in class mx.charts.chartClasses.Series
Informs the series that the underlying data in the dataProvider has changed.
invalidateData(invalid:Boolean) — Method in class mx.charts.series.AreaSeries
Informs the series that the underlying data in the dataProvider has changed.
invalidateData(invalid:Boolean) — Method in class mx.charts.series.BarSeries
Informs the series that the underlying data in the dataProvider has changed.
invalidateData(invalid:Boolean) — Method in class mx.charts.series.ColumnSeries
Informs the series that the underlying data in the dataProvider has changed.
invalidateDisplayList() — Method in class mx.charts.AxisRenderer
Marks a component so that its updateDisplayList() method gets called during a later screen update.
invalidateDisplayList() — Method in 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 in class mx.core.UIComponent
Marks a component so that its updateDisplayList() method gets called during a later screen update.
invalidateDisplayList() — Method in 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 in class mx.managers.LayoutManager
Called when a component changes in some way that its layout and/or visuals need to be changed.
invalidateDisplayList() — Method in class mx.skins.ProgrammaticSkin
Marks a component so that its updateDisplayList() method gets called during a later screen update.
invalidateFilter(invalid:Boolean) — Method in class mx.charts.chartClasses.Series
Informs the series that the filter of the data against the axes has changed and must be recalculated.
invalidateList() — Method in class mx.controls.listClasses.ListBase
Refresh all rows on next update.
invalidateMapping(invalid:Boolean) — Method in 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 in class mx.charts.series.AreaSeries
Informs the series that the mapping of the data into numeric values has changed and must be recalculated.
invalidateMapping(invalid:Boolean) — Method in 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 in class mx.charts.series.ColumnSeries
Informs the series that the mapping of the data into numeric values has changed and must be recalculated.
invalidateProperties() — Method in class mx.core.ComponentDescriptor
Invalidates the cached properties property.
invalidateProperties() — Method in 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 in class mx.core.UIComponent
Marks a component so that its commitProperties() method gets called during a later screen update.
invalidateProperties() — Method in 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 in class mx.managers.LayoutManager
Adds an object to the list of components that want their validateProperties() method called.
invalidateProperties() — Method in class mx.skins.ProgrammaticSkin
Calling this method results in a call to the component's validateProperties() method before the display list is rendered.
invalidateSeries() — Method in class mx.charts.chartClasses.ChartBase
Informs the chart that its series Array has been modified and should be re-processed.
invalidateSeries() — Method in 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 in class mx.charts.chartClasses.ChartBase
Triggers a redraw of the chart.
invalidateSize() — Method in class mx.charts.AxisRenderer
Marks a component so that its measure() method gets called during a later screen update.
invalidateSize() — Method in class mx.charts.chartClasses.ChartLabel
Marks a component so that its measure() method gets called during a later screen update.
invalidateSize() — Method in 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 in class mx.core.UIComponent
Marks a component so that its measure() method gets called during a later screen update.
invalidateSize() — Method in 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 in class mx.managers.LayoutManager
Adds an object to the list of components that want their validateSize() method called.
invalidateSize() — Method in class mx.skins.ProgrammaticSkin
Calling this method results in a call to the component's validateSize() method before the display list is rendered.
invalidateStacking() — Method in 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 in class mx.charts.chartClasses.Series
Informs the series that the transform the data to screen coordinates has changed and must be recalculated.
invalidateTransitions() — Method in class mx.charts.chartClasses.Series
Informs the series that a significant change has occured in the display of data.
InvalidCategoryError — Class in 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 in class mx.logging.errors.InvalidCategoryError
Constructor.
InvalidChannelError — Class in 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 in class mx.messaging.errors.InvalidChannelError
Constructs a new instance of an InvalidChannelError with the specified message.
invalidCharError — Property in class mx.validators.CreditCardValidator
Error message when the cardNumber field contains invalid characters.
invalidCharError — Property in class mx.validators.CurrencyValidator
Error message when the currency contains invalid characters.
invalidCharError — Property in class mx.validators.DateValidator
Error message when there are invalid characters in the date.
invalidCharError — Property in class mx.validators.EmailValidator
Error message when there are invalid characters in the e-mail address.
invalidCharError — Property in class mx.validators.NumberValidator
Error message when the value contains invalid characters.
invalidCharError — Property in class mx.validators.PhoneNumberValidator
Error message when the value contains invalid characters.
invalidCharError — Property in class mx.validators.SocialSecurityValidator
Error message when the value contains characters other than digits and formatting characters defined by the allowedFormatChars property.
invalidCharError — Property in class mx.validators.ZipCodeValidator
Error message when the ZIP code contains invalid characters.
INVALID_CONTENT_PATH — Constant static property in class mx.controls.videoClasses.VideoError
Invalid content path.
InvalidDestinationError — Class in package mx.messaging.errors
This error is thrown when a destination can't be accessed or is not valid.
InvalidDestinationError(msg:String) — Constructor in class mx.messaging.errors.InvalidDestinationError
Constructs a new instance of an InvalidDestinationError with the specified message.
invalidDomainError — Property in class mx.validators.EmailValidator
Error message when the suffix (the top level domain) is not 2, 3, 4 or 6 characters long.
invalidDomainError — Property in class mx.validators.ZipCodeValidator
Error message when the domain property contains an invalid value.
InvalidFilterError — Class in 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 in class mx.logging.errors.InvalidFilterError
Constructor.
invalidFormatCharsError — Property in class mx.validators.CurrencyValidator
Error message when the value contains an invalid formatting character.
invalidFormatCharsError — Property in 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 in class mx.validators.EmailValidator
Error message when the IP domain is invalid.
invalidNumberError — Property in class mx.validators.CreditCardValidator
Error message when the credit card number is invalid.
invalidPeriodsInDomainError — Property in class mx.validators.EmailValidator
Error message when there are continuous periods in the domain.
INVALID_SEEK — Constant static property in class mx.controls.videoClasses.VideoError
Invalid seek.
InvalidSWFError — Dynamic class in package flash.errors
INVALID_XML — Constant static property in class mx.controls.videoClasses.VideoError
Invalid XML.
invert() — Method in class flash.geom.Matrix
Performs the opposite transformation of the original matrix.
INVERT — Constant static property in class flash.display.BlendMode
Inverts the background.
invertTransform(value:Number) — Method in class mx.charts.CategoryAxis
Maps a position along the axis back to a numeric data value.
invertTransform(... rest) — Method in 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 in 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 in interface mx.charts.chartClasses.IAxis
Maps a position along the axis back to a numeric data value.
invertTransform(value:Number) — Method in class mx.charts.chartClasses.NumericAxis
Maps a position along the axis back to a numeric data value.
invoke — Event in 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 in class mx.rpc.AsyncRequest
Dispatches the asynchronous request and stores the responder to call later.
invoke — Event in 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 — Constant static property in class mx.rpc.events.InvokeEvent
The INVOKE event type.
InvokeEvent — Class in package mx.rpc.events
The event that indicates an RPC operation has been invoked.
InvokeEvent(type:String, bubbles:Boolean, cancelable:Boolean, token:mx.rpc:AsyncToken, message:mx.messaging.messages:IMessage) — Constructor in class mx.rpc.events.InvokeEvent
Create a new InvokeEvent.
ioError — Event in class flash.display.LoaderInfo
Dispatched when an input or output error occurs that causes a load operation to fail.
ioError — Event in class flash.media.Sound
Dispatched when an input/output error occurs that causes a load operation to fail.
ioError — Event in class flash.net.FileReference
Dispatched when the upload or download fails.
ioError — Event in class flash.net.NetConnection
Dispatched when an input or output error occurs that causes a network operation to fail.
ioError — Event in class flash.net.NetStream
Dispatched when an input or output error occurs that causes a network operation to fail.
ioError — Event in class flash.net.Socket
Dispatched when an input/output error occurs that causes a send or load operation to fail.
ioError — Event in class flash.net.URLLoader
Dispatched if a call to URLLoader.load() results in a fatal error that terminates the download.
ioError — Event in class flash.net.URLStream
Dispatched when an input/output error occurs that causes a load operation to fail.
ioError — Event in class flash.net.XMLSocket
Dispatched when an input/output error occurs that causes a send or receive operation to fail.
ioError — Event in class mx.controls.SWFLoader
Dispatched when an input/output error occurs.
ioError — Event in class mx.effects.SoundEffect
Dispatched when an error occurs during the loading of the sound file.
IOError — Dynamic class in package flash.errors
The IOError exception is thrown when some type of input or output failure occurs.
IOError(message:String) — Constructor in class flash.errors.IOError
Creates a new IOError object.
IO_ERROR — Constant static property in class flash.events.IOErrorEvent
Defines the value of the type property of an ioError event object.
IOErrorEvent — Class in package flash.events
Flash® Player dispatches an IOErrorEvent object when an error causes a send or load operation to fail.
IOErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, text:String) — Constructor in class flash.events.IOErrorEvent
Creates an Event object that contains specific information about ioError events.
IOverride — Interface in package mx.states
The IOverride interface is used for view state overrides.
IPreloaderDisplay — Interface in package mx.preloaders
The IPreloaderDisplay interface defines the inteface that a class must implement to be used as a download progress bar.
IPropertyChangeNotifier — Interface in package mx.core
The IPropertyChangeNotifier interface defines a marker interface.
IRawChildrenContainer — Interface in package mx.core
The IRawChildrenContainer interface defines the APIs for containers that can return an IChildList that represents all their children.
IRepeater — Interface in package mx.core
The IRepeater interface defines the APIs for Repeater public APIs of the Repeater object.
IRepeaterClient — Interface in package mx.core
The IRepeaterClient interface defines the APIs for components that can have multiple instances created by a Repeater.
IResponder — Interface in package mx.rpc
This interface provides the contract for any service that needs to respond to remote or asynchronous calls.
Iris — Class in 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 in class mx.effects.Iris
Constructor.
IrisInstance — Class in package mx.effects.effectClasses
The IrisInstance class implements the instance class for the Iris effect.
IrisInstance(target:Object) — Constructor in class mx.effects.effectClasses.IrisInstance
Constructor.
is — Operator
Evaluates whether an object is compatible with a specific data type, class, or interface.
isAccessible() — Static method in class flash.ui.Keyboard
Specifies whether the last key pressed is accessible by other SWF files.
isAttribute(name) — Method in class flash.utils.Proxy
Checks whether a supplied QName is also marked as an attribute.
isBranch(node:Object, model:Object) — Method in interface mx.controls.menuClasses.IMenuDataDescriptor
Tests a node for termination.
isBranch(node:Object, model:Object) — Method in class mx.controls.treeClasses.DefaultDataDescriptor
Tests a node for termination.
isBranch(node:Object, model:Object) — Method in interface mx.controls.treeClasses.ITreeDataDescriptor
Tests a node for termination.
isBuffering — Property in class flash.media.Sound
Returns the buffering state of external MP3 files.
isColorName(colorName:String) — Static method in class mx.styles.StyleManager
Tests to see if the given String is an alias for a color value.
isCompensating(msg:mx.data.messages:DataAssociationMessage) — Method in class mx.data.messages.DataAssociationMessage
Determines whether the passed message is compensating to the current message.
isCreate() — Method in interface mx.data.IChangeObject
Indicates if the change is due to a new item.
isCreate() — Method in class mx.data.messages.DataMessage
Returns true if this is a create operation.
isDebug() — Static method in class mx.logging.Log
Indicates whether a debug level log event will be processed by a log target.
isDebugger — Static property in class flash.system.Capabilities
Specifies whether the player is a special debugging version (true), or an officially released version (false).
isDefaultPrevented() — Method in class flash.events.Event
Checks whether preventDefault() has been called on the event.
isDelete() — Method in interface mx.data.IChangeObject
Indicates if the item was deleted.
isDocument — Property in interface mx.core.IRepeaterClient
Determines whether this UIComponent instance is a document object, that is, whether it is at the top of the hierarchy of a Flex application, MXML component, or ActionScript component.
isDocument — Property in class mx.core.UIComponent
Determines whether this UIComponent instance is a document object, that is, whether it is at the top of the hierarchy of a Flex application, MXML component, or ActionScript component.
isDragging — Static property in class mx.managers.DragManager
Read-only property that returns true if a drag is in progress.
isEmpty() — Method in class flash.geom.Rectangle
Determines whether or not this Rectangle object is empty.
isEmptyUpdate() — Method in 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 in interface mx.controls.menuClasses.IMenuDataDescriptor
Returns whether the node is enabled.
isEnabled(node:Object) — Method in class mx.controls.treeClasses.DefaultDataDescriptor
Returns whether the node is enabled.
isError() — Static method in class mx.logging.Log
Indicates whether an error level log event will be processed by a log target.
isError — Property in class mx.validators.ValidationResult
Contains true if the field generated a validation failure.
isFatal() — Static method in class mx.logging.Log
Indicates whether a fatal level log event will be processed by a log target.
isFinite(num) — Package function in Top Level
Returns true if the value is a finite number, or false if the value is Infinity or -Infinity.
isFocusInaccessible() — Method in class flash.display.Stage
Determines whether the Stage.focus property returns null for security reasons.
isFontFaceEmbedded(tf:flash.text:TextFormat) — Method in 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(tf:flash.text:TextFormat) — Method in 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.
isHttpsURL(url:String) — Static method in class mx.utils.URLUtil
isHttpURL(url:String) — Static method in class mx.utils.URLUtil
Determines if the URL starts with either http:, https:, or rtmp: followed by two slashes.
ISimpleStyleClient — Interface in 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 in class mx.logging.Log
Indicates whether an info level log event will be processed by a log target.
isInheritingStyle(styleName:String) — Static method in class mx.styles.StyleManager
Tests to see if a style is inheriting.
isInheritingTextFormatStyle(styleName:String) — Static method in class mx.styles.StyleManager
Test to see if a TextFormat style is inheriting.
isInvalid() — Method in class mx.managers.LayoutManager
Returns true if there are components that need validating; false if all components have been validated.
isIs — Property in class mx.messaging.management.MBeanAttributeInfo
Indicates if the server-side getter for the attribute has an 'is' prefix.
isItemHighlighted(data:Object) — Method in class mx.controls.listClasses.ListBase
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).
isItemOpen(item:Object) — Method in class mx.controls.Tree
Returns true if the specified item branch is open (is showing its children).
isItemSelected(data:Object) — Method in class mx.controls.listClasses.ListBase
Determines if the item renderer for a data provider item is selected.
isItemVisible(item:Object) — Method in class mx.controls.listClasses.ListBase
Determines if an item is being displayed by a renderer.
isLoading — Property in class mx.effects.SoundEffect
This property is true if the MP3 has been loaded.
isLoading — Property in class mx.effects.effectClasses.SoundEffectInstance
This property is true if the MP3 has been loaded.
isNaN(num) — Package function in Top Level
Returns true if the value is NaN(not a number).
isOurFocus(target:flash.display:DisplayObject) — Method in class mx.core.UIComponent
Typically overridden by components containing UITextField objects, where the UITextField object gets focus.
isParentDisplayListInvalidatingStyle(styleName:String) — Static method in 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) — Static method in class mx.styles.StyleManager
Tests to see if the style changes the size of the component's parent container.
isPlaying — Property in 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.
isPopUp — Property in class mx.core.UIComponent
Set to true by the PopUpManager to indicate that component has been popped up.
isPrototypeOf(theClass:Object) — Method in class Object
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
isRealValue(value:Object) — Method in class mx.validators.NumberValidator
Determines if the value is not null and not NaN value.
isRealValue(value:Object) — Method in class mx.validators.Validator
Returns true if value is null.
isSimple(value:Object) — Static method in class mx.utils.ObjectUtil
Returns true if the object reference specified is a simple data type.
isSizeInvalidatingStyle(styleName:String) — Static method in class mx.styles.StyleManager
Tests to see if a style changes the size of a component.
isStyle — Property in class mx.effects.AnimateProperty
If true, the property attribute is a style and you set it by using the setStyle() method.
isStyle — Property in class mx.effects.effectClasses.AnimatePropertyInstance
If true, the property attribute is a style and you set it by using the setStyle() method.
IStackable — Interface in package mx.charts.chartClasses
The IStackable interface is implemented by any series that can be stacked.
isToggled(node:Object) — Method in interface mx.controls.menuClasses.IMenuDataDescriptor
Returns whether the node is toggled.
isToggled(node:Object) — Method in class mx.controls.treeClasses.DefaultDataDescriptor
Returns whether the node is toggled.
isTopLevel() — Method in 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 in 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.
isTopLevelWindow(object:flash.display:DisplayObject) — Method in class mx.managers.SystemManager
Returns true if the DisplayObject is the top-level window.
IStroke — Interface in package mx.graphics
Defines the interface that classes that define a line must implement.
IStyleClient — Interface in 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.
isUpdate() — Method in interface mx.data.IChangeObject
Indicates if the change is due to an update.
isValid — Property in class mx.formatters.NumberBase
If true, the format succeeded, otherwise it is false.
isValidStyleValue(value) — Static method in class mx.styles.StyleManager
Determines if a specified parameter is a valid style property.
isWarn() — Static method in class mx.logging.Log
Indicates whether a warn level log event will be processed by a log target.
isWatching() — Method in class mx.binding.utils.ChangeWatcher
Returns true if each watcher in the chain is attached to at least one change event.
isWhitespace(character:String) — Static method in class mx.utils.StringUtil
Returns true if the specified string is a single space, tab, carriage return, newline, or formfeed character.
isXMLName(str) — Package function in Top Level
Determines whether the specified string is a valid name for an XML element or attribute.
ISystemManager — Interface in package mx.managers
An ISystemManager manages an "application window".
italic — Property in class flash.text.TextFormat
Indicates whether text in this text format is italicized.
ITALIC — Constant static property in class flash.text.FontStyle
Defines the italic style of a font for the fontStyle parameter in the setAdvancedAntiAliasingTable() method.
item — Property in class mx.charts.ChartItem
The item from the series' dataProvider that the ChartItem represents.
item — Property in class mx.charts.HitData
Specifies the data item that the HitData structure describes.
item — Property in class mx.charts.events.LegendMouseEvent
The item in the Legend on which this event was triggered.
item — Property in class mx.controls.treeClasses.TreeListData
The data for this item in the Tree control.
item — Property in class mx.data.events.DataServiceFaultEvent
Stores the item that generated the fault.
item — Property in class mx.events.ItemClickEvent
The item in the data provider of the associated navigation item.
item — Property in class mx.events.MenuEvent
The specific item in the dataProvider.
item — Property in class mx.events.TreeEvent
Storage for the node property.
itemClick — Event in class mx.charts.Legend
Dispatched when the user clicks on a LegendItem in the Legend control.
itemClick — Event in class mx.charts.chartClasses.ChartBase
Dispatched when a data point is found under the mouse pointer when it is clicked.
itemClick — Event in class mx.controls.ButtonBar
Dispatched when a user clicks a button.
itemClick — Event in class mx.controls.Menu
Dispatched when a menu item is selected.
itemClick — Event in class mx.controls.MenuBar
Dispatched when the user selects a menu item.
itemClick — Event in class mx.controls.NavBar
Dispatched when a navigation item is selected.
itemClick — Event in class mx.controls.PopUpMenuButton
Dispatched when a user selects an item from the pop-up menu.
itemClick — Event in class mx.controls.RadioButtonGroup
Dispatched when a user selects a RadioButton control in the group.
itemClick — Event in class mx.controls.TabBar
Dispatched when a tab navigation item is selected.
itemClick — Event in class mx.controls.listClasses.ListBase
Dispatched when the user clicks on an item in the control.
ITEM_CLICK — Constant static property in 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 in 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 in 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 in 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 in class mx.events.MenuEvent
The MenuEvent.ITEM_CLICK event type constant indicates that the user selected a menu item.
ItemClickEvent — Class in 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 in class mx.events.ItemClickEvent
Constructor.
itemClose — Event in class mx.controls.Tree
Dispatched when a branch is closed or collapsed.
ITEM_CLOSE — Constant static property in class mx.events.TreeEvent
The TreeEvent.ITEM_CLOSE event type constant indicates that a tree branch closed or collapsed.
itemDoubleClick — Event in class mx.charts.chartClasses.ChartBase
Dispatched when a data point is found under the mouse pointer when it is double clicked.
itemDoubleClick — Event in class mx.controls.listClasses.ListBase
Dispatched when the user double-clicks on an item in the control.
ITEM_DOUBLE_CLICK — Constant static property in 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 in 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 in class mx.controls.MenuBar
The skin when a MenuBar item is selected.
itemEditBegin — Event in class mx.controls.DataGrid
Dispatched when the editedItemPosition property has been set and the item can be edited.
itemEditBegin — Event in class mx.controls.List
Dispatched when the editedItemPosition property is set and the item can be edited.
ITEM_EDIT_BEGIN — Constant static property in 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 in 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 in 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 in 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 in 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 in 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 in class mx.controls.DataGrid
Dispatched when an item editing session ends for any reason.
itemEditEnd — Event in class mx.controls.List
Dispatched when an item editing session is ending for any reason.
ITEM_EDIT_END — Constant static property in 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 in 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 in 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 in class mx.controls.dataGridClasses.DataGridColumn
A class factory for the instances of the item editor to use for the column, when it is editable.
itemEditorInstance — Property in class mx.controls.DataGrid
A reference to the currently active instance of the item editor, if it exists.
itemEditorInstance — Property in class mx.controls.List
A reference to the currently active instance of the item editor, if it exists.
itemFocusIn — Event in 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 in 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 in 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 in 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 in 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 in 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 in 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 in 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 in class mx.controls.Tree
An object that specifies the icons for the items.
itemMouseDown — Event in class mx.charts.Legend
Dispatched when the user presses the mouse button while over a LegendItem in the Legend control.
itemMouseDown — Event in 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 in 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 in class mx.charts.events.LegendMouseEvent
Event type constant; indicates that the user clicked the mouse button over a legend item.
itemMouseMove — Event in class mx.charts.chartClasses.ChartBase
Dispatched when the mouse pointer moves while over a data point.
ITEM_MOUSE_MOVE — Constant static property in 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 in class mx.charts.Legend
Dispatched when the user moves the mouse off of a LegendItem in the Legend.
ITEM_MOUSE_OUT — Constant static property in class mx.charts.events.LegendMouseEvent
Event type constant; indicates that the user rolled the mouse pointer away from a legend item.
itemMouseOver — Event in class mx.charts.Legend
Dispatched when the user moves the mouse over a LegendItem in the Legend control.
ITEM_MOUSE_OVER — Constant static property in class mx.charts.events.LegendMouseEvent
Event type constant; indicates that the user rolled the mouse pointer over a legend item.
itemMouseUp — Event in class mx.charts.Legend
Dispatched when the user releases the mouse button while over a LegendItem in the Legend.
itemMouseUp — Event in 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 in 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 in class mx.charts.events.LegendMouseEvent
Event type constant; indicates that the user released the mouse button while over a legend item.
itemOldY — Property in class mx.controls.listClasses.ListRowInfo
The last Y value for the renderer.
itemOpen — Event in class mx.controls.Tree
Dispatched when a branch is opened or expanded.
ITEM_OPEN — Constant static property in class mx.events.TreeEvent
The TreeEvent.ITEM_OPEN event type constant indicates that a tree branch opened or expaneded.
itemOpening — Event in class mx.controls.Tree
Dispatched when a branch open or close is initiated.
ITEM_OPENING — Constant static property in class mx.events.TreeEvent
The TreeEvent.ITEM_OPENING event type constant is dispatched immediately before a tree opens or closes.
itemOverSkin — Style in class mx.controls.MenuBar
The skin when focus is over a MenuBar item either.
ItemPendingError — Class in package mx.collections.errors
This error is thrown when retrieving an item from a collection view requires an asynchronous call.
ItemPendingError(message:String) — Constructor in class mx.collections.errors.ItemPendingError
Constructor.
ItemReference — Dynamic class in package mx.data
An ItemReference instance is returned from the DataService.getItem() and DataService.createItem() methods to provide you with a way to manage your reference to the remote object.
ItemReference(msg:mx.messaging.messages:IMessage) — Constructor in class mx.data.ItemReference
itemRenderer — Property in class mx.charts.ChartItem
The instance of the chart's itemRenderer that represents this ChartItem.
itemRenderer — Style in class mx.charts.chartClasses.HLOCSeriesBase
A factory that represents the class the series will use to represent individual items on the chart.
itemRenderer — Style in class mx.charts.series.AreaSeries
A factory that represents the class the series will use to represent individual items on the chart.
itemRenderer — Style in class mx.charts.series.BarSeries
A factory that represents the class the series will use to represent individual items on the chart.
itemRenderer — Style in class mx.charts.series.BubbleSeries
A factory that represents the class the series will use to represent individual items on the chart.
itemRenderer — Style in class mx.charts.series.ColumnSeries
A factory that represents the class the series will use to represent individual items on the chart.
itemRenderer — Style in class mx.charts.series.LineSeries
A factory that represents the class the series will use to represent individual items on the chart.
itemRenderer — Style in class mx.charts.series.PieSeries
A factory that represents the class the series will use to represent individual items on the chart.
itemRenderer — Style in class mx.charts.series.PlotSeries
A factory that represents the class the series will use to represent individual items on the chart.
itemRenderer — Property in class mx.controls.ComboBox
IFactory that generates the instances that displays the data for the drop-down list of the control.
itemRenderer — Property in class mx.controls.dataGridClasses.DataGridColumn
The class factory for item renderer instances that display the data for each item in the column.
itemRenderer — Property in class mx.controls.listClasses.ListBase
The custom item renderer for the control.
itemRenderer — Property in 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 in class mx.events.ListEvent
The item renderer where the event occurred.
itemRenderer — Property in class mx.events.TreeEvent
The ListItemRenderer for the node that closed or opened.
itemRendererContains(renderer:mx.controls.listClasses:IListItemRenderer, object:flash.display:DisplayObject) — Method in class mx.controls.listClasses.ListBase
Determines whether a renderer contains (or owns) a display object.
itemRendererToIndex(itemRenderer:mx.controls.listClasses:IListItemRenderer) — Method in 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 in class mx.controls.listClasses.ListBase
Returns a Point containing the columnIndex and rowIndex of an item renderer.
ItemResponder — Class in package mx.collections
The ItemResponder class provides a default implementation of the mx.rpc.IResponder interface.
ItemResponder(result:Function, fault:Function, token:Object) — Constructor in class mx.collections.ItemResponder
Constructs an instance of the responder with the specified data and handlers.
itemRollOut — Event in class mx.charts.chartClasses.ChartBase
Dispatched when the closest data point under the mouse pointer changes.
itemRollOut — Event in class mx.controls.ColorPicker
Dispatched when the user rolls the mouse out of a swatch in the SwatchPanel object.
itemRollOut — Event in class mx.controls.ComboBox
Dispatched when user rolls the mouse out of a drop-down list item.
itemRollOut — Event in class mx.controls.MenuBar
Dispatched when the mouse pointer rolls out of a menu item.
itemRollOut — Event in 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 in 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 in 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 in 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 in class mx.events.MenuEvent
The MenuEvent.ITEM_ROLL_OUT type constant indicates that the mouse pointer rolled out of a menu item.
itemRollOver — Event in class mx.charts.chartClasses.ChartBase
Dispatched when a new data point is found under the mouse pointer.
itemRollOver — Event in class mx.controls.ColorPicker
Dispatched when the user rolls the mouse over a swatch in the SwatchPanel object.
itemRollOver — Event in class mx.controls.ComboBox
Dispatched when the user rolls the mouse over a drop-down list item.
itemRollOver — Event in class mx.controls.MenuBar
Dispatched when the mouse pointer rolls over a menu item.
itemRollOver — Event in 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 in 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 in 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 in 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 in class mx.events.MenuEvent
The MenuEvent.ITEM_ROLL_OVER type constant indicates that the mouse pointer rolled over a menu item.
items — Property in class mx.charts.series.items.LineSeriesSegment
The array of chartItems representing the full line series that owns this segment.
items — Property in class mx.events.CollectionEvent
When the kind is CollectionEventKind.ADD or CollectionEventKind.REMOVE the items property is an Array of added/removed items.
itemsNeedMeasurement — Property in class mx.controls.listClasses.ListBase
A flag that indicates whether the columnWidth and rowHeight properties need to be calculated.
itemsSizeChanged — Property in class mx.controls.listClasses.ListBase
A flag that indicates that the size of the renderers may have changed.
itemToDataTip(data:Object) — Method in 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 in 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 in 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 in class mx.controls.listClasses.ListBase
Returns the item renderer for a given item in the data provider, if there is one.
itemToLabel(item:Object) — Method in class mx.controls.ComboBox
Returns a string representing the item parameter.
itemToLabel(data:Object) — Method in class mx.controls.dataGridClasses.DataGridColumn
Returns the String that the item renderer displays for the given data object.
itemToLabel(data:Object) — Method in class mx.controls.listClasses.ListBase
Returns the string the renderer would display for the given data object based on the labelField and labelFunction properties.
itemToUID(data:Object) — Method in class mx.controls.ComboBase
Determines the UID for a dataProvider item.
itemToUID(data:Object) — Method in class mx.controls.listClasses.ListBase
Determines the UID for a data provider item.
itemType — Property in class mx.charts.chartClasses.HLOCSeriesBase
The subtype of ChartItem used by this series to represent individual items.
itemType — Property in class mx.charts.series.AreaSeries
The subtype of ChartItem used by this series to represent individual items.
itemType — Property in class mx.charts.series.BarSeries
The subtype of ChartItem used by this series to represent individual items.
itemType — Property in class mx.charts.series.BubbleSeries
The subtype of ChartItem used by this series to represent individual items.
itemType — Property in class mx.charts.series.ColumnSeries
The subtype of ChartItem used by this series to represent individual items.
itemType — Property in class mx.charts.series.LineSeries
The subtype of ChartItem used by this series to represent individual items.
itemType — Property in class mx.charts.series.PieSeries
The subtype of ChartItem used by this series to represent individual items.
itemType — Property in 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 in interface mx.collections.ICollectionView
Notifies the view that an item has been updated.
itemUpdated(item:Object, property:Object, oldValue:Object, newValue:Object) — Method in interface mx.collections.IList
Notifies the view that an item has been updated.
itemUpdated(item:Object, property:Object, oldValue:Object, newValue:Object) — Method in class mx.collections.ListCollectionView
Notifies the view that an item has been updated.
itemUpSkin — Style in class mx.controls.MenuBar
The skin when a MenuBar item is not selected.
iterator — Property in class mx.controls.ComboBase
The main IViewCursor used to fetch items from the dataProvider and pass the items to the renderers.
iterator — Property in class mx.controls.listClasses.ListBase
The main IViewCursor used to fetch items from the data provider and pass the items to the renderers.
iteratorValid — Property in 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).
IToolTip — Interface in package mx.core
The IToolTip interface defines the API that tooltip-like components must implement in order to work with the ToolTipManager.
IToolTipManagerClient — Interface in package mx.managers
Components that implement IToolTipManagerClient can have tooltips and must have a toolTip getter/setter.
ITreeDataDescriptor — Interface in package mx.controls.treeClasses
Interface providing methods for parsing and adding nodes to a collection of data that is displayed by a Tree control.
IUIComponent — Interface in 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 in package mx.core
The IUID interface defines the interface for objects that must have Unique Identifiers (UIDs) to uniquely identify the object.
IValidatorListener — Interface in package mx.validators
The interface that components implement to support the Flex data validation mechanism.
IViewCursor — Interface in package mx.collections
Defines the interface for enumerating a collection view bi-directionally.
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