| 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 |
| UIComponent — Class in package mx.core |
|
The UIComponent class is the base class for all visual components,
both interactive and noninteractive. |
| UIComponent() — Constructor in class mx.core.UIComponent |
|
Constructor. |
| UIComponentCachePolicy — Final class in package mx.core |
|
The ContainerCreationPolicy class defines the constant values
for the cachePolicy property of the UIComponent class. |
| UIComponentDescriptor — Class in package mx.core |
|
A UIComponentDescriptor instance encapsulates the information that you
specified in an MXML tag for an instance of a visual component. |
| UIComponentDescriptor(descriptorProperties) — Constructor in class mx.core.UIComponentDescriptor |
|
Constructor. |
| UIComponentGlobals — Class in package mx.core |
| |
| uid — Property in class mx.controls.listClasses.BaseListData |
|
The unique identifier for this item. |
| uid — Property in class mx.controls.listClasses.ListRowInfo |
|
The unique identifier of the item in the dataProvider
|
| uid — Property in interface mx.core.IUID |
|
The unique identifier for this object. |
| uid — Property in class mx.core.UIComponent |
|
A unique identifier for the object. |
| uid — Property in class mx.utils.ObjectProxy |
|
The unique identifier for this object. |
| UIDToItemRenderer(uid) — Method in class mx.controls.listClasses.ListBase |
|
Find an item renderer based on its UID if it is visible. |
| UIDUtil — Class in package mx.utils |
|
The UIDUtil class is an all-static class
with methods for working with UIDs (unique identifiers) within Flex. |
| UILoader — Class in package com.dwuser.ss4.ui.loaders |
|
The UILoader class functions as the base class for the SingleLoader and GroupLoader elements, which display the loading progress for image preloading. |
| UILoader() — Constructor in class com.dwuser.ss4.ui.loaders.UILoader |
| |
| UITextField — Class in package mx.core |
|
The UITextField class defines the component used by many Flex
components to display text. |
| UITextField() — Constructor in class mx.core.UITextField |
|
Constructor. |
| UITextFormat — Class in package mx.core |
|
The UITextFormat class represents character formatting information
for the UITextField class. |
| UITextFormat(systemManager:mx.managers:ISystemManager, font, size, color, bold, italic, underline, url, target, align, leftMargin, rightMargin, indent, leading) — Constructor in class mx.core.UITextFormat |
|
Constructor. |
| unconstrainedRenderers — Property in class mx.controls.listClasses.ListBase |
|
A hash map of item renderers that are not subject
to the layout algorithms of the list. |
| unconstrainRenderer(item) — Method in class mx.controls.listClasses.ListBase |
|
Called by an UnconstrainItemAction effect
as part of a data change effect if the item renderers corresponding
to certain data items need to move outside the normal positions
of item renderers in the control. |
| unconstrainRenderer(item) — Method in interface mx.effects.IEffectTargetHost |
|
Called by an UnconstrainItemAction effect
as part of a data change effect if the item renderers corresponding
to certain data items need to move outside the normal positions
of item renderers in the control. |
| UNDEFINED_VALUE — Constant static property in class com.dwuser.ss4.pseudoStyleClasses.XMLAttributeFormats |
|
To pass an actual undefined value, use the following format. |
| unique — Property in class mx.collections.Sort |
|
Indicates if the sort should be unique. |
| unload — Event in class mx.controls.SWFLoader |
|
Dispatched when a loaded object is removed,
or when a second load is performed by the same SWFLoader control
and the original content is removed prior to the new load beginning. |
| unload — Event in interface mx.modules.IModuleInfo |
|
Dispatched by the backing ModuleInfo when the module data is unloaded. |
| unload() — Method in interface mx.modules.IModuleInfo |
|
Unloads the module. |
| unload() — Method in interface mx.styles.IStyleModule |
|
Unloads the style module. |
| UNLOAD — Constant static property in class mx.events.ModuleEvent |
|
Dispatched when the module is unloaded. |
| unloadAndStop(invokeGarbageCollector) — Method in class mx.controls.SWFLoader |
|
Unloads an image or SWF file. |
| unloadResourceModule(url, update) — Method in interface mx.resources.IResourceManager |
|
This method has not yet been implemented. |
| unloadStyleDeclarations(url, update) — Static method in class mx.styles.StyleManager |
|
Unloads a style SWF. |
| unregister(obj:mx.managers:IHistoryManagerClient) — Static method in class mx.managers.HistoryManager |
|
Unregisters an object with the HistoryManager. |
| unscaledHeight — Property in class mx.core.UIComponent |
|
A convenience method for determining the unscaled height
of the component. |
| unscaledWidth — Property in class mx.core.UIComponent |
|
A convenience method for determining the unscaled width
of the component
All of a component's drawing and child layout should be done
within a bounding rectangle of this width, which is also passed
as an argument to updateDisplayList(). |
| unsetContextMenu(component) — Method in interface mx.controls.IFlexContextMenu |
|
Unsets the context menu of a InteractiveObject. |
| unwatch() — Method in class mx.binding.utils.ChangeWatcher |
|
Detaches this ChangeWatcher instance, and its handler function,
from the current host. |
| unwatchXML(xml, notifiable) — Method in class mx.utils.XMLNotifier |
|
Given an XML or XMLList, remove the specified notification function. |
| UP — Constant static property in class mx.formatters.NumberBaseRoundType |
|
Rounds a number up to an integer value that is both closest to,
and greater than or equal to, the input number. |
| upArrowDisabledSkin — Style in class mx.controls.scrollClasses.ScrollBar |
|
Name of the class to use as the skin for the up arrow button of the scroll bar
when it is disabled. |
| upArrowDownSkin — Style in class mx.controls.scrollClasses.ScrollBar |
|
Name of the class to use as the skin for the up arrow button of the scroll bar
when you click the arrow button. |
| upArrowOverSkin — Style in class mx.controls.scrollClasses.ScrollBar |
|
Name of the class to use as the skin for the up arrow button of the scroll bar
when the mouse pointer is over the arrow button. |
| upArrowSkin — Static property in class com.dwuser.ss4.skins.VScrollBarSkinDefaults |
|
The default up arrow skin class
|
| upArrowSkin — Style in class mx.controls.scrollClasses.ScrollBar |
|
Name of the class to use as the default skin for the up arrow button of the scroll bar. |
| upArrowStyleFilters — Property in class mx.controls.scrollClasses.ScrollBar |
|
Set of styles to pass from the ScrollBar to the up arrow. |
| upArrowUpSkin — Style in class mx.controls.scrollClasses.ScrollBar |
|
Name of the class to use as the skin for the up arrow button of the
scroll bar. |
| update() — Method in interface mx.resources.IResourceManager |
|
Dispatches a change event from the
ResourceManager. |
| UPDATE — Constant static property in class mx.events.CollectionEventKind |
|
Indicates that one or more items were updated within the collection. |
| UPDATE — Constant static property in class mx.events.PropertyChangeEventKind |
|
Indicates that the value of the property changed. |
| updateComplete — Event in class mx.core.UIComponent |
|
Dispatched when an object has had its commitProperties(),
measure(), and
updateDisplayList() methods called (if needed). |
| UPDATE_COMPLETE — Constant static property in class mx.events.FlexEvent |
|
The FlexEvent.UPDATE_COMPLETE constant defines the value of the
type property of the event object for a updateComplete event. |
| updateCompletePendingFlag — Property in class mx.core.UIComponent |
|
A flag that determines if an object has been through all three phases
of layout validation (provided that any were required). |
| updateCompletePendingFlag — Property in class mx.core.UITextField |
|
A flag that determines if an object has been through all three phases
of layout validation (provided that any were required)
|
| updateCompletePendingFlag — Property in interface mx.managers.ILayoutManagerClient |
|
A flag that determines if an object is waiting to have its
updateComplete event dispatched. |
| updateCompletePendingFlag — Property in class mx.skins.ProgrammaticSkin |
|
A flag that determines if an object has been through all three phases
of layout validation (provided that any were required). |
| updateDisplayList(unscaledWidth, unscaledHeight) — Method in class com.dwuser.ss4.skins.LoaderSkin |
| |
| updateDisplayList(w, h) — Method in class com.dwuser.ss4.ui.DataLooper |
| |
| updateDisplayList(w, h) — Method in class com.dwuser.ss4.ui.GallerySelector |
| |
| updateDisplayList(unscaledWidth, unscaledHeight) — Method in class com.dwuser.ss4.ui.Images3DWall |
| |
| updateDisplayList(unscaledWidth, unscaledHeight) — Method in class com.dwuser.ss4.ui.ImagesCoverFlow |
| |
| updateDisplayList(unscaledWidth, unscaledHeight) — Method in class com.dwuser.ss4.ui.ImagesScatter |
| |
| updateDisplayList(unscaledWidth, unscaledHeight) — Method in class com.dwuser.ss4.ui.ImagesScrollList |
| |
| updateDisplayList(unscaledWidth, unscaledHeight) — Method in class com.dwuser.ss4.ui.ImagesStandard |
| |
| updateDisplayList(unscaledWidth, unscaledHeight) — Method in class com.dwuser.ss4.ui.ImagesStarfield |
| |
| updateDisplayList(unscaledWidth, unscaledHeight) — Method in class com.dwuser.ss4.ui.IndividualSlide |
| |
| updateDisplayList(unscaledWidth, unscaledHeight) — Method in class com.dwuser.ss4.ui.LayoutManager |
| |
| updateDisplayList(w, h) — Method in class com.dwuser.ss4.ui.NumberBarTile |
| |
| updateDisplayList(w, h) — Method in class com.dwuser.ss4.ui.PagingControlHolder |
| |
| updateDisplayList(unscaledWidth, unscaledHeight) — Method in class com.dwuser.ss4.ui.SuperImage |
| |
| updateDisplayList(w, h) — Method in class com.dwuser.ss4.ui.Thumb |
| |
| updateDisplayList(w, h) — Method in class com.dwuser.ss4.ui.audiocontrols.AudioLoadBar |
| |
| updateDisplayList(w, h) — Method in class com.dwuser.ss4.ui.audiocontrols.AudioScrubBar |
| |
| updateDisplayList(w, h) — Method in class com.dwuser.ss4.ui.controls.AutoplayProgressDisplay |
| |
| updateDisplayList(w, h) — Method in class com.dwuser.ss4.ui.controls.PagingControlScrollbar |
| |
| updateDisplayList(w, h) — Method in class com.dwuser.ss4.ui.controls.PagingControlSizer |
| |
| updateDisplayList(unscaledWidth, unscaledHeight) — Method in class com.dwuser.ss4.ui.extras.BorderBox |
| |
| updateDisplayList(unscaledWidth, unscaledHeight) — Method in class com.dwuser.ss4.ui.extras.NoteBox |
| |
| updateDisplayList(unscaledWidth, unscaledHeight) — Method in class com.dwuser.ss4.ui.loaders.UILoader |
| |
| updateDisplayList(unscaledWidth, unscaledHeight) — Method in class com.dwuser.ss4.video.FlexVideoPlayer |
| |
| updateDisplayList(unscaledWidth, unscaledHeight) — Method in class mx.containers.Box |
|
Sets the size and position of each child of the Box container. |
| updateDisplayList(unscaledWidth, unscaledHeight) — Method in class mx.containers.Canvas |
|
Sets the size of each child of the container. |
| updateDisplayList(unscaledWidth, unscaledHeight) — Method in class mx.containers.TabNavigator |
|
Responds to size changes by setting the positions and sizes
of this container's tabs and children. |
| updateDisplayList(unscaledWidth, unscaledHeight) — Method in class mx.containers.Tile |
|
Sets the positions and sizes of this container's children. |
| updateDisplayList(unscaledWidth, unscaledHeight) — Method in class mx.containers.ViewStack |
|
Responds to size changes by setting the positions and sizes
of this container's children. |
| updateDisplayList(unscaledWidth, unscaledHeight) — Method in class mx.controls.listClasses.ListBase |
|
Adds or removes item renderers if the number of displayable items
changed. |
| updateDisplayList(unscaledWidth, unscaledHeight) — Method in class mx.core.Container |
|
Respond to size changes by setting the positions and sizes
of this container's children. |
| updateDisplayList(unscaledWidth, unscaledHeight) — Method in class mx.core.UIComponent |
|
Draws the object and/or sizes and positions its children. |
| updateDisplayList(unscaledWidth, unscaledHeight) — Method in class mx.skins.ProgrammaticSkin |
|
Programmatically draws the graphics for this skin. |
| updateList() — Method in class mx.controls.listClasses.ListBase |
|
Refreshes all rows. |
| updateNavItemIcon(index, icon) — Method in class mx.controls.NavBar |
|
Resets the icon of a navigator item in the
NavBar control. |
| updateNavItemLabel(index, label) — Method in class mx.controls.NavBar |
|
Sets the label property of a navigator item in the
NavBar control. |
| upIcon — Style in class mx.controls.Button |
|
Name of the class to use as the icon when a toggle button is not
selected and the mouse is not over the button. |
| upSkin — 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 is not over the control. |
| url — Property in class com.dwuser.ss4.ui.SuperImage |
|
Specifies the URL of the image to be displayed. |
| url — Property in class com.dwuser.ss4.video.FlexVideoPlayer |
|
The URL of the video file. |
| url — Property in class mx.events.BrowserChangeEvent |
|
The new value of the url property in the BrowserManager. |
| url — Property in class mx.events.RSLEvent |
|
The URLRequest object that represents the location
of the RSL being downloaded. |
| url — Property in interface mx.managers.IBrowserManager |
|
The current URL as it appears in the browser address bar. |
| url — Property in interface mx.modules.IModuleInfo |
|
The URL associated with this module (for example, "MyImageModule.swf" or
"http://somedomain.com/modules/MyImageModule.swf". |
| urlChange — Event in interface mx.managers.IBrowserManager |
|
Dispatched when the URL is changed
by the application. |
| URL_CHANGE — Constant static property in class mx.events.BrowserChangeEvent |
|
The BrowserChangeEvent.URL_CHANGE constant defines the value of the
type property of the event object for a urlChange event. |
| URL_CHANGED — Constant static property in class mx.events.FlexEvent |
|
The FlexEvent.URL_CHANGED constant defines the value of the
type property of the event object for a urlChanged event. |
| useCache — Style in class com.dwuser.ss4.pseudoStyleClasses.AudioGallery |
|
Specifies whether a cached version of the audio file for the gallery level audio should be used if available. |
| useCache — Style in class com.dwuser.ss4.pseudoStyleClasses.AudioImage |
|
Specifies whether a cached version of the audio file for the image level audio should be used if available. |
| useCache — Style in class com.dwuser.ss4.pseudoStyleClasses.AudioIntro |
|
Specifies whether a cached version of the audio file for the intro/background level audio should be used if available. |
| useCapture — Property in class mx.events.EventListenerRequest |
|
The useCapture parameter
to addEventListener(). |
| useClick — Style in class com.dwuser.ss4.ui.Images3DWall |
|
Specifies if the user can click on an empty area to zoom back out from a slide, returning to the full-wall display. |
| useDataLoader — Property in class com.dwuser.ss4.core.FlashSlideshowConfigurationParameters |
|
Specifies if the data preloader should be displayed while the external XML data are being loaded. |
| useDefaultHandler — Style in class com.dwuser.ss4.ui.PrintButton |
|
Specifies if the default handler, which automatically prints the current slide, should be enabled. |
| useDefaultHandler — Style in class com.dwuser.ss4.ui.controls.CaptionToggleButton |
|
Specifies if the default handler, which automatically toggles the visibility of all Caption elements, should be enabled. |
| useDrag — Style in class com.dwuser.ss4.ui.Images3DWall |
|
Specifies if the user can drag the wall around to change its relative position. |
| useDuration — Property in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.SoundEffect |
|
If true, stop the effect after the time specified by the duration property has elapsed. |
| useDuration — Property in class mx.effects.SoundEffect |
|
If true, stop the effect
after the time specified by the duration
property has elapsed. |
| useDuration — Property in class mx.effects.effectClasses.SoundEffectInstance |
|
If true, stop the effect
after the time specified by the duration
property has elapsed. |
| useHandCursor — Property in interface mx.core.IContainer |
|
|
| useKeyboardShortcuts — Property in class com.dwuser.ss4.core.FlashSlideshowConfigurationParameters |
|
Specifies if the standard keyboard shortcuts should be enabled. |
| useKeyListener — Property in class com.dwuser.ss4.ui.controls.PlayPauseButton |
|
Specifies if the default key listener of Spacebar or 'p' should be used. |
| useLoadBar — Style in class com.dwuser.ss4.ui.audiocontrols.AudioScrubBar |
|
Specifies if an AudioLoadBar element should automatically be attached to the bottom of the component to display loading progress. |
| useMouseScroll — Style in class com.dwuser.ss4.ui.ImagesScrollList |
|
Specifies if the user can scroll the entire layout grid by simply moving his/her mouse away from the center of the display. |
| useNegativeSign — Property in class mx.formatters.NumberFormatter |
|
If true, format a negative number
by preceding it with a minus "-" sign. |
| usePagedScrolling — Property in class com.dwuser.ss4.ui.PagingControlHolder |
|
Specifies if page-based or contiguous scrolling should be used. |
| useParsedTitle — Style in class com.dwuser.ss4.ui.ImageTree |
|
Specifies if the raw title should be parsed, replacing any replacement values. |
| usePhasedInstantiation — Property in interface mx.managers.ILayoutManager |
|
A flag that indicates whether the LayoutManager allows screen updates
between phases. |
| usePhasedInstantiation — Property in class mx.managers.LayoutManager |
|
A flag that indicates whether the LayoutManager allows screen updates
between phases. |
| usePlaceholder — Style in class com.dwuser.ss4.ui.SuperImage |
|
Specifies whether or not a solid-color placeholder rectangle should be shown while the image is loading. |
| usePreloader — Property in class com.dwuser.ss4.core.FlashSlideshowConfigurationParameters |
|
Specifies if the preloader is displayed while the slideshow SWF loads. |
| useReflection — Style in class com.dwuser.ss4.ui.IndividualSlide |
|
Specifies if an image reflection effect should be displayed on the slide. |
| useRichTextClipboard — Property in interface mx.core.IUITextField |
| |
| useRollOver — Style in class mx.controls.listClasses.ListBase |
|
A flag that controls whether items are highlighted as the mouse rolls
over them. |
| useScrollbars — Style in class com.dwuser.ss4.ui.ImagesScrollList |
|
Specifies if scrollbars should be shown, allowing the user to navigate the grid with scrollbars. |
| useScrollWheel — Style in class com.dwuser.ss4.ui.Images3DWall |
|
Specifies if scroll-wheel interaction is enabled. |
| useScrollWheel — Style in class com.dwuser.ss4.ui.ImagesCoverFlow |
|
Specifies if scroll-wheel interaction is enabled, allowing the user to progress from slide to slide in the coverflow using the scroll-wheel. |
| useScrollWheel — Style in class com.dwuser.ss4.ui.ImagesScrollList |
|
Specifies if the user can zoom in and out of the grid by using the mouse scroll wheel in order to gain a wider or narrower perspective. |
| useScrollWheel — Style in class com.dwuser.ss4.ui.PagingControlHolder |
|
Specifies if using the mouse's scroll wheel on the component should result in the thumbnails scrolling back or forward. |
| useSpinner — Style in class com.dwuser.ss4.ui.SuperImage |
|
Specifies whether a Spinner animation should be created and displayed while the image is loading. |
| useSWFBridge() — Method in interface mx.managers.ISystemManager |
|
Determines if the caller using this system manager
should should communicate directly with other managers
or if it should communicate with a bridge. |
| useSWFBridge() — Method in class mx.managers.SystemManager |
|
Determines if the caller using this system manager
should should communicate directly with other managers
or if it should communicate with a bridge. |
| useThousandsSeparator — Property in class mx.formatters.NumberFormatter |
|
If true, split the number into thousands increments
by using a separator character. |
| useWatermark — Style in class com.dwuser.ss4.ui.IndividualSlide |
|
Specifies whether or not to display a watermark (as implemented by the WatermarkImage class) on top of the image. |
| useWatermark — Style in class com.dwuser.ss4.ui.SuperImage |
|
Specifies whether or not to display a watermark (as implemented by the WatermarkImage class) on top of the image. |
| useWeakReference — Property in class mx.events.EventListenerRequest |
|
The useWeakReference parameter
to addEventListener(). |
| utilityHolder — Property in class com.dwuser.ss4.ui.FlashSlideshow |
|
This holder can be used to hold any persistent values that are needed (e.g. |
|
| 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 |