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 |
G — Constant Static Property, class flash.ui.Keyboard |
|
Constant associated with the key code value for the G key (71). |
gain — Property, class flash.media.Microphone |
|
The microphone gain—that is, the amount by which the microphone should multiply the signal before
transmitting it. |
gc() — Static Method, class flash.system.System |
|
Forces the garbage collection process. |
generalClipboard — Static Property, class flash.desktop.Clipboard |
|
The operating system clipboard. |
generateFilterRect(sourceRect:flash.geom:Rectangle, filter:flash.filters:BitmapFilter) — method, class flash.display.BitmapData |
|
Determines the destination rectangle that the applyFilter() method call affects, given a
BitmapData object, a source rectangle, and a filter object. |
generator — Property, class mx.core.ClassFactory |
|
The Class that the newInstance() method uses
to generate objects from this factory object. |
genre — Property, class flash.media.ID3Info |
|
The genre of the song; corresponds to the ID3 2.0 tag TCON. |
get — Statement |
| Defines a getter, which is a method that can be read like a property. |
GET — Constant Static Property, class flash.net.URLRequestMethod |
|
Specifies that the URLRequest object is a GET. |
getAffectedProperties() — method, 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, interface mx.effects.IEffect |
|
Returns an Array of Strings, where each String is the name
of a property that is changed by this effect. |
getAffectedProperties() — method, class mx.effects.MaskEffect |
|
Returns the component properties modified by this effect. |
getAllDataPoints() — method, class mx.charts.chartClasses.ChartBase |
|
Returns an array of HitData objects representing the chart items
in the underlying objects that implement the IChartElement2 interface. |
getAllDataPoints() — method, class mx.charts.chartClasses.ChartElement |
|
Returns an array of HitData of the items of all the underlying
ChartElements whose dataTips are to be shown when
showAllDataTips is set to true on
chart
|
getAllDataPoints() — method, interface mx.charts.chartClasses.IChartElement2 |
|
Returns an array of HitData of the items of all the underlying
objects that implement IChartElement2 whose dataTips
are to be shown when showAllDataTips is set
to true on chart. |
getArgDescriptors(target:mx.automation:IAutomationObject) — method, interface mx.automation.IAutomationEventDescriptor |
|
Returns an Array of argument descriptors for this event. |
getArgDescriptors(obj:mx.automation:IAutomationObject) — method, interface mx.automation.IAutomationMethodDescriptor |
|
Returns an Array of argument descriptors for this method. |
getAssociatedFactory(object:Object) — Static Method, class mx.modules.ModuleManager |
|
See if the referenced object is associated with (or, in the managed
ApplicationDomain of) a known IFlexModuleFactory implementation. |
getAttributeByQName(xml:XML, attrQName:QName) — Static Method, class mx.utils.XMLUtil |
|
Returns the XML value of an attribute matching the given QName
|
getAutomationChildAt(index:int) — method, interface mx.automation.IAutomationObject |
|
Provides the automation object at the specified index. |
getAutomationChildAt(index:int) — method, class mx.core.UIComponent |
|
Provides the automation object at the specified index. |
getAutomationChildAt(index:int) — method, class mx.flash.UIMovieClip |
|
Provides the automation object at the specified index. |
getAutomationClassByInstance(obj:mx.automation:IAutomationObject) — method, interface mx.automation.IAutomationEnvironment |
|
Returns the automation class corresponding to the given object. |
getAutomationClassByName(automationClass:String) — method, interface mx.automation.IAutomationEnvironment |
|
Returns the automation class for the given name. |
getAutomationClassName(obj:mx.automation:IAutomationObject) — method, interface mx.automation.IAutomationManager |
|
Returns the text to display as the type of the object. |
getAutomationComposite(obj:mx.automation:IAutomationObject) — method, interface mx.automation.IAutomationObjectHelper |
|
Returns the parent which is compositing the given object. |
getAutomationName(obj:mx.automation:IAutomationObject) — method, interface mx.automation.IAutomationManager |
|
Returns the text to display as the description for the object. |
getAutomationValueForData(data:Object) — method, interface mx.automation.IAutomationTabularData |
|
Returns the values being displayed by the component for the given data. |
getAxis(dimension:String) — method, class mx.charts.chartClasses.ChartBase |
|
Retrieves the Axis instance for a particular dimension of the chart. |
getAxis(dimension:String) — method, class mx.charts.chartClasses.ChartBase |
| |
getAxis(dimension:String) — method, class mx.charts.chartClasses.DataTransform |
|
Retrieves the axis instance responsible for transforming
the data dimension specified by the dimension parameter. |
getAxis(dimension:String) — method, class mx.charts.chartClasses.Series |
|
Retrieves the Axis instance for a particular dimension of the chart. |
getAxis(axisOridnal:int) — method, interface mx.olap.IOLAPQuery |
|
Gets an axis from the query. |
getAxis(axisOrdinal:int) — method, interface mx.olap.IOLAPResult |
|
Returns an axis of the query result. |
getAxis(axisOridnal:int) — method, class mx.olap.OLAPQuery |
|
Gets an axis from the query. |
getAxis(axisOrdinal:int) — method, class mx.olap.OLAPResult |
|
Returns an axis of the query result. |
getBoolean(bundleName:String, resourceName:String, locale:String) — method, interface mx.resources.IResourceManager |
|
Gets the value of a specified resource as a Boolean. |
getBoolean(key:String, defaultValue:Boolean) — method, class mx.resources.ResourceBundle |
|
Gets a Boolean from a ResourceBundle. |
getBoolean(bundleName:String, resourceName:String, locale:String) — method, class mx.resources.ResourceManagerImpl |
|
Gets the value of a specified resource as a Boolean. |
getBounds(targetCoordinateSpace:flash.display:DisplayObject) — method, class flash.display.DisplayObject |
|
Returns a rectangle that defines the area of the display object relative to the coordinate system
of the targetCoordinateSpace object. |
getBounds(targetCoordinateSpace:flash.display:DisplayObject) — method, interface mx.core.IFlexDisplayObject |
|
Returns a rectangle that defines the area of the display object relative to the coordinate system
of the targetCoordinateSpace object. |
getBundleNamesForLocale(locale:String) — method, 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. |
getBundleNamesForLocale(locale:String) — method, class mx.resources.ResourceManagerImpl |
|
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, class mx.skins.halo.HaloColors |
|
Returns a unique hash key based on the colors that are passed in. |
getCamera(name:String) — Static Method, class flash.media.Camera |
|
Returns a reference to a Camera object for capturing video. |
getCell(x:int, y:int) — method, interface mx.olap.IOLAPResult |
|
Returns a cell at the specified location in the query result. |
getCell(x:int, y:int) — method, class mx.olap.OLAPResult |
|
Returns a cell at the specified location in the query result. |
getCellRendererInfo(row:mx.olap:IOLAPAxisPosition, column:mx.olap:IOLAPAxisPosition) — method, class mx.controls.OLAPDataGrid |
|
Decide which renderer to use for the particular cell. |
getChannel(id:String, clustered:Boolean) — Static Method, class mx.messaging.config.ServerConfig |
|
Returns a shared instance of the configured Channel. |
getChannelSet(destinationId:String) — Static Method, class mx.messaging.config.ServerConfig |
|
Returns a shared ChannelSet for use with the specified destination
belonging to the service that handles the specified message type. |
getCharBoundaries(charIndex:int) — method, class flash.text.TextField |
|
Returns a rectangle that is the bounding box of the character. |
getCharBoundaries(charIndex:int) — method, interface mx.core.IUITextField |
|
Returns a rectangle that is the bounding box of the character. |
getCharIndexAtPoint(x:Number, y:Number) — method, class flash.text.TextField |
|
Returns the zero-based index value of the character at the point specified by the x
and y parameters. |
getCharIndexAtPoint(x:Number, y:Number) — method, interface mx.core.IUITextField |
|
Returns the zero-based index value of the character at the point specified by the x
and y parameters. |
getChildAt(index:int) — method, class flash.display.DisplayObjectContainer |
|
Returns the child display object instance that exists at the specified index. |
getChildAt(index:int) — method, class mx.core.Container |
|
Gets the nth child component object. |
getChildAt(index:int) — method, interface mx.core.IChildList |
|
Gets the child DisplayObject at the specified index in this child list. |
getChildAt(index:int) — method, interface mx.core.IContainer |
|
Returns the child display object instance that exists at the specified index. |
getChildByName(name:String) — method, class flash.display.DisplayObjectContainer |
|
Returns the child display object that exists with the specified name. |
getChildByName(name:String) — method, class mx.core.Container |
|
Returns the child whose name property is the specified String. |
getChildByName(name:String) — method, interface mx.core.IChildList |
|
Gets the child DisplayObject with the specified name
in this child list. |
getChildByName(name:String) — method, interface mx.core.IContainer |
|
Returns the child display object that exists with the specified name. |
getChildIndex(child:flash.display:DisplayObject) — method, class flash.display.DisplayObjectContainer |
|
Returns the index position of a child DisplayObject instance. |
getChildIndex(child:flash.display:DisplayObject) — method, class mx.core.Container |
|
Gets the zero-based index of a specific child. |
getChildIndex(child:flash.display:DisplayObject) — method, interface mx.core.IChildList |
|
Gets the index of a specific child in this child list. |
getChildIndex(child:flash.display:DisplayObject) — method, interface mx.core.IContainer |
|
Returns the index position of a child DisplayObject instance. |
getChildren(obj:mx.automation:IAutomationObject, ignoreShowInHierarchy:Boolean) — method, interface mx.automation.IAutomationManager |
|
Returns all children of this object that are visible within the testing
hierarchy. |
getChildren(node:Object) — method, class mx.collections.HierarchicalData |
|
Returns an Object representing the node's children. |
getChildren(node:Object) — method, interface mx.collections.IHierarchicalCollectionView |
|
Returns a collection of children, if they exist. |
getChildren(node:Object) — method, interface mx.collections.IHierarchicalData |
|
Returns an Object representing the node's children. |
getChildren(node:Object, model:Object) — method, interface mx.controls.menuClasses.IMenuDataDescriptor |
|
Provides access to a node's children. |
getChildren(node:Object, model:Object) — method, class mx.controls.treeClasses.DefaultDataDescriptor |
|
Provides access to a node's children. |
getChildren(node:Object, model:Object) — method, interface mx.controls.treeClasses.ITreeDataDescriptor |
|
Provides access to a node's children, returning a collection
view of children if they exist. |
getChildren() — method, class mx.core.Container |
|
Returns an Array of DisplayObject objects consisting of the content children
of the container. |
getChildrenFromIDPart(obj:mx.automation:IAutomationObject, part:mx.automation:AutomationIDPart, ignoreShowInHierarchy:Boolean) — method, interface mx.automation.IAutomationManager |
|
Returns all children of this object that are visible within the testing
hierarchy and meet the criteria in the automation part. |
getClass(bundleName:String, resourceName:String, locale:String) — method, interface mx.resources.IResourceManager |
|
Gets the value of a specified resource as a Class. |
getClass(bundleName:String, resourceName:String, locale:String) — method, class mx.resources.ResourceManagerImpl |
|
Gets the value of a specified resource as a Class. |
getClass(type:Object) — method, class mx.rpc.xml.SchemaTypeRegistry |
|
Looks for a registered Class for the given type. |
getClassByAlias(aliasName:String) — Package Function, flash.net |
|
Looks up a class that previously had an alias registered through a call to the registerClassAlias()
method. |
getClassInfo(obj:Object, excludes:Array, options:Object) — Static Method, class mx.utils.ObjectUtil |
|
Returns information about the class, and properties of the class, for
the specified Object. |
getClassStyleDeclarations() — method, class mx.controls.advancedDataGridClasses.AdvancedDataGridItemRenderer |
|
Finds the type selectors for this UIComponent instance. |
getClassStyleDeclarations() — method, class mx.controls.dataGridClasses.DataGridItemRenderer |
|
Returns an Array of CSSStyleDeclaration objects for the type selector
that applies to this component, or null if none exist. |
getClassStyleDeclarations() — method, class mx.core.UIComponent |
|
Finds the type selectors for this UIComponent instance. |
getClassStyleDeclarations() — method, 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, class mx.styles.StyleProxy |
|
Returns an Array of CSSStyleDeclaration objects for the type selector
that applies to this component, or null if none exist. |
getCollectionClass(type:Object) — method, class mx.rpc.xml.SchemaTypeRegistry |
| |
getColorBoundsRect(mask:uint, color:uint, findColor:Boolean) — method, class flash.display.BitmapData |
|
Determines a rectangular region that either fully encloses all pixels of a specified color within the
bitmap image (if the findColor parameter is set to true) or fully encloses
all pixels that do not include the specified color (if the findColor parameter is set
to false). |
getColorName(colorName:Object) — Static Method, class mx.styles.StyleManager |
|
Returns the numeric RGB color value that corresponds to the
specified color string. |
getColorNames(colors:Array) — Static Method, 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, 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:String) — method, interface mx.core.IConstraintClient |
|
Returns the specified constraint value. |
getConstraintValue(constraintName:String) — method, class mx.core.UIComponent |
|
Returns a layout constraint value, which is the same as
getting the constraint style for this component. |
getConstraintValue(constraintName:String) — method, class mx.flash.UIMovieClip |
|
Returns the specified constraint value. |
getContent() — method, class mx.resources.ResourceBundle |
|
When a properties file is compiled into a resource bundle,
the MXML compiler autogenerates a subclass of ResourceBundle. |
getCube(name:String) — method, interface mx.olap.IOLAPSchema |
|
Returns a cube specified by name. |
getCube(name:String) — method, class mx.olap.OLAPSchema |
|
Returns a cube specified by name. |
getCuePointByName(name:String) — method, class mx.controls.videoClasses.CuePointManager |
|
Search for a cue point with specified name. |
getCuePoints() — method, class mx.controls.videoClasses.CuePointManager |
|
Returns an Array of all cue points. |
getCurrent(sm:mx.managers:ISystemManager) — Static Method, class mx.resources.Locale |
|
Returns a Locale object, if you compiled your application
for a single locale. |
getData(format:String, transferMode:String) — method, class flash.desktop.Clipboard |
|
Gets the clipboard data if data in the specified format is present. |
getData(node:Object) — method, class mx.collections.HierarchicalData |
|
Returns data from a node. |
getData(node:Object) — method, interface mx.collections.IHierarchicalData |
|
Returns data from a node. |
getData(node:Object, model:Object) — method, interface mx.controls.menuClasses.IMenuDataDescriptor |
|
Returns a node's data. |
getData(node:Object, model:Object) — method, class mx.controls.treeClasses.DefaultDataDescriptor |
|
Returns a node's data. |
getData(node:Object, model:Object) — method, interface mx.controls.treeClasses.ITreeDataDescriptor |
|
Gets the data from a node. |
getDate() — method, class Date |
|
Returns the day of the month (an integer from 1 to 31) specified by a Date object
according to local time. |
getDay() — method, class Date |
|
Returns the day of the week (0 for Sunday, 1 for Monday, and so on) specified by this
Date according to local time. |
getDefaultApplication(extension:String) — method, class flash.desktop.NativeApplication |
|
Gets the default application for opening files with the specified extension. |
getDefinition(name:String) — method, class flash.system.ApplicationDomain |
|
Gets a public definition from the specified application domain. |
getDefinitionByName(name:String) — Package Function, flash.utils |
|
Returns a reference to the class object of the class specified by the name parameter. |
getDefinitionByName(name:String) — method, interface mx.managers.ISystemManager |
|
Converts the given String to a Class or package-level Function. |
getDefinitionByName(name:String) — method, class mx.managers.SystemManager |
|
Converts the given String to a Class or package-level Function. |
getDefinitionByName(name:String) — method, class mx.managers.WindowedSystemManager |
|
Converts the given String to a Class or package-level Function. |
getDescendants(name) — method, class flash.utils.Proxy |
|
Overrides the use of the descendant operator. |
getDescriptorForEvent(event:flash.events:Event) — method, interface mx.automation.IAutomationClass |
|
Returns an IAutomationEventDescriptor object
for the specified event object. |
getDescriptorForEventByName(eventName:String) — method, interface mx.automation.IAutomationClass |
|
Returns an IAutomationEventDescriptor object from the event's name. |
getDescriptorForMethodByName(methodName:String) — method, interface mx.automation.IAutomationClass |
|
Returns an IAutomationMethodDescriptorfrom object
from the method's name. |
getDirectoryListing() — method, class flash.filesystem.File |
|
Returns an array of File objects corresponding to files and directories in the directory represented by this
File object. |
getDirectoryListingAsync() — method, class flash.filesystem.File |
|
Asynchronously retrieves an array of File objects corresponding to the contents of the directory represented
by this File object. |
getDividerAt(i:int) — method, class mx.containers.DividedBox |
|
Returns a reference to the specified BoxDivider object
in this DividedBox container. |
getElementBounds(renderData:Object) — method, class mx.charts.chartClasses.HLOCSeriesBase |
|
Fills in the elementBounds, bounds,
and visibleBounds properties of a renderData
structure that is generated by this series. |
getElementBounds(renderData:Object) — method, class mx.charts.chartClasses.Series |
|
Fills in the elementBounds, bounds,
and visibleBounds properties of a renderData
structure that is generated by this series. |
getElementBounds(renderData:Object) — method, class mx.charts.series.BubbleSeries |
|
Fills in the elementBounds, bounds,
and visibleBounds properties of a renderData
structure that is generated by this series. |
getElementBounds(renderData:Object) — method, class mx.charts.series.PieSeries |
|
Fills in the elementBounds, bounds,
and visibleBounds properties of a renderData
structure that is generated by this series. |
getElementFromPoint(x:int, y:int) — method, interface mx.automation.IAutomationManager |
|
Returns the automation object under the given coordinate. |
getEvents(host:Object, name:String, commitOnly:Boolean) — Static Method, class mx.binding.utils.ChangeWatcher |
|
Returns all the binding events for all bindable properties
in the host object. |
getExplicitOrMeasuredHeight() — method, interface mx.core.IUIComponent |
|
A convenience method for determining whether to use the
explicit or measured height
|
getExplicitOrMeasuredHeight() — method, class mx.core.UIComponent |
|
A convenience method for determining whether to use the
explicit or measured height
|
getExplicitOrMeasuredHeight() — method, class mx.core.UITextField |
|
A convenience method for determining whether to use the
explicit or measured height
|
getExplicitOrMeasuredHeight() — method, class mx.flash.UIMovieClip |
|
A convenience method for determining whether to use the
explicit or measured height
|
getExplicitOrMeasuredHeight() — method, class mx.managers.SystemManager |
|
A convenience method for determining whether to use the
explicit or measured height. |
getExplicitOrMeasuredWidth() — method, interface mx.core.IUIComponent |
|
A convenience method for determining whether to use the
explicit or measured width
|
getExplicitOrMeasuredWidth() — method, class mx.core.UIComponent |
|
A convenience method for determining whether to use the
explicit or measured width
|
getExplicitOrMeasuredWidth() — method, class mx.core.UITextField |
|
A convenience method for determining whether to use the
explicit or measured width
|
getExplicitOrMeasuredWidth() — method, class mx.flash.UIMovieClip |
|
A convenience method for determining whether to use the
explicit or measured width
|
getExplicitOrMeasuredWidth() — method, class mx.managers.SystemManager |
|
A convenience method for determining whether to use the
explicit or measured width. |
getFeedback() — Static Method, class mx.managers.DragManager |
|
Returns the current drag and drop feedback. |
getFieldSortInfo(column:mx.controls.advancedDataGridClasses:AdvancedDataGridColumn) — method, class mx.controls.AdvancedDataGridBaseEx |
|
Returns a SortInfo instance containing sorting information for the column. |
getFieldSortInfo() — method, class mx.controls.advancedDataGridClasses.AdvancedDataGridHeaderRenderer |
|
Returns the sort information for this column from the AdvancedDataGrid control
so that the control can display the column's number in the sort sequence,
and whether the sort is ascending or descending. |
getFieldSortInfo() — method, class mx.controls.advancedDataGridClasses.AdvancedDataGridSortItemRenderer |
|
Returns the sort information for this column from the AdvancedDataGrid control
so that the control can display the column's number in the sort sequence,
and whether the sort is ascending or descending. |
getFirstCharInParagraph(charIndex:int) — method, class flash.text.TextField |
|
Given a character index, returns the index of the first character in the same paragraph. |
getFirstCharInParagraph(charIndex:int) — method, interface mx.core.IUITextField |
|
Given a character index, returns the index of the first character in the same paragraph. |
getFirstItem(direction:String) — method, class mx.charts.chartClasses.CartesianChart |
|
Gets the first item in the chart, with respect to the axes. |
getFirstItem(direction:String) — method, class mx.charts.chartClasses.ChartBase |
|
Gets the first item in the chart, with respect to the axes. |
getFirstItem(direction:String) — method, class mx.charts.chartClasses.PolarChart |
|
Gets the first item in the chart, with respect to the axes. |
getFocus() — method, class mx.core.UIComponent |
|
Gets the object that currently has focus. |
getFocus() — method, class mx.managers.FocusManager |
|
Gets the IFocusManagerComponent component that currently has the focus. |
getFocus() — method, interface mx.managers.IFocusManager |
|
Gets the IFocusManagerComponent component that currently has the focus. |
getFontStyles() — method, class mx.controls.advancedDataGridClasses.AdvancedDataGridSortItemRenderer |
|
Gets font styles from the AdvancedDataGrid control
and uses them to initialize the corresponding font styles for this render. |
getFormattedCellValue(label:String, row:mx.olap:IOLAPAxisPosition, col:mx.olap:IOLAPAxisPosition) — method, class mx.controls.OLAPDataGrid |
|
Applies the formatting associated with a particular cell to a String value. |
getFullURL(rootURL:String, url:String) — Static Method, class mx.utils.URLUtil |
|
Converts a potentially relative URL to a fully-qualified URL. |
getFullYear() — method, class Date |
|
Returns the full year (a four-digit number, such as 2000) of a Date object
according to local time. |
getGetterInvocationCount(obj:Object, qname:QName) — Package Function, flash.sampler |
|
Returns the number of times a get function was executed. |
getGroupName(node:Object) — method, interface mx.controls.menuClasses.IMenuDataDescriptor |
|
Returns the name of the radio button group to which
the node belongs, if any. |
getGroupName(node:Object) — method, class mx.controls.treeClasses.DefaultDataDescriptor |
|
Returns the name of the radio button group to which
the node belongs, if any. |
getHeader(qname:QName, headerName:String) — method, class mx.rpc.soap.AbstractWebService |
|
Returns a header if a match is found based on QName localName and URI. |
getHeader(qname:QName, headerName:String) — method, class mx.rpc.soap.Operation |
|
Returns a header if a match is found based on QName localName and URI. |
getHeaderAt(index:int) — method, class mx.containers.Accordion |
|
Returns a reference to the navigator button for a child container. |
getHeaderHeight() — method, class mx.containers.Panel |
|
Returns the height of the header. |
getHeaderRenderer(c:mx.controls.advancedDataGridClasses:AdvancedDataGridColumn) — method, class mx.controls.advancedDataGridClasses.AdvancedDataGridBase |
|
Returns the header item renderer. |
getHierarchicalCollectionAdaptor(hierarchicalData:mx.collections:ICollectionView, uidFunction:Function, openItems:Object, model:Object) — method, class mx.controls.treeClasses.DefaultDataDescriptor |
|
Returns an ICollectionView instance that makes the hierarchical data appear
as if it was a linear ICollectionView instance. |
getHierarchicalCollectionAdaptor(hierarchicalData:mx.collections:ICollectionView, uidFunction:Function, openItems:Object, model:Object) — method, interface mx.controls.treeClasses.ITreeDataDescriptor2 |
|
Returns an ICollectionView instance that makes the hierarchical data appear
as if it was a linear ICollectionView instance. |
getHistoryAt(position:uint) — method, class flash.html.HTMLLoader |
|
Returns the history entry at the specified position. |
getHistoryAt(position:int) — method, class mx.controls.HTML |
|
Returns the HTMLHistoryItem at the specified position
in this control's history list. |
getHours() — method, class Date |
|
Returns the hour (an integer from 0 to 23) of the day portion of a Date object
according to local time. |
getImageReference(id:String) — method, class flash.text.TextField |
|
Returns a DisplayObject reference for the given id, for an image or SWF file
that has been added to an HTML-formatted text field by using an <img> tag. |
getImageReference(id:String) — method, interface mx.core.IUITextField |
|
Returns a DisplayObject reference for the given id, for an image or SWF file
that has been added to an HTML-formatted text field by using an <img> tag. |
getIndent(position:mx.olap:IOLAPAxisPosition, m:mx.olap:IOLAPMember, mIndex:int) — method, class mx.controls.OLAPDataGrid |
|
Returns the indent, in pixels, of the label in a renderer. |
getInstance() — method, class mx.core.DeferredInstanceFromClass |
|
Creates and returns an instance of the class specified in the
DeferredInstanceFromClass constructor, if it does not yet exist;
otherwise, returns the already-created class instance. |
getInstance() — method, class mx.core.DeferredInstanceFromFunction |
|
Returns a reference to an instance of the desired object. |
getInstance() — method, interface mx.core.IDeferredInstance |
|
Creates an instance Object from a class or function,
if the instance does not yet exist. |
getInstance() — Static Method, class mx.managers.BrowserManager |
|
Returns the sole instance of this Singleton class;
creates it if it does not already exist. |
getInstance() — Static Method, class mx.managers.CursorManager |
|
Each mx.core.Window instance in an AIR application has its own CursorManager instance. |
getInstance() — Static Method, class mx.managers.LayoutManager |
|
Returns the sole instance of this singleton class,
creating it if it does not already exist. |
getInstance() — Static Method, class mx.messaging.FlexClient |
|
Returns the sole instance of this singleton class,
creating it if it does not already exist. |
getInstance() — Static Method, class mx.resources.ResourceManager |
|
Gets the single instance of the ResourceManager class. |
getInstance() — Static Method, class mx.resources.ResourceManagerImpl |
|
Gets the single instance of the ResourceManagerImpl class. |
getInstance() — Static Method, class mx.rpc.xml.SchemaTypeRegistry |
| |
getInt(bundleName:String, resourceName:String, locale:String) — method, interface mx.resources.IResourceManager |
|
Gets the value of a specified resource as an int. |
getInt(bundleName:String, resourceName:String, locale:String) — method, class mx.resources.ResourceManagerImpl |
|
Gets the value of a specified resource as an int. |
getInvocationCount(obj:Object, qname:QName) — Package Function, flash.sampler |
|
Returns the number of times a method was executed. |
getItem(name:String) — Static Method, class flash.data.EncryptedLocalStore |
|
Returns the data for the item with the given name in the encrypted local store. |
getItemAt(index:int) — method, class flash.display.NativeMenu |
|
Gets the menu item at the specified index. |
getItemAt(index:int, prefetch:int) — method, interface mx.collections.IList |
|
Gets the item at the specified index. |
getItemAt(index:int, prefetch:int) — method, class mx.collections.ListCollectionView |
|
Gets the item at the specified index. |
getItemByName(name:String) — method, class flash.display.NativeMenu |
|
Gets the menu item with the specified name. |
getItemIndex(item:flash.display:NativeMenuItem) — method, class flash.display.NativeMenu |
|
Gets the position of the specified item. |
getItemIndex(item:Object) — method, interface mx.collections.IList |
|
Returns the index of the item if it is in the list such that
getItemAt(index) == item. |
getItemIndex(item:Object) — method, class mx.collections.ListCollectionView |
|
Returns the index of the item if it is in the list such that
getItemAt(index) == item. |
getItemIndex(item:Object, source:Array) — Static Method, class mx.utils.ArrayUtil |
|
Returns the index of the item in the Array. |
getItemRendererFactory(forHeader:Boolean, data:Object) — method, class mx.controls.dataGridClasses.DataGridColumn |
|
Return the appropriate factory, using the default factory if none specified. |
getItemRendererFactory(data:Object) — method, class mx.controls.listClasses.ListBase |
|
Return the appropriate factory, using the default factory if none specified. |
getItemsInRegion(value:flash.geom:Rectangle) — method, class mx.charts.chartClasses.ChartBase |
|
Gets all the chart items that are within the defined rectangular region. |
getItemsInRegion(r:flash.geom:Rectangle) — method, class mx.charts.chartClasses.HLOCSeriesBase |
|
Gets all the items that are in a rectangular region for the series. |
getItemsInRegion(r:flash.geom:Rectangle) — method, class mx.charts.chartClasses.Series |
|
Gets all the items that are in a rectangular region for the series. |
getLabelEstimate() — method, class mx.charts.CategoryAxis |
|
Determines the range to estimate what the axis labels should be. |
getLabelEstimate() — method, interface mx.charts.chartClasses.IAxis |
|
Determines the range to estimate what the axis labels should be. |
getLabelEstimate() — method, class mx.charts.chartClasses.NumericAxis |
|
Determines the range to estimate what the axis labels should be. |
getLabels(minimumAxisLength:Number) — method, class mx.charts.CategoryAxis |
|
Gets the labels text that is rendered. |
getLabels(minimumAxisLength:Number) — method, interface mx.charts.chartClasses.IAxis |
|
Gets the labels text that is rendered. |
getLabels(minimumAxisLength:Number) — method, class mx.charts.chartClasses.NumericAxis |
|
Gets the labels text that is rendered. |
getLastItem(direction:String) — method, class mx.charts.chartClasses.CartesianChart |
|
Gets the last chart item in the chart, with respect to the axes. |
getLastItem(direction:String) — method, class mx.charts.chartClasses.ChartBase |
|
Gets the last chart item in the chart, with respect to the axes. |
getLastItem(direction:String) — method, class mx.charts.chartClasses.PolarChart |
|
Gets the last chart item in the chart, with respect to the axes. |
getLevelString(value:uint) — Static Method, class mx.logging.LogEvent |
|
Returns a string value representing the level specified. |
getLineIndexAtPoint(x:Number, y:Number) — method, class flash.text.TextField |
|
Returns the zero-based index value of the line at the point specified by the x
and y parameters. |
getLineIndexAtPoint(x:Number, y:Number) — method, interface mx.core.IUITextField |
|
Returns the zero-based index value of the line at the point specified by the x
and y parameters. |
getLineIndexOfChar(charIndex:int) — method, class flash.text.TextField |
|
Returns the zero-based index value of the line containing the character specified
by the charIndex parameter. |
getLineIndexOfChar(charIndex:int) — method, interface mx.core.IUITextField |
|
Returns the zero-based index value of the line containing the character specified
by the charIndex parameter. |
getLineLength(lineIndex:int) — method, class flash.text.TextField |
|
Returns the number of characters in a specific text line. |
getLineLength(lineIndex:int) — method, interface mx.core.IUITextField |
|
Returns the number of characters in a specific text line. |
getLineMetrics(lineIndex:int) — method, class flash.text.TextField |
|
Returns metrics information about a given text line. |
getLineMetrics(lineIndex:int) — method, 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:int) — method, class mx.controls.TextArea |
|
Returns a TextLineMetrics object with information about the text
position and measurements for a line of text in the control. |
getLineMetrics(lineIndex:int) — method, 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:int) — method, interface mx.core.IUITextField |
|
Returns metrics information about a given text line. |
getLineOffset(lineIndex:int) — method, class flash.text.TextField |
|
Returns the character index of the first character in the line that
the lineIndex parameter specifies. |
getLineOffset(lineIndex:int) — method, interface mx.core.IUITextField |
|
Returns the character index of the first character in the line that
the lineIndex parameter specifies. |
getLineText(lineIndex:int) — method, class flash.text.TextField |
|
Returns the text of the line specified by the lineIndex parameter. |
getLineText(lineIndex:int) — method, interface mx.core.IUITextField |
|
Returns the text of the line specified by the lineIndex parameter. |
getLoaderInfoByDefinition(object:Object) — Static Method, class flash.display.LoaderInfo |
|
Returns the LoaderInfo object associated with a SWF file defined as an object. |
getLocal(name:String, localPath:String, secure:Boolean) — Static Method, class flash.net.SharedObject |
|
Returns a reference to a locally persistent shared object that is only available to the current client. |
getLocales() — method, interface mx.resources.IResourceManager |
|
Returns an Array of Strings specifying all locales for which
ResourceBundle objects exist in the ResourceManager. |
getLocales() — method, class mx.resources.ResourceManagerImpl |
|
Returns an Array of Strings specifying all locales for which
ResourceBundle objects exist in the ResourceManager. |
getLocalName(xmlNode:flash.xml:XMLNode) — Static Method, class mx.rpc.xml.SimpleXMLDecoder |
| |
getLocalPoint(inPoint:flash.geom:Point, targetObj:flash.display:DisplayObject) — method, class mx.automation.delegates.charts.ChartBaseAutomationImpl |
| |
getLocalPoint(po1:flash.geom:Point, targetObj:flash.display:DisplayObject) — method, class mx.automation.delegates.flashflexkit.UIMovieClipAutomationImpl |
| |
getLogger(category:String) — Static Method, class mx.logging.Log |
|
Returns the logger associated with the specified category. |
getMemberNames(o:Object, instanceNames:Boolean) — Package Function, flash.sampler |
|
Returns an object containing all members of a specified object, including private members. |
getMenuAt(index:int) — method, class mx.controls.MenuBar |
|
Returns a reference to the Menu object at the specified MenuBar item index,
where 0 is the Menu contained at the leftmost MenuBar item index. |
getMessageResponder(agent:mx.messaging:MessageAgent, message:mx.messaging.messages:IMessage) — method, class mx.messaging.Channel |
|
Returns the appropriate MessageResponder for the Channel's
send() method. |
GET_METHOD — Constant Static Property, class mx.messaging.messages.HTTPRequestMessage |
|
Indicates that the method used for this request should be "get". |
getMicrophone(index:int) — Static Method, class flash.media.Microphone |
|
Returns a reference to a Microphone object for capturing audio. |
getMilliseconds() — method, class Date |
|
Returns the milliseconds (an integer from 0 to 999) portion of a Date object
according to local time. |
getMinutes() — method, class Date |
|
Returns the minutes (an integer from 0 to 59) portion of a Date object
according to local time. |
getMissingInterpolationValues(sourceProps:Object, srcCache:Array, destProps:Object, destCache:Array, index:Number, customData:Object) — method, class mx.charts.chartClasses.HLOCSeriesBase |
|
Fills in missing values in an interpolation structure. |
getMissingInterpolationValues(sourceProps:Object, srcCache:Array, destProps:Object, destCache:Array, index:Number, customData:Object) — method, class mx.charts.chartClasses.Series |
|
Fills in missing values in an interpolation structure. |
getMissingInterpolationValues(sourceProps:Object, srcCache:Array, destProps:Object, destCache:Array, index:Number, customData:Object) — method, class mx.charts.series.BubbleSeries |
|
Fills in missing values in an interpolation structure. |
getMissingInterpolationValues(sourceProps:Object, srcCache:Array, destProps:Object, destCache:Array, index:Number, customData:Object) — method, class mx.charts.series.PieSeries |
|
Fills in missing values in an interpolation structure. |
getModule(url:String) — Static Method, class mx.modules.ModuleManager |
|
Get the IModuleInfo interface associated with a particular URL. |
getMonth() — method, class Date |
|
Returns the month (0 for January, 1 for February, and so on) portion of this
Date according to local time. |
getMouseX(item:flash.display:DisplayObject) — method, interface mx.automation.IAutomationMouseSimulator |
|
Called when a DisplayObject retrieves the mouseX property. |
getMouseY(item:flash.display:DisplayObject) — method, interface mx.automation.IAutomationMouseSimulator |
|
Called when a DisplayObject retrieves mouseY property. |
getNamespaceForPrefix(prefix:String) — method, class flash.xml.XMLNode |
|
Returns the namespace URI that is associated with the specified prefix for the node. |
getNextFocusManagerComponent(backward:Boolean) — method, 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:Boolean) — method, interface mx.managers.IFocusManager |
|
Returns the IFocusManagerComponent that would receive focus
if the user pressed the Tab key to navigate to another component. |
getNextItem(direction:String) — method, class mx.charts.chartClasses.CartesianChart |
|
Gets the chart item next to the currently focused item in the chart,
with respect to the axes. |
getNextItem(direction:String) — method, class mx.charts.chartClasses.ChartBase |
|
Gets the chart item next to the currently focused item in the chart,
with respect to the axes. |
getNextItem(direction:String) — method, class mx.charts.chartClasses.PolarChart |
|
Gets the chart item next to the currently focused item in the chart,
with respect to the axes. |
getNodeDepth(node:Object) — method, class mx.collections.HierarchicalCollectionView |
|
Returns the depth of the node in the collection. |
getNodeDepth(node:Object) — method, interface mx.collections.IHierarchicalCollectionView |
|
Returns the depth of the node in the collection. |
getNodeDepth(node:Object, iterator:mx.collections:IViewCursor, model:Object) — method, class mx.controls.treeClasses.DefaultDataDescriptor |
|
Returns the depth of the node, meaning the number of ancestors it has. |
getNodeDepth(node:Object, iterator:mx.collections:IViewCursor, model:Object) — method, interface mx.controls.treeClasses.ITreeDataDescriptor2 |
|
Returns the depth of the node, meaning the number of ancestors it has. |
getNumber(bundleName:String, resourceName:String, locale:String) — method, interface mx.resources.IResourceManager |
|
Gets the value of a specified resource as a Number. |
getNumber(key:String) — method, class mx.resources.ResourceBundle |
|
Gets a Number from a ResourceBundle. |
getNumber(bundleName:String, resourceName:String, locale:String) — method, class mx.resources.ResourceManagerImpl |
|
Gets the value of a specified resource as a Number. |
getObject(bundleName:String, resourceName:String, locale:String) — method, interface mx.resources.IResourceManager |
|
Gets the value of a specified resource as an Object. |
getObject(key:String) — method, class mx.resources.ResourceBundle |
|
Gets an Object from a ResourceBundle. |
getObject(bundleName:String, resourceName:String, locale:String) — method, class mx.resources.ResourceManagerImpl |
|
Gets the value of a specified resource as an Object. |
getObjectsUnderPoint(point:flash.geom:Point) — method, class flash.display.DisplayObjectContainer |
|
Returns an array of objects that lie under the specified point and are children
(or grandchildren, and so on) of this DisplayObjectContainer instance. |
getObjectsUnderPoint(point:flash.geom:Point) — method, interface mx.core.IChildList |
|
Returns an array of DisplayObjects that lie under the specified point
and are in this child list. |
getObjectsUnderPoint(point:flash.geom:Point) — method, interface mx.core.IContainer |
|
Returns an array of objects that lie under the specified point and are children
(or grandchildren, and so on) of this DisplayObjectContainer instance. |
getOperation(name:String) — method, class mx.rpc.AbstractService |
|
Returns an Operation of the given name. |
getOperation(name:String) — method, class mx.rpc.remoting.RemoteObject |
|
Returns an Operation of the given name. |
getOperation(name:String) — method, class mx.rpc.remoting.mxml.RemoteObject |
|
Returns an Operation of the given name. |
getOperation(name:String) — method, class mx.rpc.soap.WebService |
|
Returns an Operation of the given name. |
getOperation(name:String) — method, class mx.rpc.soap.mxml.WebService |
|
Returns an Operation of the given name. |
getOperationAsString(op:uint) — Static Method, class mx.messaging.messages.CommandMessage |
|
Provides a description of the operation specified. |
getParagraphLength(charIndex:int) — method, class flash.text.TextField |
|
Given a character index, returns the length of the paragraph containing the given character. |
getParagraphLength(charIndex:int) — method, interface mx.core.IUITextField |
|
Given a character index, returns the length of the paragraph containing the given character. |
getParent(obj:mx.automation:IAutomationObject, parentToStopAt:mx.automation:IAutomationObject, ignoreShowInHierarchy:Boolean) — method, interface mx.automation.IAutomationManager |
|
Returns the next parent that is visible within the automation hierarchy. |
getParent(node:Object) — method, class mx.collections.GroupingCollection |
|
Returns the parent of a node. |
getParent(node:Object, collection:mx.collections:ICollectionView, model:Object) — method, class mx.controls.treeClasses.DefaultDataDescriptor |
|
Returns the parent of the node
The parent of a top-level node is null. |
getParent(node:Object, collection:mx.collections:ICollectionView, model:Object) — method, interface mx.controls.treeClasses.ITreeDataDescriptor2 |
|
Returns the parent of the node
The parent of a top-level node is null. |
getParentItem(node:Object) — method, class mx.collections.HierarchicalCollectionView |
|
Returns the parent of a node. |
getParentItem(node:Object) — method, interface mx.collections.IHierarchicalCollectionView |
|
Returns the parent of a node. |
getParentItem(item:Object) — method, class mx.controls.AdvancedDataGrid |
|
Returns the parent of a child item. |
getParentItem(item:Object) — method, class mx.controls.Tree |
|
Returns the known parent of a child item. |
getPercentLoaded(loaded:Number, total:Number) — method, class mx.preloaders.DownloadProgressBar |
|
Returns the percentage value of the application loaded. |
getPixel(x:int, y:int) — method, class flash.display.BitmapData |
|
Returns an integer that represents an RGB pixel value from a BitmapData object at
a specific point (x, y). |
getPixel32(x:int, y:int) — method, class flash.display.BitmapData |
|
Returns an ARGB color value that contains alpha channel data and RGB
data. |
getPixels(rect:flash.geom:Rectangle) — method, class flash.display.BitmapData |
|
Generates a byte array from a rectangular region of pixel data. |
getPort(url:String) — Static Method, class mx.utils.URLUtil |
|
Returns the port number from the specified URL. |
getPrefixForNamespace(ns:String) — method, class flash.xml.XMLNode |
|
Returns the prefix that is associated with the specified namespace URI for the node. |
getPreviousItem(direction:String) — method, class mx.charts.chartClasses.CartesianChart |
|
Gets the chart item that is before the currently focused item in the chart,
with respect to the axes. |
getPreviousItem(direction:String) — method, class mx.charts.chartClasses.ChartBase |
|
Gets the chart item that is before the currently focused item in the chart,
with respect to the axes. |
getPreviousItem(direction:String) — method, class mx.charts.chartClasses.PolarChart |
|
Gets the chart item that is before the currently focused item in the chart,
with respect to the axes. |
getProperties(obj:mx.automation:IAutomationObject, names:Array, forVerification:Boolean, forDescription:Boolean) — method, interface mx.automation.IAutomationManager |
|
Returns the values for a set of properties. |
getProperties(destinationId:String) — Static Method, class mx.messaging.config.ServerConfig |
|
Returns the property information for the specified destination
|
getProperty(name) — method, class flash.utils.Proxy |
|
Overrides any request for a property's value. |
getProperty(name) — method, class mx.messaging.config.ConfigMap |
|
Returns the specified property value of the proxied object. |
getProperty(name) — method, class mx.utils.ObjectProxy |
|
Returns the specified property value of the proxied object. |
getPropertyDescriptors(objForInitialization:Object, forVerification:Boolean, forDescription:Boolean) — method, interface mx.automation.IAutomationClass |
|
Returns the list of properties this class supports. |
getProtocol(url:String) — Static Method, class mx.utils.URLUtil |
|
Returns the protocol section of the specified URL. |
getQualifiedClassName(value) — Package Function, flash.utils |
|
Returns the fully qualified class name of an object. |
getQualifiedSuperclassName(value) — Package Function, flash.utils |
|
Returns the fully qualified class name of the base class of the object specified by the value
parameter. |
getRadioButtonAt(index:int) — method, class mx.controls.RadioButtonGroup |
|
Returns the RadioButton control at the specified index. |
getRect(targetCoordinateSpace:flash.display:DisplayObject) — method, class flash.display.DisplayObject |
|
Returns a rectangle that defines the boundary of the display object,
based on the coordinate system defined by the targetCoordinateSpace
parameter, excluding any strokes on shapes. |
getRect(targetCoordinateSpace:flash.display:DisplayObject) — method, interface mx.core.IFlexDisplayObject |
|
Returns a rectangle that defines the boundary of the display object,
based on the coordinate system defined by the targetCoordinateSpace
parameter, excluding any strokes on shapes. |
getRectangle(obj:flash.display:DisplayObject) — method, interface mx.automation.IAutomationManager |
|
The display rectangle enclosing the DisplayObject. |
getRelativePath(ref:flash.net:FileReference, useDotDot:Boolean) — method, class flash.filesystem.File |
|
Finds the relative path between two File paths. |
getRemote(name:String, remotePath:String, persistence:Object, secure:Boolean) — Static Method, class flash.net.SharedObject |
|
Returns a reference to a shared object on Flash Media Server that multiple
clients can access. |
getRenderDataForTransition(type:String) — method, class mx.charts.chartClasses.Series |
|
Returns a copy of the data needed to represent the data of this series. |
getRendererSemanticValue(target:Object, semanticProperty:String) — method, class mx.controls.listClasses.AdvancedListBase |
|
Returns the value for a particular semantic property of
an item renderer, or null if that property is not defined,
while a data effect is running. |
getRendererSemanticValue(target:Object, semanticProperty:String) — method, class mx.controls.listClasses.ListBase |
|
Returns true or false
to indicates whether the effect should play on the target. |
getRendererSemanticValue(target:Object, semanticProperty:String) — method, interface mx.effects.IEffectTargetHost |
|
Returns true or false
to indicates whether the effect should play on the target. |
getRepeaterItem(whichRepeater:int) — method, 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:Object) — method, class mx.controls.listClasses.AdvancedListBase |
|
Retrieves an already-created item renderer not currently in use. |
getReservedOrFreeItemRenderer(data:Object) — method, class mx.controls.listClasses.ListBase |
|
Retrieves an already-created item renderer not currently in use. |
getResourceBundle(locale:String, bundleName:String) — method, interface mx.resources.IResourceManager |
|
Returns a ResourceBundle with the specified locale
and bundleName that has been previously added
to the ResourceManager with addResourceBundle(). |
getResourceBundle(baseName:String, currentDomain:flash.system:ApplicationDomain) — Static Method, class mx.resources.ResourceBundle |
|
If you compiled your application for a single locale,
this method can return a ResourceBundle when provided
with a resource bundle name,
This method has been deprecated because the Flex framework
now supports having resource bundles for multiple locales
in the same application. |
getResourceBundle(locale:String, bundleName:String) — method, class mx.resources.ResourceManagerImpl |
|
Returns a ResourceBundle with the specified locale
and bundleName that has been previously added
to the ResourceManager with addResourceBundle(). |
getResources() — method, class mx.rpc.xml.QualifiedResourceManager |
|
Gets an Array of all resources. |
getResourcesForNamespace(ns:Namespace) — method, class mx.rpc.xml.QualifiedResourceManager |
|
Gets an Array of resources for a given target namespace. |
getResourcesForURI(uri:String) — method, class mx.rpc.xml.QualifiedResourceManager |
| |
getResult() — method, class flash.data.SQLStatement |
|
Provides access to a SQLResult object containing the results of the statement
execution, including any result rows from a SELECT statement, and other
information about the statement execution for all executed statements. |
getRoot() — method, class mx.collections.GroupingCollection |
|
Return super.source, if the grouping property is set,
and an ICollectionView instance that refers to super.source if not. |
getRoot() — method, class mx.collections.HierarchicalData |
|
Returns the root data item. |
getRoot() — method, interface mx.collections.IHierarchicalData |
|
Returns the root data item. |
getRootDirectories() — Static Method, class flash.filesystem.File |
|
Returns an array of File objects, listing the file system root directories. |
getRowHeight(itemData:Object) — method, class mx.controls.advancedDataGridClasses.AdvancedDataGridBase |
|
Returns the row height. |
getSampleCount() — Package Function, flash.sampler |
|
Returns the number of samples collected. |
getSamples() — Package Function, flash.sampler |
|
Returns an object of memory usage Sample instances from the last sampling session. |
getSchemaResult() — method, class flash.data.SQLConnection |
|
Provides access to the result of a call to the loadSchema() method. |
getScreensForRectangle(rect:flash.geom:Rectangle) — Static Method, class flash.display.Screen |
|
Returns the (possibly empty) set of screens that intersect
the provided rectangle. |
getSecondAxis(dimension:String) — method, class mx.charts.chartClasses.CartesianChart |
|
Retrieves axis instance for a particular secondary dimension
of the chart. |
getSeconds() — method, class Date |
|
Returns the seconds (an integer from 0 to 59) portion of a Date object
according to local time. |
getSelected(beginIndex:int, endIndex:int) — method, class flash.text.TextSnapshot |
|
Returns a Boolean value that specifies whether a TextSnapshot object contains selected text in
the specified range. |
getSelectedText(includeLineEndings:Boolean) — method, class flash.text.TextSnapshot |
|
Returns a string that contains all the characters specified by the corresponding
setSelected() method. |
getSeparator(i:int, seperators:Array, headerLines:mx.core:UIComponent) — method, class mx.controls.AdvancedDataGridBaseEx |
|
Returns the header separators between column headers,
and populates the separators Array with the separators returned. |
getServerName(url:String) — Static Method, class mx.utils.URLUtil |
|
Returns the server name from the specified URL. |
getServerNameWithPort(url:String) — Static Method, class mx.utils.URLUtil |
|
Returns the domain and port information from the specified URL. |
getSetterInvocationCount(obj:Object, qname:QName) — Package Function, flash.sampler |
|
Returns the number of times a set function was executed. |
getSize(o) — Package Function, flash.sampler |
|
Returns the size in memory of a specified object when used with the Flash Player 9.0.xx.0 or later debugger version. |
getSOAPAction() — method, class mx.messaging.messages.SOAPMessage |
|
Provides access to the name of the remote method/operation that
will be called. |
getStackTrace() — method, class Error |
|
Returns the call stack for an error as a string at the time of the error's construction (for the debugger version
of Flash Player and the AIR Debug Launcher (ADL) only; returns null if not using the debugger version
of Flash Player or the ADL. |
getStartValue() — method, class mx.effects.effectClasses.ActionEffectInstance |
|
Used internally to retrieve the values saved by
the saveStartValue() method. |
getString(bundleName:String, resourceName:String, parameters:Array, locale:String) — method, interface mx.resources.IResourceManager |
|
Gets the value of a specified resource as a String,
after substituting specified values for placeholders. |
getString(key:String) — method, class mx.resources.ResourceBundle |
|
Gets a String from a ResourceBundle. |
getString(bundleName:String, resourceName:String, parameters:Array, locale:String) — method, class mx.resources.ResourceManagerImpl |
|
Gets the value of a specified resource as a String,
after substituting specified values for placeholders. |
getStringArray(bundleName:String, resourceName:String, locale:String) — method, interface mx.resources.IResourceManager |
|
Gets the value of a specified resource as an Array of Strings. |
getStringArray(key:String) — method, class mx.resources.ResourceBundle |
|
Gets an Array of Strings from a ResourceBundle. |
getStringArray(bundleName:String, resourceName:String, locale:String) — method, class mx.resources.ResourceManagerImpl |
|
Gets the value of a specified resource as an Array of Strings. |
getStyle(styleName:String) — method, class flash.text.StyleSheet |
|
Returns a copy of the style object associated with the style named styleName. |
getStyle(styleProp:String) — method, class mx.controls.advancedDataGridClasses.AdvancedDataGridItemRenderer |
|
Gets a style property that has been set anywhere in this
component's style lookup chain. |
getStyle(styleProp:String) — method, class mx.controls.dataGridClasses.DataGridItemRenderer |
|
Gets a style property that has been set anywhere in this
component's style lookup chain. |
getStyle(styleProp:String) — method, interface mx.core.IUITextField |
|
Gets a style property that has been set anywhere in this
component's style lookup chain. |
getStyle(styleProp:String) — method, class mx.core.UIComponent |
|
Gets a style property that has been set anywhere in this
component's style lookup chain. |
getStyle(styleProp:String) — method, class mx.core.UITextField |
|
Gets a style property that has been set anywhere in this
component's style lookup chain. |
getStyle(styleProp:String) — method, class mx.skins.ProgrammaticSkin |
|
Returns the value of the specified style property. |
getStyle(styleProp:String) — method, class mx.styles.CSSStyleDeclaration |
|
Gets the value for a specified style property,
as determined solely by this CSSStyleDeclaration. |
getStyle(styleProp:String) — method, interface mx.styles.IStyleClient |
|
Gets a style property that has been set anywhere in this
component's style lookup chain. |
getStyle(styleProp:String) — method, class mx.styles.StyleProxy |
|
Gets a style property that has been set anywhere in this
component's style lookup chain. |
getStyleDeclaration(selector:String) — Static Method, class mx.styles.StyleManager |
|
Gets the CSSStyleDeclaration object that stores the rules
for the specified CSS selector. |
getSWFRoot(object:Object) — Static Method, class mx.managers.SystemManager |
|
Returns the root DisplayObject of the SWF that contains the code
for the given object. |
getTabAt(index:int) — method, class mx.containers.TabNavigator |
|
Returns the tab of the navigator's TabBar control at the specified
index. |
getTabularData(obj:mx.automation:IAutomationObject) — method, interface mx.automation.IAutomationManager |
|
Returns the object implementing the IAutomationTabularData interface through which
the tabular data can be obtained. |
getText(beginIndex:int, endIndex:int, includeLineEndings:Boolean) — method, class flash.text.TextSnapshot |
|
Returns a string that contains all the characters specified by the beginIndex
and endIndex parameters. |
getTextFormat(beginIndex:int, endIndex:int) — method, class flash.text.TextField |
|
Returns a TextFormat object that contains formatting information for the range of text that the
beginIndex and endIndex parameters specify. |
getTextFormat(beginIndex:int, endIndex:int) — method, interface mx.core.IUITextField |
|
Returns a TextFormat object that contains formatting information for the range of text that the
beginIndex and endIndex parameters specify. |
getTextRunInfo(beginIndex:int, endIndex:int) — method, class flash.text.TextSnapshot |
|
Returns an array of objects that contains information about a run of text. |
getTextStyles() — method, class mx.core.UITextField |
|
Returns the TextFormat object that represents
character formatting information for this UITextField object. |
getThumbAt(index:int) — method, class mx.controls.sliderClasses.Slider |
|
Returns the thumb object at the given index. |
getTime() — method, class Date |
|
Returns the number of milliseconds since midnight January 1, 1970, universal time,
for a Date object. |
getTimer() — Package Function, flash.utils |
|
Returns the number of milliseconds that have elapsed since Flash Player was initialized, and is used
to compute relative time. |
getTimezoneOffset() — method, class Date |
|
Returns the difference, in minutes, between universal
time (UTC) and the computer's local time. |
getType(node:Object) — method, interface mx.controls.menuClasses.IMenuDataDescriptor |
|
Returns the type identifier of a node. |
getType(node:Object) — method, class mx.controls.treeClasses.DefaultDataDescriptor |
|
Returns the type identifier of a node. |
getUID(item:Object) — Static Method, class mx.utils.UIDUtil |
|
Returns the UID (unique identifier) for the specified object. |
getUint(bundleName:String, resourceName:String, locale:String) — method, interface mx.resources.IResourceManager |
|
Gets the value of a specified resource as a uint. |
getUint(bundleName:String, resourceName:String, locale:String) — method, class mx.resources.ResourceManagerImpl |
|
Gets the value of a specified resource as a uint. |
getUITextFormat() — method, interface mx.core.IUITextField |
|
Returns a UITextFormat object that contains formatting information for this component. |
getUITextFormat() — method, class mx.core.UITextField |
|
Returns a UITextFormat object that contains formatting information for this component. |
getUTCDate() — method, class Date |
|
Returns the day of the month (an integer from 1 to 31) of a Date object,
according to universal time (UTC). |
getUTCDay() — method, class Date |
|
Returns the day of the week (0 for Sunday, 1 for Monday, and so on) of this Date
according to universal time (UTC). |
getUTCFullYear() — method, class Date |
|
Returns the four-digit year of a Date object according to universal time (UTC). |
getUTCHours() — method, class Date |
|
Returns the hour (an integer from 0 to 23) of the day of a Date object
according to universal time (UTC). |
getUTCMilliseconds() — method, class Date |
|
Returns the milliseconds (an integer from 0 to 999) portion of a Date object
according to universal time (UTC). |
getUTCMinutes() — method, class Date |
|
Returns the minutes (an integer from 0 to 59) portion of a Date object
according to universal time (UTC). |
getUTCMonth() — method, class Date |
|
Returns the month (0 [January] to 11 [December]) portion of a Date object
according to universal time (UTC). |
getUTCSeconds() — method, class Date |
|
Returns the seconds (an integer from 0 to 59) portion of a Date object
according to universal time (UTC). |
getValue() — method, class mx.binding.utils.ChangeWatcher |
|
Retrieves the current value of the watched property or property chain,
or null if the host object is null. |
getValueFromSource() — method, class mx.validators.Validator |
|
Returns the Object to validate. |
getValueFromTarget(target:Object, property:String) — method, class mx.effects.Effect |
|
Called by the captureStartValues() method to get the value
of a property from the target. |
getValues(start:uint, end:uint) — method, interface mx.automation.IAutomationTabularData |
|
Returns a matrix containing the automation values of all parts of the components. |
getViewIndex() — method, class mx.collections.CursorBookmark |
|
Get the approximate index of the item represented by this bookmark
in its view. |
getWindow(component:mx.core:UIComponent) — Static Method, class mx.core.Window |
|
Returns the Window to which a component is parented. |
global — Property, class RegExp |
|
Specifies whether to use global matching for the regular expression. |
globalToContent(point:flash.geom:Point) — method, class mx.core.Container |
|
Converts a Point object from global to content coordinates. |
globalToContent(point:flash.geom:Point) — method, class mx.core.UIComponent |
|
Converts a Point object from global to content coordinates. |
globalToLocal(point:flash.geom:Point) — method, class flash.display.DisplayObject |
|
Converts the point object from the Stage (global) coordinates
to the display object's (local) coordinates. |
globalToLocal(point:flash.geom:Point) — method, interface mx.core.IFlexDisplayObject |
|
Converts the point object from the Stage (global) coordinates
to the display object's (local) coordinates. |
globalToScreen(globalPoint:flash.geom:Point) — method, class flash.display.NativeWindow |
|
Converts a point in pixel coordinates relative to the origin of the window stage
(a global point in terms of the display list), to a point on the virtual desktop. |
Glow — class, package mx.effects |
|
The Glow effect lets you apply a visual glow effect to a component. |
Glow(target:Object) — Constructor, class mx.effects.Glow |
|
Constructor. |
GlowFilter — final class, package flash.filters |
|
The GlowFilter class lets you apply a glow effect to display objects. |
GlowFilter(color:uint, alpha:Number, blurX:Number, blurY:Number, strength:Number, quality:int, inner:Boolean, knockout:Boolean) — Constructor, class flash.filters.GlowFilter |
|
Initializes a new GlowFilter instance with the specified parameters. |
GlowInstance — class, package mx.effects.effectClasses |
|
The GlowInstance class implements the instance class
for the Glow effect. |
GlowInstance(target:Object) — Constructor, class mx.effects.effectClasses.GlowInstance |
|
Constructor. |
gotoAndPlay(frame:Object, scene:String) — method, class flash.display.MovieClip |
|
Starts playing the SWF file at the specified frame. |
gotoAndStop(frame:Object, scene:String) — method, class flash.display.MovieClip |
|
Brings the playhead to the specified frame of the movie clip and stops it there. |
GradientBase — class, package mx.graphics |
|
The GradientBase class is the base class for
LinearGradient, LinearGradientStroke, and RadialGradient. |
GradientBase() — Constructor, class mx.graphics.GradientBase |
|
Constructor. |
GradientBevelFilter — final class, package flash.filters |
|
The GradientBevelFilter class lets you apply a gradient bevel effect to
display objects. |
GradientBevelFilter(distance:Number, angle:Number, colors:Array, alphas:Array, ratios:Array, blurX:Number, blurY:Number, strength:Number, quality:int, type:String, knockout:Boolean) — Constructor, class flash.filters.GradientBevelFilter |
|
Initializes the filter with the specified parameters. |
GradientEntry — class, package mx.graphics |
|
The GradientEntry class defines the objects
that control a transition as part of a gradient fill. |
GradientEntry(color:uint, ratio:Number, alpha:Number) — Constructor, class mx.graphics.GradientEntry |
|
Constructor. |
GradientGlowFilter — final class, package flash.filters |
|
The GradientGlowFilter class lets you apply a gradient glow effect to display objects. |
GradientGlowFilter(distance:Number, angle:Number, colors:Array, alphas:Array, ratios:Array, blurX:Number, blurY:Number, strength:Number, quality:int, type:String, knockout:Boolean) — Constructor, class flash.filters.GradientGlowFilter |
|
Initializes the filter with the specified parameters. |
GradientType — final class, package flash.display |
|
The GradientType class provides values for the type parameter in the
beginGradientFill() and lineGradientStyle() methods of the flash.display.Graphics class. |
graphics — Property, class flash.display.Shape |
|
Specifies the Graphics object belonging to this Shape object, where vector
drawing commands can occur. |
graphics — Property, class flash.display.Sprite |
|
Specifies the Graphics object that belongs to this sprite where vector
drawing commands can occur. |
graphics — Property, interface mx.core.IContainer |
|
Specifies the Graphics object that belongs to this sprite where vector
drawing commands can occur. |
Graphics — final class, package flash.display |
|
The Graphics class contains a set of methods that you can use to create a vector shape. |
GraphicsUtil — class, package mx.utils |
|
The Graphics class is an all-static class with utility methods
related to the Graphics class. |
GREEN — Constant Static Property, class flash.display.BitmapDataChannel |
|
The green channel. |
greenMultiplier — Property, class flash.geom.ColorTransform |
|
A decimal value that is multiplied with the green channel value. |
greenOffset — Property, class flash.geom.ColorTransform |
|
A number from -255 to 255 that is added to the green channel value after it has
been multiplied by the greenMultiplier value. |
grid — Property, class mx.controls.advancedDataGridClasses.AdvancedDataGridSortItemRenderer |
|
Returns a reference to the associated AdvancedDataGrid control. |
Grid — class, package mx.containers |
|
A Grid container lets you arrange children as rows and columns
of cells, similar to an HTML table. |
Grid() — Constructor, class mx.containers.Grid |
|
Constructor. |
gridFitType — Property, class flash.text.TextField |
|
The type of grid fitting used for this text field. |
gridFitType — Property, interface mx.core.IUITextField |
|
The type of grid fitting used for this text field. |
gridFitType — Property, class mx.core.UITextFormat |
|
Defines the grid-fitting setting for the UITextField class. |
GridFitType — final class, package flash.text |
|
The GridFitType class defines values for grid fitting in the TextField class. |
GridItem — class, package mx.containers |
|
The GridItem container defines a grid cell in GridRow container. |
GridItem() — Constructor, class mx.containers.GridItem |
|
Constructor. |
GridLines — class, package mx.charts |
|
The GridLines class draws grid lines inside the data area of the chart. |
GridLines() — Constructor, class mx.charts.GridLines |
|
Constructor. |
gridLinesStyleName — Style, class mx.charts.chartClasses.CartesianChart
|
| The class selector that defines the style properties for the default grid lines. |
| |
GridRow — class, package mx.containers |
|
The GridRow container defines a row in a Grid container, and contains
GridCell containers. |
GridRow() — Constructor, class mx.containers.GridRow |
|
Constructor. |
gripperPadding — Style, class mx.core.WindowedApplication
|
| The extra space around the gripper. |
| |
gripperPadding — Style, class mx.core.Window
|
| The extra space around the gripper. |
| |
gripperStyleName — Style, class mx.core.WindowedApplication
|
| Style declaration for the skin of the gripper. |
| |
gripperStyleName — Style, class mx.core.Window
|
| Style declaration for the skin of the gripper. |
| |
group — Property, class mx.controls.RadioButton |
|
The RadioButtonGroup object to which this RadioButton belongs. |
groupedColumns — Property, class mx.controls.AdvancedDataGrid |
|
An Array that defines the hierarchy of AdvancedDataGridColumn instances when performing column grouping. |
groupIconFunction — Property, class mx.controls.AdvancedDataGrid |
|
A user-supplied callback function to run on each group item
to determine its branch icon in the navigation tree. |
grouping — Property, class mx.collections.GroupingCollection |
|
Specifies the Grouping instance applied to the source data. |
grouping — Property, interface mx.collections.IGroupingCollection |
|
The Grouping object applied to the source data. |
Grouping — class, package mx.collections |
|
The Grouping class defines the fields in the data provider of
the AdvancedDataGrid control used to group data. |
Grouping() — Constructor, class mx.collections.Grouping |
|
Constructor. |
GroupingCollection — class, package mx.collections |
|
The GroupingCollection class lets you create grouped data from flat data
for display in the AdvancedDataGrid control. |
GroupingCollection() — Constructor, class mx.collections.GroupingCollection |
|
Constructor. |
GroupingField — class, package mx.collections |
|
The GroupingField class represents individual data fields
that you use to group flat data for display by the AdvancedDataGrid control. |
GroupingField(name:String, caseInsensitive:Boolean, descending:Boolean, numeric:Boolean) — Constructor, class mx.collections.GroupingField |
|
Constructor. |
groupingFunction — Property, class mx.collections.GroupingField |
|
A function that determines the label for this group. |
groupingObjectFunction — Property, class mx.collections.Grouping |
|
A callback function to run on each group node to determine the
grouping object. |
groupingObjectFunction — Property, class mx.collections.GroupingField |
|
A callback function to run on each group node to determine the
grouping object. |
groupItemRenderer — Property, class mx.controls.AdvancedDataGrid |
|
Specifies the item renderer used to display the branch nodes
in the navigation tree that correspond to groups. |
groupLabelFunction — Property, class mx.controls.AdvancedDataGrid |
|
A callback function to run on each item to determine its label
in the navigation tree. |
groupName — Property, 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, interface mx.managers.IFocusManagerGroup |
|
The name of the group of controls to which the control belongs. |
groupRowHeight — Property, class mx.controls.AdvancedDataGrid |
|
The height of the grouped row, in pixels. |
growDuration — Property, class mx.effects.DefaultListEffect |
|
The duration in milliseconds of
applied to renderers for added and removed items. |
guardMinMax(min:Number, max:Number) — method, class mx.charts.chartClasses.NumericAxis |
|
Protects the range against invalid values for this axis type. |
gutterBottom — Style, class mx.charts.chartClasses.CartesianChart
|
| The size of the region, in pixels, between the bottom of the chart data area and the bottom of the chart control. |
| |
gutterLeft — Style, class mx.charts.chartClasses.CartesianChart
|
| The size of the region, in pixels, between the left of the chart data area and the left of the chart control. |
| |
gutterRight — Style, class mx.charts.chartClasses.CartesianChart
|
| The size of the region, in pixels, between the right side of the chart data area and the outside of the chart control. |
| |
gutters — Property, class mx.charts.AxisRenderer |
|
The distance between the axisRenderer
and the sides of the surrounding chart. |
gutters — Property, interface mx.charts.chartClasses.IAxisRenderer |
|
The distance between the axisRenderer
and the sides of the surrounding chart. |
gutterTop — Style, class mx.charts.chartClasses.CartesianChart
|
| The size of the region, in pixels, between the top of the chart data area and the top of the chart control. |
| |
|
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 |