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 mx.collections.SortField
The name of the field to be sorted.
name — Property in interface mx.core.IFlexDisplayObject
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.events.InterManagerRequest
Name of property or method or manager to instantiate.
name — Property in class mx.states.State
The name of the view state.
NameUtil — Class in package mx.utils
The NameUtil utility class defines static methods for creating names for Flex objects.
NAN_VALUE — Constant static property in class com.dwuser.ss4.pseudoStyleClasses.XMLAttributeFormats
To pass an actual NaN value, use the following format.
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.
NEAREST — Constant static property in class mx.formatters.NumberBaseRoundType
Rounds a number up or down to the nearest integer.
nestLevel — Property in interface mx.core.IUITextField
Depth of this object in the containment hierarchy.
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.
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.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.
NextButton — Class in package com.dwuser.ss4.ui.controls
The NextButton element allows the user to jump to the next image in the current gallery.
NextButton() — Constructor in class com.dwuser.ss4.ui.controls.NextButton
NextButtonSkin — Class in package com.dwuser.ss4.skins
The default skin for the NextButton element.
NextButtonSkin() — Constructor in class com.dwuser.ss4.skins.NextButtonSkin
Constructor.
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.
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.
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.
noLabel — Static property in class mx.controls.Alert
The label for the No button.
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 interface mx.core.IUITextField
The beginning of this UITextField's chain of non-inheriting styles.
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.
nonInheritingStyles — Property in class mx.styles.StyleProxy
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.
nonZeroTextHeight — Property in interface mx.core.IUITextField
Unlike textHeight, this returns a non-zero value even when the text is empty.
nonZeroTextHeight — Property in class mx.core.UITextField
Unlike textHeight, this returns a non-zero value even when the text is empty.
normalizeURL(loaderInfo) — Static method in class mx.utils.LoaderUtil
The root URL of a cross-domain RSL contains special text appended to the end of the URL.
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.
NoteBox — Class in package com.dwuser.ss4.ui.extras
The NoteBox class represents the image hover notes displayed on top of a slide, as defined by the <note ...
NoteBox() — Constructor in class com.dwuser.ss4.ui.extras.NoteBox
NoteBoxToolTip — Class in package com.dwuser.ss4.ui.extras
This class represents the tooltip displayed on any NoteBox elements.
NoteBoxToolTip() — Constructor in class com.dwuser.ss4.ui.extras.NoteBoxToolTip
noteHideDelay — Style in class com.dwuser.ss4.ui.IndividualSlide
Specifies the required duration of inactivity, in milliseconds, which must occur before any image note boxes automatically hide.
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, recursive) — Method in class mx.core.UIComponent
Propagates style changes to the children.
notifyStyleChangeInChildren(styleProp, recursive) — Method in interface mx.styles.IStyleClient
Propagates style changes to the children of this component.
notifyStyleChangeInChildren(styleProp, recursive) — Method in class mx.styles.StyleProxy
Propagates style changes to the children of this component.
nullItemRenderer — Property in class mx.controls.listClasses.ListBase
The custom item renderer for the control.
NULL_VALUE — Constant static property in class com.dwuser.ss4.pseudoStyleClasses.XMLAttributeFormats
To pass an actual null value, use the following format.
numAutomationChildren — Property in interface mx.automation.IAutomationObject
The number of automation children this container has.
numAutomationChildren — Property in class mx.core.UIComponent
The number of automation children this container has.
NUMBER — Constant static property in class com.dwuser.ss4.pseudoStyleClasses.XMLAttributeFormats
Non-empty attributes which are numbers are automatically cast as their numerical value.
NumberBar — Class in package com.dwuser.ss4.ui
The NumberBar element displays a grid of tiles with numeric labels for all slides in the current gallery; each tile's label displays the numerical index of the corresponding slide.
NumberBar() — Constructor in class com.dwuser.ss4.ui.NumberBar
NumberBarTile — Class in package com.dwuser.ss4.ui
The NumberBarTile class holds the style parameters used for the tiles displayed on the NumberBar element.
NumberBarTile() — Constructor in class com.dwuser.ss4.ui.NumberBarTile
NumberBarTileHover — Class in package com.dwuser.ss4.pseudoStyleClasses
Holds the style parameters used on the NumberBarTile element in it's hover state.
NumberBarTileHover() — Constructor in class com.dwuser.ss4.pseudoStyleClasses.NumberBarTileHover
NumberBarTileSelected — Class in package com.dwuser.ss4.pseudoStyleClasses
Holds the style parameters used on the NumberBarTile element in it's selected state.
NumberBarTileSelected() — Constructor in class com.dwuser.ss4.pseudoStyleClasses.NumberBarTileSelected
NumberBarTileVisited — Class in package com.dwuser.ss4.pseudoStyleClasses
Holds the style parameters used on the NumberBarTile element in it's visited state.
NumberBarTileVisited() — Constructor in class com.dwuser.ss4.pseudoStyleClasses.NumberBarTileVisited
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, thousandsSeparatorFrom, decimalSeparatorTo, thousandsSeparatorTo) — 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.
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 interface mx.core.IContainer
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.
numericCompare(a, b) — Static method in class mx.utils.ObjectUtil
Compares two numeric values.
numLines — Property in interface mx.core.IUITextField
numModalWindows — Property in interface mx.managers.ISystemManager
The number of modal windows.
numModalWindows — Property in class mx.managers.SystemManager
The number of modal windows.
numTicks — Style in class com.dwuser.ss4.ui.extras.Spinner
Specifies the number of "ticks" on the spinner.
numTicks — Property in class com.dwuser.ss4.ui.extras.Spinner
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