| 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 |
| name — Property in class Error |
|
Contains the name of the Error object. |
| name() — Method in class XML |
|
Gives the qualified name for the XML object. |
| name — Property in class flash.accessibility.AccessibilityProperties |
|
Provides a name for this display object in the accessible presentation. |
| name — Property in class flash.display.DisplayObject |
|
Indicates the instance name of the DisplayObject. |
| name — Property in class flash.display.FrameLabel |
|
The name of the label. |
| name — Property in class flash.display.Scene |
|
The name of the scene. |
| name — Property in class flash.media.Camera |
|
A string that specifies the name of the current camera, as returned by the camera hardware. |
| name — Property in class flash.media.Microphone |
|
The name of the current sound capture device, as returned by the sound capture hardware. |
| name — Property in class flash.net.FileReference |
|
The name of the file on the local disk. |
| name — Property in class flash.net.URLRequestHeader |
|
An HTTP request header name (such as Content-Type or SOAPAction). |
| name — Property in class mx.collections.SortField |
|
The name of the field to be sorted. |
| name — Property in interface mx.core.IFlexDisplayObject |
|
The instance name of this object. |
| name — Property in class mx.effects.SetPropertyAction |
|
The name of the property being changed. |
| name — Property in class mx.effects.SetStyleAction |
|
The name of the style property being changed. |
| name — Property in class mx.effects.effectClasses.SetPropertyActionInstance |
|
The name of the property being changed. |
| name — Property in class mx.effects.effectClasses.SetStyleActionInstance |
|
The name of the style property being changed. |
| name — Property in class mx.messaging.management.MBeanFeatureInfo |
|
The name of the MBean feature. |
| name — Property in class mx.rpc.AbstractOperation |
|
The name of this Operation. |
| name — Property in class mx.states.SetEventHandler |
|
The name of the event whose handler is being set. |
| name — Property in class mx.states.SetProperty |
|
The name of the property to change. |
| name — Property in class mx.states.SetStyle |
|
The name of the style to change. |
| name — Property in class mx.states.State |
|
The name of the view state. |
| nameField — Property in class mx.charts.series.PieSeries |
|
Specifies the field of the data provider that determines
the name of each wedge of the PieChart control. |
| names — Static property in class flash.media.Camera |
|
Retrieves an array of strings reflecting the names of all available cameras
without displaying the Flash Player Privacy panel. |
| names — Static property in class flash.media.Microphone |
|
The names of all available sound capture devices. |
| namespace — Statement |
| Allows you to control the visibility of definitions. |
| namespace(prefix:String) — Method in class XML |
|
If no parameter is provided, gives the namespace associated with the qualified name of
this XML object. |
| Namespace — Final class in Top Level |
|
The Namespace class contains methods and properties for defining and working with namespaces. |
| Namespace(uriValue) — Constructor in class Namespace |
|
Creates a Namespace object. |
| Namespace(prefixValue, uriValue) — Constructor in class Namespace |
|
Creates a Namespace object according to the values of the prefixValue and uriValue parameters. |
| namespaceDeclarations() — Method in class XML |
|
Lists namespace declarations associated with the XML object in the context of its parent. |
| namespaceURI — Property in class flash.xml.XMLNode |
|
If the XML node has a prefix, namespaceURI is the value of the xmlns
declaration for that prefix (the URI), which is typically called the namespace URI. |
| NameUtil — Class in package mx.utils |
|
The NameUtil utility class defines static methods for
creating names for Flex objects. |
| NaN — Package constant property in Top Level |
|
A special member of the Number data type that represents a value that is "not a number" (NaN). |
| NaN — Constant static property in class Number |
|
The IEEE-754 value representing Not a Number (NaN). |
| native — Statement |
| Specifies that a function or method is implemented by Flash Player in native code. |
| NavBar — Class in package mx.controls |
|
The NavBar control is the superclass for navigator controls, such as the
LinkBar and TabBar controls, and cannot be instantiated directly. |
| NavBar() — Constructor in class mx.controls.NavBar |
|
Constructor. |
| navigateToURL(request, window) — Package function in flash.net |
|
Opens or replaces a window in the application that contains the Flash Player container
(usually a browser). |
| NEAREST — Constant static property in class mx.formatters.NumberBaseRoundType |
|
Rounds a number up or down to the nearest integer. |
| negativeError — Property in class mx.validators.CurrencyValidator |
|
Error message when the value is negative and
the allowNegative property is false. |
| negativeError — Property in class mx.validators.NumberValidator |
|
Error message when the value is negative and the
allowNegative property is false. |
| NEGATIVE_INFINITY — Constant static property in class Number |
|
Specifies the IEEE-754 value representing negative infinity. |
| nestLevel — Property in class mx.core.UIComponent |
|
Depth of this object in the containment hierarchy. |
| nestLevel — Property in class mx.core.UITextField |
|
Depth of this object in the containment hierarchy. |
| nestLevel — Property in interface mx.managers.ILayoutManagerClient |
|
The top-level SystemManager has a nestLevel of 1. |
| nestLevel — Property in class mx.skins.ProgrammaticSkin |
|
Depth of this object in the containment hierarchy. |
| netConnection — Property in class mx.messaging.channels.NetConnectionChannel |
|
Provides access to the associated NetConnection for this Channel. |
| NetConnection — Class in package flash.net |
|
The NetConnection class lets you invoke commands on a remote
application server, such as Adobe's Macromedia Flash Media Server 2 or Adobe Flex, and
to play streaming Flash Video (FLV) files from either an HTTP address or
a local drive. |
| NetConnection() — Constructor in class flash.net.NetConnection |
|
Creates a NetConnection object that you can use with a NetStream object
to invoke commands on a remote application server or to play
back streaming video (FLV) files locally or from a server. |
| NetConnectionChannel — Class in package mx.messaging.channels |
|
This NetConnectionChannel provides the basic NetConnection support for messaging. |
| NetConnectionChannel(id:String, uri:String) — Constructor in class mx.messaging.channels.NetConnectionChannel |
|
Creates a new NetConnectionChannel instance. |
| netStatus — Event in class flash.net.NetConnection |
|
Dispatched when a NetConnection object is reporting its status or error condition. |
| netStatus — Event in class flash.net.NetStream |
|
Dispatched when a NetStream object is reporting its status or error condition. |
| netStatus — Event in class flash.net.SharedObject |
|
Dispatched when a SharedObject instance is reporting its status or error condition. |
| NET_STATUS — Constant static property in class flash.events.NetStatusEvent |
|
Defines the value of the type property of a netStatus event object. |
| NetStatusEvent — Class in package flash.events |
|
Flash® Player dispatches NetStatusEvent objects when a NetConnection, NetStream, or
SharedObject object reports its status. |
| NetStatusEvent(type:String, bubbles:Boolean, cancelable:Boolean, info:Object) — Constructor in class flash.events.NetStatusEvent |
|
Creates an Event object that contains information about netStatus events. |
| NetStream — Class in package flash.net |
|
The NetStream class opens a one-way streaming connection between Flash Player
and a server, such as Adobe's Macromedia Flash Media Server 2 or Adobe Flex, or between
Flash Player and the local file system through a connection made available
by a NetConnection object. |
| NetStream(connection:flash.net:NetConnection) — Constructor in class flash.net.NetStream |
|
Creates a stream that can be used for playing FLV files through the specified NetConnection
object. |
| NEVER — Constant static property in class flash.display.PixelSnapping |
|
A constant value used in the pixelSnapping property of a Bitmap object
to specify that no pixel snapping occurs. |
| new — Operator |
| Instantiates a class instance. |
| NEW_COLUMN — Constant static property in class mx.events.DataGridEventReason |
|
Specifies that the user moved focus to a new column in the same row. |
| newDate — Property in class mx.events.CalendarLayoutChangeEvent |
|
The selected date of the control. |
| newIndex — Property in class mx.events.IndexChangedEvent |
|
The zero-based index after the change. |
| newInstance() — Method in class mx.core.ClassFactory |
|
Creates a new instance of the generator class,
with the properties specified by properties. |
| newInstance() — Method in interface mx.core.IFactory |
|
Creates an instance of some class (determined by the class that
implements IFactory). |
| NEW_ROW — Constant static property in class mx.events.DataGridEventReason |
|
Specifies that the user moved focus to a new row. |
| NEW_ROW — Constant static property in class mx.events.ListEventReason |
|
Specifies that the user moved focus to a new row in the control. |
| newState — Property in class mx.events.StateChangeEvent |
|
The name of the view state that the component is entering. |
| newValue — Property in class mx.events.PropertyChangeEvent |
|
The value of the property after the change. |
| newVersion — Property in interface mx.data.IChangeObject |
|
Remote destinations current version of the item. |
| nextFrame() — Method in class flash.display.MovieClip |
|
Sends the playhead to the next frame and stops it. |
| NEXT_MONTH — Constant static property in class mx.events.DateChooserEventDetail |
|
Indicates that the user scrolled the calendar to the next month. |
| nextMonthDisabledSkin — Style in class mx.controls.DateChooser |
|
Name of the class to use as the skin for the next month arrow
when the arrow is disabled. |
| nextMonthDownSkin — Style in class mx.controls.DateChooser |
|
Name of the class to use as the skin for the next month arrow
when the user presses the mouse button down on the arrow. |
| nextMonthOverSkin — Style in class mx.controls.DateChooser |
|
Name of the class to use as the skin for the next month arrow
when the user moves the mouse pointer over the arrow. |
| nextMonthUpSkin — Style in class mx.controls.DateChooser |
|
Name of the class to use as the skin for the next month arrow
when the mouse pointer is not over the arrow. |
| nextName(index:int) — Method in class flash.utils.Proxy |
|
Allows enumeration of the proxied object's properties by index number to
retrieve property names. |
| nextName(index:int) — Method in class mx.utils.ObjectProxy |
|
This is an internal function that must be implemented by
a subclass of flash.utils.Proxy. |
| nextNameIndex(index:int) — Method in class flash.utils.Proxy |
|
Allows enumeration of the proxied object's properties by index number. |
| nextNameIndex(index:int) — Method in class mx.utils.ObjectProxy |
|
This is an internal function that must be implemented by
a subclass of flash.utils.Proxy. |
| nextPage() — Method in class mx.printing.PrintDataGrid |
|
Puts the next set of data rows in view;
that is, it sets the PrintDataGrid verticalScrollPosition
property to equal verticalScrollPosition + (number of scrollable rows). |
| nextScene() — Method in class flash.display.MovieClip |
|
Moves the playhead to the next scene of the MovieClip instance. |
| nextSibling — Property in class flash.xml.XMLNode |
|
An XMLNode value that references the next sibling in the parent node's child list. |
| nextTabIndex — Property in class mx.managers.FocusManager |
|
The next unique tab index to use in this tab loop. |
| nextTabIndex — Property in interface mx.managers.IFocusManager |
|
The next unique tab index to use in this tab loop. |
| nextValue(index:int) — Method in class flash.utils.Proxy |
|
Allows enumeration of the proxied object's properties by index number to
retrieve property values. |
| nextValue — Property in class mx.controls.NumericStepper |
|
The value that is one step larger than the current value
property and not greater than the maximum property value. |
| nextValue(index:int) — Method in class mx.utils.ObjectProxy |
|
This is an internal function that must be implemented by
a subclass of flash.utils.Proxy. |
| NEXT_YEAR — Constant static property in class mx.events.DateChooserEventDetail |
|
Indicates that the user scrolled the calendar to the next year. |
| nextYearDisabledSkin — Style in class mx.controls.DateChooser |
|
Name of the class to use as the skin for the next year arrow
when the arrow is disabled. |
| nextYearDownSkin — Style in class mx.controls.DateChooser |
|
Name of the class to use as the skin for the next Year arrow
when the user presses the mouse button down on the arrow. |
| nextYearOverSkin — Style in class mx.controls.DateChooser |
|
Name of the class to use as the skin for the next Year arrow
when the user moves the mouse pointer over the arrow. |
| nextYearUpSkin — Style in class mx.controls.DateChooser |
|
Name of the class to use as the skin for the next Year arrow
when the mouse pointer is not over the arrow. |
| NO — Constant static property in class mx.controls.Alert |
|
Value that enables a No button on the Alert control when passed
as the flags parameter of the show() method. |
| noAutoLabeling — Property in class flash.accessibility.AccessibilityProperties |
|
If true, disables the Flash Player default auto-labeling system. |
| NO_BITRATE_MATCH — Constant static property in class mx.controls.videoClasses.VideoError |
|
No bitrate match. |
| NO_BORDER — Constant static property in class flash.display.StageScaleMode |
|
Specifies that the entire Flash application fill the specified area, without distortion but possibly with
some cropping, while maintaining the original aspect ratio of the application. |
| NoChannelAvailableError — Class in package mx.messaging.errors |
|
This error is thrown when no Channel is available to send messages. |
| NoChannelAvailableError(msg:String) — Constructor in class mx.messaging.errors.NoChannelAvailableError |
|
Constructs a new instance of the NoChannelAvailableError with the specified message. |
| NO_CONNECTION — Constant static property in class mx.controls.videoClasses.VideoError |
|
Unable to make connection to server or to find FLV on server. |
| NO_CUE_POINT_MATCH — Constant static property in class mx.controls.videoClasses.VideoError |
|
No matching cue point found. |
| NO_CURSOR — Constant static property in class mx.managers.CursorManager |
|
Constant that is the value of currentCursorID property
when there is no cursor managed by the CursorManager and therefore
the system cursor is being displayed. |
| NoDataAvailableError — Class in package mx.data.errors |
|
This error is thrown when data requested is not local. |
| NoDataAvailableError(msg:String) — Constructor in class mx.data.errors.NoDataAvailableError |
|
Constructs a new instance of the error with the specified message. |
| nodeKind() — Method in class XML |
|
Specifies the type of node: text, comment, processing-instruction,
attribute, or element. |
| nodeName — Property in class flash.xml.XMLNode |
|
A string representing the node name of the XMLNode object. |
| nodeType — Property in class flash.xml.XMLNode |
|
A nodeType constant value, either XMLNodeType.ELEMENT_NODE for an XML element or
XMLNodeType.TEXT_NODE for a text node. |
| nodeValue — Property in class flash.xml.XMLNode |
|
The node value of the XMLDocument object. |
| noExpressionError — Property in class mx.validators.RegExpValidator |
|
Error message when there is no regular expression specifed. |
| noise(randomSeed:int, low:uint, high:uint, channelOptions:uint, grayScale:Boolean) — Method in class flash.display.BitmapData |
|
Fills an image with pixels representing random noise. |
| noLabel — Static property in class mx.controls.Alert |
|
The label for the No button. |
| noMatchError — Property in class mx.validators.RegExpValidator |
|
Error message when there are no matches to the regular expression. |
| NONE — Constant static property in class flash.display.CapsStyle |
|
Used to specify no caps in the caps parameter of the
flash.display.Graphics.lineStyle() method. |
| NONE — Constant static property in class flash.display.LineScaleMode |
|
With this setting used as the scaleMode parameter of the lineStyle()
method, the thickness of the line never scales. |
| NONE — Constant static property in class flash.text.GridFitType |
|
Doesn't set grid fitting. |
| NONE — Constant static property in class flash.text.TextFieldAutoSize |
|
Specifies that no resizing is to occur. |
| NONE — Constant static property in class mx.charts.chartClasses.ChartState |
|
No state. |
| NONE — Constant static property in class mx.core.ContainerCreationPolicy |
|
Do not create any children. |
| NONE — Constant static property in class mx.formatters.NumberBaseRoundType |
|
Perform no rounding. |
| NONE — Constant static property in class mx.managers.DragManager |
|
Constant that specifies that the type of drag action is "none". |
| NONE — Constant static property in class mx.printing.FlexPrintJobScaleType |
|
Does not scale the output. |
| nonInheritingStyles — Property in class mx.core.UIComponent |
|
The beginning of this component's chain of non-inheriting styles. |
| nonInheritingStyles — Property in class mx.core.UITextField |
|
The beginning of this UITextField's chain of non-inheriting styles. |
| nonInheritingStyles — Property in interface mx.styles.IStyleClient |
|
An object containing the noninheritable styles for this component. |
| NONMODAL — Constant static property in class mx.controls.Alert |
|
Value that makes an Alert nonmodal when passed as the
flags parameter of the show() method. |
| noNumError — Property in class mx.validators.CreditCardValidator |
|
Error message when the cardNumber field is empty. |
| NORMAL — Constant static property in class flash.display.BlendMode |
|
The display object appears in front of the background. |
| NORMAL — Constant static property in class flash.display.LineScaleMode |
|
With this setting used as the scaleMode parameter of the lineStyle()
method, the thickness of the line always scales when the object is scaled (the default). |
| NORMAL — Constant static property in class flash.text.AntiAliasType |
|
Sets anti-aliasing to the anti-aliasing that is used in Flash Player 7 and earlier. |
| normalize() — Method in class XML |
|
For the XML object and all descendant XML objects, merges adjacent text nodes and
eliminates empty text nodes. |
| normalize() — Method in class XMLList |
|
Merges adjacent text nodes and eliminates empty text nodes for each
of the following: all text nodes in the XMLList, all the XML objects
contained in the XMLList, and the descendants of all the XML objects in
the XMLList. |
| normalize(thickness:Number) — Method in class flash.geom.Point |
|
Scales the line segment between (0,0) and the current point to a set length. |
| NO_SCALE — Constant static property in class flash.display.StageScaleMode |
|
Specifies that the size of the Flash application be fixed, so that it remains unchanged even as the size
of the player window changes. |
| NOT_A_COLOR — Constant static property in class mx.styles.StyleManager |
|
The getColorName() method returns this value if the passed-in
String is not a legitimate color name. |
| notifiers — Property in class mx.utils.ObjectProxy |
|
A hashmap of property change notifiers that this proxy is
listening for changes from; the key of the map is the property name. |
| notifyStyleChangeInChildren(styleProp:String, recursive:Boolean) — Method in class mx.controls.dataGridClasses.DataGridItemRenderer |
|
Propagates style changes to the children of this component. |
| notifyStyleChangeInChildren(styleProp:String, recursive:Boolean) — Method in class mx.core.UIComponent |
|
Propagate style changes to the children. |
| notifyStyleChangeInChildren(styleProp:String, recursive:Boolean) — Method in interface mx.styles.IStyleClient |
|
Propagates style changes to the children of this component. |
| noTypeError — Property in class mx.validators.CreditCardValidator |
|
Error message when the cardType field is blank. |
| null — Statement |
| A special value that can be assigned to variables or returned by a function if no data was provided. |
| Null — Special Type |
| A special data type that represents the lack of a value. |
| number — Property in class mx.charts.series.items.PieSeriesItem |
|
The value this wedge represents converted into screen coordinates
|
| Number — Final class in Top Level |
|
A data type representing an IEEE-754 double-precision floating-point number. |
| Number(expression) — Package function in Top Level |
|
Converts a given value to a Number value. |
| Number(num:Object) — Constructor in class Number |
|
Creates a Number object with the specified value. |
| NumberBase — Class in package mx.formatters |
|
The NumberBase class is a utility class that contains
general number formatting capabilities, including rounding,
precision, thousands formatting, and negative sign formatting. |
| NumberBase(decimalSeparatorFrom:String, thousandsSeparatorFrom:String, decimalSeparatorTo:String, thousandsSeparatorTo:String) — Constructor in class mx.formatters.NumberBase |
|
Constructor. |
| NumberBaseRoundType — Final class in package mx.formatters |
|
The NumberBaseRoundType class defines the constant values for formatter properties
that specify a type of rounding. |
| NumberFormatter — Class in package mx.formatters |
|
The NumberFormatter class formats a valid number
by adjusting the decimal rounding and precision,
the thousands separator, and the negative sign. |
| NumberFormatter() — Constructor in class mx.formatters.NumberFormatter |
|
Constructor. |
| NumberValidator — Class in package mx.validators |
|
The NumberValidator class ensures that a String represents a valid number. |
| NumberValidator() — Constructor in class mx.validators.NumberValidator |
|
Constructor. |
| numChildren — Property in class flash.display.DisplayObjectContainer |
|
Returns the number of children of this object. |
| numChildren — Property in class flash.display.Stage |
|
Returns the number of children of this object. |
| numChildren — Property in class mx.core.Container |
|
Number of child components in this container. |
| numChildren — Property in interface mx.core.IChildList |
|
The number of children in this child list. |
| numChildren — Property in class mx.managers.SystemManager |
|
The number of non-floating windows. |
| numDividers — Property in class mx.containers.DividedBox |
|
The number of dividers. |
| numeric — Property in class mx.collections.SortField |
|
Specifies that if the field being sorted contains numeric
(number/int/uint) values, or string representations of numeric values,
the comparitor use a numeric comparison. |
| NUMERIC — Constant static property in class Array |
|
Specifies numeric (instead of character-string) sorting for the Array class sorting methods. |
| NumericAxis — Class in package mx.charts.chartClasses |
|
The NumericAxis class acts as a common base class
for axis types representing a continuous range of values
between a defined minimum and maximum. |
| NumericAxis() — Constructor in class mx.charts.chartClasses.NumericAxis |
|
Constructor. |
| numericCompare(a:Number, b:Number) — Static method in class mx.utils.ObjectUtil |
|
Compares two numberic values. |
| NumericStepper — Class in package mx.controls |
|
The NumericStepper control lets the user select
a number from an ordered set. |
| NumericStepper() — Constructor in class mx.controls.NumericStepper |
|
Constructor. |
| NumericStepperDownSkin — Class in package mx.skins.halo |
|
The skin for all the states of the down button in a NumericStepper. |
| NumericStepperDownSkin() — Constructor in class mx.skins.halo.NumericStepperDownSkin |
|
Constructor. |
| NumericStepperEvent — Class in package mx.events |
|
Represents events that are specific to the NumericStepper control. |
| NumericStepperEvent(type:String, bubbles:Boolean, cancelable:Boolean, value:Number) — Constructor in class mx.events.NumericStepperEvent |
|
Constructor. |
| NumericStepperUpSkin — Class in package mx.skins.halo |
|
The skin for all the states of the up button in a NumericStepper. |
| NumericStepperUpSkin() — Constructor in class mx.skins.halo.NumericStepperUpSkin |
|
Constructor. |
| numFrames — Property in class flash.display.Scene |
|
The number of frames in the scene. |
| numLines — Property in class flash.text.TextField |
|
Defines the number of text lines in a multiline text field. |
| numLock — Static property in class flash.ui.Keyboard |
|
Specifies whether the Num Lock key is activated (true) or not (false). |
| numModalWindows — Property in interface mx.managers.ISystemManager |
|
The number of modal windows. |
| numModalWindows — Property in class mx.managers.SystemManager |
|
Number of modal windows. |
| NUM_PAD — Constant static property in class flash.ui.KeyLocation |
|
Indicates the key activation originated on the numeric keypad or with a virtual key corresponding
to the numeric keypad. |
| NUMPAD_0 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the number 0 key on the number pad (96). |
| NUMPAD_1 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the number 1 key on the number pad (97). |
| NUMPAD_2 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the number 2 key on the number pad (98). |
| NUMPAD_3 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the number 3 key on the number pad (99). |
| NUMPAD_4 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the number 4 key on the number pad (100). |
| NUMPAD_5 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the number 5 key on the number pad (101). |
| NUMPAD_6 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the number 6 key on the number pad (102). |
| NUMPAD_7 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the number 7 key on the number pad (103). |
| NUMPAD_8 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the number 8 key on the number pad (104). |
| NUMPAD_9 — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the number 9 key on the number pad (105). |
| NUMPAD_ADD — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the addition key on the number pad (107). |
| NUMPAD_DECIMAL — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the decimal key on the number pad (110). |
| NUMPAD_DIVIDE — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the division key on the number pad (111). |
| NUMPAD_ENTER — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the Enter key on the number pad (108). |
| NUMPAD_MULTIPLY — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the multiplication key on the number pad (106). |
| NUMPAD_SUBTRACT — Constant static property in class flash.ui.Keyboard |
|
Constant associated with the key code value for the subtraction key on the number pad (109). |
| numRadioButtons — Property in class mx.controls.RadioButtonGroup |
|
The number of RadioButtons that belong to this RadioButtonGroup. |
|
| 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 |