| 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 |
| ABSOLUTE — Constant static property in class mx.core.ContainerLayout |
|
Use absolute layout for the contents of this container. |
| acceptDragDrop(target:mx.core:IUIComponent) — Static method in class mx.managers.DragManager |
|
Call this method from your dragEnter event handler if you accept
the drag/drop data. |
| accessibilityProperties — Property in interface mx.core.IFlexDisplayObject |
|
|
| Accordion — Class in package mx.containers |
|
An Accordion navigator container has a collection of child containers,
but only one of them at a time is visible. |
| Accordion() — Constructor in class mx.containers.Accordion |
|
Constructor. |
| AccordionHeader — Class in package mx.containers.accordionClasses |
|
The AccordionHeader class defines the appearance of the navigation buttons
of an Accordion. |
| AccordionHeader() — Constructor in class mx.containers.accordionClasses.AccordionHeader |
|
Constructor. |
| action — Property in class mx.events.DragEvent |
|
The requested action. |
| ActionEffectInstance — Class in package mx.effects.effectClasses |
|
The ActionEffectInstance class is the superclass for all
action effect instance classes. |
| ActionEffectInstance(target) — Constructor in class mx.effects.effectClasses.ActionEffectInstance |
|
Constructor. |
| activate() — Method in class mx.managers.FocusManager |
|
The SystemManager activates and deactivates a FocusManager
if more than one IFocusManagerContainer is visible at the same time. |
| activate() — Method in interface mx.managers.IFocusManager |
|
The SystemManager activates and deactivates a FocusManager
if more than one IFocusManagerContainer is visible at the same time. |
| activate(f:mx.managers:IFocusManagerContainer) — Method in interface mx.managers.ISystemManager |
|
Activates the FocusManager in an IFocusManagerContainer. |
| activate(f:mx.managers:IFocusManagerContainer) — Method in class mx.managers.SystemManager |
|
Activates the FocusManager in an IFocusManagerContainer. |
| ACTIVATE_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 activated. |
| ACTIVATE_POP_UP_REQUEST — Constant static property in class mx.events.SWFBridgeRequest |
|
Requests that a child application's pop up be activated. |
| activeEffects — Property in class mx.core.UIComponent |
|
The list of effects that are currently playing on the component,
as an Array of EffectInstance instances. |
| actualCollection — Property in class mx.controls.listClasses.ListBase |
|
A copy of the value normally stored in collection
used while running data changes effects. |
| actualCreationPolicy — Property in class mx.core.Container |
|
The creation policy of this container. |
| actualIterator — Property in class mx.controls.listClasses.ListBase |
|
A copy of the value normally stored in iterator
used while running data changes effects. |
| add — Event in class mx.core.UIComponent |
|
Dispatched when the component is added to a container as a content child
by using the addChild() or addChildAt() method. |
| add — Property in class mx.effects.effectClasses.AddRemoveEffectTargetFilter |
|
Determines if this is an add or remove filter. |
| ADD — Constant static property in class mx.events.CollectionEventKind |
|
Indicates that the collection added an item or items. |
| ADD — Constant static property in class mx.events.FlexEvent |
|
The FlexEvent.ADD constant defines the value of the
type property of the event object for an add event. |
| addChild(child) — Method in class mx.core.Container |
|
Adds a child DisplayObject to this Container. |
| addChild(child) — Method in interface mx.core.IChildList |
|
Adds a child DisplayObject after the end of this child list. |
| addChild(child) — Method in interface mx.core.IContainer |
|
|
| addChild(childEffect:mx.effects:IEffect) — Method in class mx.effects.CompositeEffect |
|
Adds a new child effect to this composite effect. |
| addChildAt(parent, newChild, index, model) — Method in interface mx.controls.menuClasses.IMenuDataDescriptor |
|
Add a child node to a node at the specified index. |
| addChildAt(parent, newChild, index, model) — Method in class mx.controls.treeClasses.DefaultDataDescriptor |
|
Add a child node to a node at the specified index. |
| addChildAt(parent, newChild, index, model) — Method in interface mx.controls.treeClasses.ITreeDataDescriptor |
|
Adds a child node to a node at the specified index. |
| addChildAt(child, index) — Method in class mx.core.Container |
|
Adds a child DisplayObject to this Container. |
| addChildAt(child, index) — Method in interface mx.core.IChildList |
|
Adds a child DisplayObject to this child list at the index specified. |
| addChildAt(child, index) — Method in interface mx.core.IContainer |
|
|
| addChildBridge(bridge, bridgeProvider:mx.core:ISWFBridgeProvider) — Method in interface mx.core.ISWFBridgeGroup |
|
Adds a new bridge to the pod. |
| addChildBridge(bridge, bridgeProvider:mx.core:ISWFBridgeProvider) — Method in class mx.core.SWFBridgeGroup |
|
Adds a new bridge to the pod. |
| addChildBridge(bridge, owner) — Method in interface mx.managers.ISystemManager |
|
Adds a child bridge to the system manager. |
| addChildBridge(bridge, owner) — Method in class mx.managers.SystemManager |
|
Add a bridge to talk to the child owned by owner. |
| addChildSet(childSet) — Method in class mx.effects.effectClasses.CompositeEffectInstance |
|
Adds a new set of child effects to this Composite effect. |
| addChildToSandboxRoot(layer, child) — Method in interface mx.managers.ISystemManager |
|
Adds child to sandbox root in the layer requested. |
| addChildToSandboxRoot(layer, child) — Method in class mx.managers.SystemManager |
|
Adds a child to the requested childList. |
| addData(data, format) — Method in class mx.core.DragSource |
|
Adds data and a corresponding format String to the drag source. |
| addDataEffectItem(item) — Method in class mx.controls.listClasses.ListBase |
|
Adds an item renderer if a data change effect is running. |
| addDataEffectItem(target) — Method in interface mx.effects.IEffectTargetHost |
|
Adds an item renderer if a data change effect is running. |
| addDragData(ds) — Method in class mx.controls.listClasses.ListBase |
|
Adds the selected items to the DragSource object as part of a
drag-and-drop operation. |
| addedEffect — Effect in class mx.core.UIComponent |
|
Played when the component is added as a child to a Container. |
| addEventListener(type, listener, useCapture, priority, useWeakReference) — Method in class com.dwuser.ss4.ui.FlashSlideshow |
| |
| addEventListener(type, listener, useCapture, priority, useWeakReference) — Method in class mx.collections.ListCollectionView |
|
|
| addEventListener(type, listener, useCapture, priority, useWeakReference) — Method in class mx.utils.ObjectProxy |
|
Registers an event listener object
so that the listener receives notification of an event. |
| ADD_EVENT_LISTENER_REQUEST — Constant static property in class mx.events.EventListenerRequest |
|
Request to add an event listener. |
| addFocusManager(f:mx.managers:IFocusManagerContainer) — Method in interface mx.managers.ISystemManager |
|
Registers a top-level window containing a FocusManager. |
| addFocusManager(f:mx.managers:IFocusManagerContainer) — Method in class mx.managers.SystemManager |
|
Registers a top-level window containing a FocusManager. |
| addHaloColors(colors, themeColor, fillColor0, fillColor1) — Static method in class mx.skins.halo.HaloColors |
|
Calculates colors that are used by components that
support the Halo theme, such as the colors of beveled
edges. |
| addHandler(handler, format) — Method in class mx.core.DragSource |
|
Adds a handler that is called when data
for the specified format is requested. |
| addItem(item) — Method in interface mx.collections.IList |
|
Adds the specified item to the end of the list. |
| addItem(item) — Method in class mx.collections.ListCollectionView |
|
Adds the specified item to the end of the list. |
| addItemAt(item, index) — Method in interface mx.collections.IList |
|
Adds the item at the specified index. |
| addItemAt(item, index) — Method in class mx.collections.ListCollectionView |
|
Adds the item at the specified index. |
| addObject(obj:mx.core:IUIComponent, scaleType) — Method in class mx.printing.FlexPrintJob |
|
Adds a UIComponent object to the list of objects being printed. |
| addPopUp(window:mx.core:IFlexDisplayObject, parent, modal, childList) — Static method in class mx.managers.PopUpManager |
|
Pops up a top-level window. |
| ADD_POP_UP_PLACE_HOLDER_REQUEST — Constant static property in class mx.events.SWFBridgeRequest |
|
Adds a placeholder for a pop up window hosted by a child SystemManager. |
| ADD_POP_UP_REQUEST — Constant static property in class mx.events.SWFBridgeRequest |
|
Adds a popup on the targeted application. |
| AddRemoveEffectTargetFilter — Class in package mx.effects.effectClasses |
|
AddRemoveEffectTargetFilter is a subclass of EffectTargetFilter that handles
the logic for filtering targets that have been added or removed as
children to a container. |
| AddRemoveEffectTargetFilter() — Constructor in class mx.effects.effectClasses.AddRemoveEffectTargetFilter |
|
Constructor. |
| addResourceBundle(resourceBundle:mx.resources:IResourceBundle) — Method in interface mx.resources.IResourceManager |
|
Adds the specified ResourceBundle to the ResourceManager
so that its resources can be accessed by ResourceManager
methods such as getString(). |
| addResponder(responder:mx.rpc:IResponder) — Method in class mx.collections.errors.ItemPendingError |
|
addResponder adds a responder to an Array of responders. |
| addSWFBridge(bridge, owner) — Method in class mx.managers.FocusManager |
|
This is called on the top-level focus manager and the parent focus
manager for each new bridge of focusable content created. |
| addSWFBridge(bridge, owner) — Method in interface mx.managers.IFocusManager |
|
Adds a SWF bridge to this focus manager. |
| addToFreeItemRenderers(item:mx.controls.listClasses:IListItemRenderer) — Method in class mx.controls.listClasses.ListBase |
|
Adds a renderer to the recycled renderer list,
making it invisible and cleaning up references to it. |
| addToRowArrays() — Method in class mx.controls.listClasses.ListBase |
|
Add a blank row to the beginning of the arrays that store references to the rows. |
| adjustBrightness(rgb, brite) — Static method in class mx.utils.ColorUtil |
|
Performs a linear brightness adjustment of an RGB color. |
| adjustBrightness2(rgb, brite) — Static method in class mx.utils.ColorUtil |
|
Performs a scaled brightness adjustment of an RGB color. |
| adjustFocusRect(obj) — Method in class mx.core.UIComponent |
|
Adjust the focus rectangle. |
| adjustListContent(unscaledWidth, unscaledHeight) — Method in class mx.controls.listClasses.ListBase |
|
Called from the updateDisplayList() method to adjust the size and position of
listContent. |
| adjustListContent(unscaledWidth, unscaledHeight) — Method in class mx.controls.listClasses.TileBase |
|
Called from the updateDisplayList() method to adjust the size and position of
listContent. |
| afterLast — Property in interface mx.collections.IViewCursor |
|
If the cursor is located after the last item in the view,
this property is true . |
| Alert — Class in package mx.controls |
|
The Alert control is a pop-up dialog box that can contain a message,
a title, buttons (any combination of OK, Cancel, Yes, and No) and an icon. |
| Alert() — Constructor in class mx.controls.Alert |
|
Constructor. |
| ALL — Constant static property in class mx.core.ContainerCreationPolicy |
|
Immediately create all descendants. |
| allowDragSelection — Property in class mx.controls.listClasses.ListBase |
|
A flag that indicates whether drag-selection is enabled. |
| allowItemSizeChangeNotification — Property in class mx.controls.listClasses.ListBase |
|
If false, renderers cannot invalidate size of List. |
| allowMultipleSelection — Property in class mx.controls.listClasses.ListBase |
|
A flag that indicates whether you can allow more than one item to be
selected at the same time. |
| allowScrub — Style in class com.dwuser.ss4.ui.audiocontrols.AudioScrubBar |
|
Specifies if the position thumb is actually draggable. |
| alpha — Property in interface mx.core.IFlexDisplayObject |
|
|
| alpha — Property in class mx.graphics.RectangularDropShadow |
|
|
| alphaBackground — Style in class com.dwuser.ss4.ui.loaders.UILoader |
|
Specifies the alpha (opacity) of the background ring when using the ProgressCircle loader type. |
| alphaFrom — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.Fade |
|
Initial transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. |
| alphaFrom — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.Glow |
|
Starting transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. |
| alphaFrom — Property in class mx.effects.Dissolve |
|
Initial transparency level between 0.0 and 1.0,
where 0.0 means transparent and 1.0 means fully opaque. |
| alphaFrom — Property in class mx.effects.Fade |
|
Initial transparency level between 0.0 and 1.0,
where 0.0 means transparent and 1.0 means fully opaque. |
| alphaFrom — Property in class mx.effects.Glow |
|
Starting transparency level between 0.0 and 1.0,
where 0.0 means transparent and 1.0 means fully opaque. |
| alphaFrom — Property in class mx.effects.effectClasses.DissolveInstance |
|
Initial transparency level between 0.0 and 1.0,
where 0.0 means transparent and 1.0 means fully opaque. |
| alphaFrom — Property in class mx.effects.effectClasses.FadeInstance |
|
Initial transparency level between 0.0 and 1.0,
where 0.0 means transparent and 1.0 means fully opaque. |
| alphaFrom — Property in class mx.effects.effectClasses.GlowInstance |
|
Starting transparency level. |
| alphaInner — Style in class com.dwuser.ss4.ui.loaders.UILoader |
|
Specifies the alpha (opacity) of the ring's fill when using the ProgressCircle loader type. |
| alphaTo — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.Fade |
|
Final transparency level, where 0.0 means transparent and 1.0 means fully opaque. |
| alphaTo — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.Glow |
|
Ending transparency level between 0.0 and 1.0, where 0.0 means transparent and 1.0 means fully opaque. |
| alphaTo — Property in class mx.effects.Dissolve |
|
Final transparency level between 0.0 and 1.0,
where 0.0 means transparent and 1.0 means fully opaque. |
| alphaTo — Property in class mx.effects.Fade |
|
Final transparency level,
where 0.0 means transparent and 1.0 means fully opaque. |
| alphaTo — Property in class mx.effects.Glow |
|
Ending transparency level between 0.0 and 1.0,
where 0.0 means transparent and 1.0 means fully opaque. |
| alphaTo — Property in class mx.effects.effectClasses.DissolveInstance |
|
Final transparency level between 0.0 and 1.0,
where 0.0 means transparent and 1.0 means fully opaque. |
| alphaTo — Property in class mx.effects.effectClasses.FadeInstance |
|
Final transparency level between 0.0 and 1.0,
where 0.0 means transparent and 1.0 means fully opaque. |
| alphaTo — Property in class mx.effects.effectClasses.GlowInstance |
|
Ending transparency level. |
| alternatingItemColors — Style in class mx.controls.Tree |
|
Colors for rows in an alternating pattern. |
| alternatingItemColors — Style in class mx.controls.listClasses.ListBase |
|
The colors to use for the backgrounds of the items in the list. |
| altKey — Property in class mx.events.SandboxMouseEvent |
|
Indicates whether the Alt key was pressed. |
| alwaysClosePreviousGallery — Style in class com.dwuser.ss4.ui.ImagesStandard |
|
Specifies if, when a new gallery is requested, the old gallery should be fully closed first. |
| alwaysShowSelection — Property in interface mx.core.IUITextField |
|
The ITextField interface defines the basic set of APIs
for flash.display.TextField
|
| anchorBookmark — Property in class mx.controls.listClasses.ListBase |
|
A bookmark to the item that is the anchor. |
| anchorIndex — Property in class mx.controls.listClasses.ListBase |
|
The offset of the item in the data provider that is the selection
anchor point. |
| angle — Property in class mx.graphics.RectangularDropShadow |
|
|
| angleFrom — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.Rotate |
|
The starting angle of rotation of the target object, expressed in degrees. |
| angleFrom — Property in class mx.effects.Rotate |
|
The starting angle of rotation of the target object,
expressed in degrees. |
| angleFrom — Property in class mx.effects.effectClasses.RotateInstance |
|
The starting angle of rotation of the target object,
expressed in degrees. |
| angleTo — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.Rotate |
|
The ending angle of rotation of the target object, expressed in degrees. |
| angleTo — Property in class mx.effects.Rotate |
|
The ending angle of rotation of the target object,
expressed in degrees. |
| angleTo — Property in class mx.effects.effectClasses.RotateInstance |
|
The ending angle of rotation of the target object,
expressed in degrees. |
| animate — Property in class mx.events.TreeEvent |
|
Whether to animate an opening or closing operation; used for
ITEM_OPENING type events only. |
| AnimateProperty — Class in package com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses |
|
[Dummy Class Only!] The AnimateProperty effect animates a property or style of a component. |
| AnimateProperty — Class in package mx.effects |
|
The AnimateProperty effect animates a property or style of a component. |
| AnimateProperty() — Constructor in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.AnimateProperty |
| |
| AnimateProperty(target) — Constructor in class mx.effects.AnimateProperty |
|
Constructor. |
| AnimatePropertyInstance — Class in package mx.effects.effectClasses |
|
The AnimatePropertyInstance class implements the instance class
for the AnimateProperty effect. |
| AnimatePropertyInstance(target) — Constructor in class mx.effects.effectClasses.AnimatePropertyInstance |
|
Constructor. |
| antiAliasType — Property in interface mx.core.IUITextField |
|
|
| antiAliasType — Property in class mx.core.UITextFormat |
|
Defines the anti-aliasing setting for the UITextField class. |
| ANY_INDEX_MODE — Constant static property in class mx.collections.Sort |
|
When executing a find return the index any matching item. |
| appendText(newText) — Method in interface mx.core.IUITextField |
|
|
| application — Property in class mx.managers.SystemManager |
|
The application parented by this SystemManager. |
| APPLICATION — Constant static property in class mx.managers.PopUpManagerChildList |
|
Indicates that the popup is placed in the same child list as the
application. |
| applicationComplete — Event in class mx.managers.SystemManager |
|
Dispatched when the application has finished initializing
|
| APPLICATION_COMPLETE — Constant static property in class mx.events.FlexEvent |
|
The FlexEvent.APPLICATION_COMPLETE constant defines the value of the
type property of the event object for a applicationComplete event. |
| APPLICATION_URL_CHANGE — Constant static property in class mx.events.BrowserChangeEvent |
|
The BrowserChangeEvent.APPLICATION_URL_CHANGE constant defines the value of the
type property of the event object for a applicationURLChange event. |
| apply(parent:mx.core:UIComponent) — Method in interface mx.states.IOverride |
|
Applies the override. |
| applyParams(obj) — Static method in class com.dwuser.ss4.core.SlideshowParams |
|
Main public methods
|
| applySelectionEffect(indicator, uid, itemRenderer:mx.controls.listClasses:IListItemRenderer) — Method in class mx.controls.listClasses.ListBase |
|
Sets up the effect for applying the selection indicator. |
| applyValueToTarget(target, property, value, props) — Method in class mx.effects.Effect |
|
Used internally by the Effect infrastructure. |
| applyXML(node) — Method in class com.dwuser.ss4.managers.EffectLibrary |
|
This is the method which applies the effects defined in XML through the <effects>...</effects> subnode of the main <slideshow> node in the XML configuration file. |
| applyXML(node) — Method in class com.dwuser.ss4.managers.KBManager |
|
Processes an XML node which defines kb effects and adds them to the manager. |
| approximate — Property in class mx.controls.listClasses.ListBaseSelectionData |
|
If true, then the index property is an approximate value and not the exact value. |
| areInaccessibleObjectsUnderPoint(point) — Method in interface mx.core.IContainer |
|
|
| ARRAY — Constant static property in class com.dwuser.ss4.pseudoStyleClasses.XMLAttributeFormats |
|
Creates a native Array with the passed comma-separated values, formatting each subvalue. |
| ArrayCollection — Class in package mx.collections |
|
The ArrayCollection class is a wrapper class that exposes an Array as
a collection that can be accessed and manipulated using the methods
and properties of the ICollectionView or IList
interfaces. |
| ArrayCollection(source) — Constructor in class mx.collections.ArrayCollection |
|
Constructor. |
| ArrayUtil — Class in package mx.utils |
|
The ArrayUtil utility class is an all-static class
with methods for working with arrays within Flex. |
| arrowAlpha — Style in class com.dwuser.ss4.pseudoStyleClasses.CustomScrollBar |
|
Specifies the opacity of the scrollbar arrow (the buttons at the ends of the scrollbar). |
| arrowColor — Style in class com.dwuser.ss4.pseudoStyleClasses.CustomScrollBar |
|
Specifies the color of the scrollbar arrow (the buttons at the ends of the scrollbar). |
| assignFocus(direction) — Method in interface mx.managers.IFocusManagerComplexComponent |
|
Called by the FocusManager when the component receives focus. |
| AT_BOTTOM — Constant static property in class mx.events.ScrollEventDetail |
|
Indicates that the scroll bar is at the bottom of its scrolling range. |
| AT_LEFT — Constant static property in class mx.events.ScrollEventDetail |
|
Indicates that the scroll bar is at the left of its scrolling range. |
| AT_RIGHT — Constant static property in class mx.events.ScrollEventDetail |
|
Indicates that the scroll bar is at the right of its scrolling range. |
| attachOverlay() — Method in class mx.core.Container |
|
Used internally by the Dissolve Effect to add the overlay to the chrome of a container. |
| attachOverlay() — Method in class mx.core.UIComponent |
|
This is an internal method used by the Flex framework
to support the Dissolve effect. |
| AT_TOP — Constant static property in class mx.events.ScrollEventDetail |
|
Indicates that the scroll bar is at the top of its scrolling range. |
| attribute(attributeName) — Method in class mx.collections.XMLListCollection |
|
Calls the attribute() method of each XML object in the
XMLList and returns an XMLList of the results, which
match the given attributeName. |
| attributes() — Method in class mx.collections.XMLListCollection |
|
Calls the attributes() method of each XML object in the
XMLList object and returns an XMList of attributes for each XML object. |
| AudioControlBar — Class in package com.dwuser.ss4.ui.audiocontrols |
|
The AudioControlBar class provides a default audio control component when a simple audio controller is needed. |
| AudioControlBar() — Constructor in class com.dwuser.ss4.ui.audiocontrols.AudioControlBar |
| |
| AudioControlCanvas — Class in package com.dwuser.ss4.ui.audiocontrols |
|
The AudioControlCanvas element is used to hold all audio control elements for an audio controller. |
| AudioControlCanvas() — Constructor in class com.dwuser.ss4.ui.audiocontrols.AudioControlCanvas |
| |
| AudioGallery — Class in package com.dwuser.ss4.pseudoStyleClasses |
|
Holds the style parameters which control the gallery level audio. |
| AudioGallery() — Constructor in class com.dwuser.ss4.pseudoStyleClasses.AudioGallery |
| |
| AudioImage — Class in package com.dwuser.ss4.pseudoStyleClasses |
|
Holds the style parameters which control the image level audio. |
| AudioImage() — Constructor in class com.dwuser.ss4.pseudoStyleClasses.AudioImage |
| |
| audio_imageSoundComplete — Event in class com.dwuser.ss4.ui.FlashSlideshow |
|
The SlideshowEvent.AUDIO_IMAGESOUNDCOMPLETE constant defines the value of the
type property of the event object for a audio_imageSoundComplete event. |
| AUDIO_IMAGESOUNDCOMPLETE — Constant static property in class com.dwuser.ss4.events.SlideshowEvent |
|
The SlideshowEvent.AUDIO_IMAGESOUNDCOMPLETE constant defines the value of the
type property of the event object for a audio_imageSoundComplete event. |
| audio_imageSoundStart — Event in class com.dwuser.ss4.ui.FlashSlideshow |
|
The SlideshowEvent.AUDIO_IMAGESOUNDSTART constant defines the value of the
type property of the event object for a audio_imageSoundStart event. |
| AUDIO_IMAGESOUNDSTART — Constant static property in class com.dwuser.ss4.events.SlideshowEvent |
|
The SlideshowEvent.AUDIO_IMAGESOUNDSTART constant defines the value of the
type property of the event object for a audio_imageSoundStart event. |
| AudioInfoText — Class in package com.dwuser.ss4.ui.audiocontrols |
|
The AudioInfoText element displays information about the currently playing audio. |
| AudioInfoText() — Constructor in class com.dwuser.ss4.ui.audiocontrols.AudioInfoText |
| |
| AudioIntro — Class in package com.dwuser.ss4.pseudoStyleClasses |
|
Holds the style parameters which control the intro/background level audio. |
| AudioIntro() — Constructor in class com.dwuser.ss4.pseudoStyleClasses.AudioIntro |
| |
| AudioLoadBar — Class in package com.dwuser.ss4.ui.audiocontrols |
|
The AudioLoadBar element shows a loading-progress bar for the currently streaming audio. |
| AudioLoadBar() — Constructor in class com.dwuser.ss4.ui.audiocontrols.AudioLoadBar |
| |
| audio_loadProgress — Event in class com.dwuser.ss4.ui.FlashSlideshow |
|
The SlideshowEvent.AUDIO_LOADPROGRESS constant defines the value of the
type property of the event object for a audio_loadProgress event. |
| AUDIO_LOADPROGRESS — Constant static property in class com.dwuser.ss4.events.SlideshowEvent |
|
The SlideshowEvent.AUDIO_LOADPROGRESS constant defines the value of the
type property of the event object for a audio_loadProgress event. |
| AudioLoudButton — Class in package com.dwuser.ss4.ui.audiocontrols |
|
The AudioLoudButton element is a button which, when clicked, sets the volume to full strength (or the value specified in the destVolume parameter). |
| AudioLoudButton() — Constructor in class com.dwuser.ss4.ui.audiocontrols.AudioLoudButton |
| |
| AudioMuteButton — Class in package com.dwuser.ss4.ui.audiocontrols |
|
The AudioMuteButton element is a button which, when clicked, mutes the audio volume (or sets it to the value specified in the destVolume parameter). |
| AudioMuteButton() — Constructor in class com.dwuser.ss4.ui.audiocontrols.AudioMuteButton |
| |
| AudioPlayPauseButton — Class in package com.dwuser.ss4.ui.audiocontrols |
|
The AudioPlayPauseButton plays or pauses any current audio that is applicable based on the level parameter. |
| AudioPlayPauseButton() — Constructor in class com.dwuser.ss4.ui.audiocontrols.AudioPlayPauseButton |
| |
| audio_positionUpdate — Event in class com.dwuser.ss4.ui.FlashSlideshow |
|
The SlideshowEvent.AUDIO_POSITIONUPDATE constant defines the value of the
type property of the event object for a audio_positionUpdate event. |
| AUDIO_POSITIONUPDATE — Constant static property in class com.dwuser.ss4.events.SlideshowEvent |
|
The SlideshowEvent.AUDIO_POSITIONUPDATE constant defines the value of the
type property of the event object for a audio_positionUpdate event. |
| AudioScrubBar — Class in package com.dwuser.ss4.ui.audiocontrols |
|
The AudioScrubBar element allows the user to scrub to a specific point in the currently playing audio, while displaying the current progress. |
| AudioScrubBar() — Constructor in class com.dwuser.ss4.ui.audiocontrols.AudioScrubBar |
| |
| AudioScrubBarHighlightSkin — Class in package com.dwuser.ss4.skins |
|
The default skin for the highlighted part of the track on the AudioScrubBar element. |
| AudioScrubBarHighlightSkin() — Constructor in class com.dwuser.ss4.skins.AudioScrubBarHighlightSkin |
|
Constructor. |
| audio_setControlLabel — Event in class com.dwuser.ss4.ui.FlashSlideshow |
|
The SlideshowEvent.AUDIO_SETCONTROLLABEL constant defines the value of the
type property of the event object for a audio_setControlLabel event. |
| AUDIO_SETCONTROLLABEL — Constant static property in class com.dwuser.ss4.events.SlideshowEvent |
|
The SlideshowEvent.AUDIO_SETCONTROLLABEL constant defines the value of the
type property of the event object for a audio_setControlLabel event. |
| audio_setPosition — Event in class com.dwuser.ss4.ui.FlashSlideshow |
|
The SlideshowEvent.AUDIO_SETPOSITION constant defines the value of the
type property of the event object for a audio_setPosition event. |
| AUDIO_SETPOSITION — Constant static property in class com.dwuser.ss4.events.SlideshowEvent |
|
The SlideshowEvent.AUDIO_SETPOSITION constant defines the value of the
type property of the event object for a audio_setPosition event. |
| audio_setStatusPlaying — Event in class com.dwuser.ss4.ui.FlashSlideshow |
|
The SlideshowEvent.AUDIO_SETSTATUSPLAYING constant defines the value of the
type property of the event object for a audio_setStatusPlaying event. |
| AUDIO_SETSTATUSPLAYING — Constant static property in class com.dwuser.ss4.events.SlideshowEvent |
|
The SlideshowEvent.AUDIO_SETSTATUSPLAYING constant defines the value of the
type property of the event object for a audio_setStatusPlaying event. |
| audio_setVolume — Event in class com.dwuser.ss4.ui.FlashSlideshow |
|
The SlideshowEvent.AUDIO_SETVOLUME constant defines the value of the
type property of the event object for a audio_setVolume event. |
| AUDIO_SETVOLUME — Constant static property in class com.dwuser.ss4.events.SlideshowEvent |
|
The SlideshowEvent.AUDIO_SETVOLUME constant defines the value of the
type property of the event object for a audio_setVolume event. |
| audio_showHideControls — Event in class com.dwuser.ss4.ui.FlashSlideshow |
|
The SlideshowEvent.AUDIO_SHOWHIDECONTROLS constant defines the value of the
type property of the event object for a audio_showHideControls event. |
| AUDIO_SHOWHIDECONTROLS — Constant static property in class com.dwuser.ss4.events.SlideshowEvent |
|
The SlideshowEvent.AUDIO_SHOWHIDECONTROLS constant defines the value of the
type property of the event object for a audio_showHideControls event. |
| audio_silentStop — Event in class com.dwuser.ss4.ui.FlashSlideshow |
|
The SlideshowEvent.AUDIO_SILENTSTOP constant defines the value of the
type property of the event object for a audio_silentStop event. |
| AUDIO_SILENTSTOP — Constant static property in class com.dwuser.ss4.events.SlideshowEvent |
|
The SlideshowEvent.AUDIO_SILENTSTOP constant defines the value of the
type property of the event object for a audio_silentStop event. |
| audio_statusPlayingUpdate — Event in class com.dwuser.ss4.ui.FlashSlideshow |
|
The SlideshowEvent.AUDIO_STATUSPLAYINGUPDATE constant defines the value of the
type property of the event object for a audio_statusPlayingUpdate event. |
| AUDIO_STATUSPLAYINGUPDATE — Constant static property in class com.dwuser.ss4.events.SlideshowEvent |
|
The SlideshowEvent.AUDIO_STATUSPLAYINGUPDATE constant defines the value of the
type property of the event object for a audio_statusPlayingUpdate event. |
| AudioVolumeControl — Class in package com.dwuser.ss4.ui.audiocontrols |
|
The AudioVolumeControl element allows the user to control the audio volume, incorporating three separate elements: AudioMuteButton, AudioVolumeSlider, and AudioLoudButton. |
| AudioVolumeControl() — Constructor in class com.dwuser.ss4.ui.audiocontrols.AudioVolumeControl |
| |
| AudioVolumeSlider — Class in package com.dwuser.ss4.ui.audiocontrols |
|
The AudioVolumeSlider element allows the user to control the audio volume level by dragging a slider. |
| AudioVolumeSlider() — Constructor in class com.dwuser.ss4.ui.audiocontrols.AudioVolumeSlider |
|
Constructor
|
| AudioVolumeToggleButton — Class in package com.dwuser.ss4.ui.audiocontrols |
|
The AudioVolumeToggleButton element allows the user to toggle the volume back and forth from full-level to muted. |
| AudioVolumeToggleButton() — Constructor in class com.dwuser.ss4.ui.audiocontrols.AudioVolumeToggleButton |
| |
| AUTO — Constant static property in class mx.core.ContainerCreationPolicy |
|
Delay creating some or all descendants until they are needed. |
| AUTO — Constant static property in class mx.core.ScrollPolicy |
|
Show the scrollbar if the children exceed the owner's dimension. |
| AUTO — Constant static property in class mx.core.UIComponentCachePolicy |
|
Specifies that the Flex framework should use heuristics
to decide whether to cache the object as a bitmap. |
| autoLayout — Property in class mx.core.Container |
|
If true, measurement and layout are done
when the position or size of a child is changed. |
| autoLoad — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.SoundEffect |
|
If true, load the MP3 file when the source has been specified. |
| autoLoad — Property in class mx.controls.SWFLoader |
|
A flag that indicates whether content starts loading automatically
or waits for a call to the load() method. |
| autoLoad — Property in class mx.effects.SoundEffect |
|
If true, load the MP3 file
when the source has been specified. |
| automationDelegate — Property in interface mx.automation.IAutomationObject |
|
The delegate object that is handling the automation-related functionality. |
| automationDelegate — Property in class mx.core.UIComponent |
|
The delegate object that handles the automation-related functionality. |
| automationDelegate — Property in class mx.core.UITextField |
|
The delegate object which is handling the automation related functionality. |
| automationName — Property in interface mx.automation.IAutomationObject |
|
Name that can be used as an identifier for this object. |
| automationName — Property in class mx.core.UIComponent |
|
Name that can be used as an identifier for this object. |
| automationName — Property in class mx.core.UITextField |
|
Name that can be used as an identifier for this object. |
| automationTabularData — Property in interface mx.automation.IAutomationObject |
|
An implementation of the IAutomationTabularData interface, which
can be used to retrieve the data. |
| automationTabularData — Property in class mx.core.UIComponent |
|
An implementation of the IAutomationTabularData interface, which
can be used to retrieve the data. |
| automationValue — Property in interface mx.automation.IAutomationObject |
|
This value generally corresponds to the rendered appearance of the
object and should be usable for correlating the identifier with
the object as it appears visually within the application. |
| automationValue — Property in class mx.core.UIComponent |
|
This value generally corresponds to the rendered appearance of the
object and should be usable for correlating the identifier with
the object as it appears visually within the application. |
| automationValue — Property in class mx.core.UITextField |
|
This value generally corresponds to the rendered appearance of the
object and should be usable for correlating the identifier with
the object as it appears visually within the application. |
| autoplay — Style in class com.dwuser.ss4.pseudoStyleClasses.AudioGallery |
|
Specifies if the gallery level audio should automatically start playing. |
| autoplay — Style in class com.dwuser.ss4.pseudoStyleClasses.AudioImage |
|
Specifies if the image level audio should automatically start playing. |
| autoplay — Style in class com.dwuser.ss4.pseudoStyleClasses.AudioIntro |
|
Specifies if the intro/background level audio should automatically start playing. |
| autoPlay — Property in class com.dwuser.ss4.ui.extras.Spinner |
| |
| AutoplayDelaySlider — Class in package com.dwuser.ss4.ui.controls |
|
The AutoplayDelaySlider is a slider control which allows the user to adjust the autoplay delay between images. |
| AutoplayDelaySlider() — Constructor in class com.dwuser.ss4.ui.controls.AutoplayDelaySlider |
| |
| autoplayEnabled — Static property in class com.dwuser.ss4.managers.AutoplayManager |
|
This static utility variable tracks whether autoplay is currently enabled (playing) or disabled (paused). |
| autoplayEnabled — Property in class com.dwuser.ss4.ui.FlashSlideshow |
|
This utility flag specifies if the slideshow is currently in autoplay mode (toggled through the PlayPauseButton or AutoplayToggleButton elements) or not. |
| autoplay_enableDisable — Event in class com.dwuser.ss4.ui.FlashSlideshow |
|
The SlideshowEvent.AUTOPLAY_ENABLEDISABLE constant defines the value of the
type property of the event object for a autoplay_enableDisable event. |
| AUTOPLAY_ENABLEDISABLE — Constant static property in class com.dwuser.ss4.events.SlideshowEvent |
|
The SlideshowEvent.AUTOPLAY_ENABLEDISABLE constant defines the value of the
type property of the event object for a autoplay_enableDisable event. |
| autoplay_enableDisableLoop — Event in class com.dwuser.ss4.ui.FlashSlideshow |
|
The SlideshowEvent.AUTOPLAY_ENABLEDISABLELOOP constant defines the value of the
type property of the event object for a autoplay_enableDisableLoop event. |
| AUTOPLAY_ENABLEDISABLELOOP — Constant static property in class com.dwuser.ss4.events.SlideshowEvent |
|
The SlideshowEvent.AUTOPLAY_ENABLEDISABLELOOP constant defines the value of the
type property of the event object for a autoplay_enableDisableLoop event. |
| AutoplayLoopToggleButton — Class in package com.dwuser.ss4.ui.controls |
|
The AutoplayLoopToggleButton is a checkbox control which allows the user to enable or disable autoplay looping. |
| AutoplayLoopToggleButton() — Constructor in class com.dwuser.ss4.ui.controls.AutoplayLoopToggleButton |
| |
| autoplayManager — Property in class com.dwuser.ss4.ui.FlashSlideshow |
|
Provides a reference to the main AutoplayManager instance, which manages the autoplay and provide current status information. |
| AutoplayManager — Class in package com.dwuser.ss4.managers |
|
The AutoplayManager class functions as a central manager for autoplay within a slideshow. |
| AutoplayManager(ss:com.dwuser.ss4.ui:FlashSlideshow) — Constructor in class com.dwuser.ss4.managers.AutoplayManager |
| |
| autoplayNotEnabled — Property in class com.dwuser.ss4.ui.FlashSlideshow |
|
This utility flag specifies if the slideshow is currently NOT in autoplay mode (toggled through the PlayPauseButton or AutoplayToggleButton elements). |
| AutoplayProgressDisplay — Class in package com.dwuser.ss4.ui.controls |
|
The AutoplayProgressDisplay element displays a small circle indicator which shows the autoplay timer progress. |
| AutoplayProgressDisplay() — Constructor in class com.dwuser.ss4.ui.controls.AutoplayProgressDisplay |
| |
| autoplay_removeCurrent — Event in class com.dwuser.ss4.ui.FlashSlideshow |
|
The SlideshowEvent.AUTOPLAY_REMOVECURRENT constant defines the value of the
type property of the event object for a autoplay_removeCurrent event. |
| AUTOPLAY_REMOVECURRENT — Constant static property in class com.dwuser.ss4.events.SlideshowEvent |
|
The SlideshowEvent.AUTOPLAY_REMOVECURRENT constant defines the value of the
type property of the event object for a autoplay_removeCurrent event. |
| autoplay_timeoutCleared — Event in class com.dwuser.ss4.ui.FlashSlideshow |
|
The SlideshowEvent.AUTOPLAY_TIMEOUTCLEARED constant defines the value of the
type property of the event object for a autoplay_timeoutStarted event. |
| AUTOPLAY_TIMEOUTCLEARED — Constant static property in class com.dwuser.ss4.events.SlideshowEvent |
|
The SlideshowEvent.AUTOPLAY_TIMEOUTCLEARED constant defines the value of the
type property of the event object for a autoplay_timeoutStarted event. |
| autoplay_timeoutStarted — Event in class com.dwuser.ss4.ui.FlashSlideshow |
|
The SlideshowEvent.AUTOPLAY_TIMEOUTSTARTED constant defines the value of the
type property of the event object for a autoplay_timeoutStarted event. |
| AUTOPLAY_TIMEOUTSTARTED — Constant static property in class com.dwuser.ss4.events.SlideshowEvent |
|
The SlideshowEvent.AUTOPLAY_TIMEOUTSTARTED constant defines the value of the
type property of the event object for a autoplay_timeoutStarted event. |
| AutoplayToggleButton — Class in package com.dwuser.ss4.ui.controls |
|
The AutoplayToggleButton element allows the user to enable or disable autoplay. |
| AutoplayToggleButton() — Constructor in class com.dwuser.ss4.ui.controls.AutoplayToggleButton |
| |
| autoRepeat — Property in class mx.controls.Button |
|
Specifies whether to dispatch repeated buttonDown
events if the user holds down the mouse button. |
| autoSize — Property in interface mx.core.IUITextField |
|
|
|
| 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 |