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  
IAbstractEffect — Interface in package mx.effects
The IAbstractEffect interface is used to denote that a property or parameter must be of type Effect, but does not actually implement any of the APIs of the IEffect interface.
IAutomationObject — Interface in package mx.automation
The IAutomationObject interface defines the interface for a delegate object that implements automation for a component.
IBorder — Interface in package mx.core
The IBorder interface defines the interface that all classes used for border skins should implement.
IButton — Interface in package mx.core
The IButton interface is a marker interface that indicates that a component acts as a button.
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.
IColor — Interface in package com.yahoo.astra.utils
An interface for colors that may be represented by differing colorspaces.
IColorPicker — Interface in package com.yahoo.astra.mx.controls.colorPickerClasses
An interface representing color pickers.
IColorPreviewViewer — Interface in package com.yahoo.astra.mx.controls.colorPickerClasses
An interface representing color viewers that may also preview a new color.
IColorRequester — Interface in package com.yahoo.astra.mx.controls.colorPickerClasses
An IColorViewer that may request a new color.
IColorViewer — Interface in package com.yahoo.astra.mx.controls.colorPickerClasses
An interface representing color viewers.
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.core.Container
The Class of the icon displayed by some navigator containers to represent this Container.
iconColor — Style in class com.yahoo.astra.mx.controls.DropDownColorPicker
The color for the icon in a skin.
iconColor — Style in class com.yahoo.astra.mx.controls.TimeStepper
The color for the icon in a skin.
iconColor — Style in class mx.controls.RadioButton
The color for the icon in a skin.
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.
IConstraintClient — Interface in package mx.core
The IConstraintClient interface defines the interface for components that support layout constraints.
IConstraintLayout — Interface in package mx.containers.utilityClasses
IConstraintLayout is a marker interface that indicates that a container supports ConstraintColumn class and ConstraintRow class within its layout.
IContainer — Interface in package mx.core
IContainer is a interface that indicates a component extends or mimics mx.core.Container
id — Property in class mx.containers.utilityClasses.ConstraintColumn
ID of the ConstraintColumn instance.
id — Property in class mx.containers.utilityClasses.ConstraintRow
ID of the ConstraintRow instance.
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.
IDataRenderer — Interface in package mx.core
The IDataRenderer interface defines the interface for components that have a data property.
IDeferredInstantiationUIComponent — Interface in package mx.core
The IDeferredInstantiationUIComponent interface defines the interface for a component or object that defers instantiation.
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.
IDropInListItemRenderer — Interface in package mx.controls.listClasses
The interface for "drop-in" item renderers.
IEffect — Interface in package mx.effects
The IEffect interface defines the base interface of all Flex effects.
IEffectInstance — Interface in package mx.effects
The IEffectInstance interface represents an instance of an effect playing on a target.
IEffectTargetHost — Interface in package mx.effects
The IEffectTargetHost interface defines the interface that lets you access the target list-based control of a data effect.
IFactory — Interface in package mx.core
The IFactory interface defines the interface that factory classes such as ClassFactory 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.
IFlexContextMenu — Interface in package mx.controls
The IFlexContextMenu interface defines the interface for a Flex context menus.
IFlexDisplayObject — Interface in package mx.core
The IFlexDisplayObject interface defines the interface for skin elements.
IFlexModule — Interface in package mx.core
The IFlexModule interface is used as an optional contract with IFlexModuleFactory.
IFlexModuleFactory — Interface in package mx.core
The IFlexModuleFactory interface represents the contract expected for bootstrapping Flex applications and dynamically loaded modules.
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.
IFocusManagerComplexComponent — Interface in package mx.managers
The IFocusManagerComplexComponent interface defines the interface that components that can have more than one internal focus target should implement in order to receive focus from the FocusManager.
IFocusManagerComponent — Interface 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.
IFontContextComponent — Interface in package mx.core
Allows a component to support a font context property.
ignorePadding — Property in interface mx.core.IUITextField
ignorePadding — Property in class mx.core.UITextField
If true, the paddingLeft and paddingRight styles will not add space around the text of the component.
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.
ILayoutManager — Interface in package mx.managers
The LayoutManager is the engine behind Flex's measurement and layout strategy.
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.
imeMode — Property in class mx.controls.ComboBase
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.TextInput
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.
IModuleInfo — Interface in package mx.modules
An interface that acts as a handle for a particular module.
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.
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.
increment() — Method in class com.yahoo.astra.mx.controls.TimeStepper
Increases the value of the selected field (and rotates back to the minimum value, if the maximum is reached).
index — Property in class mx.controls.listClasses.ListBaseSelectionData
The index in the data provider of the selected item.
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.
IndexChangedEvent — Class in package mx.events
The IndexChangedEvent class represents events that are dispatched when an index changes.
IndexChangedEvent(type, bubbles, cancelable, relatedObject, oldIndex, newIndex, triggerEvent) — Constructor in class mx.events.IndexChangedEvent
Constructor.
indexToColumn(index) — Method in class mx.controls.listClasses.ListBase
The column for the data provider item at the given index.
indexToItemRenderer(index) — 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) — 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, colIndex) — Method in class mx.controls.listClasses.ListBase
Computes the offset into the data provider of the item at colIndex, rowIndex.
info() — Method in interface mx.core.IFlexModuleFactory
Returns a block of key/value pairs that hold static data known to the module.
inheritingStyles — Property in interface mx.core.IUITextField
The beginning of this UITextField's chain of inheriting styles.
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.
inheritingStyles — Property in class mx.styles.StyleProxy
An object containing the inheritable styles for this component.
INIT_COMPLETE — Constant static property in class mx.events.FlexEvent
Dispatched when a Flex application finishes initialization.
initEffect(event) — Method in class mx.effects.EffectInstance
This method is called if the effect was triggered by the EffectManager.
initEffect(event) — Method in interface mx.effects.IEffectInstance
This method is called if the effect was triggered by the EffectManager.
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() — 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, displayClassName, backgroundColor, backgroundAlpha, backgroundImage, backgroundSize, displayWidth, displayHeight, libs, sizes, rslList, resourceModuleURLs) — Method in class mx.preloaders.Preloader
Called by the SystemManager to initialize a Preloader object.
initialize() — Method in interface mx.states.IOverride
Initializes the override.
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 com.yahoo.astra.mx.controls.ColorSliderPicker
Initializes this component's accessibility code.
initializeAccessibility() — Method in class com.yahoo.astra.mx.controls.DropDownColorPicker
Initializes this component's accessibility code.
initializeAccessibility() — Method in class com.yahoo.astra.mx.controls.IPv4AddressInput
Initializes this component's accessibility code.
initializeAccessibility() — Method in class com.yahoo.astra.mx.controls.TimeInput
Initializes this component's accessibility code.
initializeAccessibility() — Method in class com.yahoo.astra.mx.controls.TimeStepper
Initializes this component's accessibility code.
initializeAccessibility() — Method in class mx.core.UIComponent
Initializes this component's accessibility code.
initialized(document, id) — Method in class mx.collections.ListCollectionView
Called automatically by the MXML compiler when the ListCollectionView is created using an MXML tag.
initialized(document, id) — Method in class mx.containers.utilityClasses.ConstraintColumn
Called automatically by the MXML compiler when the ConstraintColumn instance is created using an MXML tag.
initialized(document, id) — Method in class mx.containers.utilityClasses.ConstraintRow
Called automatically by the MXML compiler when the ConstraintRow instance is created using an MXML tag.
initialized(document, id) — Method in class mx.controls.RadioButtonGroup
Implementation of the IMXMLObject.initialized() method to support deferred instantiation.
initialized(document, id) — 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 — 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 — 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).
initializeLocaleChain(compiledLocales) — Method in interface mx.resources.IResourceManager
Used only by classes which implement IFlexModuleFactory.
initializeRepeater(container:mx.core:IContainer, recurse) — Method in interface mx.core.IRepeater
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.
initiateDataChangeEffect(unscaledWidth, unscaledHeight) — Method in class mx.controls.listClasses.ListBase
Initiates a data change effect when there have been changes in the data provider.
initInstance(instance:mx.effects:IEffectInstance) — Method in class mx.effects.Effect
Copies properties of the effect to the effect instance.
INIT_MANAGER_REQUEST — Constant static property in class mx.events.InterManagerRequest
Ask the other ApplicationDomain to instantiate a manager in that ApplicationDomain (if it is not already instantiated) so it is available to listen to subsequent InterManagerRequests.
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) — Method in class mx.preloaders.DownloadProgressBar
Event listener for the FlexEvent.INIT_PROGRESS event.
insert(item) — Method in interface mx.collections.IViewCursor
Inserts the specified item before the cursor's current position.
installCompiledResourceBundles(applicationDomain, locales, bundleNames) — Method in interface mx.resources.IResourceManager
Used only by classes which implement IFlexModuleFactory.
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.
InterDragManagerEvent — Class in package mx.events
An event sent between DragManagers that are in separate but trusted ApplicationDomains to handle the dispatching of DragEvents to the drag targets.
InterDragManagerEvent(type, bubbles, cancelable, localX, localY, relatedObject, ctrlKey, altKey, shiftKey, buttonDown, delta, dropTarget, dragEventType, dragInitiator:mx.core:IUIComponent, dragSource:mx.core:DragSource, action, draggedItem) — Constructor in class mx.events.InterDragManagerEvent
Constructor.
InterManagerRequest — Class in package mx.events
This is an event that is sent between ApplicationDomains to notify trusted listeners about activity in a particular manager.
InterManagerRequest(type, bubbles, cancelable, name, value) — Constructor in class mx.events.InterManagerRequest
Constructor.
invalid — Event in class mx.core.UIComponent
Dispatched when a component is monitored by a Validator and the validation failed.
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.
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 interface mx.managers.ILayoutManager
Called when a component changes in some way that its layout and/or visuals need to be changed.
invalidateDisplayList(obj:mx.managers:ILayoutManagerClient) — Method 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.
invalidateList() — Method in class mx.controls.listClasses.ListBase
Refresh all rows on the next update.
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 interface mx.managers.ILayoutManager
Adds an object to the list of components that want their validateProperties() method called.
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.
INVALIDATE_REQUEST — Constant static property in class mx.events.SWFBridgeRequest
Requests that the loader of the current application invalidate its properties, size, or display list.
InvalidateRequestData — Final class in package mx.events
The InvalidateRequestData class defines constants for the values of the data property of a SWFBridgeRequest object when used with the SWFBridgeRequest.INVALIDATE_REQUEST request.
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 interface mx.managers.ILayoutManager
Adds an object to the list of components that want their validateSize() method called.
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.
IOverride — Interface in package mx.states
The IOverride interface is used for view state overrides.
IPreloaderDisplay — Interface in package mx.preloaders
Defines the interface that a class must implement to be used as a download progress bar.
IProgrammaticSkin — Interface in package mx.core
The IProgrammaticSkin interface defines the interface that skin classes must implement if they use the name property skin interface.
IPropertyChangeNotifier — Interface in package mx.core
The IPropertyChangeNotifier interface defines a marker interface.
IPv4Address — Class in package com.yahoo.astra.net
A representation of an IP Address (version 4).
IPv4Address(value) — Constructor in class com.yahoo.astra.net.IPv4Address
Constructor.
IPv4AddressInput — Class in package com.yahoo.astra.mx.controls
An advanced TextInput variation for entering an IPv4 address.
IPv4AddressInput() — Constructor in class com.yahoo.astra.mx.controls.IPv4AddressInput
Constructor.
IPv4AddressInputAccImpl — Class in package com.yahoo.astra.mx.accessibility
The IPv4AddressInputAccImpl class is used to make a IPv4AddressInput component accessible.
IPv4AddressInputAccImpl(master:mx.core:UIComponent) — Constructor in class com.yahoo.astra.mx.accessibility.IPv4AddressInputAccImpl
Creates a new IPv4AddressInput Accessibility Implementation.
IRawChildrenContainer — Interface in package mx.core
The IRawChildrenContainer interface defines the APIs for containers that can return an IChildList that represents all their children.
IRectangularBorder — Interface in package mx.core
The IRectangularBorder interface defines the interface that all classes used for rectangular border skins should implement.
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.
IResourceBundle — Interface in package mx.resources
The IResourceBundle and IResourceManager interfaces work together to provide localization support for Flex applications.
IResourceManager — Interface in package mx.resources
The APIs of the IResourceManager interface provide localization support for Flex applications.
IResponder — Interface in package mx.rpc
This interface provides the contract for any service that needs to respond to remote or asynchronous calls.
IS_BRIDGE_CHILD_REQUEST — Constant static property in class mx.events.SWFBridgeRequest
Tests if a given DisplayObject is a child of a SWF or one of its child SWFs.
isColorName(colorName) — Static method in class mx.styles.StyleManager
Tests to see if the given String is an alias for a color value.
isDisplayObjectInABridgedApplication(displayObject) — Method in interface mx.managers.ISystemManager
Tests if a display object is in a child application that is loaded in compatibility mode or in an untrusted sandbox.
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.
isError — Property in class mx.validators.ValidationResult
Contains true if the field generated a validation failure.
isFontFaceEmbedded(tf) — 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(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.
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.
isInheritingStyle(styleName) — Static method in class mx.styles.StyleManager
Tests to see if a style is inheriting.
isInheritingTextFormatStyle(styleName) — Static method in class mx.styles.StyleManager
Test to see if a TextFormat style is inheriting.
isInvalid() — Method in interface mx.managers.ILayoutManager
Returns true if there are components that need validating; false if all components have been validated.
isInvalid() — Method in class mx.managers.LayoutManager
Returns true if there are components that need validating; false if all components have been validated.
isItemEditable(data) — Method in class mx.controls.List
Determines if the item renderer for a data provider item is editable.
isItemHighlighted(data) — 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 under the caret due to keyboard navigation).
isItemSelectable(data) — Method in class mx.controls.listClasses.ListBase
Determines if the item renderer for a data provider item is selectable.
isItemSelected(data) — Method in class mx.controls.listClasses.ListBase
Determines if the item renderer for a data provider item is selected.
isItemVisible(item) — Method in class mx.controls.listClasses.ListBase
Determines if an item is being displayed by a renderer.
isLeapYear(year) — Static method in class com.yahoo.astra.utils.DateUtil
Determines if the input year is a leap year (with 366 days, rather than 365).
isOurFocus(target) — Method in class mx.core.UIComponent
Typically overridden by components containing UITextField objects, where the UITextField object gets focus.
isParentDisplayListInvalidatingStyle(styleName) — 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) — 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.
isPlaying — Property in interface mx.effects.IEffect
A read-only flag which is true if any instances of the effect are currently playing, and false if none are.
isPopUp — Property in interface mx.core.IUIComponent
Set to true by the PopUpManager to indicate that component has been popped up.
isPopUp — Property in class mx.core.UIComponent
Set to true by the PopUpManager to indicate that component has been popped up.
isPopUp — Property in class mx.core.UITextField
Set to true by the PopUpManager to indicate that component has been popped up.
isRendererUnconstrained(item) — Method in class mx.controls.listClasses.ListBase
Returns true if an item renderer is no longer being positioned by the list's layout algorithm while a data change effect is running as a result of a call to the unconstrainRenderer() method.
isSimple(value) — Static method in class mx.utils.ObjectUtil
Returns true if the object reference specified is a simple data type.
isSizeInvalidatingStyle(styleName) — Static method in class mx.styles.StyleManager
Tests to see if a style changes the size of a component.
IStateClient — Interface in package mx.core
The IStateClient interface defines the interface that components must implement to support view states.
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.
isTopLevelRoot() — Method in interface mx.managers.ISystemManager
Tests if this system manager is the root of all top level system managers.
isTopLevelRoot() — Method in class mx.managers.SystemManager
Tests if this system manager is the root of all top level system managers.
isTopLevelWindow(object) — Method in class mx.managers.SystemManager
Determines if the given DisplayObject is the top-level window.
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.
IStyleModule — Interface in package mx.styles
Simple interface that defines an unload() method.
isUID(uid) — Static method in class mx.utils.UIDUtil
A utility method to check whether a String value represents a correctly formatted UID value.
isValidStyleValue(value) — Static method in class mx.styles.StyleManager
Determines if a specified parameter is a valid style property.
ISWFBridgeGroup — Interface in package mx.core
A sandbox bridge group is a group of bridges that represent applications that this application can communicate with.
ISWFBridgeProvider — Interface in package mx.core
An implementor of ISWFBridgeProvider provides a bridge to an application in a different security sandbox or to an application that was compiled with a different version of the Flex compiler and is running in a separate ApplicationDomain.
ISWFLoader — Interface in package mx.core
The ISWFLoader interface defines an API with special properties and method required when loading compatible applications and untrusted applications.
isWhitespace(character) — Static method in class mx.utils.StringUtil
Returns true if the specified string is a single space, tab, carriage return, newline, or formfeed character.
ISystemManager — Interface in package mx.managers
An ISystemManager manages an "application window".
item — Property in class mx.events.ItemClickEvent
The item in the data provider of the associated navigation item.
itemClick — Event in class mx.controls.RadioButtonGroup
Dispatched when a user selects a RadioButton control in the group.
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.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.
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, bubbles, cancelable, label, index, relatedObject, item) — Constructor in class mx.events.ItemClickEvent
Constructor.
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.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.
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.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.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.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.List
Dispatched when an item editing session is ending for any reason.
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.
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.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.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.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.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.
itemLabel — Property in class mx.containers.FormItem
A read-only reference to the FormItemLabel subcomponent displaying the label of the FormItem.
itemOldY — Property in class mx.controls.listClasses.ListRowInfo
The last Y value for the renderer.
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) — Constructor in class mx.collections.errors.ItemPendingError
Constructor.
itemRenderer — Property in class mx.controls.listClasses.ListBase
The custom item renderer for the control.
itemRenderer — Property in class mx.events.ListEvent
The item renderer where the event occurred.
itemRendererContains(renderer:mx.controls.listClasses:IListItemRenderer, object) — 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, fault, token) — Constructor in class mx.collections.ItemResponder
Constructs an instance of the responder with the specified data and handlers.
itemRollOut — Event in class com.yahoo.astra.mx.controls.ColorPlaneAndSliderPicker
Dispatched when the user rolls the mouse out of a color.
itemRollOut — Event in class com.yahoo.astra.mx.controls.ColorSliderPicker
Dispatched when the user rolls the mouse out of a color.
itemRollOut — Event in class com.yahoo.astra.mx.controls.DropDownColorPicker
Dispatched when the user rolls the mouse out of a color in the drop down picker.
itemRollOut — Event in class com.yahoo.astra.mx.controls.colorPickerClasses.AdvancedHSBColorWheelPicker
Dispatched when the user rolls the mouse out of a color.
itemRollOut — Event in class com.yahoo.astra.mx.controls.colorPickerClasses.BaseColorPickerDropDown
Dispatched when the user rolls the mouse out of a color.
itemRollOut — Event in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorPlane
Dispatched when the user rolls the mouse out of a color.
itemRollOut — Event in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorSlider
Dispatched when the user rolls the mouse out of a color.
itemRollOut — Event in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorWheelPicker
Dispatched when the user rolls the mouse out of a color.
itemRollOut — Event in class com.yahoo.astra.mx.controls.colorPickerClasses.DisplayObjectColorPickerDropDown
Dispatched when the user rolls the mouse out of a color.
itemRollOut — Event in interface com.yahoo.astra.mx.controls.colorPickerClasses.IColorPicker
Dispatched when the user rolls the mouse out of a color.
itemRollOut — Event in class com.yahoo.astra.mx.controls.colorPickerClasses.SwatchPicker
Dispatched when the user rolls the mouse out of a swatch.
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.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.
itemRollOver — Event in class com.yahoo.astra.mx.controls.ColorPlaneAndSliderPicker
Dispatched when the user rolls the mouse over a color.
itemRollOver — Event in class com.yahoo.astra.mx.controls.ColorSliderPicker
Dispatched when the user rolls the mouse over a color.
itemRollOver — Event in class com.yahoo.astra.mx.controls.DropDownColorPicker
Dispatched when the user rolls the mouse over a color in the drop down picker.
itemRollOver — Event in class com.yahoo.astra.mx.controls.colorPickerClasses.AdvancedHSBColorWheelPicker
Dispatched when the user rolls the mouse over a color.
itemRollOver — Event in class com.yahoo.astra.mx.controls.colorPickerClasses.BaseColorPickerDropDown
Dispatched when the user rolls the mouse over a color.
itemRollOver — Event in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorPlane
Dispatched when the user rolls the mouse over a color.
itemRollOver — Event in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorSlider
Dispatched when the user rolls the mouse over a color.
itemRollOver — Event in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorWheelPicker
Dispatched when the user rolls the mouse over a color.
itemRollOver — Event in class com.yahoo.astra.mx.controls.colorPickerClasses.DisplayObjectColorPickerDropDown
Dispatched when the user rolls the mouse over of a color.
itemRollOver — Event in interface com.yahoo.astra.mx.controls.colorPickerClasses.IColorPicker
Dispatched when the user rolls the mouse over a color.
itemRollOver — Event in class com.yahoo.astra.mx.controls.colorPickerClasses.SwatchPicker
Dispatched when the user rolls the mouse over a swatch.
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.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.
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.
itemsChangeEffect — Effect in class mx.controls.List
The data effect to play when a change occur to the control's data provider.
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) — 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) — 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) — Method in class mx.controls.listClasses.ListBase
Returns the item renderer for a given item in the data provider, if there is one.
itemToLabel(data) — Method in class com.yahoo.astra.mx.managers.AutoCompleteManager
Creates a String for an item in the dataprovider, which is based on the labelField and labelFunction properties.
itemToLabel(data) — 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) — Method in class mx.controls.ComboBase
Determines the UID for a dataProvider item.
itemToUID(data) — Method in class mx.controls.listClasses.ListBase
Determines the UID for a data provider item.
itemUpdated(item, property, oldValue, newValue) — Method in interface mx.collections.ICollectionView
Notifies the view that an item has been updated.
itemUpdated(item, property, oldValue, newValue) — Method in interface mx.collections.IList
Notifies the view that an item has been updated.
itemUpdated(item, property, oldValue, newValue) — Method in class mx.collections.ListCollectionView
Notifies the view that an item has been updated.
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.
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.
IUITextField — Interface in package mx.core
The IUITextField interface defines the basic set of APIs for UITextField instances.
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.
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