| Symbols 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 | |
| U — Constant static property, class flash.ui.Keyboard | |
| Constant associated with the key code value for the U key (85). | |
| uiComponent — Property, class mx.automation.delegates.core.UIComponentAutomationImpl | |
| Returns the component instance associated with this delegate instance. | |
| UIComponent — Class, package mx.core | |
| The UIComponent class is the base class for all visual components, both interactive and noninteractive. | |
| UIComponent() — Constructor, class mx.core.UIComponent | |
| Constructor. | |
| UIComponentAutomationImpl — Class, package mx.automation.delegates.core | |
| Defines the methods and properties required to perform instrumentation for the UIComponent class. | |
| UIComponentAutomationImpl(obj:mx.core:UIComponent) — Constructor, class mx.automation.delegates.core.UIComponentAutomationImpl | |
| Constructor. | |
| UIComponentCachePolicy — Final class, package mx.core | |
| The ContainerCreationPolicy class defines the constant values for the cachePolicy property of the UIComponent class. | |
| UIComponentDescriptor — Class, 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:Object) — Constructor, class mx.core.UIComponentDescriptor | |
| Constructor. | |
| uid — Property, class mx.controls.listClasses.BaseListData | |
| The unique identifier for this item. | |
| uid — Property, class mx.controls.listClasses.ListRowInfo | |
| The unique identifier of the item in the dataProvider | |
| uid — Property, interface mx.core.IUID | |
| The unique identifier for this object. | |
| uid — Property, class mx.core.UIComponent | |
| A unique identifier for the object. | |
| uid — Property, class mx.utils.ObjectProxy | |
| The unique identifier for this object. | |
| UIDToItemRenderer(uid:String) — Method, class mx.controls.listClasses.ListBase | |
| Find an item renderer based on its UID if it is visible | |
| UIDUtil — Class, package mx.utils | |
| The UIDUtil class is an all-static class with methods for working with UIDs (unique identifiers) within Flex. | |
| UIMovieClip — Dynamic class, package mx.flash | |
| Components created in Adobe Flash CS3 Professional for use in Flex are subclasses of the mx.flash.UIMovieClip class. | |
| UIMovieClip() — Constructor, class mx.flash.UIMovieClip | |
| Constructor. | |
| UIMovieClipAutomationImpl — Class, package mx.automation.delegates.flashflexkit | |
| Defines methods and properties required to perform instrumentation for the UIMovieclip control. | |
| UIMovieClipAutomationImpl(obj:mx.flash:UIMovieClip) — Constructor, class mx.automation.delegates.flashflexkit.UIMovieClipAutomationImpl | |
| Constructor. | |
| uint — Final class, Top Level | |
| The uint class provides methods for working with a data type representing a 32-bit unsigned integer. | |
| uint(value:Number) — Package function, Top Level | |
| Converts a given numeric value to an unsigned integer value. | |
| uint(num:Object) — Constructor, class uint | |
| Creates a new uint object. | |
| UITextField — Class, package mx.core | |
| The UITextField class defines the component used by many Flex components to display text. | |
| UITextField() — Constructor, class mx.core.UITextField | |
| Constructor. | |
| UITextFieldAutomationImpl — Class, package mx.automation.delegates.core | |
| Defines the methods and properties required to perform instrumentation for the UITextField class. | |
| UITextFieldAutomationImpl(obj:mx.core:UITextField) — Constructor, class mx.automation.delegates.core.UITextFieldAutomationImpl | |
| Constructor. | |
| UITextFormat — Class, package mx.core | |
| The UITextFormat class represents character formatting information for the UITextField class. | |
| UITextFormat(systemManager:mx.managers:ISystemManager, font:String, size:Object, color:Object, bold:Object, italic:Object, underline:Object, url:String, target:String, align:String, leftMargin:Object, rightMargin:Object, indent:Object, leading:Object) — Constructor, class mx.core.UITextFormat | |
| Constructor. | |
| uncaughtScriptException — Event, class flash.html.HTMLLoader | |
| Signals that an uncaught JavaScript exception occurred in the HTMLLoader. | |
| uncaughtScriptException — Event, class mx.controls.HTML | |
| Dispatched when an uncaught JavaScript exception occurs. | |
| UNCAUGHT_SCRIPT_EXCEPTION — Constant static property, class flash.events.HTMLUncaughtScriptExceptionEvent | |
| The HTMLUncaughtScriptExceptionEvent.UNCAUGHT_SCRIPT_EXCEPTION constant defines the value of the type property of an uncaughtScriptException event object. | |
| uncompress(algorithm:String) — Method, class flash.utils.ByteArray | |
| Decompresses the byte array. | |
| unconstrainedRenderers — Property, class mx.controls.listClasses.AdvancedListBase | |
| A hash map of item renderers that are not subject to the layout algorithms of the list | |
| unconstrainedRenderers — Property, class mx.controls.listClasses.ListBase | |
| A hash map of item renderers that are not subject to the layout algorithms of the list | |
| UnconstrainItemAction — Class, package mx.effects | |
| The UnconstrainItemAction class defines an action effect that is used in a data-effect definition to temporarily stop item renderers from being positioned by the layout algorithm of the parent control. | |
| UnconstrainItemAction(target:Object) — Constructor, class mx.effects.UnconstrainItemAction | |
| Constructor. | |
| UnconstrainItemActionInstance — Class, package mx.effects.effectClasses | |
| The UnconstrainItemActionInstance class implements the instance class for the UnconstrainItemAction effect. | |
| UnconstrainItemActionInstance(target:Object) — Constructor, class mx.effects.effectClasses.UnconstrainItemActionInstance | |
| Constructor. | |
| unconstrainRenderer(item:Object) — Method, class mx.controls.listClasses.AdvancedListBase | |
| Temporarily stops an item renderer from being positioned by the control's layout algorithm. | |
| unconstrainRenderer(item:Object) — Method, 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:Object) — Method, 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 — Package constant property, Top Level | |
| A special value that applies to untyped variables that have not been initialized or dynamic object properties that are not initialized. | |
| underline — Property, class flash.text.TextFormat | |
| Indicates whether the text that uses this text format is underlined (true) or not (false). | |
| underlineToolTip — Property, class mx.controls.RichTextEditor | |
| The ToolTip that appears when the user hovers over the text underline button. | |
| unescape(str:String) — Package function, Top Level | |
| Evaluates the parameter str as a string, decodes the string from URL-encoded format (converting all hexadecimal sequences to ASCII characters), and returns the string. | |
| unescapeMultiByte(value:String) — Package function, flash.utils | |
| Returns an unescaped copy of the input string, which is decoded from either system code page page or UTF-8 depending on the value of System.useCodePage. | |
| union(toUnion:flash.geom:Rectangle) — Method, class flash.geom.Rectangle | |
| Adds two rectangles together to create a new Rectangle object, by filling in the horizontal and vertical space between the two rectangles. | |
| union(input:mx.olap:IOLAPSet) — Method, interface mx.olap.IOLAPSet | |
| Returns a new IOLAPSet instance that contains a union of this IOLAPSet instance and input. | |
| union(input:mx.olap:IOLAPSet) — Method, class mx.olap.OLAPSet | |
| Returns a new IOLAPSet instance that contains a union of this IOLAPSet instance and input. | |
| unique — Property, class mx.collections.Sort | |
| Indicates if the sort should be unique. | |
| uniqueName — Property, class mx.controls.olapDataGridClasses.OLAPDataGridRendererProvider | |
| The unique name of the IOLAPElement to which the renderer is applied. | |
| uniqueName — Property, interface mx.olap.IOLAPElement | |
| The unique name of the OLAP element in the cube. | |
| uniqueName — Property, class mx.olap.OLAPElement | |
| The unique name of the OLAP element in the cube. | |
| uniqueName — Property, class mx.olap.OLAPLevel | |
| The unique name of the OLAP element in the cube. | |
| uniqueName — Property, class mx.olap.OLAPMember | |
| The unique name of the OLAP element in the cube. | |
| UNIQUESORT — Constant static property, class Array | |
| Specifies the unique sorting requirement for the Array class sorting methods. | |
| unitSize — Property, class mx.charts.DateTimeAxis | |
| The width, in pixels, of a single data unit. | |
| unitSize — Property, class mx.charts.chartClasses.AxisBase | |
| The size of one unit of data as represented by this axis. | |
| unitSize — Property, interface mx.charts.chartClasses.IAxis | |
| The size of one unit of data as represented by this axis. | |
| UNKNOWN — Constant static property, class flash.security.SignatureStatus | |
| Unknown status. | |
| UNKNOWN — Constant static property, class flash.system.IMEConversionMode | |
| The string "UNKNOWN", which can be returned by a call to the IME.conversionMode property. | |
| UNKNOWN_OPERATION — Constant static property, class mx.messaging.messages.CommandMessage | |
| This is the default operation for new CommandMessage instances. | |
| unload() — Method, class flash.display.Loader | |
| Removes a child of this Loader object that was loaded by using the load() method. | |
| unload — Event, class flash.display.LoaderInfo | |
| Dispatched by a LoaderInfo object whenever a loaded object is removed by using the unload() method of the Loader object, or when a second load is performed by the same Loader object and the original content is removed prior to the load beginning. | |
| unload — Event, 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, interface mx.modules.IModuleInfo | |
| Dispatched by the backing ModuleInfo when the module data is unloaded. | |
| unload() — Method, interface mx.modules.IModuleInfo | |
| Unloads the module. | |
| unload — Event, class mx.modules.ModuleLoader | |
| Dispatched when the module data is unloaded. | |
| unload() — Method, interface mx.styles.IStyleModule | |
| Unloads the style module. | |
| UNLOAD — Constant static property, class flash.events.Event | |
| The Event.UNLOAD constant defines the value of the type property of an unload event object. | |
| UNLOAD — Constant static property, class mx.events.ModuleEvent | |
| Dispatched when the module is unloaded. | |
| unloadModule() — Method, class mx.modules.ModuleLoader | |
| Unloads the module and sets it to null. | |
| unloadResourceModule(url:String, update:Boolean) — Method, interface mx.resources.IResourceManager | |
| This method has not yet been implemented. | |
| unloadResourceModule(url:String, update:Boolean) — Method, class mx.resources.ResourceManagerImpl | |
| This method has not yet been implemented. | |
| unloadStyleDeclarations(url:String, update:Boolean) — Static method, class mx.styles.StyleManager | |
| Unloads a style SWF. | |
| unlock(changeRect:flash.geom:Rectangle) — Method, class flash.display.BitmapData | |
| Unlocks an image so that any objects that reference the BitmapData object, such as Bitmap objects, are updated when this BitmapData object changes. | |
| unminimizeEffect — Effect, class mx.core.WindowedApplication | |
| Played when the component is unminimized. | |
| unminimizeEffect — Effect, class mx.core.Window | |
| Played when the component is unminimized. | |
| unregister(obj:mx.managers:IHistoryManagerClient) — Static method, class mx.managers.HistoryManager | |
| Unregisters an object with the HistoryManager. | |
| unregisterClass(type:Object) — Method, class mx.rpc.xml.SchemaTypeRegistry | |
| Removes a Class from the registry for the given type. | |
| unregisterCollectionClass(type:Object) — Method, class mx.rpc.xml.SchemaTypeRegistry | |
| Removes a collection Class from the registry for the given type. | |
| unregisterDataTransform(transform:mx.charts.chartClasses:DataTransform) — Method, class mx.charts.chartClasses.AxisBase | |
| Each DataTransform that makes use of an axis registers itself with that axis. | |
| unregisterDataTransform(transform:mx.charts.chartClasses:DataTransform) — Method, interface mx.charts.chartClasses.IAxis | |
| Each DataTransform that makes use of an axis registers itself with that axis. | |
| unscaledHeight — Property, class mx.core.UIComponent | |
| A convenience method for determining the unscaled height of the component. | |
| unscaledWidth — Property, 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(). | |
| unselectColumnHeader(columnNumber:int, completely:Boolean) — Method, class mx.controls.AdvancedDataGridBaseEx | |
| Deselects the specified column header. | |
| unsetContextMenu(component:flash.display:InteractiveObject) — Method, class mx.controls.FlexNativeMenu | |
| Unsets the context menu of the InteractiveObject that has been set to the underlying native menu. | |
| unsetContextMenu(component:flash.display:InteractiveObject) — Method, interface mx.controls.IFlexContextMenu | |
| Unsets the context menu of a InteractiveObject. | |
| unshift(... rest) — Method, class Array | |
| Adds one or more elements to the beginning of an array and returns the new length of the array. | |
| unsubscribe(preserveDurable:Boolean) — Method, class mx.messaging.AbstractConsumer | |
| Unsubscribes from the remote destination. | |
| UNSUBSCRIBE_OPERATION — Constant static property, class mx.messaging.messages.CommandMessage | |
| This operation is used to unsubscribe from a remote destination. | |
| unwatch() — Method, class mx.binding.utils.ChangeWatcher | |
| Detaches this ChangeWatcher instance, and its handler function, from the current host. | |
| UP — Constant static property, class flash.ui.Keyboard | |
| Constant associated with the key code value for the Up Arrow key (38). | |
| UP — Constant static property, 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, 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. | |
| upArrowDisabledSkin — Style, class mx.controls.NumericStepper | |
| Name of the class to use as the skin for the Up arrow when the arrow is disabled. | |
| upArrowDownSkin — Style, 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. | |
| upArrowDownSkin — Style, class mx.controls.NumericStepper | |
| Name of the class to use as the skin for the Up arrow when the arrow is enabled and a user presses the mouse button over the arrow. | |
| upArrowOverSkin — Style, 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. | |
| upArrowOverSkin — Style, class mx.controls.NumericStepper | |
| Name of the class to use as the skin for the Up arrow when the arrow is enabled and the mouse pointer is over the arrow. | |
| upArrowSkin — Style, class mx.controls.scrollClasses.ScrollBar | |
| Name of the class to use as the default skin for the up arrow button of the scroll bar. | |
| upArrowSkin — Style, class mx.controls.NumericStepper | |
| Name of the class to use as the default skin for the up arrow. | |
| upArrowStyleFilters — Property, class mx.controls.NumericStepper | |
| Set of styles to pass from the NumericStepper to the up arrow. | |
| upArrowStyleFilters — Property, class mx.controls.scrollClasses.ScrollBar | |
| Set of styles to pass from the ScrollBar to the up arrow. | |
| upArrowUpSkin — Style, class mx.controls.scrollClasses.ScrollBar | |
| Name of the class to use as the skin for the up arrow button of the scroll bar. | |
| upArrowUpSkin — Style, class mx.controls.NumericStepper | |
| Name of the class to use as the skin for the Up arrow when the arrow is enabled and the mouse pointer is not on the arrow. | |
| update — Event, class flash.data.SQLConnection | |
| Dispatched when data in any table in any of the connected databases changes as a result of a SQL UPDATE command. | |
| update(airFile:flash.filesystem:File, version:String) — Method, class flash.desktop.Updater | |
| Updates the currently running application with the version of the application contained in the specified AIR file. | |
| update() — Method, class mx.charts.CategoryAxis | |
| Updates the chart. | |
| update() — Method, interface mx.charts.chartClasses.IAxis | |
| Updates the chart. | |
| update() — Method, class mx.charts.chartClasses.NumericAxis | |
| Updates the chart. | |
| update() — Method, interface mx.resources.IResourceManager | |
| Dispatches a change event from the ResourceManager. | |
| update() — Method, class mx.resources.ResourceManagerImpl | |
| Dispatches a change event from the ResourceManager. | |
| UPDATE — Constant static property, class flash.data.SQLMode | |
| Indicates that the connection should be opened for updates but a new database file should not be created if the specified file doesn't exist. | |
| UPDATE — Constant static property, class flash.events.SQLUpdateEvent | |
| The SQLUpdateEvent.UPDATE constant defines the value of the type property of a SQLConnection update event. | |
| UPDATE — Constant static property, class flash.filesystem.FileMode | |
| The file is opened in read/write mode. | |
| UPDATE — Constant static property, class mx.events.CollectionEventKind | |
| Indicates that one or more items were updated within the collection. | |
| UPDATE — Constant static property, class mx.events.PropertyChangeEventKind | |
| Indicates that the value of the property changed. | |
| updateAfterEvent() — Method, class flash.events.KeyboardEvent | |
| Indicates that the display should be rendered after processing of this event completes, if the display list has been modified | |
| updateAfterEvent() — Method, class flash.events.MouseEvent | |
| Instructs Flash Player or Adobe AIR to render after processing of this event completes, if the display list has been modified. | |
| updateAfterEvent() — Method, class flash.events.TimerEvent | |
| Instructs Flash Player or the AIR runtime to render after processing of this event completes, if the display list has been modified. | |
| updateAllDataTips() — Method, class mx.charts.chartClasses.ChartBase | |
| Displays all noninteractive data tips if showAllDataTips is set. | |
| updateAxisLayout(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.charts.chartClasses.CartesianChart | |
| private | |
| updateBackground() — Method, class mx.controls.MenuBar | |
| Updates the MenuBar control's background skin. | |
| updateComplete — Event, class mx.core.UIComponent | |
| Dispatched when an object has had its commitProperties(), measure(), and updateDisplayList() methods called (if needed). | |
| UPDATE_COMPLETE — Constant static property, 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, class mx.controls.FlexNativeMenu | |
| A flag that determines if an object has been through all three phases of layout validation (provided that any were required). | |
| updateCompletePendingFlag — Property, 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, 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, interface mx.managers.ILayoutManagerClient | |
| A flag that determines if an object is waiting to have its updateComplete event dispatched. | |
| updateCompletePendingFlag — Property, 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). | |
| updateData() — Method, class mx.charts.chartClasses.HLOCSeriesBase | |
| Called when the underlying data that the series represents has changed and needs to be reloaded from the data provider. | |
| updateData() — Method, class mx.charts.chartClasses.Series | |
| Called when the underlying data that the series represents has changed and needs to be reloaded from the data provider. | |
| updateData() — Method, class mx.charts.series.BubbleSeries | |
| Called when the underlying data that the series represents has changed and needs to be reloaded from the data provider. | |
| updateDataChild(child:flash.display:DisplayObject, left, top, right, bottom, hCenter, vCenter) — Method, class mx.charts.chartClasses.CartesianDataCanvas | |
| Updates the position of any child to current canvas. | |
| updateDataChild(child:flash.display:DisplayObject, angleLeft, radialTop, angleRight, radialBottom, angleCenter, radialCenter) — Method, class mx.charts.chartClasses.PolarDataCanvas | |
| Updates the position of any child to the current canvas. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.charts.AxisRenderer | |
| Draws the object and/or sizes and positions its children. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.charts.Legend | |
| Sets the size and position of each child of the Legend. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.charts.chartClasses.CartesianChart | |
| Draws the object and/or sizes and positions its children. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.charts.chartClasses.CartesianDataCanvas | |
| Draws the object and/or sizes and positions its children. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.charts.chartClasses.ChartLabel | |
| Draws the object and/or sizes and positions its children. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.charts.chartClasses.DataTip | |
| Draws the object and/or sizes and positions its children. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.charts.chartClasses.HLOCSeriesBase | |
| Draws the object and/or sizes and positions its children. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.charts.chartClasses.PolarChart | |
| Draws the object and/or sizes and positions its children. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.charts.chartClasses.PolarDataCanvas | |
| Draws the object and/or sizes and positions its children. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.charts.chartClasses.Series | |
| Draws the object and/or sizes and positions its children. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.charts.series.BubbleSeries | |
| Draws the object and/or sizes and positions its children. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.charts.series.PieSeries | |
| Draws the object and/or sizes and positions its children. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.containers.Box | |
| Sets the size and position of each child of the Box container. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.containers.Canvas | |
| Sets the size of each child of the container. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.containers.Form | |
| Responds to size changes by setting the positions and sizes of this container's children. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.containers.FormItem | |
| Responds to size changes by setting the positions and sizes of this container's children. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.containers.Grid | |
| Sets the size and position of each child of the Grid. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.containers.GridRow | |
| Sets the size and position of each child of the GridRow container. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.containers.TabNavigator | |
| Responds to size changes by setting the positions and sizes of this container's tabs and children. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.containers.Tile | |
| Sets the positions and sizes of this container's children. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.containers.ViewStack | |
| Responds to size changes by setting the positions and sizes of this container's children. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.controls.ComboBase | |
| Sizes and positions the internal components in the given width and height. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.controls.LinkBar | |
| Responds to size changes by setting the positions and sizes of this LinkBar control's children. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.controls.dataGridClasses.DataGridHeader | |
| Draws the object and/or sizes and positions its children. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.controls.listClasses.AdvancedListBase | |
| Adds or removes item renderers if the number of displayable items changed. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.controls.listClasses.ListBase | |
| Adds or removes item renderers if the number of displayable items changed. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.controls.listClasses.ListBaseContentHolder | |
| Sets the position and size of the scroll bars and content and adjusts the mask. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.controls.sliderClasses.Slider | |
| Positions the elements of the control. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.core.Container | |
| Respond to size changes by setting the positions and sizes of this container's children. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.core.UIComponent | |
| Draws the object and/or sizes and positions its children. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.skins.ProgrammaticSkin | |
| Programmatically draws the graphics for this skin. | |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method, class mx.skins.halo.StatusBarBackgroundSkin | |
| updateFilter() — Method, class mx.charts.chartClasses.CartesianDataCanvas | |
| Called when the underlying data the canvas represents needs to be filtered against the ranges represented by the axes of the associated data transform. | |
| updateFilter() — Method, class mx.charts.chartClasses.HLOCSeriesBase | |
| Called when the underlying data the series represents needs to be filtered against the ranges represented by the axes of the associated data transform. | |
| updateFilter() — Method, class mx.charts.chartClasses.PolarDataCanvas | |
| Called when the underlying data the canvas represents needs to be filtered against the ranges represented by the axes of the associated data transform. | |
| updateFilter() — Method, class mx.charts.chartClasses.Series | |
| Called when the underlying data the series represents needs to be filtered against the ranges represented by the axes of the associated data transform. | |
| updateFilter() — Method, class mx.charts.series.BubbleSeries | |
| Called when the underlying data the series represents needs to be filtered against the ranges represented by the axes of the associated data transform. | |
| updateItemRenderers() — Method, class mx.automation.delegates.controls.ListBaseAutomationImpl | |
| updateList() — Method, class mx.controls.listClasses.AdvancedListBase | |
| Refreshes all rows now. | |
| updateList() — Method, class mx.controls.listClasses.ListBase | |
| Refreshes all rows now. | |
| updateLocation(locationURL:String) — Method, class flash.html.HTMLHost | |
| The function called when JavaScript code in the HTMLLoader sets the window.location property. | |
| updateMapping() — Method, class mx.charts.chartClasses.HLOCSeriesBase | |
| Called when the underlying data the series represents needs to be mapped to numeric representations. | |
| updateMapping() — Method, class mx.charts.chartClasses.Series | |
| Called when the underlying data the series represents needs to be mapped to numeric representations. | |
| updateMapping() — Method, class mx.charts.series.BubbleSeries | |
| Called when the underlying data the series represents needs to be mapped to numeric representations. | |
| updateNavItemIcon(index:int, icon:Class) — Method, class mx.controls.NavBar | |
| Resets the icon of a navigator item in the NavBar control. | |
| updateNavItemLabel(index:int, label:String) — Method, class mx.controls.NavBar | |
| Sets the label property of a navigator item in the NavBar control. | |
| updateProperties() — Static method, class flash.accessibility.Accessibility | |
| Tells Flash Player to apply any accessibility changes made by using the DisplayObject.accessibilityProperties property. | |
| Updater — Final class, package flash.desktop | |
| The Updater class is used to update the currently running application with a different version. | |
| Updater() — Constructor, class flash.desktop.Updater | |
| The constructor function for the Updater class. | |
| updateRendererDisplayList(r:mx.controls.listClasses:IListItemRenderer) — Method, class mx.controls.dataGridClasses.DataGridBase | |
| redraw the renderer synchronously | |
| updateStacking() — Method, class mx.charts.chartClasses.StackedSeries | |
| Iterates over the individual sub-series to build the stacked values. | |
| updateStatus(status:String) — Method, class flash.html.HTMLHost | |
| The function called when JavaScript code in the HTMLLoader sets the window.status property. | |
| updateTitle(title:String) — Method, class flash.html.HTMLHost | |
| The function called when JavaScript code in the HTMLLoader sets the window.document.title property or when the title element changes, either via the DOM or because of a new page load. | |
| updateTransform() — Method, class mx.charts.chartClasses.HLOCSeriesBase | |
| Called when the underlying data the series represents needs to be transformed from data to screen values by the axes of the associated data transform. | |
| updateTransform() — Method, class mx.charts.chartClasses.Series | |
| Called when the underlying data the series represents needs to be transformed from data to screen values by the axes of the associated data transform. | |
| updateTransform() — Method, class mx.charts.series.BubbleSeries | |
| Called when the underlying data the series represents needs to be transformed from data to screen values by the axes of the associated data transform. | |
| upIcon — Style, 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. | |
| upload(request:flash.net:URLRequest, uploadDataFieldName:String, testUpload:Boolean) — Method, class flash.net.FileReference | |
| Starts the upload of a file selected by a user to a remote server. | |
| uploadCompleteData — Event, class flash.net.FileReference | |
| Dispatched after data is received from the server after a successful upload. | |
| UPLOAD_COMPLETE_DATA — Constant static property, class flash.events.DataEvent | |
| Defines the value of the type property of an uploadCompleteData event object. | |
| uploadUnencoded(request:flash.net:URLRequest) — Method, class flash.net.FileReference | |
| Initiate uploading a file to a URL without any encoding. | |
| upperMargin — Property, class mx.charts.chartClasses.BoundedValue | |
| The margin, in pixels, required above the value in order to render properly. | |
| upSkin — Style, class mx.controls.ComboBase | |
| Name of the class to use as the skin for the background and border when the mouse is not over the control. | |
| upSkin — Style, 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. | |
| upState — Property, class flash.display.SimpleButton | |
| Specifies a display object that is used as the visual object for the button up state — the state that the button is in when the mouse is not positioned over the button. | |
| uri — Property, class Namespace | |
| The Uniform Resource Identifier (URI) of the namespace. | |
| uri — Property, class QName | |
| The Uniform Resource Identifier (URI) of the QName object. | |
| uri — Property, class flash.net.NetConnection | |
| The URI passed to the NetConnection.connect() method. | |
| uri — Property, class mx.messaging.Channel | |
| Provides access to the URI used to create the whole endpoint URI for this channel. | |
| uriDereferencer — Property, class flash.security.XMLSignatureValidator | |
| The IURIDereferencer implementation. | |
| URIError — Dynamic class, Top Level | |
| A URIError exception is thrown when one of the global URI handling functions is used in a way that is incompatible with its definition. | |
| URIError(message:String) — Constructor, class URIError | |
| Creates a new URIError object. | |
| urisEqual(uri1:String, uri2:String) — Static method, class mx.utils.URLUtil | |
| Tests whether two URI Strings are equivalent, ignoring case and differences in trailing slashes. | |
| url — Property, class flash.display.LoaderInfo | |
| The URL of the media being loaded. | |
| url — Property, class flash.filesystem.File | |
| The URL for this File path. | |
| url — Property, class flash.html.HTMLHistoryItem | |
| The URL of the HTML page. | |
| url — Property, class flash.media.Sound | |
| The URL from which this sound was loaded. | |
| url — Property, class flash.net.URLRequest | |
| The URL to be requested. | |
| url — Property, class flash.text.TextFormat | |
| Indicates the target URL for the text in this text format. | |
| url — Property, class mx.controls.textClasses.TextRange | |
| URL for a hypertext link in the range. | |
| url — Property, class mx.core.Application | |
| The URL from which this Application's SWF file was loaded. | |
| url — Property, class mx.events.BrowserChangeEvent | |
| The new value of the url property in the BrowserManager. | |
| url — Property, class mx.events.RSLEvent | |