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  
generator — Property in class mx.core.ClassFactory
The Class that the newInstance() method uses to generate objects from this factory object.
get_accDefaultAction(childID) — Method in class com.yahoo.astra.mx.accessibility.DropDownColorPickerAccImpl
inheritDoc
get_accRole(childID) — Method in class com.yahoo.astra.mx.accessibility.IPv4AddressInputAccImpl
get_accRole(childID) — Method in class com.yahoo.astra.mx.accessibility.TimeInputAccImpl
get_accRole(childID) — Method in class com.yahoo.astra.mx.accessibility.TimeStepperAccImpl
get_accState(childID) — Method in class com.yahoo.astra.mx.accessibility.DropDownColorPickerAccImpl
get_accState(childID) — Method in class com.yahoo.astra.mx.accessibility.IPv4AddressInputAccImpl
get_accState(childID) — Method in class com.yahoo.astra.mx.accessibility.TimeInputAccImpl
get_accState(childID) — Method in class com.yahoo.astra.mx.accessibility.TimeStepperAccImpl
get_accValue(childID) — Method in class com.yahoo.astra.mx.accessibility.DropDownColorPickerAccImpl
get_accValue(childID) — Method in class com.yahoo.astra.mx.accessibility.TimeInputAccImpl
get_accValue(childID) — Method in class com.yahoo.astra.mx.accessibility.TimeStepperAccImpl
getAffectedProperties() — Method in class mx.effects.Effect
Returns an Array of Strings, where each String is the name of a property that is changed by this effect.
getAffectedProperties() — Method in interface mx.effects.IEffect
Returns an Array of Strings, where each String is the name of a property that is changed by this effect.
getAssociatedFactory(object) — Static method in class mx.modules.ModuleManager
See if the referenced object is associated with (or, in the managed ApplicationDomain of) a known IFlexModuleFactory implementation.
getAutomationChildAt(index) — Method in interface mx.automation.IAutomationObject
Provides the automation object at the specified index.
getAutomationChildAt(index) — Method in class mx.core.UIComponent
Provides the automation object at the specified index.
getBoolean(bundleName, resourceName, locale) — Method in interface mx.resources.IResourceManager
Gets the value of a specified resource as a Boolean.
getBounds(targetCoordinateSpace) — Method in interface mx.core.IFlexDisplayObject
getBundleNamesForLocale(locale) — Method in interface mx.resources.IResourceManager
Returns an Array of Strings specifying the bundle names for all ResourceBundle objects that exist in the ResourceManager and that belong to the specified locale.
getCacheKey(... rest) — Static method in class mx.skins.halo.HaloColors
Returns a unique hash key based on the colors that are passed in.
getCharBoundaries(charIndex) — Method in interface mx.core.IUITextField
getCharIndexAtPoint(x, y) — Method in interface mx.core.IUITextField
getChildAt(index) — Method in class mx.core.Container
Gets the nth child component object.
getChildAt(index) — Method in interface mx.core.IChildList
Gets the child DisplayObject at the specified index in this child list.
getChildAt(index) — Method in interface mx.core.IContainer
getChildBridgeProvider(bridge) — Method in interface mx.core.ISWFBridgeGroup
Gets the owner of a bridge and also the DisplayObject that loaded the child.
getChildBridgeProvider(bridge) — Method in class mx.core.SWFBridgeGroup
Gets the owner of a bridge and also the DisplayObject that loaded the child.
getChildBridges() — Method in interface mx.core.ISWFBridgeGroup
Gets all of the child bridges in this group.
getChildBridges() — Method in class mx.core.SWFBridgeGroup
Gets all of the child bridges in this group.
getChildByName(name) — Method in class mx.core.Container
Returns the child whose name property is the specified String.
getChildByName(name) — Method in interface mx.core.IChildList
Gets the child DisplayObject with the specified name in this child list.
getChildByName(name) — Method in interface mx.core.IContainer
getChildIDArray() — Method in class com.yahoo.astra.mx.accessibility.DropDownColorPickerAccImpl
getChildIDArray() — Method in class com.yahoo.astra.mx.accessibility.IPv4AddressInputAccImpl
getChildIDArray() — Method in class com.yahoo.astra.mx.accessibility.TimeInputAccImpl
getChildIDArray() — Method in class com.yahoo.astra.mx.accessibility.TimeStepperAccImpl
getChildIndex(child) — Method in class mx.core.Container
Gets the zero-based index of a specific child.
getChildIndex(child) — Method in interface mx.core.IChildList
Gets the index of a specific child in this child list.
getChildIndex(child) — Method in interface mx.core.IContainer
getChildren() — Method in class mx.core.Container
Returns an Array of DisplayObject objects consisting of the content children of the container.
getClass(bundleName, resourceName, locale) — Method in interface mx.resources.IResourceManager
Gets the value of a specified resource as a Class.
getClassInfo(obj, excludes, options) — Static method in class mx.utils.ObjectUtil
Returns information about the class, and properties of the class, for the specified Object.
getClassStyleDeclarations() — Method in class mx.core.UIComponent
Finds the type selectors for this UIComponent instance.
getClassStyleDeclarations() — Method in interface mx.styles.IStyleClient
Returns an Array of CSSStyleDeclaration objects for the type selector that applies to this component, or null if none exist.
getClassStyleDeclarations() — Method in class mx.styles.StyleProxy
Returns an Array of CSSStyleDeclaration objects for the type selector that applies to this component, or null if none exist.
getColorByHexValue(hexValue) — Static method in class com.yahoo.astra.utils.Color
Returns the corresponding Color object from the hexadecimal value.
getColorByName(name) — Static method in class com.yahoo.astra.utils.Color
Returns the corresponding Color object from the string name.
getColorName(colorName) — Static method in class mx.styles.StyleManager
Returns the numeric RGB color value that corresponds to the specified color string.
getColorNames(colors) — Static method in class mx.styles.StyleManager
Converts each element of the colors Array from a color name to a numeric RGB color value.
getComplexProperty(name, value) — Method in class mx.utils.ObjectProxy
Provides a place for subclasses to override how a complex property that needs to be either proxied or daisy chained for event bubbling is managed.
getConstraintValue(constraintName) — Method in interface mx.core.IConstraintClient
Returns the specified constraint value.
getConstraintValue(constraintName) — Method in class mx.core.UIComponent
Returns a layout constraint value, which is the same as getting the constraint style for this component.
getContent() — Method in class mx.resources.ResourceBundle
When a properties file is compiled into a resource bundle, the MXML compiler autogenerates a subclass of ResourceBundle.
getDateDifferenceByTimeUnit(minDate, maxDate, timeUnit) — Static method in class com.yahoo.astra.utils.DateUtil
getDefinitionByName(name) — Method in interface mx.managers.ISystemManager
Converts the given String to a Class or package-level Function.
getDefinitionByName(name) — Method in class mx.managers.SystemManager
Converts the given String to a Class or package-level Function.
getDropdownForTarget(textInput:mx.controls:TextInput) — Method in class com.yahoo.astra.mx.managers.AutoCompleteManager
Creates and returns a specific dropdown for a TextInput, if it is set up as a target and one does not already exist
getExplicitOrMeasuredHeight() — Method in interface mx.core.IUIComponent
A convenience method for determining whether to use the explicit or measured height
getExplicitOrMeasuredHeight() — Method in class mx.core.UIComponent
A convenience method for determining whether to use the explicit or measured height
getExplicitOrMeasuredHeight() — Method in class mx.core.UITextField
A convenience method for determining whether to use the explicit or measured height
getExplicitOrMeasuredHeight() — Method in class mx.managers.SystemManager
A convenience method for determining whether to use the explicit or measured height.
getExplicitOrMeasuredWidth() — Method in interface mx.core.IUIComponent
A convenience method for determining whether to use the explicit or measured width
getExplicitOrMeasuredWidth() — Method in class mx.core.UIComponent
A convenience method for determining whether to use the explicit or measured width
getExplicitOrMeasuredWidth() — Method in class mx.core.UITextField
A convenience method for determining whether to use the explicit or measured width
getExplicitOrMeasuredWidth() — Method in class mx.managers.SystemManager
A convenience method for determining whether to use the explicit or measured width.
getFeedback() — Static method in class mx.managers.DragManager
Returns the current drag and drop feedback.
getFirstCharInParagraph(charIndex) — Method in interface mx.core.IUITextField
getFocus() — Method in class mx.core.UIComponent
Gets the object that currently has focus.
getFocus() — Method in class mx.managers.FocusManager
Gets the IFocusManagerComponent component that currently has the focus.
getFocus() — Method in interface mx.managers.IFocusManager
Gets the IFocusManagerComponent component that currently has the focus.
getFormName(component:mx.core:UIComponent) — Static method in class mx.accessibility.UIComponentAccImpl
Method for supporting Form Accessibility.
getHoursIn12HourFormat(value) — Static method in class com.yahoo.astra.utils.DateUtil
Determines the hours value in the range 1 - 12 for the AM/PM time format.
getImageReference(id) — Method in interface mx.core.IUITextField
getInstance() — Static method in class mx.managers.CursorManager
Each mx.core.Window instance in an AIR application has its own CursorManager instance.
getInstance() — Static method in class mx.managers.LayoutManager
Returns the sole instance of this singleton class, creating it if it does not already exist.
getInstance() — Static method in class mx.resources.ResourceManager
Gets the single instance of the ResourceManager class.
getInstance() — Static method in class mx.utils.XMLNotifier
Get the singleton instance of the XMLNotifier.
getInt(bundleName, resourceName, locale) — Method in interface mx.resources.IResourceManager
Gets the value of a specified resource as an int.
getItemAt(index, prefetch) — Method in interface mx.collections.IList
Gets the item at the specified index.
getItemAt(index, prefetch) — Method in class mx.collections.ListCollectionView
Gets the item at the specified index.
getItemIndex(item) — Method in interface mx.collections.IList
Returns the index of the item if it is in the list such that getItemAt(index) == item.
getItemIndex(item) — Method in class mx.collections.ListCollectionView
Returns the index of the item if it is in the list such that getItemAt(index) == item.
getItemIndex(item, source) — Static method in class mx.utils.ArrayUtil
Returns the index of the item in the Array.
getItemRendererFactory(data) — Method in class mx.controls.listClasses.ListBase
Return the appropriate factory, using the default factory if none specified.
getLineIndexAtPoint(x, y) — Method in interface mx.core.IUITextField
getLineIndexOfChar(charIndex) — Method in interface mx.core.IUITextField
getLineLength(lineIndex) — Method in interface mx.core.IUITextField
getLineMetrics(lineIndex) — Method in class mx.controls.Label
Returns a TextLineMetrics object with information about the text position and measurements for a line of text in the control.
getLineMetrics(lineIndex) — Method in class mx.controls.TextInput
Returns a TextLineMetrics object with information about the text position and measurements for a line of text in the control.
getLineMetrics(lineIndex) — Method in interface mx.core.IUITextField
getLineOffset(lineIndex) — Method in interface mx.core.IUITextField
getLineText(lineIndex) — Method in interface mx.core.IUITextField
getLocales() — Method in interface mx.resources.IResourceManager
Returns an Array of Strings specifying all locales for which ResourceBundle objects exist in the ResourceManager.
getModule(url) — Static method in class mx.modules.ModuleManager
Get the IModuleInfo interface associated with a particular URL.
getMonthName(index) — Static method in class com.yahoo.astra.utils.DateUtil
Gets the English name of the month specified by index.
getName(childID) — Method in class com.yahoo.astra.mx.accessibility.DropDownColorPickerAccImpl
getName(childID) — Method in class com.yahoo.astra.mx.accessibility.IPv4AddressInputAccImpl
Returns the name of the accessible component.
getName(childID) — Method in class com.yahoo.astra.mx.accessibility.TimeInputAccImpl
Returns the name of the accessible component.
getName(childID) — Method in class com.yahoo.astra.mx.accessibility.TimeStepperAccImpl
Returns the name of the accessible component.
getName(childID) — Method in class mx.accessibility.AccImpl
Returns the name of the accessible component.
getNextFocusManagerComponent(backward) — Method in class mx.managers.FocusManager
Returns the IFocusManagerComponent that would receive focus if the user pressed the Tab key to navigate to another component.
getNextFocusManagerComponent(backward) — Method in interface mx.managers.IFocusManager
Returns the IFocusManagerComponent that would receive focus if the user pressed the Tab key to navigate to another component.
getNumber(bundleName, resourceName, locale) — Method in interface mx.resources.IResourceManager
Gets the value of a specified resource as a Number.
getObject(bundleName, resourceName, locale) — Method in interface mx.resources.IResourceManager
Gets the value of a specified resource as an Object.
getObjectsUnderPoint(point) — Method in interface mx.core.IChildList
Returns an array of DisplayObjects that lie under the specified point and are in this child list.
getObjectsUnderPoint(point) — Method in interface mx.core.IContainer
getParagraphLength(charIndex) — Method in interface mx.core.IUITextField
getPercentLoaded(loaded, total) — Method in class mx.preloaders.DownloadProgressBar
Returns the percentage value of the application loaded.
getPreferredLocaleChain() — Method in interface mx.resources.IResourceManager
Returns an Array of Strings specifying all locales for which ResourceBundle objects exist in the ResourceManager, ordered using user preferences as reported by Capabilities.language or Capabilities.languages.
getProperty(name) — Method in class mx.utils.ObjectProxy
Returns the specified property value of the proxied object.
getRadioButtonAt(index) — Method in class mx.controls.RadioButtonGroup
Returns the RadioButton control at the specified index.
getRect(targetCoordinateSpace) — Method in interface mx.core.IFlexDisplayObject
getRendererSemanticValue(target, semanticProperty) — Method in class mx.controls.listClasses.ListBase
Returns true or false to indicates whether the effect should play on the target.
getRendererSemanticValue(target, semanticProperty) — Method in interface mx.effects.IEffectTargetHost
Returns true or false to indicates whether the effect should play on the target.
getRepeaterItem(whichRepeater) — Method in class mx.core.UIComponent
Returns the item in the dataProvider that was used by the specified Repeater to produce this Repeater, or null if this Repeater isn't repeated.
getReservedOrFreeItemRenderer(data) — Method in class mx.controls.listClasses.ListBase
Retrieves an already-created item renderer not currently in use.
getResourceBundle(locale, bundleName) — Method in interface mx.resources.IResourceManager
Returns a ResourceBundle with the specified locale and bundleName that has been previously added to the ResourceManager with addResourceBundle().
getSandboxRoot() — Method in interface mx.managers.ISystemManager
Gets the system manager is the root of all top level system managers in this SecurityDomain
getSandboxRoot() — Method in class mx.managers.SystemManager
Go up the parent chain to get the top level system manager in this SecurityDomain.
getSelectionIndicatorPosition() — Method in class com.yahoo.astra.mx.controls.colorPickerClasses.ColorPlane
getShortMonthName(index) — Static method in class com.yahoo.astra.utils.DateUtil
Gets the abbreviated month name specified by index.
GET_SIZE_REQUEST — Constant static property in class mx.events.SWFBridgeRequest
Gets the size of the child SystemManager.
getState(childID) — Method in class mx.accessibility.AccImpl
Utility method determines state of the accessible component.
getString(bundleName, resourceName, parameters, locale) — Method in interface mx.resources.IResourceManager
Gets the value of a specified resource as a String, after substituting specified values for placeholders.
getStringArray(bundleName, resourceName, locale) — Method in interface mx.resources.IResourceManager
Gets the value of a specified resource as an Array of Strings.
getStyle(styleProp) — Method in interface mx.core.IUITextField
getStyle(styleProp) — Method in class mx.core.UIComponent
Gets a style property that has been set anywhere in this component's style lookup chain.
getStyle(styleProp) — Method in class mx.core.UITextField
Gets a style property that has been set anywhere in this component's style lookup chain.
getStyle(styleProp) — Method in class mx.skins.ProgrammaticSkin
Returns the value of the specified style property.
getStyle(styleProp) — Method in class mx.styles.CSSStyleDeclaration
Gets the value for a specified style property, as determined solely by this CSSStyleDeclaration.
getStyle(styleProp) — Method in interface mx.styles.IStyleClient
Gets a style property that has been set anywhere in this component's style lookup chain.
getStyle(styleProp) — Method in class mx.styles.StyleProxy
Gets a style property that has been set anywhere in this component's style lookup chain.
getStyleDeclaration(selector) — Static method in class mx.styles.StyleManager
Gets the CSSStyleDeclaration object that stores the rules for the specified CSS selector.
getSWFRoot(object) — Static method in class mx.managers.SystemManager
Returns the root DisplayObject of the SWF that contains the code for the given object.
getTextFormat(beginIndex, endIndex) — Method in interface mx.core.IUITextField
getTextStyles() — Method in class mx.core.UITextField
Returns the TextFormat object that represents character formatting information for this UITextField object.
getTopLevelRoot() — Method in interface mx.managers.ISystemManager
Attempts to get the system manager that is the in the main application.
getTopLevelRoot() — Method in class mx.managers.SystemManager
Go up the parent chain to get the top level system manager.
getUID(item) — Static method in class mx.utils.UIDUtil
Returns the UID (unique identifier) for the specified object.
getUint(bundleName, resourceName, locale) — Method in interface mx.resources.IResourceManager
Gets the value of a specified resource as a uint.
getUITextFormat() — Method in interface mx.core.IUITextField
Returns a UITextFormat object that contains formatting information for this component.
getUITextFormat() — Method in class mx.core.UITextField
Returns a UITextFormat object that contains formatting information for this component.
getValueFromTarget(target, property) — Method in class mx.effects.Effect
Called by the captureStartValues() method to get the value of a property from the target.
getViewIndex() — Method in class mx.collections.CursorBookmark
Gets the approximate index of the item represented by this bookmark in its view.
getVisibleApplicationRect(allApplications) — Method in interface mx.core.ISWFLoader
Get the bounds of the loaded application that are visible to the user on the screen.
getVisibleApplicationRect(bounds) — Method in interface mx.managers.ISystemManager
Get the bounds of the loaded application that are visible to the user on the screen.
getVisibleApplicationRect(bounds) — Method in class mx.managers.SystemManager
Get the bounds of the loaded application that are visible to the user on the screen.
GET_VISIBLE_RECT_REQUEST — Constant static property in class mx.events.SWFBridgeRequest
Requests that the parent SystemManager calculate the visible portion of the requesting SWF based on any DisplayObjects that might be clipping the requesting SWF.
globalToContent(point) — Method in class mx.core.Container
Converts a Point object from global to content coordinates.
globalToContent(point) — Method in class mx.core.UIComponent
Converts a Point object from global to content coordinates.
globalToLocal(point) — Method in interface mx.core.IFlexDisplayObject
graphics — Property in interface mx.core.IContainer
GraphicsUtil — Class in package mx.utils
The Graphics class is an all-static class with utility methods related to the Graphics class.
GRAY — Constant static property in class com.yahoo.astra.utils.Color
green — Property in class com.yahoo.astra.utils.RGBColor
Represents the green component of a value in the 24-bit RGB color space.
GREEN — Constant static property in class com.yahoo.astra.utils.Color
GREEN — Constant static property in class com.yahoo.astra.utils.RGBColor
A constant representing the green component of the RGB colorspace.
greenInput — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.AdvancedColorPickerDropDown
The textinput for the green component.
greenRadio — Property in class com.yahoo.astra.mx.controls.colorPickerClasses.AdvancedColorPickerDropDown
The radio for the green component.
gridFitType — Property in interface mx.core.IUITextField
gridFitType — Property in class mx.core.UITextFormat
Defines the grid-fitting setting for the UITextField class.
group — Property in class mx.controls.RadioButton
The RadioButtonGroup object to which this RadioButton belongs.
groupName — Property in class mx.controls.RadioButton
Specifies the name of the group to which this RadioButton control belongs, or specifies the value of the id property of a RadioButtonGroup control if this RadioButton is part of a group defined by a RadioButtonGroup control.
groupName — Property in interface mx.managers.IFocusManagerGroup
The name of the group of controls to which the control belongs.
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