| 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 |
| 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:Object) — Constructor in class mx.core.UIComponentDescriptor |
|
Constructor. |
| 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. |
| UIDUtil — Class in package mx.utils |
|
The UIDUtil class is an all-static class
with methods for working with UIDs (unique identifiers) within Flex. |
| uint — Final class in Top Level |
|
The uint class provides methods for working with a data type representing a 32-bit unsigned integer. |
| uint(value) — Package function in Top Level |
|
Converts a given numeric value to an unsigned integer value. |
| uint(num:Object) — Constructor in class uint |
|
Creates a new uint object. |
| 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: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 in class mx.core.UITextFormat |
|
Constructor. |
| uncompress() — Method in class flash.utils.ByteArray |
|
Decompresses the byte array. |
| undefined — Package constant property in 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 in class flash.text.TextFormat |
|
Indicates whether the text that uses this text format is underlined (true)
or not (false). |
| unescape(str) — Package function in 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) — Package function in 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 in 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. |
| unique — Property in class mx.collections.Sort |
|
Indicates if the sort should be unique. |
| UNIQUESORT — Constant static property in class Array |
|
Specifies the unique sorting requirement for the Array class sorting methods. |
| unitSize — Property in class mx.charts.DateTimeAxis |
|
The width, in pixels, of a single data unit. |
| unitSize — Property in class mx.charts.chartClasses.AxisBase |
|
The size of one unit of data as represented by this axis. |
| unitSize — Property in interface mx.charts.chartClasses.IAxis |
|
The size of one unit of data as represented by this axis. |
| UNKNOWN — Constant static property in class flash.system.IMEConversionMode |
|
The string "UNKNOWN", which can be returned by a call to
the IME.conversionMode property. |
| UNKNOWN — Constant property in class mx.messaging.management.MBeanOperationInfo |
|
The side-effects for the operation are unknown. |
| UNKNOWN_OPERATION — Constant static property in class mx.data.messages.DataMessage |
|
Code for an unknown operation type. |
| UNKNOWN_OPERATION — Constant static property in class mx.messaging.messages.CommandMessage |
|
This is the default operation for new CommandMessage instances. |
| unload() — Method in class flash.display.Loader |
|
Removes a child of this Loader object that was loaded by using the load() method. |
| unload — Event in 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 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 — Constant static property in class flash.events.Event |
|
Defines the value of the type property of an unload event object. |
| unlock(changeRect:flash.geom:Rectangle) — Method in 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. |
| unregister(obj:mx.managers:IHistoryManagerClient) — Static method in class mx.managers.HistoryManager |
|
Unregisters an object with the HistoryManager. |
| unregisterDataTransform(transform:mx.charts.chartClasses:DataTransform) — Method in 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 in interface mx.charts.chartClasses.IAxis |
|
Each DataTransform that makes use of an axis
registers itself with that axis. |
| UnresolvedConflictsError — Class in package mx.data.errors |
|
This error is thrown when a commit request is made while there are still
unresolved conflicts and no listener has been registered for
UnresolvedConflictsEvent.FAULT. |
| UnresolvedConflictsError(msg:String) — Constructor in class mx.data.errors.UnresolvedConflictsError |
|
Constructs a new instance of the error with the specified message. |
| UnresolvedConflictsEvent — Class in package mx.data.events |
|
A DataList throws this event when the commit() method is called
while conflicts remain unresolved. |
| UnresolvedConflictsEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor in class mx.data.events.UnresolvedConflictsEvent |
| |
| unscaledHeight — Property in class mx.core.UIComponent |
|
A convenience method for determining the unscaled height
of the component
All of a component's drawing and child layout should be done
within a bounding rectangle of this height, which is also passed
as an argument to updateDisplayList(). |
| 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(). |
| unshift(... rest) — Method in class Array |
|
Adds one or more elements to the beginning of an array and returns the new length of the array. |
| unsubscribe() — Method in class mx.messaging.Consumer |
|
Unsubscribes from the remote destination. |
| UNSUBSCRIBE_OPERATION — Constant static property in class mx.messaging.messages.CommandMessage |
|
This operation is used to unsubscribe from a remote destination. |
| unwatch() — Method in class mx.binding.utils.ChangeWatcher |
|
Detaches this ChangeWatcher instance, and its handler function,
from the current host. |
| UP — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the Up Arrow key (38). |
| 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.NumericStepper |
|
Name of the class to use as the skin for the Up arrow
when the arrow is disabled. |
| 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.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. |
| 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.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. |
| 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. |
| upArrowUpSkin — Style in 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. |
| 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 class mx.charts.CategoryAxis |
|
Updates the chart. |
| update() — Method in interface mx.charts.chartClasses.IAxis |
|
Updates the chart. |
| update() — Method in class mx.charts.chartClasses.NumericAxis |
|
Updates the chart. |
| 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. |
| updateAfterEvent() — Method in class flash.events.KeyboardEvent |
|
Instructs Flash Player to render after processing of this event completes, if the display
list has been modified
|
| updateAfterEvent() — Method in class flash.events.MouseEvent |
|
Instructs Flash Player to render after processing of this event completes, if the display list has been modified. |
| updateAfterEvent() — Method in class flash.events.TimerEvent |
|
Instructs Flash Player to render after processing of this event completes, if the display list has been modified
|
| updateBackground() — Method in class mx.controls.MenuBar |
|
Updates the MenuBar background skin. |
| UPDATE_BODY_CHANGES — Constant static property in class mx.data.messages.DataMessage |
|
This constant is used to access the list of changed property names. |
| UPDATE_BODY_NEW — Constant static property in class mx.data.messages.DataMessage |
|
This constant is used to access the new value of a changed item. |
| UPDATE_BODY_PREV — Constant static property in class mx.data.messages.DataMessage |
|
This constant is used to access the previous value of the changed item. |
| UpdateCollectionMessage — Class in package mx.data.messages |
|
This message is used to establish consistency between the remote sequence
and the corresponding local collection. |
| UpdateCollectionMessage() — Constructor in class mx.data.messages.UpdateCollectionMessage |
|
Creates a new instance of an empty UpdateCollectionMessage. |
| UPDATE_COLLECTION_OPERATION — Constant static property in class mx.data.messages.DataMessage |
|
This operation is sent when a local or remote sequence has been modified
by insert(s) or delete(s). |
| UpdateCollectionRange — Class in package mx.data |
|
The UpdateCollectionRange class provides specific information about
a range of add and remove operations made to a collection. |
| UpdateCollectionRange() — Constructor in class mx.data.UpdateCollectionRange |
|
Constructs an empty UpdateCollectionRange. |
| 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). |
| updateData() — Method in class mx.charts.chartClasses.HLOCSeriesBase |
|
This method is called when the underlying data that the series represents
has changed and needs to be reloaded out of the data provider. |
| updateData() — Method in class mx.charts.chartClasses.Series |
|
This method is called when the underlying data that the series represents
has changed and needs to be reloaded out of the data provider. |
| updateData() — Method in class mx.charts.series.BubbleSeries |
|
This method is called when the underlying data that the series represents
has changed and needs to be reloaded out of the data provider. |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method in class mx.charts.AxisRenderer |
|
Draws the object and/or sizes and positions its children. |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method in class mx.charts.Legend |
|
Sets the size and position of each child of the Legend. |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method in class mx.charts.chartClasses.CartesianChart |
|
Draws the object and/or sizes and positions its children. |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method in class mx.charts.chartClasses.ChartLabel |
|
Draws the object and/or sizes and positions its children. |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method in class mx.charts.chartClasses.DataTip |
|
Draws the object and/or sizes and positions its children. |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method in class mx.charts.chartClasses.HLOCSeriesBase |
|
Draws the object and/or sizes and positions its children. |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method in class mx.charts.chartClasses.PolarChart |
|
Draws the object and/or sizes and positions its children. |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method in class mx.charts.chartClasses.Series |
|
Draws the object and/or sizes and positions its children. |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method in class mx.charts.series.BubbleSeries |
|
Draws the object and/or sizes and positions its children. |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method in class mx.charts.series.PieSeries |
|
Draws the object and/or sizes and positions its children. |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method in class mx.containers.Box |
|
Sets the size and position of each child of the Box container. |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method in class mx.containers.Canvas |
|
Sets the size of each child of the container. |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method in 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 in 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 in class mx.containers.Grid |
|
Sets the size and position of each child of the Grid. |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method in class mx.containers.GridRow |
|
Sets the size and position of each child of the GridRow container. |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — 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:Number, unscaledHeight:Number) — Method in class mx.containers.Tile |
|
Sets the positions and sizes of this container's children. |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method in 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 in class mx.controls.ComboBase |
|
Sizes and positions the internal components in the given width
and height. |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method in 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 in class mx.controls.listClasses.ListBase |
|
Adds or removes item renderers if the number of displayable items
changed. |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method in class mx.controls.sliderClasses.Slider |
|
Positions the elements of the control. |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method in 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 in class mx.core.UIComponent |
|
Draws the object and/or sizes and positions its children. |
| updateDisplayList(unscaledWidth:Number, unscaledHeight:Number) — Method in class mx.skins.ProgrammaticSkin |
|
Programmatically draws the graphics for this skin. |
| updateFilter() — Method in class mx.charts.chartClasses.HLOCSeriesBase |
|
This method is called when the underlying data the series represents
needs to be filtered against the ranges represented by the axes
of the associated DataTransform. |
| updateFilter() — Method in class mx.charts.chartClasses.Series |
|
This method is called when the underlying data the series represents
needs to be filtered against the ranges represented by the axes
of the associated DataTransform. |
| updateFilter() — Method in class mx.charts.series.BubbleSeries |
|
This method is called when the underlying data the series represents
needs to be filtered against the ranges represented by the axes
of the associated DataTransform. |
| updateList() — Method in class mx.controls.listClasses.ListBase |
|
Refreshes all rows now. |
| updateMapping() — Method in class mx.charts.chartClasses.HLOCSeriesBase |
|
This method is called when the underlying data the series represents
needs to be mapped to numeric representations. |
| updateMapping() — Method in class mx.charts.chartClasses.Series |
|
This method is called when the underlying data the series represents
needs to be mapped to numeric representations. |
| updateMapping() — Method in class mx.charts.series.BubbleSeries |
|
This method is called when the underlying data the series represents
needs to be mapped to numeric representations. |
| updateMode — Property in class mx.data.messages.UpdateCollectionMessage |
|
Indicates the state of this update. |
| updateNavItemIcon(index:int, icon:Class) — Method in class mx.controls.NavBar |
|
Resets the icon of a navigator item in the
NavBar control. |
| updateNavItemLabel(index:int, label:String) — Method in class mx.controls.NavBar |
|
Sets the label property of a navigator item in the
NavBar control. |
| UPDATE_OPERATION — Constant static property in class mx.data.messages.DataMessage |
|
This operation indicates an update to data object has been performed. |
| updateProperties() — Static method in class flash.accessibility.Accessibility |
|
Tells Flash Player to apply any accessibility changes made by using the DisplayObject.accessibilityProperties property. |
| updateStacking() — Method in class mx.charts.chartClasses.StackedSeries |
|
Iterates over the individual sub-series to build the stacked values. |
| updateTransform() — Method in class mx.charts.chartClasses.HLOCSeriesBase |
|
This method is called when the underlying data the series represents
needs to be transformed from data to screen values
by the axes of the associated DataTransform. |
| updateTransform() — Method in class mx.charts.chartClasses.Series |
|
This method is called when the underlying data the series represents
needs to be transformed from data to screen values
by the axes of the associated DataTransform. |
| updateTransform() — Method in class mx.charts.series.BubbleSeries |
|
This method is called when the underlying data the series represents
needs to be transformed from data to screen values
by the axes of the associated DataTransform. |
| updateType — Property in class mx.data.UpdateCollectionRange |
|
Indicates what operation this range represents. |
| 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. |
| upload(request:flash.net:URLRequest, uploadDataFieldName:String, testUpload:Boolean) — Method in class flash.net.FileReference |
|
Starts the upload of a file selected by a user to a remote server. |
| upperMargin — Property in class mx.charts.chartClasses.BoundedValue |
|
The margin, in pixels, required above the value
in order to render properly. |
| 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. |
| upSkin — Style in 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. |
| upState — Property in 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 in class Namespace |
|
The Uniform Resource Identifier (URI) of the namespace. |
| uri — Property in class QName |
|
The Uniform Resource Identifier (URI) of the QName object. |
| uri — Property in class flash.net.NetConnection |
|
The URI of the application server that was passed to NetConnection.connect(),
if connect was used to connect to a server. |
| uri — Property in class mx.messaging.Channel |
|
Provides access to the URI used to create the whole endpoint URI for this channel. |
| URIError — Dynamic class in 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 in class URIError |
|
Creates a new URIError object. |
| url — Property in class flash.display.LoaderInfo |
|
The URL of the media being loaded. |
| url — Property in class flash.media.Sound |
|
The URL from which this sound was loaded. |
| url — Property in class flash.net.URLRequest |
|
The URL to be requested. |
| url — Property in class flash.text.TextFormat |
|
Indicates the target URL for the text in this text format. |
| url — Property in class mx.controls.textClasses.TextRange |
|
URL for a hypertext link in the range. |
| url — Property in class mx.core.Application |
|
The URL from which this Application's SWF file was loaded. |
| url — Property in class mx.events.RSLEvent |
|
The URLRequest object that represents the location
of the RSL being downloaded. |
| url — Static property in class mx.messaging.config.LoaderConfig |
|
If the LoaderConfig has been initialized, this
should represent the top-level MovieClip's URL. |
| url — Property in class mx.messaging.messages.HTTPRequestMessage |
|
Contains the final destination for this request. |
| url — Property in class mx.rpc.http.HTTPService |
|
Location of the service. |
| URLLoader — Class in package flash.net |
|
The URLLoader class downloads data from a URL
as text, binary data, or URL-encoded variables. |
| URLLoader(request:flash.net:URLRequest) — Constructor in class flash.net.URLLoader |
|
Creates a URLLoader object. |
| URLLoaderDataFormat — Final class in package flash.net |
|
The URLLoaderDataFormat class provides values that specify how downloaded data is received. |
| URLRequest — Final class in package flash.net |
|
The URLRequest class captures all of the information in a single HTTP request. |
| URLRequest(url:String) — Constructor in class flash.net.URLRequest |
|
Creates a URLRequest object. |
| URLRequestHeader — Final class in package flash.net |
|
A URLRequestHeader object encapsulates a single HTTP request header
and consists of a name/value pair. |
| URLRequestHeader(name:String, value:String) — Constructor in class flash.net.URLRequestHeader |
|
Creates a new URLRequestHeader object that encapsulates a single HTTP request header. |
| URLRequestMethod — Final class in package flash.net |
|
The URLRequestMethod class provides values that specify whether the URLRequest object should
use the POST method or the GET method when sending data to a server. |
| URLStream — Class in package flash.net |
|
The URLStream class provides low-level access to
downloading URLs. |
| URLUtil — Class in package mx.utils |
|
The URLUtil class is a static class with methods for working with
full and relative URLs within Flex. |
| URLVariables — Dynamic class in package flash.net |
|
The URLVariables class allows you to transfer
variables between a Flash® application and a
server. |
| URLVariables(source:String) — Constructor in class flash.net.URLVariables |
|
Creates a new URLVariables object. |
| useCodePage — Static property in class flash.system.System |
|
A Boolean value that tells Flash Player which code page to use to interpret external text files. |
| 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. |
| useEchoSuppression — Property in class flash.media.Microphone |
|
Returns true if echo suppression is enabled; false otherwise. |
| useHandCursor — Property in class flash.display.SimpleButton |
|
A Boolean value that, when set to true, indicates whether Flash Player displays the
hand cursor when the mouse rolls over a button. |
| useHandCursor — Property in class flash.display.Sprite |
|
A Boolean value that indicates whether the pointing hand (hand cursor) appears when the mouse rolls
over a sprite in which the buttonMode property is set to true. |
| use namespace — Statement |
| Causes the specified namespaces to be added to the set of open namespaces. |
| useNegativeSign — Property in class mx.formatters.CurrencyFormatter |
|
If true, format a negative number
by preceding it with a minus "-" sign. |
| useNegativeSign — Property in class mx.formatters.NumberFormatter |
|
If true, format a negative number
by preceding it with a minus "-" sign. |
| usePhasedInstantiation — Property in class mx.managers.LayoutManager |
|
A flag that indicates whether the LayoutManager allows screen updates
between phases. |
| usePreloader — Property in class mx.core.Application |
|
If true, specifies to display the application preloader. |
| useProxy — Property in class mx.rpc.http.HTTPService |
|
Specifies whether to use the Flex proxy service. |
| useProxy — Property in class mx.rpc.soap.WebService |
|
Specifies whether to use the Flex proxy service. |
| useRichTextClipboard — Property in class flash.text.TextField |
|
Specifies whether to copy and paste the text formatting along with the text. |
| useRollOver — Style in class mx.controls.listClasses.ListBase |
|
A flag that controls whether items are highlighted as the mouse rolls
over them. |
| useThousandsSeparator — Property in class mx.formatters.CurrencyFormatter |
|
If true, split the number into thousands increments
by using a separator character. |
| useThousandsSeparator — Property in class mx.formatters.NumberFormatter |
|
If true, split the number into thousands increments
by using a separator character. |
| usingTLS — Property in class flash.net.NetConnection |
|
Indicates whether a secure connection was made using native Transport Layer Security (TLS)
rather than HTTPS. |
| US_ONLY — Static property in class mx.validators.ZipCodeValidatorDomainType |
|
Specifies to validate a United States ZIP code. |
| US_OR_CANADA — Static property in class mx.validators.ZipCodeValidatorDomainType |
|
Specifies to validate a United States or Canadian ZIP code. |
| UTC(year:Number, month:Number, date:Number, hour:Number, minute:Number, second:Number, millisecond:Number) — Static method in class Date |
|
Returns the number of milliseconds between midnight on January 1, 1970, universal time,
and the time specified in the parameters. |
|
| 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 |