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.
IBrowserManager — Interface in package mx.managers
The interface that the shared instance of the BrowserManager implements.
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.
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.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.
iconColor — Style in class mx.controls.CheckBox
The color for the icon in a skin.
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.
iconShadow — Style in class com.dwuser.ss4.ui.controls.FirstButton
Specifies if a drop shadow should be displayed on the button skin / icons.
iconShadow — Style in class com.dwuser.ss4.ui.controls.FullScreenButton
Specifies if a drop shadow should be displayed on the button skin / icons.
iconShadow — Style in class com.dwuser.ss4.ui.controls.LastButton
Specifies if a drop shadow should be displayed on the button skin / icons.
iconShadow — Style in class com.dwuser.ss4.ui.controls.NextButton
Specifies if a drop shadow should be displayed on the button skin / icons.
iconShadow — Style in class com.dwuser.ss4.ui.controls.PagingControlGlideBackButton
Specifies if a drop shadow should be displayed on the button skin / icons.
iconShadow — Style in class com.dwuser.ss4.ui.controls.PagingControlGlideForwardButton
Specifies if a drop shadow should be displayed on the button skin / icons.
iconShadow — Style in class com.dwuser.ss4.ui.controls.PlayPauseButton
Specifies if a drop shadow should be displayed on the button skin / icons.
iconShadow — Style in class com.dwuser.ss4.ui.controls.PreviousButton
Specifies if a drop shadow should be displayed on the button skin / icons.
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
iconType — Style in class com.dwuser.ss4.ui.controls.NextButton
Specifies the type of icon to display on the button skin.
iconType — Style in class com.dwuser.ss4.ui.controls.PreviousButton
Specifies the type of icon to display on the button skin.
id — Property in class com.dwuser.ss4.utils.GalleryDescriptor
The 0-base index of the gallery node.
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.
id3 — Event in class mx.effects.SoundEffect
Dispatched when ID3 data is available for an MP3 sound file.
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.
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.
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.
Image — Class in package com.dwuser.ss4.ui
The Image element is the element used to display static images in the slideshow.
Image() — Constructor in class com.dwuser.ss4.ui.Image
ImageErrorDisplay — Class in package com.dwuser.ss4.ui.extras
imageHeight — Style in class com.dwuser.ss4.ui.GallerySelector
Specifies the minimum height of the gallery thumbnail/preview image when using the "images" displayType parameter.
imageLibrary_assetDestroyed — Event in class com.dwuser.ss4.ui.FlashSlideshow
The SlideshowEvent.IMAGELIBRARY_ASSETDESTROYED constant defines the value of the type property of the event object for a imageLibrary_assetDestroyed event.
IMAGELIBRARY_ASSETDESTROYED — Constant static property in class com.dwuser.ss4.events.SlideshowEvent
The SlideshowEvent.IMAGELIBRARY_ASSETDESTROYED constant defines the value of the type property of the event object for a imageLibrary_assetDestroyed event.
imageLibrary_checkedIn — Event in class com.dwuser.ss4.ui.FlashSlideshow
The SlideshowEvent.IMAGELIBRARY_CHECKEDIN constant defines the value of the type property of the event object for a imageLibrary_checkedIn event.
IMAGELIBRARY_CHECKEDIN — Constant static property in class com.dwuser.ss4.events.SlideshowEvent
The SlideshowEvent.IMAGELIBRARY_CHECKEDIN constant defines the value of the type property of the event object for a imageLibrary_checkedIn event.
ImageManager — Class in package com.dwuser.ss4.managers
Holds the style parameters which control global image management, including loading and other settings.
ImageManager() — Constructor in class com.dwuser.ss4.managers.ImageManager
imageOrigHeight — Property in class com.dwuser.ss4.ui.SuperImage
Returns the original height of the image file, or NaN if the value is not defined (because the image hasn't loaded, for example).
imageOrigWidth — Property in class com.dwuser.ss4.ui.SuperImage
Returns the original width of the image file, or NaN if the value is not defined (because the image hasn't loaded, for example).
Images3DWall — Class in package com.dwuser.ss4.ui
[Pro Version Only] The Images3DWall image-display element displays slides in a 3d curved-wall (or carousel or wave) environment.
Images3DWall() — Constructor in class com.dwuser.ss4.ui.Images3DWall
Images3DWallThumb — Class in package com.dwuser.ss4.ui
The Images3DWallThumb class holds the style parameters used for thumbnail images on the Images3DWall image display element.
Images3DWallThumb() — Constructor in class com.dwuser.ss4.ui.Images3DWallThumb
images_closeGallery — Event in class com.dwuser.ss4.ui.FlashSlideshow
The SlideshowEvent.IMAGES_CLOSEGALLERY constant defines the value of the type property of the event object for a images_closeGallery event.
IMAGES_CLOSEGALLERY — Constant static property in class com.dwuser.ss4.events.SlideshowEvent
The SlideshowEvent.IMAGES_CLOSEGALLERY constant defines the value of the type property of the event object for a images_closeGallery event.
ImagesCoverFlow — Class in package com.dwuser.ss4.ui
[Pro Version Only] The ImagesCoverFlow image-display element displays slides in a 3D iPod®- or iTunes®-style coverflow.
ImagesCoverFlow() — Constructor in class com.dwuser.ss4.ui.ImagesCoverFlow
images_displayImage — Event in class com.dwuser.ss4.ui.FlashSlideshow
image_setDominantColor — Event in class com.dwuser.ss4.ui.FlashSlideshow
The SlideshowEvent.IMAGE_SETDOMINANTCOLOR constant defines the value of the type property of the event object for a image_setDominantColor event.
IMAGE_SETDOMINANTCOLOR — Constant static property in class com.dwuser.ss4.events.SlideshowEvent
The SlideshowEvent.IMAGE_SETDOMINANTCOLOR constant defines the value of the type property of the event object for a image_setDominantColor event.
images_galleryPreloadComplete — Event in class com.dwuser.ss4.ui.FlashSlideshow
The SlideshowEvent.IMAGES_GALLERYPRELOADCOMPLETE constant defines the value of the type property of the event object for a images_galleryPreloadComplete event.
IMAGES_GALLERYPRELOADCOMPLETE — Constant static property in class com.dwuser.ss4.events.SlideshowEvent
The SlideshowEvent.IMAGES_GALLERYPRELOADCOMPLETE constant defines the value of the type property of the event object for a images_galleryPreloadComplete event.
IMAGES_JUMPTOGALLERYUNIQID — Constant static property in class com.dwuser.ss4.events.SlideshowEvent
The SlideshowEvent.IMAGES_JUMPTOGALLERYUNIQID constant defines the value of the type property of the event object for a images_jumpToGalleryUniqueID event.
images_jumpToGalleryUniqueID — Event in class com.dwuser.ss4.ui.FlashSlideshow
The SlideshowEvent.IMAGES_JUMPTOGALLERYUNIQID constant defines the value of the type property of the event object for a images_jumpToGalleryUniqueID event.
IMAGES_JUMPTOUNIQID — Constant static property in class com.dwuser.ss4.events.SlideshowEvent
The SlideshowEvent.IMAGES_JUMPTOUNIQID constant defines the value of the type property of the event object for a images_jumpToUniqueID event.
images_jumpToUniqueID — Event in class com.dwuser.ss4.ui.FlashSlideshow
The SlideshowEvent.IMAGES_JUMPTOUNIQID constant defines the value of the type property of the event object for a images_jumpToUniqueID event.
imagesLocked — Static property in class com.dwuser.ss4.managers.ImageManager
Specifies if the images can be changed or if they are locked (usually due to a transition taking place).
images_requestGallery — Event in class com.dwuser.ss4.ui.FlashSlideshow
The SlideshowEvent.IMAGES_REQUESTGALLERY constant defines the value of the type property of the event object for a images_requestGallery event.
IMAGES_REQUESTGALLERY — Constant static property in class com.dwuser.ss4.events.SlideshowEvent
The SlideshowEvent.IMAGES_REQUESTGALLERY constant defines the value of the type property of the event object for a images_requestGallery event.
ImagesScatter — Class in package com.dwuser.ss4.ui
[Pro Version Only] The ImagesScatter image-display element displays all slides scattered across a virtual table, and clicking on a slide brings it into focus in the foreground.
ImagesScatter() — Constructor in class com.dwuser.ss4.ui.ImagesScatter
ImagesScrollList — Class in package com.dwuser.ss4.ui
The ImagesScrollList image-display element displays all slides at once in a contiguous row, column, or grid.
ImagesScrollList() — Constructor in class com.dwuser.ss4.ui.ImagesScrollList
images_setGallery — Event in class com.dwuser.ss4.ui.FlashSlideshow
The SlideshowEvent.IMAGES_SETGALLERY constant defines the value of the type property of the event object for a images_setGallery event.
IMAGES_SETGALLERY — Constant static property in class com.dwuser.ss4.events.SlideshowEvent
The SlideshowEvent.IMAGES_SETGALLERY constant defines the value of the type property of the event object for a images_setGallery event.
images_setGalleryComplete — Event in class com.dwuser.ss4.ui.FlashSlideshow
The SlideshowEvent.IMAGES_SETGALLERYCOMPLETE constant defines the value of the type property of the event object for a images_setGalleryComplete event.
IMAGES_SETGALLERYCOMPLETE — Constant static property in class com.dwuser.ss4.events.SlideshowEvent
The SlideshowEvent.IMAGES_SETGALLERYCOMPLETE constant defines the value of the type property of the event object for a images_setGalleryComplete event.
images_setImage — Event in class com.dwuser.ss4.ui.FlashSlideshow
The SlideshowEvent.IMAGES_SETIMAGE constant defines the value of the type property of the event object for a images_setImage event.
IMAGES_SETIMAGE — Constant static property in class com.dwuser.ss4.events.SlideshowEvent
The SlideshowEvent.IMAGES_SETIMAGE constant defines the value of the type property of the event object for a images_setImage event.
images_setImageChangeable — Event in class com.dwuser.ss4.ui.FlashSlideshow
The SlideshowEvent.IMAGES_SETIMAGECHANGEABLE constant defines the value of the type property of the event object for a images_setImageChangeable event.
IMAGES_SETIMAGECHANGEABLE — Constant static property in class com.dwuser.ss4.events.SlideshowEvent
The SlideshowEvent.IMAGES_SETIMAGECHANGEABLE constant defines the value of the type property of the event object for a images_setImageChangeable event.
ImagesStandard — Class in package com.dwuser.ss4.ui
The ImagesStandard image-display element displays slides in the classic "one slide at a time" view, with transitions between each slide.
ImagesStandard() — Constructor in class com.dwuser.ss4.ui.ImagesStandard
ImagesStandardTransition — Class in package com.dwuser.ss4.ui
The ImagesStandardTransition class represents the transition which is displayed between each image on the ImagesStandard image-display element.
ImagesStandardTransition(imagesStandardInstance) — Constructor in class com.dwuser.ss4.ui.ImagesStandardTransition
ImagesStarfield — Class in package com.dwuser.ss4.ui
[Pro Version Only] The ImagesStarfield image-display element displays slides in a 3D star field, where the user can fly from slide to slide.
ImagesStarfield() — Constructor in class com.dwuser.ss4.ui.ImagesStarfield
images_syncImages — Event in class com.dwuser.ss4.ui.FlashSlideshow
The SlideshowEvent.IMAGES_SYNCIMAGES constant defines the value of the type property of the event object for a images_syncImages event.
IMAGES_SYNCIMAGES — Constant static property in class com.dwuser.ss4.events.SlideshowEvent
The SlideshowEvent.IMAGES_SYNCIMAGES constant defines the value of the type property of the event object for a images_syncImages event.
images_syncImagesStart — Event in class com.dwuser.ss4.ui.FlashSlideshow
The SlideshowEvent.IMAGES_SYNCIMAGESSTART constant defines the value of the type property of the event object for a images_syncImagesStart event.
IMAGES_SYNCIMAGESSTART — Constant static property in class com.dwuser.ss4.events.SlideshowEvent
The SlideshowEvent.IMAGES_SYNCIMAGESSTART constant defines the value of the type property of the event object for a images_syncImagesStart event.
ImageTree — Class in package com.dwuser.ss4.ui
The ImageTree element displays a tree whose contents are a hierarchical representation of all galleries and images in the slideshow.
ImageTree() — Constructor in class com.dwuser.ss4.ui.ImageTree
imeMode — Property in class mx.controls.List
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 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.
img — Property in class com.dwuser.ss4.skins.LoaderSkin
imgDescriptor — Property in class com.dwuser.ss4.ui.IndividualSlide
The XML descriptor object for the image.
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.
inactiveBlur — Style in class com.dwuser.ss4.ui.ImagesCoverFlow
Specifies the strength of the blur applied to all out-of-focus slides.
inactiveBlur — Style in class com.dwuser.ss4.ui.ImagesScatter
Specifies the strength of the blur applied to all out-of-focus slides when a specific slide is in focus.
inactiveBlur — Style in class com.dwuser.ss4.ui.ImagesScrollList
Specifies the strength of the blur applied to all slides which are not currently focused upon.
inactiveOpacity — Style in class com.dwuser.ss4.ui.ImagesCoverFlow
Specifies the opacity (alpha) of the slides which are out of focus.
inactiveOpacity — Style in class com.dwuser.ss4.ui.ImagesScatter
Specifies the opacity (alpha) of the slides which are out of focus when a specific slide is in focus.
inactiveOpacity — Style in class com.dwuser.ss4.ui.ImagesScrollList
Specifies the opacity (alpha) of all slides which are not currently focused upon.
inactiveZ — Style in class com.dwuser.ss4.ui.ImagesScatter
Specifies the z-depth of all out-of-focus slides; this is the depth of the table.
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.
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.
indeterminateMoveInterval — Style in class com.dwuser.ss4.ui.loaders.UILoader
The number of pixels to move the indeterminate progress bar for each indeterminate loop.
indeterminateMoveInterval — Style in class mx.controls.ProgressBar
The number of pixels to move the indeterminate progress bar for each indeterminate loop.
indeterminateSkin — Style in class com.dwuser.ss4.ui.loaders.UILoader
Skin style for an indeterminate progress bar.
indeterminateSkin — Style in class mx.controls.ProgressBar
Skin style for an indeterminate progress bar.
index — Property in class mx.controls.listClasses.ListBaseSelectionData
The index in the data provider of the selected item.
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.
indicesToIndex(rowIndex, colIndex) — Method in class mx.controls.listClasses.ListBase
Computes the offset into the data provider of the item at colIndex, rowIndex.
IndividualSlide — Class in package com.dwuser.ss4.ui
The IndividualSlide class represents the main slides which are displayed in the slideshow.
IndividualSlide() — Constructor in class com.dwuser.ss4.ui.IndividualSlide
IndividualSlideImage — Class in package com.dwuser.ss4.ui
The IndividualSlideImage class represents the image displayed on all InvididualSlide instances (which are the main slides in the slideshow).
IndividualSlideImage() — Constructor in class com.dwuser.ss4.ui.IndividualSlideImage
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() — Method in class com.dwuser.ss4.managers.ImageManager
init — Event in class mx.controls.SWFLoader
Dispatched when the properties and methods of a loaded SWF file are accessible.
init(value, title) — Method in interface mx.managers.IBrowserManager
Initializes the BrowserManager.
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.
initForHistoryManager() — Method in interface mx.managers.IBrowserManager
Initializes the BrowserManager.
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
DEPRECATED - 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, 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 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 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.
initiallyMuted — Style in class com.dwuser.ss4.video.FlexVideoPlayer
Specifies if the video's audio should initially be muted.
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.
initListData(item, treeListData:mx.controls.treeClasses:TreeListData) — Method in class mx.controls.Tree
Initializes a TreeListData object that is used by the tree item renderer.
initLoad — Property in class com.dwuser.ss4.ui.Image
Specifies if the image should automatically load or not.
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.
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) — Method in class mx.preloaders.DownloadProgressBar
Event listener for the FlexEvent.INIT_PROGRESS event.
initViewID — Property in class com.dwuser.ss4.core.FlashSlideshowConfigurationParameters
Allows the initially visible layout view to be explicitly specified.
initVolume — Style in class com.dwuser.ss4.ui.audiocontrols.AudioVolumeSlider
Specifies the initial position of the volume slider.
initXML — Property in class com.dwuser.ss4.core.FlashSlideshowConfigurationParameters
Allows for a direct injection of starter XML data through an XML string value.
inner — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.Glow
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.
innerImageGlobalPosition — Property in class com.dwuser.ss4.ui.IndividualSlide
Specifies the global coordinate point of the actual image as currently displayed, INCLUDING any border and/or matte.
innerImageHeight — Property in class com.dwuser.ss4.ui.IndividualSlide
Specifies the actual height of the image as currently displayed.
innerImageWidth — Property in class com.dwuser.ss4.ui.IndividualSlide
Specifies the actual width of the image as currently displayed.
innerImageX — Property in class com.dwuser.ss4.ui.IndividualSlide
Specifies the internal x-coordinate of the actual left edge of the image.
innerImageY — Property in class com.dwuser.ss4.ui.IndividualSlide
Specifies the internal y-coordinate of the actual top edge of the image.
innerRadius — Style in class com.dwuser.ss4.ui.loaders.UILoader
Specifies the radius of the inner ring when using the ProgressCircle loader type.
inputWidth — Style in class com.dwuser.ss4.ui.controls.GotoBox
Specifies the width, in pixels, of the text box.
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 class com.dwuser.ss4.skins.LoaderSkin
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.
invalidateLabel() — Method in class com.dwuser.ss4.ui.audiocontrols.AudioInfoText
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.
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.
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.
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.
Iris — Class in package com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses
[Dummy Class Only!] The Iris effect animates the effect target by expanding or contracting a rectangular mask centered on the target.
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() — Constructor in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.Iris
Iris(target) — 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) — Constructor in class mx.effects.effectClasses.IrisInstance
Constructor.
isBranch(node, model) — Method in interface mx.controls.menuClasses.IMenuDataDescriptor
Tests a node for termination.
isBranch(node, model) — Method in class mx.controls.treeClasses.DefaultDataDescriptor
Tests a node for termination.
isBranch(node, model) — Method in interface mx.controls.treeClasses.ITreeDataDescriptor
Tests a node for termination.
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.
isEnabled(node) — Method in interface mx.controls.menuClasses.IMenuDataDescriptor
Returns whether the node is enabled.
isEnabled(node) — Method in class mx.controls.treeClasses.DefaultDataDescriptor
Returns whether the node is enabled.
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).
isItemOpen(item) — Method in class mx.controls.Tree
Returns true if the specified item branch is open (is showing its children).
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.
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.
IsolatedCube — Class in package com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses
[Dummy Class Only!] The IsolatedCube effect transitions between two views using the effect of a cube rotating.
IsolatedCube() — Constructor in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.IsolatedCube
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.
isShowEffect — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.TinkShowHideEffect
Specifies if the effect is used to reveal/show the target component (true) or hide the target component (false).
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.
isStyle — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.AnimateProperty
If true, the property attribute is a style and you set it by using the setStyle() method.
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.
IStateClient — Interface in package mx.core
The IStateClient interface defines the interface that components must implement to support view states.
isToggled(node) — Method in interface mx.controls.menuClasses.IMenuDataDescriptor
Returns whether the node is toggled.
isToggled(node) — 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.
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.
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.
isWatching() — Method in class mx.binding.utils.ChangeWatcher
Returns true if each watcher in the chain is attached to at least one change event.
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.controls.treeClasses.TreeListData
The data for this item in the Tree control.
item — Property in class mx.events.ItemClickEvent
The item in the data provider of the associated navigation item.
item — Property in class mx.events.TreeEvent
Storage for the item property.
itemClick — Event in class mx.controls.ButtonBar
Dispatched when a user clicks a button.
itemClick — Event in class mx.controls.NavBar
Dispatched when a navigation item is selected.
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.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.
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.
ItemDescriptor — Property in class com.dwuser.ss4.ui.GallerySelector
[Pseudo-property only!] Specifies the XML descriptor used for the creation of the item blocks which represent each gallery.
ItemDescriptor — Property in class com.dwuser.ss4.ui.Images3DWall
[Pseudo-property only!] Specifies the XML descriptor used for the creation of each of the thumbs in the 3D wall grid.
ItemDescriptor — Property in class com.dwuser.ss4.ui.PagingControlHolder
[Pseudo-property only!] Specifies the XML descriptor used for the creation of each tile in the Thumbnails or NumberBar element.
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.
itemIcons — Property in class mx.controls.Tree
An object that specifies the icons for the items.
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 expanded.
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.
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.
itemRenderer — Property in class mx.events.TreeEvent
The ListItemRenderer for the node that closed or opened.
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 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.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 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.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.
itemsChangeEffect — Effect in class mx.controls.TileList
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 mx.controls.NavBar
Returns the string the renderer would display for the given data object 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.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.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.
ITreeDataDescriptor2 — Interface in package mx.controls.treeClasses
The ITreeDataDescriptor2 Interface defines methods for parsing and adding nodes to a collection of data that is displayed by a Tree control.
IUIComponent — Interface 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