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  
data — Property in class mx.containers.accordionClasses.AccordionHeader
Stores a reference to the content associated with the header.
data — Property in class mx.controls.Button
The data property lets you pass a value to the component when you use it as an item renderer or item editor.
data — Property in class mx.controls.Label
Lets you pass a value to the component when you use it in an item renderer or item editor.
data — Property in class mx.controls.TextArea
Lets you pass a value to the component when you use it in an item renderer or item editor.
data — Property in class mx.controls.TextInput
Lets you pass a value to the component when you use it in an item renderer or item editor.
data — Property in class mx.controls.listClasses.ListBase
The item in the data provider this component should render when this component is used as an item renderer or item editor.
data — Property in class mx.controls.listClasses.ListBaseSelectionData
The data Object that is selected (selectedItem)
data — Property in class mx.controls.listClasses.ListItemRenderer
The implementation of the data property as defined by the IDataRenderer interface.
data — Property in class mx.controls.listClasses.ListRowInfo
The item in the dataprovider.
data — Property in class mx.controls.listClasses.TileListItemRenderer
The implementation of the data property as defined by the IDataRenderer interface.
data — Property in class mx.controls.treeClasses.TreeItemRenderer
The implementation of the data property as defined by the IDataRenderer interface.
data — Property in class mx.core.Container
The data property lets you pass a value to the component when you use it in an item renderer or item editor.
data — Property in interface mx.core.IDataRenderer
The data to render or edit.
data — Property in class mx.events.SWFBridgeEvent
Information about the event.
data — Property in class mx.events.SWFBridgeRequest
Data related to the event.
data — Property in interface mx.modules.IModuleInfo
User data that can be associated with the singleton IModuleInfo for a given URL.
dataChange — Event in class mx.controls.Button
Dispatched when the data property changes.
dataChange — Event in class mx.controls.Label
Dispatched when the data property changes.
dataChange — Event in class mx.controls.TextArea
Dispatched when the data property changes.
dataChange — Event in class mx.controls.TextInput
Dispatched when the data property changes.
dataChange — Event in class mx.controls.listClasses.ListBase
Dispatched when the data property changes.
dataChange — Event in class mx.controls.listClasses.ListItemRenderer
Dispatched when the data property changes.
dataChange — Event in class mx.controls.listClasses.TileListItemRenderer
Dispatched when the data property changes.
dataChange — Event in class mx.controls.treeClasses.TreeItemRenderer
Dispatched when the data property changes.
dataChange — Event in class mx.core.Container
Dispatched when the data property changes.
DATA_CHANGE — Constant static property in class mx.events.FlexEvent
The FlexEvent.DATA_CHANGE constant defines the value of the type property of the event object for a dataChange event.
dataDescriptor — Property in class mx.controls.Tree
Returns the current ITreeDataDescriptor.
dataEffectCompleted — Property in class mx.controls.listClasses.ListBase
A flag that indicates that the a data change effect has just completed.
dataField — Property in class mx.controls.dataGridClasses.DataGridListData
Name of the field or property in the data provider associated with the column.
dataForFormat(format) — Method in class mx.core.DragSource
Retrieves the data for the specified format.
DataGridListData — Class in package mx.controls.dataGridClasses
The DataGridListData class defines the data type of the listData property that is implemented by drop-in item renderers or drop-in item editors for the DataGrid control.
DataGridListData(text, dataField, columnIndex, uid, owner:mx.core:IUIComponent, rowIndex) — Constructor in class mx.controls.dataGridClasses.DataGridListData
Constructor.
dataItemWrappersByRenderer — Property in class mx.controls.listClasses.ListBase
A dictionary mapping item renderers to the ItemWrappers used to supply their data.
dataLoaderHideDelay — Property in class com.dwuser.ss4.core.FlashSlideshowConfigurationParameters
Specifies the duration, in milliseconds, of the fade-out effect used on the data preloader before the slideshow actually initializes.
dataLoaderLabel — Property in class com.dwuser.ss4.core.FlashSlideshowConfigurationParameters
Specifies the label displayed on the data preloader while external XML data are being loaded.
DataLooper — Class in package com.dwuser.ss4.ui
The DataLooper element is used to create multiple copies of its child elements, with one being created for each item in the dataProvider.
DataLooper() — Constructor in class com.dwuser.ss4.ui.DataLooper
dataProvider — Property in class com.dwuser.ss4.ui.DataLooper
The dataProvider specifies the Array or XMLList which will be used to create child elements.
dataProvider — Property in class mx.controls.NavBar
Data used to populate the navigator control.
dataProvider — Property in class mx.controls.Tree
An object that contains the data to be displayed.
dataProvider — Property in class mx.controls.listClasses.ListBase
Set of data to be viewed.
dataProvider — Property in interface mx.core.IRepeater
The data provider used by this Repeater to create repeated instances of its children.
dataTipField — Property in class mx.controls.listClasses.ListBase
Name of the field in the data provider items to display as the data tip.
dataTipFunction — Property in class mx.controls.listClasses.ListBase
User-supplied function to run on each item to determine its dataTip.
dataTipPlacement — Style in class mx.controls.HSlider
The location of the data tip relative to the thumb.
dataTipPlacement — Style in class mx.controls.VSlider
The location of the data tip relative to the thumb.
data_xmlLoaded — Event in class com.dwuser.ss4.ui.FlashSlideshow
The SlideshowEvent.DATA_XMLLOADED constant defines the value of the type property of the event object for a data_xmlLoaded event.
DATA_XMLLOADED — Constant static property in class com.dwuser.ss4.events.SlideshowEvent
The SlideshowEvent.DATA_XMLLOADED constant defines the value of the type property of the event object for a data_xmlLoaded event.
dateCompare(a, b) — Static method in class mx.utils.ObjectUtil
Compares the two Date objects and returns an integer value indicating if the first Date object is before, equal to, or after the second item.
deactivate() — Method in class mx.managers.FocusManager
The SystemManager activates and deactivates a FocusManager if more than one IFocusManagerContainer is visible at the same time.
deactivate() — Method in interface mx.managers.IFocusManager
The SystemManager activates and deactivates a FocusManager if more than one IFocusManagerContainer is visible at the same time.
deactivate(f:mx.managers:IFocusManagerContainer) — Method in interface mx.managers.ISystemManager
Deactivates the FocusManager in an IFocusManagerContainer, and activate the FocusManager of the next highest window that is an IFocusManagerContainer.
deactivate(f:mx.managers:IFocusManagerContainer) — Method in class mx.managers.SystemManager
Deactivates the FocusManager in an IFocusManagerContainer, and activate the FocusManager of the next highest window that is an IFocusManagerContainer.
DEACTIVATE_FOCUS_REQUEST — Constant static property in class mx.events.SWFBridgeRequest
Sent from the top-level focus manager to a subordinate focus managers so all the focus managers participating in a tab loop get deactivated.
DEACTIVATE_POP_UP_REQUEST — Constant static property in class mx.events.SWFBridgeRequest
Requests that a child application's pop up be deactivated.
decimalSeparatorFrom — Property in class mx.formatters.NumberBase
Decimal separator character to use when parsing an input String.
decimalSeparatorFrom — Property in class mx.formatters.NumberFormatter
Decimal separator character to use when parsing an input String.
decimalSeparatorTo — Property in class mx.formatters.NumberBase
Decimal separator character to use when outputting formatted decimal numbers.
decimalSeparatorTo — Property in class mx.formatters.NumberFormatter
Decimal separator character to use when outputting formatted decimal numbers.
DEFAULT — Constant static property in class mx.core.EventPriority
Event handlers on component instances are executed with the default priority, 0.
defaultButton — Property in class mx.core.Container
The Button control designated as the default button for the container.
defaultButton — Property in interface mx.core.IContainer
defaultButton — Property in class mx.managers.FocusManager
A reference to the original default Button control.
defaultButton — Property in interface mx.managers.IFocusManager
A reference to the original default Button control.
defaultButtonEnabled — Property in class mx.managers.FocusManager
A flag that indicates whether the FocusManager should check for the Enter key being pressed to activate the default button.
defaultButtonEnabled — Property in interface mx.managers.IFocusManager
A flag that indicates whether the FocusManager should check for the Enter key being pressed to activate the default button.
defaultButtonFlag — Property in class mx.controls.Alert
A bitflag that contains either Alert.OK, Alert.CANCEL, Alert.YES, or Alert.NO to specify the default button.
defaultColumnCount — Property in class mx.controls.listClasses.ListBase
The default number of columns to display.
defaultCreateMask(targ, bounds) — Method in class mx.effects.effectClasses.MaskEffectInstance
Creates the default mask for the effect.
DefaultDataDescriptor — Class in package mx.controls.treeClasses
The DefaultDataDescriptor class provides a default implementation for accessing and manipulating data for use in controls such as Tree and Menu.
DefaultDataDescriptor() — Constructor in class mx.controls.treeClasses.DefaultDataDescriptor
Constructor.
defaultDragImageSkin — Style in class mx.managers.DragManager
Skin used to draw the default drag image, which is also called the drag proxy.
defaultFilterFunction(propChanges, instanceTarget) — Method in class mx.effects.EffectTargetFilter
The default filter function for the EffectTargetFilter class.
__default_folderIcon — Static property in class com.dwuser.ss4.ui.ImageTree
The default folder icon which is used on the tree to represent each gallery.
DEFAULT_HANDLER — Constant static property in class mx.core.EventPriority
Some components listen to events that they dispatch on themselves and let other listeners call the preventDefault() method to tell the component not to perform a default action.
defaultHeight — Style in class com.dwuser.ss4.ui.loaders.UILoader
Specifies the default height of the component.
_defaultIcon — Static property in class com.dwuser.ss4.ui.PrintButton
The default print icon.
_defaultIcon — Static property in class com.dwuser.ss4.ui.audiocontrols.AudioLoudButton
The default loud icon skin which is used for the button
_defaultIcon — Static property in class com.dwuser.ss4.ui.audiocontrols.AudioMuteButton
The default loud icon skin which is used for the button
_defaultIcon — Static property in class com.dwuser.ss4.ui.audiocontrols.AudioVolumeToggleButton
The default loud icon
_defaultIcon — Static property in class com.dwuser.ss4.ui.controls.CaptionToggleButton
The default icon for the unselected state, which is displayed when the caption is visible.
_defaultIconDisabled — Static property in class com.dwuser.ss4.ui.PrintButton
The default disabled print icon.
_defaultIconSelected — Static property in class com.dwuser.ss4.ui.audiocontrols.AudioVolumeToggleButton
The default mute icon
_defaultIconSelected — Static property in class com.dwuser.ss4.ui.controls.CaptionToggleButton
The default icon for the selected state, which is displayed when the caption is not visible.
defaultInvalidFormatError — Static property in class mx.formatters.Formatter
Error message for an invalid format string specified to the formatter.
defaultInvalidValueError — Static property in class mx.formatters.Formatter
Error messages for an invalid value specified to the formatter.
__default_leafIcon — Static property in class com.dwuser.ss4.ui.ImageTree
The default leaf icon which is used on the tree to represent each slide in a gallery.
defaultLeafIcon — Style in class mx.controls.Tree
Specifies the default icon for a leaf item.
DEFAULT_MAX_HEIGHT — Constant static property in class mx.core.UIComponent
The default value for the maxHeight property.
DEFAULT_MAX_WIDTH — Constant static property in class mx.core.UIComponent
The default value for the maxWidth property.
DEFAULT_MEASURED_HEIGHT — Constant static property in class mx.core.UIComponent
The default value for the measuredHeight property.
DEFAULT_MEASURED_MIN_HEIGHT — Constant static property in class mx.core.UIComponent
The default value for the measuredMinHeight property.
DEFAULT_MEASURED_MIN_WIDTH — Constant static property in class mx.core.UIComponent
The default value for the measuredMinWidth property.
DEFAULT_MEASURED_WIDTH — Constant static property in class mx.core.UIComponent
The default value for the measuredWidth property.
defaultRowCount — Property in class mx.controls.listClasses.ListBase
The default number of rows to display.
DEFAULT_SKIN — Constant static property in class com.dwuser.ss4.ui.extras.ExternalImageLinkButton
The default skin / icon used on the button
defaultTextFormat — Property in interface mx.core.IUITextField
defaultWidth — Style in class com.dwuser.ss4.ui.loaders.UILoader
Specifies the default width of the component.
delay — Property in class com.dwuser.ss4.utils.KBEffect
Specifies the delay, in milliseconds, before the effect begins to play once an image has been opened.
delayedSyncDelay — Style in class com.dwuser.ss4.managers.ImageManager
Specifies the delay between when the SlideshowEvent.IMAGES_SYNCIMAGESSTART event is dispatched and when the currentDelayedSyncSlide property is updated on the main FlashSlideshow instance.
DELETE — Constant static property in class mx.events.PropertyChangeEventKind
Indicates that the property was deleted from the object.
deleteInstance(instance:mx.effects:IEffectInstance) — Method in class mx.effects.Effect
Removes event listeners from an instance and removes it from the list of instances.
deleteInstance(instance:mx.effects:IEffectInstance) — Method in interface mx.effects.IEffect
Removes event listeners from an instance and removes it from the list of instances.
deleteProperty(name) — Method in class mx.utils.ObjectProxy
Deletes the specified property on the proxied object and sends notification of the delete to the handler.
deleteReferenceOnParentDocument(parentDocument:mx.core:IFlexDisplayObject) — Method in interface mx.core.IDeferredInstantiationUIComponent
Deletes the id reference to this IUIComponent object on its parent document object.
deleteReferenceOnParentDocument(parentDocument:mx.core:IFlexDisplayObject) — Method in class mx.core.UIComponent
Deletes the id reference to this IUIComponent object on its parent document object.
delta — Property in class mx.events.DividerEvent
The number of pixels that the divider has been dragged.
delta — Property in class mx.events.ScrollEvent
The change in the scroll position value that resulted from the scroll.
deployMouseShields(deploy) — Method in interface mx.managers.ISystemManager
Deploy or remove mouse shields.
deployMouseShields(deploy) — Method in class mx.managers.SystemManager
Deploy or remove mouse shields.
depth — Property in class mx.controls.treeClasses.TreeListData
The level of the item in the tree.
depthColors — Style in class mx.controls.Tree
Array of colors used in the Tree control, in descending order.
depthSpacing — Style in class com.dwuser.ss4.ui.ImagesStarfield
Specifies the z-depth spacing between each image in the starfield.
descendants(name) — Method in class mx.collections.XMLListCollection
Calls the descendants() method of each XML object in the XMLList and returns an XMLList containing the results.
descending — Property in class mx.collections.SortField
Specifies whether the this field should be sorted in descending order.
descriptor — Property in interface mx.core.IDeferredInstantiationUIComponent
Reference to the UIComponentDescriptor, if any, that was used by the createComponentFromDescriptor() method to create this UIComponent instance.
descriptor — Property in class mx.core.UIComponent
Reference to the UIComponentDescriptor, if any, that was used by the createComponentFromDescriptor() method to create this UIComponent instance.
designMode — Static property in class mx.core.UIComponentGlobals
A global flag that can be read by any component to determine whether it is currently executing in the context of a design tool such as Flex Builder's design view.
destroy() — Method in class com.dwuser.ss4.ui.FlashSlideshow
Destroys the slideshow instance and does some necessary cleanup.
destroy() — Method in class com.dwuser.ss4.video.FlexVideoPlayer
Attempts to destroy the video
destroyItemEditor() — Method in class mx.controls.List
Closes an item editor that is currently open on an item.
destroyOldBitmaps — Property in class com.dwuser.ss4.core.FlashSlideshowConfigurationParameters
Specifies if loaded bitmaps (images) should be removed from memory after they have been displayed.
destroyOldBitmaps — Style in class com.dwuser.ss4.managers.ImageManager
Specifies if old images should be removed from memory when the user selects a new image.
destroyRow(i, numCols) — Method in class mx.controls.listClasses.ListBase
Recycle a row that is no longer needed, and remove its indicators.
destroyToolTip(toolTip:mx.core:IToolTip) — Static method in class mx.managers.ToolTipManager
Destroys a specified ToolTip that was created by the createToolTip() method.
destVolume — Style in class com.dwuser.ss4.ui.audiocontrols.AudioLoudButton
The new volume when you click on the button.
destVolume — Style in class com.dwuser.ss4.ui.audiocontrols.AudioMuteButton
The new volume when you click on the button.
detail — Property in class mx.events.CloseEvent
Identifies the button in the popped up control that was clicked.
detail — Property in class mx.events.ScrollEvent
Provides the details of the scroll activity.
determineTextFormatFromStyles() — Method in class mx.core.UIComponent
Returns a UITextFormat object corresponding to the text styles for this UIComponent.
direction — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.Blinds
The direction parameter controls the vertical/horizontal orientation as well as which side the blinds grow from or shrink to.
direction — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.BlurFadeFly
Controls the direction that the target flys in from or flys out to.
direction — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.IsolatedCube
Controls the direction that the cube rotates.
direction — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.Slide
Controls the direction that the slide effect happens from/to.
direction — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.SoftIris
Specifies the direction of the effect.
direction — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.SoftWipe
The direction parameter controls the direction of the wipe effect.
direction — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.SuperBlinds
Controls the direction that the flip occurs.
direction — Style in class com.dwuser.ss4.ui.ImagesStandardTransition
Specifies the direction of the transition (with some variation based on effectType; see below).
direction — Property in class mx.containers.Box
The direction in which this Box container lays out its children.
direction — Property in class mx.containers.Tile
Determines how children are placed in the container.
direction — Property in class mx.controls.ProgressBar
Direction in which the fill of the ProgressBar expands toward completion.
direction — Property in class mx.controls.listClasses.TileBase
The direction in which this control lays out its children.
direction — Property in class mx.controls.scrollClasses.ScrollBar
Specifies whether the ScrollBar is for horizontal or vertical scrolling.
direction — Property in class mx.events.ScrollEvent
The direction of motion.
direction — Property in class mx.skins.halo.ListDropIndicator
Should the skin draw a horizontal line or vertical line.
disableAutoplayOnClick — Style in class com.dwuser.ss4.ui.Images3DWall
Specifies if autoplay should automatically be disabled/paused when the user selects a different thumb by clicking on it.
disableAutoplayOnClick — Style in class com.dwuser.ss4.ui.ImagesCoverFlow
Specifies if autoplay should automatically be disabled/paused when the user manually selects a slide by clicking it or scrolling to it.
disableAutoplayOnClick — Style in class com.dwuser.ss4.ui.ImagesScatter
Specifies if autoplay should automatically be disabled/paused when the user manually selects a slide by clicking it.
disableAutoplayOnClick — Style in class com.dwuser.ss4.ui.ImagesScrollList
Specifies if autoplay should automatically be disabled/paused when the user manually selects a slide by clicking it.
disableAutoplayOnClick — Style in class com.dwuser.ss4.ui.ImagesStarfield
Specifies if autoplay should automatically be disabled/paused when the user manually selects a slide by clicking it.
disableAutoplayOnClick — Style in class com.dwuser.ss4.ui.ImageTree
Specifies if autoplay should be automatically disabled/paused when an item is jumped to via the ImageTree.
disableAutoplayOnClick — Style in class com.dwuser.ss4.ui.NumberBar
Specifies if autoplay should be automatically paused/disabled when the user clicks on a tile.
disableAutoplayOnClick — Style in class com.dwuser.ss4.ui.Thumbnails
Specifies if autoplay should be automatically paused/disabled when the user clicks on a thumb.
disableAutoplayOnClick — Style in class com.dwuser.ss4.ui.controls.FirstButton
Specifies if autoplay should be automatically disabled when the user clicks the button.
disableAutoplayOnClick — Style in class com.dwuser.ss4.ui.controls.LastButton
Specifies if autoplay should be automatically disabled when the user clicks the button.
disableAutoplayOnClick — Style in class com.dwuser.ss4.ui.controls.NextButton
Specifies if autoplay should be automatically disabled when the user clicks the button.
disableAutoplayOnClick — Style in class com.dwuser.ss4.ui.controls.PreviousButton
Specifies if autoplay should be automatically disabled when the user clicks the button.
disableAutoplayOnMouseKB — Style in class com.dwuser.ss4.ui.IndividualSlide
When mouse-based control over the Ken Burns (KB) effect is enabled, specifies whether autoplay should be paused when the user begins controlling the effect with their mouse.
disableAutoplayOnWander — Style in class com.dwuser.ss4.ui.Images3DWall
Specifies if autoplay should automatically be disabled/paused when the user wanders away from a slide by clicking in an empty area (to return to the overview display), dragging the wall to change its position, or using the scrollwheel to zoom in or out.
disableAutoUpdate() — Method in interface mx.collections.ICollectionView
Prevents changes to the collection itself and items within the collection from being dispatched by the view.
disableAutoUpdate() — Method in class mx.collections.ListCollectionView
Prevents changes to the collection itself and items within the collection from being dispatched by the view.
disabledColor — Style in class com.dwuser.ss4.ui.controls.FirstButton
Specifies the theme color used on the button skin when the button is disabled (usually because the first image in the gallery is selected).
disabledColor — Style in class com.dwuser.ss4.ui.controls.FullScreenButton
Specifies the theme color used on the button skin when the button is disabled.
disabledColor — Style in class com.dwuser.ss4.ui.controls.LastButton
Specifies the theme color used on the button skin when the button is disabled (usually because the last image in the gallery is selected).
disabledColor — Style in class com.dwuser.ss4.ui.controls.NextButton
Specifies the theme color used on the button skin when the button is disabled (usually because the last image in the gallery is selected).
disabledColor — Style in class com.dwuser.ss4.ui.controls.PagingControlGlideBackButton
Specifies the theme color used on the button skin when the button is disabled (usually because the first image in the gallery is selected).
disabledColor — Style in class com.dwuser.ss4.ui.controls.PagingControlGlideForwardButton
Specifies the theme color used on the button skin when the button is disabled (usually because the first image in the gallery is selected).
disabledColor — Style in class com.dwuser.ss4.ui.controls.PlayPauseButton
Specifies the theme color used on the button skin when the button is disabled.
disabledColor — Style in class com.dwuser.ss4.ui.controls.PreviousButton
Specifies the theme color used on the button skin when the button is disabled (usually because the first image in the gallery is selected).
disabledColor — Style in class com.dwuser.ss4.ui.loaders.UILoader
Color of text in the component if it is disabled.
disabledColor — Style in class mx.controls.Button
Color of text in the component if it is disabled.
disabledColor — Style in class mx.controls.Label
Color of text in the component if it is disabled.
disabledColor — Style in class mx.controls.ProgressBar
Color of text in the component if it is disabled.
disabledColor — Style in class mx.controls.TextArea
Color of the component if it is disabled.
disabledColor — Style in class mx.controls.TextInput
Color of text in the component if it is disabled.
disabledColor — Style in class mx.controls.ToolTip
Color of text in the component if it is disabled.
disabledColor — Style in class mx.controls.listClasses.ListItemRenderer
Text color of the component if it is disabled.
disabledColor — Style in class mx.controls.listClasses.TileListItemRenderer
Text color of the component if it is disabled.
disabledColor — Style in class mx.controls.treeClasses.TreeItemRenderer
Color of the component if it is disabled.
disabledColor — Style in class mx.core.Container
Color of text in the component if it is disabled.
disabledColor — Style in class mx.core.ScrollControlBase
Color of text in the component if it is disabled.
disabledColor — Style in class mx.core.UITextField
Color of text in the component if it is disabled.
disabledIcon — Style in class mx.controls.Button
Name of the class to use as the icon when the button is disabled and not selected.
disabledIconColor — Style in class mx.controls.CheckBox
The color for the icon in a disabled skin.
disabledOverlayAlpha — Style in class mx.core.Container
The alpha value for the overlay that is placed on top of the container when it is disabled.
disabledSkin — Style in class mx.controls.Button
Name of the class to use as the skin for the background and border when the button is not selected and is disabled.
disableMultipleXML — Property in class com.dwuser.ss4.core.FlashSlideshowConfigurationParameters
Specifies if commas should be ignored in the xml parameter.
disclosureClosedIcon — Style in class mx.controls.Tree
Specifies the icon that is displayed next to a parent item that is closed so that its children are not displayed (the subtree is collapsed).
disclosureIcon — Property in class mx.controls.treeClasses.TreeItemRenderer
The internal IFlexDisplayObject that displays the disclosure icon in this renderer.
disclosureIcon — Property in class mx.controls.treeClasses.TreeListData
A Class representing the disclosure icon for the item in the Tree control.
disclosureOpenIcon — Style in class mx.controls.Tree
Specifies the icon that is displayed next to a parent item that is open so that its children are displayed.
DISPATCH_DRAG_EVENT — Constant static property in class mx.events.InterDragManagerEvent
Dispatch a DragEvent event to a target in another ApplicationDomain.
dispatcher — Property in class mx.utils.ObjectProxy
A reference to the EventDispatcher for this proxy.
dispatchEvent(event) — Method in class mx.collections.ListCollectionView
dispatchEvent(event) — Method in class mx.core.UIComponent
Dispatches an event into the event flow.
dispatchEvent — Property in class mx.events.TreeEvent
Whether to dispatch an event (ITEM_OPEN or ITEM_CLOSE) after the open or close animation is complete.
dispatchEvent(event) — Method in class mx.utils.ObjectProxy
Dispatches an event into the event flow.
dispatchEventFromSWFBridges(event, skip, trackClones, toOtherSystemManagers) — Method in interface mx.managers.ISystemManager
Dispatch a message to all parent and child applications in this SystemManager's SWF bridge group, regardless of whether they are in the same SecurityDomain or not.
dispatchEventFromSWFBridges(event, skip, trackClones, toOtherSystemManagers) — Method in class mx.managers.SystemManager
Dispatch a message to all parent and child applications in this SystemManager's SWF bridge group, regardless of whether they are in the same SecurityDomain or not.
dispatchSlideshowEvent(type, extraInfo) — Method in class com.dwuser.ss4.ui.FlashSlideshow
A utility function designed for easy access; dispatches a slideshow control event based on the passed parameters.
displayAsPassword — Property in class mx.controls.TextArea
Indicates whether this control is used for entering passwords.
displayAsPassword — Property in class mx.controls.TextInput
Indicates whether this control is used for entering passwords.
displayAsPassword — Property in interface mx.core.IUITextField
displayError(s) — Method in class com.dwuser.ss4.managers.ErrorManager
The main error displaying function; it displays an alert box labeled 'Fatal Application Error' containing the passed message.
DISPLAY_LIST — Constant static property in class mx.events.InvalidateRequestData
Bit to indicate the request handler should invalidate their display list.
displayObjectToString(displayObject) — Static method in class mx.utils.NameUtil
Returns a string, such as "MyApplication0.addressForm.lastName.TextField17", for a DisplayObject object that indicates its position in the hierarchy of DisplayObject objects in an application.
displayOffsetX — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.TinkEffect
Specifies the pixel x-offset of the bitmap overlay used in the effect.
displayOffsetX — Style in class com.dwuser.ss4.ui.ImagesStandardTransition
Specifies the pixel x-offset of the bitmap overlay used in the transition effect (if there is one).
displayOffsetY — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.TinkEffect
Specifies the pixel y-offset of the bitmap overlay used in the effect.
displayOffsetY — Style in class com.dwuser.ss4.ui.ImagesStandardTransition
Specifies the pixel y-offset of the bitmap overlay used in the transition effect (if ther is one).
displaysStatusOf — Property in class com.dwuser.ss4.ui.controls.PlayPauseButton
Specifies which aspect of the slideshow's current status the button will reflect.
displayType — Style in class com.dwuser.ss4.ui.GallerySelector
If no custom ItemDescriptor has been specified, specifies the type of item renderer which will be used.
Dissolve — Class in package mx.effects
Animate the component from transparent to opaque, or from opaque to transparent.
Dissolve(target) — Constructor in class mx.effects.Dissolve
Constructor.
DissolveInstance — Class in package mx.effects.effectClasses
The DissolveInstance class implements the instance class for the Dissolve effect.
DissolveInstance(target) — Constructor in class mx.effects.effectClasses.DissolveInstance
Constructor.
distance — Property in class mx.graphics.RectangularDropShadow
DividedBox — Class in package mx.containers
A DividedBox container measures and lays out its children horizontally or vertically in exactly the same way as a Box container, but it inserts draggable dividers in the gaps between the children.
DividedBox() — Constructor in class mx.containers.DividedBox
Constructor.
dividerAffordance — Style in class mx.containers.DividedBox
Thickness in pixels of the area where the user can click to drag a divider.
dividerAffordance — Style in class mx.containers.dividedBoxClasses.BoxDivider
Thickness in pixels of the area where the user can click to drag a divider.
dividerAlpha — Style in class mx.containers.DividedBox
The alpha value that determines the transparency of the dividers.
dividerAlpha — Style in class mx.containers.dividedBoxClasses.BoxDivider
The alpha value that determines the transparency of the dividers.
dividerClass — Property in class mx.containers.DividedBox
The class for the divider between the children.
dividerColor — Style in class mx.containers.DividedBox
Color of the dividers when the user presses or drags the dividers if the liveDragging property is set to false.
dividerColor — Style in class mx.containers.dividedBoxClasses.BoxDivider
Color of the dividers when the user presses or drags the dividers if the liveDragging property is set to false.
dividerDrag — Event in class mx.containers.DividedBox
Dispatched multiple times as the user drags any divider.
DIVIDER_DRAG — Constant static property in class mx.events.DividerEvent
The DividerEvent.DIVIDER_DRAG constant defines the value of the type property of the event object for a dividerDrag event.
DividerEvent — Class in package mx.events
Represents events that are dispatched when a divider has been pressed, dragged or released.
DividerEvent(type, bubbles, cancelable, dividerIndex, delta) — Constructor in class mx.events.DividerEvent
Constructor.
dividerIndex — Property in class mx.events.DividerEvent
The zero-based index of the divider being pressed or dragged.
dividerPress — Event in class mx.containers.DividedBox
Dispatched when the user presses any divider in this container.
DIVIDER_PRESS — Constant static property in class mx.events.DividerEvent
The DividerEvent.DIVIDER_PRESS constant defines the value of the type property of the event object for a dividerPress event.
dividerRelease — Event in class mx.containers.DividedBox
Dispatched when the user releases a divider.
DIVIDER_RELEASE — Constant static property in class mx.events.DividerEvent
The DividerEvent.DIVIDER_RELEASE constant defines the value of the type property of the event object for a dividerRelease event.
dividerSkin — Style in class mx.containers.DividedBox
The divider skin.
dividerThickness — Style in class mx.containers.DividedBox
Thickness in pixels of the dividers when the user presses or drags the dividers, if the liveDragging property is set to false.
dividerThickness — Style in class mx.containers.dividedBoxClasses.BoxDivider
Thickness in pixels of the dividers when the user presses or drags the dividers, if the liveDragging property is set to false.
document — Property in class mx.core.ComponentDescriptor
A reference to the document Object in which the component is to be created.
document — Property in interface mx.core.IUIComponent
A reference to the document object associated with this component.
document — Property in class mx.core.UIComponent
A reference to the document object associated with this UIComponent.
document — Property in class mx.core.UITextField
A reference to the document object associated with this UITextField object.
document — Property in interface mx.managers.ISystemManager
A reference to the document object.
document — Property in class mx.managers.SystemManager
A reference to the document object.
doDrag(dragInitiator:mx.core:IUIComponent, dragSource:mx.core:DragSource, mouseEvent, dragImage:mx.core:IFlexDisplayObject, xOffset, yOffset, imageAlpha, allowMove) — Static method in class mx.managers.DragManager
Initiates a drag and drop operation.
dominantColor — Property in class com.dwuser.ss4.ui.IndividualSlide
Specifies the dominant color of the current image.
dominantColor — Property in class com.dwuser.ss4.ui.SuperImage
Provides access to the dominant image color (once the image has been loaded).
dominantColorDark — Property in class com.dwuser.ss4.ui.IndividualSlide
Specifies a darkened version of the dominant color of the current image.
dominantColorLight — Property in class com.dwuser.ss4.ui.IndividualSlide
Specifies a lightened version of the dominant color of the current image.
doubleClickEnabled — Property in interface mx.core.IContainer
doubleClickEnabled — Property in interface mx.core.IUITextField
doubleClickEnabled — Property in class mx.core.UIComponent
Specifies whether the UIComponent object receives doubleClick events.
DOUBLE_CLICK_SOMEWHERE — Constant static property in class mx.events.SandboxMouseEvent
Mouse was double-clicked somewhere outside your sandbox.
DOWN — Constant static property in class mx.formatters.NumberBaseRoundType
Rounds a number down to an integer that is both closest to, and less than or equal to, the input number.
downArrowDisabledSkin — Style in class mx.controls.scrollClasses.ScrollBar
Name of the class to use as the skin for the down arrow button of the scroll bar when it is disabled.
downArrowDownSkin — Style in class mx.controls.scrollClasses.ScrollBar
Name of the class to use as the skin for the down arrow button of the scroll bar when you click the arrow button .
downArrowOverSkin — Style in class mx.controls.scrollClasses.ScrollBar
Name of the class to use as the skin for the down arrow button of the scroll bar when the mouse pointer is over the arrow button.
downArrowSkin — Static property in class com.dwuser.ss4.skins.VScrollBarSkinDefaults
The default down arrow skin class
downArrowSkin — Style in class mx.controls.scrollClasses.ScrollBar
Name of the class to use as the default skin for the down arrow button of the scroll bar.
downArrowStyleFilters — Property in class mx.controls.scrollClasses.ScrollBar
Set of styles to pass from the ScrollBar to the down arrow.
downArrowUpSkin — Style in class mx.controls.scrollClasses.ScrollBar
Name of the class to use as the skin for the down arrow button of the scroll bar.
downIcon — Style in class mx.controls.Button
Name of the class to use as the icon when the button is not selected and the mouse button is down.
downloadingLabel — Property in class mx.preloaders.DownloadProgressBar
The string to display as the label while in the downloading phase.
DOWNLOAD_PERCENTAGE — Property in class mx.preloaders.DownloadProgressBar
The percentage of the progress bar that the downloading phase fills when the SWF file is fully downloaded.
DownloadProgressBar — Class in package mx.preloaders
The DownloadProgressBar class displays download progress.
DownloadProgressBar() — Constructor in class mx.preloaders.DownloadProgressBar
Constructor.
downSkin — Style in class mx.controls.Button
Name of the class to use as the skin for the background and border when the button is not selected and the mouse button is down.
dragComplete — Event in class mx.core.UIComponent
Dispatched by the drag initiator (the component that is the source of the data being dragged) when the drag operation completes, either when you drop the dragged data onto a drop target or when you end the drag-and-drop operation without performing a drop.
DRAG_COMPLETE — Constant static property in class mx.events.DragEvent
The DragEvent.DRAG_COMPLETE constant defines the value of the type property of the event object for a dragComplete event.
dragCompleteHandler(event:mx.events:DragEvent) — Method in class mx.controls.Tree
Handles DragEvent.DRAG_COMPLETE events.
dragCompleteHandler(event:mx.events:DragEvent) — Method in class mx.controls.listClasses.ListBase
Handles DragEvent.DRAG_COMPLETE events.
dragDrop — Event in class mx.core.UIComponent
Dispatched by the drop target when the user releases the mouse over it.
DRAG_DROP — Constant static property in class mx.events.DragEvent
The DragEvent.DRAG_DROP constant defines the value of the type property of the event object for a dragDrop event.
dragDropHandler(event:mx.events:DragEvent) — Method in class mx.controls.Tree
Handles DragEvent.DRAG_DROP events.
dragDropHandler(event:mx.events:DragEvent) — Method in class mx.controls.listClasses.ListBase
Handles DragEvent.DRAG_DROP events.
dragEnabled — Property in class mx.controls.listClasses.ListBase
A flag that indicates whether you can drag items out of this control and drop them on other controls.
dragEnter — Event in class mx.core.UIComponent
Dispatched by a component when the user moves the mouse over the component during a drag operation.
DRAG_ENTER — Constant static property in class mx.events.DragEvent
The DragEvent.DRAG_ENTER constant defines the value of the type property of the event object for a dragEnter event.
dragEnterHandler(event:mx.events:DragEvent) — Method in class mx.controls.listClasses.ListBase
Handles DragEvent.DRAG_ENTER events.
DragEvent — Class in package mx.events
The DragEvent class represents event objects that are dispatched as part of a drag-and-drop operation.
DragEvent(type, bubbles, cancelable, dragInitiator:mx.core:IUIComponent, dragSource:mx.core:DragSource, action, ctrlKey, altKey, shiftKey) — Constructor in class mx.events.DragEvent
Constructor.
dragEventType — Property in class mx.events.InterDragManagerEvent
The event type for the DragEvent to be used by the receiving DragManager when creating the marshaled DragEvent.
dragExit — Event in class mx.core.UIComponent
Dispatched by the component when the user drags outside the component, but does not drop the data onto the target.
DRAG_EXIT — Constant static property in class mx.events.DragEvent
The DragEvent.DRAG_EXIT constant defines the value of the type property of the event object for a dragExit event.
dragExitHandler(event:mx.events:DragEvent) — Method in class mx.controls.listClasses.ListBase
Handles DragEvent.DRAG_EXIT events.
draggedItem — Property in class mx.events.DragEvent
If the dragInitiator property contains an IAutomationObject object, this property contains the child IAutomationObject object near the mouse cursor.
dragImage — Property in class mx.controls.listClasses.ListBase
Gets an instance of a class that displays the visuals during a drag and drop operation.
dragImageOffsets — Property in class mx.controls.listClasses.ListBase
Gets the offset of the drag image for drag and drop.
dragInitiator — Property in class mx.events.DragEvent
The component that initiated the drag.
DragManager — Class in package mx.managers
The DragManager class manages drag and drop operations, which let you move data from one place to another in a Flex application.
DRAG_MANAGER_REQUEST — Constant static property in class mx.events.InterManagerRequest
Communication between DragManagers use this request type.
dragMoveEnabled — Property in class mx.controls.Tree
Indicates that items can be moved instead of just copied from the Tree control as part of a drag-and-drop operation.
dragMoveEnabled — Property in class mx.controls.listClasses.ListBase
A flag that indicates whether items can be moved instead of just copied from the control as part of a drag-and-drop operation.
dragOver — Event in class mx.core.UIComponent
Dispatched by a component when the user moves the mouse while over the component during a drag operation.
DRAG_OVER — Constant static property in class mx.events.DragEvent
The DragEvent.DRAG_OVER constant defines the value of the type property of the event object for a dragOver event.
dragOverHandler(event:mx.events:DragEvent) — Method in class mx.controls.listClasses.ListBase
Handles DragEvent.DRAG_OVER events.
dragScroll() — Method in class mx.controls.listClasses.ListBase
Interval function that scrolls the list up or down if the mouse goes above or below the list.
dragSource — Property in class mx.events.DragEvent
The DragSource object containing the data being dragged.
DragSource — Class in package mx.core
The DragSource class contains the data being dragged.
DragSource() — Constructor in class mx.core.DragSource
Constructor.
dragStart — Event in class mx.core.UIComponent
Dispatched by the drag initiator when starting a drag operation.
DRAG_START — Constant static property in class mx.events.DragEvent
The DragEvent.DRAG_START constant defines the value of the type property of the event object for a dragStart event.
dragStartHandler(event:mx.events:DragEvent) — Method in class mx.controls.listClasses.ListBase
The default handler for the dragStart event.
drawCaretIndicator(indicator, x, y, width, height, color, itemRenderer:mx.controls.listClasses:IListItemRenderer) — Method in class mx.controls.listClasses.ListBase
Draws the caret indicator into the given Sprite at the position, width and height specified using the color specified.
drawFocus(isFocused) — Method in class com.dwuser.ss4.ui.ImageTree
drawFocus(isFocused) — Method in class com.dwuser.ss4.ui.controls.AutoplayLoopToggleButton
drawFocus(isFocused) — Method in class mx.controls.DWU_Button
Get the stinkin' compiler to shut up...
drawFocus(isFocused) — Method in class mx.controls.DWU_LinkButton
Get the stinkin' compiler to shut up...
drawFocus(isFocused) — Method in class mx.core.UIComponent
Shows or hides the focus indicator around this component.
drawFocus(isFocused) — Method in interface mx.managers.IFocusManagerComponent
Called by the FocusManager when the component receives focus.
drawHighlightIndicator(indicator, x, y, width, height, color, itemRenderer:mx.controls.listClasses:IListItemRenderer) — Method in class mx.controls.listClasses.ListBase
Draws the highlight indicator into the given Sprite at the position, width and height specified using the color specified.
drawItem(item:mx.controls.listClasses:IListItemRenderer, selected, highlighted, caret, transition) — Method in class mx.controls.listClasses.ListBase
Draws the renderer with indicators that it is highlighted, selected, or the caret.
drawRoundRect(x, y, width, height, cornerRadius, color, alpha, gradientMatrix, gradientType, gradientRatios, hole) — Method in class mx.core.UIComponent
Programatically draws a rectangle into this skin's Graphics object.
drawRoundRect(x, y, width, height, cornerRadius, color, alpha, gradientMatrix, gradientType, gradientRatios, hole) — Method in class mx.skins.ProgrammaticSkin
Programatically draws a rectangle into this skin's Graphics object.
drawRoundRectComplex(graphics, x, y, width, height, topLeftRadius, topRightRadius, bottomLeftRadius, bottomRightRadius) — Static method in class mx.utils.GraphicsUtil
Draws a rounded rectangle using the size of a radius to draw the rounded corners.
drawRowBackground(s, rowIndex, y, height, color, dataIndex) — Method in class mx.controls.List
Draws a row background at the position and height specified.
drawRowBackgrounds() — Method in class mx.controls.listClasses.ListBase
Draws any alternating row colors, borders and backgrounds for the rows.
drawSelectionIndicator(indicator, x, y, width, height, color, itemRenderer:mx.controls.listClasses:IListItemRenderer) — Method in class mx.controls.listClasses.ListBase
Draws the selection indicator into the given Sprite at the position, width and height specified using the color specified.
drawShadow(g, x, y, width, height) — Method in class mx.graphics.RectangularDropShadow
Renders the shadow on the screen.
drawThumbState(w, h, borderColors, fillColors, fillAlphas, drawBacking, drillHole) — Method in class mx.skins.halo.SliderThumbSkin
For internal use.
drawTileBackground(s, rowIndex, columnIndex, width, height, color, item:mx.controls.listClasses:IListItemRenderer) — Method in class mx.controls.listClasses.TileBase
Draws the background for an individual tile.
drawTileBackgrounds() — Method in class mx.controls.listClasses.TileBase
Draws the backgrounds, if any, behind all of the tiles.
dropEnabled — Property in class mx.controls.listClasses.ListBase
A flag that indicates whether dragged items can be dropped onto the control.
dropIndicatorSkin — Style in class mx.controls.listClasses.ListBase
The skin to use to indicate where a dragged item can be dropped.
dropShadowColor — Style in class com.dwuser.ss4.ui.SuperImage
Color of the drop shadow.
dropShadowColor — Style in class com.dwuser.ss4.ui.extras.BorderBox
Color of the drop shadow.
dropShadowColor — Style in class com.dwuser.ss4.ui.extras.NoteBox
Color of the drop shadow.
dropShadowColor — Style in class com.dwuser.ss4.ui.extras.PopupToolTip
Specifies the color of the tooltip's drop shadow if the shadow is enabled.
dropShadowColor — Style in class mx.controls.TextInput
Color of the drop shadow.
dropShadowColor — Style in class mx.controls.ToolTip
Color of the drop shadow.
dropShadowColor — Style in class mx.core.Container
Color of the drop shadow.
dropShadowColor — Style in class mx.core.ScrollControlBase
Color of the drop shadow.
dropShadowEnabled — Style in class com.dwuser.ss4.ui.SuperImage
Boolean property that specifies whether the component has a visible drop shadow.
dropShadowEnabled — Style in class com.dwuser.ss4.ui.extras.BorderBox
Boolean property that specifies whether the component has a visible drop shadow.
dropShadowEnabled — Style in class com.dwuser.ss4.ui.extras.NoteBox
Boolean property that specifies whether the component has a visible drop shadow.
dropShadowEnabled — Style in class com.dwuser.ss4.ui.extras.PopupToolTip
Specifies if a drop shadow should be added to the tooltip.
dropShadowEnabled — Style in class mx.containers.Panel
Boolean property that controls the visibility of the Panel container's drop shadow.
dropShadowEnabled — Style in class mx.controls.TextInput
Boolean property that specifies whether the component has a visible drop shadow.
dropShadowEnabled — Style in class mx.controls.ToolTip
Boolean property that specifies whether the component has a visible drop shadow.
dropShadowEnabled — Style in class mx.core.Container
Boolean property that specifies whether the component has a visible drop shadow.
dropShadowEnabled — Style in class mx.core.ScrollControlBase
Boolean property that specifies whether the component has a visible drop shadow.
DROP_SHADOW_FILTER — Constant static property in class com.dwuser.ss4.pseudoStyleClasses.XMLAttributeFormats
Creates a native DropShadowFilter instance which can be used as a filter on various objects.
dropTarget — Property in interface mx.core.IContainer
dropTarget — Property in class mx.events.InterDragManagerEvent
The potential drop target in the other ApplicationDomain (which is why it is a DisplayObject and not some other class).
duration — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.Effect
Duration of the effect in milliseconds.
duration — Style in class com.dwuser.ss4.ui.ImagesCoverFlow
Specifies the duration, in milliseconds, of the transition between each slide.
duration — Style in class com.dwuser.ss4.ui.ImagesScatter
Specifies the duration, in milliseconds, of the transition between each slide, where the slide 'flys' up from the table into focus.
duration — Style in class com.dwuser.ss4.ui.ImagesScrollList
Specifies the duration, in milliseconds, of the automated transition between each slide.
duration — Style in class com.dwuser.ss4.ui.ImagesStandardTransition
Specifies the duration, in milliseconds, of the transition (with some variation based on effectType; see below).
duration — Style in class com.dwuser.ss4.ui.ImagesStarfield
Specifies the duration, in milliseconds, of the transition effect between each slide.
duration — Property in class com.dwuser.ss4.utils.KBEffect
Specifies the duration of the effect, in milliseconds.
duration — Property in class mx.effects.Effect
Duration of the effect in milliseconds.
duration — Property in class mx.effects.EffectInstance
The duration of the effect, in milliseconds.
duration — Property in interface mx.effects.IEffect
Duration of the effect in milliseconds.
duration — Property in interface mx.effects.IEffectInstance
The duration of the effect, in milliseconds.
duration — Property in class mx.effects.Tween
Duration of the animation, in milliseconds.
durationHide — Style in class com.dwuser.ss4.ui.ImagesStandardTransition
Specifies the duration, in milliseconds, of the second part of the transition, where the new slide is revealed (with some variation based on effectType; see below).
DWU_Button — Class in package mx.controls
The base class used for various buttons in the slideshow; is essentially just a Button element.
DWU_Button() — Constructor in class mx.controls.DWU_Button
DWU_LinkButton — Class in package mx.controls
The base class used for various LinkButton's in the slideshow; essentially just a LinkButton element.
DWU_LinkButton() — Constructor in class mx.controls.DWU_LinkButton
DynamicEvent — Dynamic class in package mx.events
This subclass of Event is dynamic, meaning that you can set arbitrary event properties on its instances at runtime.
DynamicEvent(type, bubbles, cancelable) — Constructor in class mx.events.DynamicEvent
Constructor.
DynamicLinkButton — Class in package com.dwuser.ss4.ui
The DynamicLinkButton element creates a clickable link button whose text and link dynamically change based on the current selected gallery and image.
DynamicLinkButton() — Constructor in class com.dwuser.ss4.ui.DynamicLinkButton
DynamicScrollableText — Class in package com.dwuser.ss4.ui
The DynamicScrollableText element displays scrollable text which dynamically changes based on the currently selected gallery and image.
DynamicScrollableText() — Constructor in class com.dwuser.ss4.ui.DynamicScrollableText
DynamicText — Class in package com.dwuser.ss4.ui
The DynamicText element displays non-scrollable text which dynamically changes based on the currently selected gallery and image.
DynamicText() — Constructor in class com.dwuser.ss4.ui.DynamicText
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