| 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 | |
| gain — Property in class flash.media.Microphone | |
| The microphone gain—that is, the amount by which the microphone should multiply the signal before transmitting it. | |
| generateFilterRect(sourceRect:flash.geom:Rectangle, filter:flash.filters:BitmapFilter) — Method in 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 in class mx.core.ClassFactory | |
The Class that the newInstance() method uses
to generate objects from this factory object. |
|
| genre — Property in 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 in class flash.net.URLRequestMethod | |
Specifies that the URLRequest object is a GET. |
|
| 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 class mx.effects.MaskEffect | |
| Returns the component properties modified by this effect. | |
| getAxis(dimension:String) — Method in class mx.charts.chartClasses.ChartBase | |
| Retrieves the Axis instance for a particular dimension of the chart. | |
| getAxis(dimension:String) — Method in class mx.charts.chartClasses.DataTransform | |
Retrieves the axis instance responsible for transforming
the data dimension specified by the dimension parameter. |
|
| getBoolean(key:String, defaultValue:Boolean) — Method in class mx.resources.ResourceBundle | |
| Gets a Boolean from a ResourceBundle. | |
| getBounds(targetCoordinateSpace:flash.display:DisplayObject) — Method in class flash.display.DisplayObject | |
Returns a rectangle that defines the area of the display object relative to the coordinate system
of the targetCoordinateSpace object. |
|
| getCacheKey(... rest) — Static method in class mx.skins.halo.HaloColors | |
| Returns a unique hash key based on the colors that are passed in. | |
| getCamera(name:String) — Static method in class flash.media.Camera | |
| Returns a reference to a Camera object for capturing video. | |
| getChannel(id:String, clustered:Boolean) — Static method in class mx.messaging.config.ServerConfig | |
| Returns a shared instance of the configured Channel. | |
| getChannelSet(destinationId:String, message:mx.messaging.messages:IMessage, serverMessageType:String) — Static method in 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 in class flash.text.TextField | |
| Returns a rectangle that is the bounding box of the character. | |
| getCharIndexAtPoint(x:Number, y:Number) — Method in class flash.text.TextField | |
Returns the zero-based index value of the character at the point specified by the x
and y parameters. |
|
| getChildAt(index:int) — Method in class flash.display.DisplayObjectContainer | |
| Returns the child display object instance that exists at the specified index. | |
| getChildAt(index:int) — Method in class mx.core.Container | |
| Gets the nth child component object. | |
| getChildAt(index:int) — Method in interface mx.core.IChildList | |
| Gets the child DisplayObject at the specified index in this child list. | |
| getChildByName(name:String) — Method in class flash.display.DisplayObjectContainer | |
| Returns the child display object that exists with the specified name. | |
| getChildByName(name:String) — Method in class mx.core.Container | |
Returns the child whose name property is the specified String. |
|
| getChildByName(name:String) — Method in interface mx.core.IChildList | |
| Gets the child DisplayObject with the specified name in this child list. | |
| getChildIndex(child:flash.display:DisplayObject) — Method in class flash.display.DisplayObjectContainer | |
Returns the index position of a child DisplayObject instance. |
|
| getChildIndex(child:flash.display:DisplayObject) — Method in class mx.core.Container | |
| Gets the zero-based index of a specific child. | |
| getChildIndex(child:flash.display:DisplayObject) — Method in interface mx.core.IChildList | |
| Gets the index of a specific child in this child list. | |
| getChildren(node:Object, model:Object) — Method in interface mx.controls.menuClasses.IMenuDataDescriptor | |
| Provides access to a node's children. | |
| getChildren(node:Object, model:Object) — Method in class mx.controls.treeClasses.DefaultDataDescriptor | |
| Provides access to a node's children. | |
| getChildren(node:Object, model:Object) — Method in interface mx.controls.treeClasses.ITreeDataDescriptor | |
| Provides access to a node's children, returning a collection view of children if they exist. | |
| getChildren() — Method in class mx.core.Container | |
| Returns an Array of DisplayObject objects consisting of the content children of the container. | |
| getClassByAlias(aliasName) — Package function in 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 in class mx.utils.ObjectUtil | |
| Returns information about the class, and properties of the class, for the specified Object. | |
| getClassStyleDeclarations() — Method in 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 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. |
|
| getColorBoundsRect(mask:uint, color:uint, findColor:Boolean) — Method in 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 in class mx.styles.StyleManager | |
| Returns the numeric RGB color value that corresponds to the specified color string. | |
| getColorNames(colors:Array) — 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. | |
| getConflict() — Method in interface mx.data.IChangeObject | |
Returns the conflict created with a previous call to the
conflict() method. |
|
| getContent() — Method in class mx.resources.ResourceBundle | |
| You can override this method to provide your own keys and values for a ResourceBundle or to add objects to your custom ResourceBundle. | |
| getCuePointByName(name:String) — Method in class mx.controls.videoClasses.CuePointManager | |
| Search for a cue point with specified name. | |
| getCuePoints() — Method in class mx.controls.videoClasses.CuePointManager | |
| Returns an Array of all cue points. | |
| getCurrent(sm:mx.managers:ISystemManager) — Static method in class mx.resources.Locale | |
| Gets the current locale. | |
| getData(node:Object, model:Object) — Method in interface mx.controls.menuClasses.IMenuDataDescriptor | |
| Returns a node's data. | |
| getData(node:Object, model:Object) — Method in class mx.controls.treeClasses.DefaultDataDescriptor | |
| Returns a node's data. | |
| getData(node:Object, model:Object) — Method in interface mx.controls.treeClasses.ITreeDataDescriptor | |
| Gets the data from a node. | |
| getDate() — Method in 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 in 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. |
|
| getDefinition(name:String) — Method in class flash.system.ApplicationDomain | |
| Gets a public definition from the specified application domain. | |
| getDefinitionByName(name) — Package function in flash.utils | |
Returns a reference to the class object of the class specified by the name parameter. |
|
| getDefinitionByName(name:String) — Method in interface mx.managers.ISystemManager | |
| Converts the given String to a Class or package-level Function. | |
| getDefinitionByName(name:String) — Method in class mx.managers.SystemManager | |
| Converts the given String to a Class or package-level Function. | |
| getDescendants(name) — Method in class flash.utils.Proxy | |
Overrides the use of the descendant operator. |
|
| getDestination(obj:Object) — Static method in class mx.data.utils.Managed | |
| Returns the destination the specified object is associated with. | |
| getDividerAt(i:int) — Method in class mx.containers.DividedBox | |
| Returns a reference to the specified BoxDivider object in this DividedBox container. | |
| getElementBounds(renderData:Object) — Method in class mx.charts.chartClasses.HLOCSeriesBase | |
Fills in the elementBounds, bounds,
and visibleBounds properties of a renderData
structure generated by this series. |
|
| getElementBounds(renderData:Object) — Method in class mx.charts.chartClasses.Series | |
Fills in the elementBounds, bounds,
and visibleBounds properties of a renderData
structure generated by this series. |
|
| getElementBounds(renderData:Object) — Method in class mx.charts.series.BubbleSeries | |
Fills in the elementBounds, bounds,
and visibleBounds properties of a renderData
structure generated by this series. |
|
| getElementBounds(renderData:Object) — Method in class mx.charts.series.PieSeries | |
Fills in the elementBounds, bounds,
and visibleBounds properties of a renderData
structure generated by this series. |
|
| getEvents(host:Object, name:String, commitOnly:Boolean) — Static method in class mx.binding.utils.ChangeWatcher | |
| Returns all the binding events for all bindable properties in the host object. | |
| 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:int) — Method in class flash.text.TextField | |
| Given a character index, returns the index of the first character in the same paragraph. | |
| 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. | |
| getFullURL(rootURL:String, url:String) — Static method in class mx.utils.URLUtil | |
| Converts a potentially relative URL to a full qualified URL. | |
| getFullYear() — Method in class Date | |
Returns the full year (a four-digit number, such as 2000) of a Date object
according to local time. |
|
| getGroupName(node:Object) — Method in interface mx.controls.menuClasses.IMenuDataDescriptor | |
| Returns the name of the radio button group to which the node belongs, if any. | |
| getGroupName(node:Object) — Method in 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 in class mx.rpc.soap.Operation | |
| Returns a header if a match is found based on QName localName and URI. | |
| getHeader(qname:QName, headerName:String) — Method in class mx.rpc.soap.WebService | |
| Returns a header if a match is found based on QName localName and URI. | |
| getHeaderAt(index:int) — Method in class mx.containers.Accordion | |
| Returns a reference to the navigator button for a child container. | |
| getHours() — Method in 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 in 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. |
|
| getInstance() — Method in 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 in class mx.core.DeferredInstanceFromFunction | |
| Returns a reference to an instance of the desired object. | |
| getInstance() — Method in interface mx.core.IDeferredInstance | |
| Creates an instance Object from a class or function, if the instance does not yet exist. | |
| getInstance() — Static method in class mx.managers.LayoutManager | |
| Returns the sole instance of this singleton class, creating it if it does not already exist. | |
| getItem(identity:Object, defaultValue:Object) — Method in class mx.data.DataService | |
| Makes an asynchronous request for an item matching the specified identity. | |
| getItem(identity:Object, defaultValue:Object) — Method in class mx.data.mxml.DataService | |
| Makes an asynchronous request for an item matching the specified identity. | |
| getItemAt(index:int, prefetch:int) — Method in interface mx.collections.IList | |
| Gets the item at the specified index. | |
| getItemAt(index:int, prefetch:int) — Method in class mx.collections.ListCollectionView | |
| Gets the item at the specified index. | |
| getItemIndex(item:Object) — 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:Object) — 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:Object, source:Array) — Static method in class mx.utils.ArrayUtil | |
| Returns the index of the item in the Array. | |
| getKeyProperty(property:String) — Method in class mx.messaging.management.ObjectName | |
| Returns the value associated with the specified property key. | |
| getLabelEstimate() — Method in class mx.charts.CategoryAxis | |
| Determines the range to estimate what the axis labels should be. | |
| getLabelEstimate() — Method in interface mx.charts.chartClasses.IAxis | |
| Determines the range to estimate what the axis labels should be. | |
| getLabelEstimate() — Method in class mx.charts.chartClasses.NumericAxis | |
| Determines the range to estimate what the axis labels should be. | |
| getLabels(minimumAxisLength:Number) — Method in class mx.charts.CategoryAxis | |
| Gets the labels text that is rendered. | |
| getLabels(minimumAxisLength:Number) — Method in interface mx.charts.chartClasses.IAxis | |
| Gets the labels text that is rendered. | |
| getLabels(minimumAxisLength:Number) — Method in class mx.charts.chartClasses.NumericAxis | |
| Gets the labels text that is rendered. | |
| getLevelString(value:uint) — Static method in class mx.logging.LogEvent | |
| Returns a string value representing the level specified. | |
| getLineIndexAtPoint(x:Number, y:Number) — Method in class flash.text.TextField | |
Returns the zero-based index value of the line at the point specified by the x
and y parameters. |
|
| getLineIndexOfChar(charIndex:int) — Method in class flash.text.TextField | |
Returns the zero-based index value of the line containing the character specified
by the charIndex parameter. |
|
| getLineLength(lineIndex:int) — Method in class flash.text.TextField | |
| Returns the number of characters in a specific text line. | |
| getLineMetrics(lineIndex:int) — Method in class flash.text.TextField | |
| Returns metrics information about a given text line. | |
| getLineMetrics(lineIndex:int) — 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:int) — Method in 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 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. | |
| getLineOffset(lineIndex:int) — Method in class flash.text.TextField | |
Returns the character index of the first character in the line that
the lineIndex parameter specifies. |
|
| getLineText(lineIndex:int) — Method in class flash.text.TextField | |
Returns the text of the line specified by the lineIndex parameter. |
|
| getLocal(name:String, localPath:String, secure:Boolean) — Static method in class flash.net.SharedObject | |
| Returns a reference to a locally persistent shared object that is available only to the current client. | |
| getLogger(category:String) — Static method in class mx.logging.Log | |
| Returns the logger associated with the specified category. | |
| getMenuAt(index:int) — Method in class mx.controls.MenuBar | |
| Returns a reference to the Menu at the specified MenuBar item index. | |
| getMessageResponder(agent:mx.messaging:MessageAgent, message:mx.messaging.messages:IMessage) — Method in class mx.messaging.Channel | |
Returns the appropriate MessageResponder for the Channel's
send() method. |
|
| GET_METHOD — Constant static property in class mx.messaging.messages.HTTPRequestMessage | |
| Indicates that the method used for this request should be "get". | |
| getMicrophone(index:int) — Static method in class flash.media.Microphone | |
To create or reference a Microphone object, use the
Microphone.getMicrophone() method to get
the index value of the current microphone. |
|
| getMilliseconds() — Method in class Date | |
Returns the milliseconds (an integer from 0 to 999) portion of a Date object
according to local time. |
|
| getMinutes() — Method in 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 in 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 in 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 in 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 in class mx.charts.series.PieSeries | |
| Fills in missing values in an interpolation structure. | |
| getMonth() — Method in class Date | |
Returns the month (0 for January, 1 for February, and so on) portion of this
Date according to local time. |
|
| getNamespaceForPrefix(prefix:String) — Method in class flash.xml.XMLNode | |
| Returns the namespace URI that is associated with the specified prefix for the node. | |
| getNextFocusManagerComponent(backward:Boolean) — 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:Boolean) — 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(key:String) — Method in class mx.resources.ResourceBundle | |
| Gets a Number from a ResourceBundle. | |
| getObject(key:String) — Method in class mx.resources.ResourceBundle | |
| Gets an object from a ResourceBundle. | |
| getObjectsUnderPoint(point:flash.geom:Point) — Method in 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 in interface mx.core.IChildList | |
| Returns an array of DisplayObjects that lie under the specified point and are in this child list. | |
| getOperation(name:String) — Method in class mx.rpc.AbstractService | |
| Returns an Operation of the given name. | |
| GET_OPERATION — Constant static property in class mx.data.messages.DataMessage | |
| This operation requests that the remote destination get a specific managed object based on its unique ID. | |
| getOperationAsString(op:uint) — Static method in class mx.data.messages.DataMessage | |
| Provides a description of the operation specified. | |
| getOperationAsString(op:uint) — Static method in class mx.messaging.messages.CommandMessage | |
| Provides a description of the operation specified. | |
| GET_OR_CREATE_OPERATION — Constant static property in class mx.data.messages.DataMessage | |
| This operation requests an item with the specified identity from the remote destination. | |
| getParagraphLength(charIndex:int) — Method in class flash.text.TextField | |
| Given a character index, returns the length of the paragraph containing the given character. | |
| getParentItem(item:Object) — Method in class mx.controls.Tree | |
| Returns the known parent of a child item. | |
| getPendingOperation(item:mx.data:IManaged) — Method in class mx.data.DataService | |
| Returns the pending operation in the message cache for the specified item. | |
| getPendingOperation(item:mx.data:IManaged) — Method in class mx.data.mxml.DataService | |
| Returns the pending operation in the message cache for the specified item. | |
| getPercentLoaded(loaded:Number, total:Number) — Method in class mx.preloaders.DownloadProgressBar | |
| Returns the percentage value of the application loaded. | |
| getPixel(x:int, y:int) — Method in 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 in class flash.display.BitmapData | |
| Returns an ARGB color value that contains alpha channel data and RGB data. | |
| getPixels(rect:flash.geom:Rectangle) — Method in class flash.display.BitmapData | |
| Generates a byte array from a rectangular region of pixel data. | |
| getPort(url:String) — Static method in class mx.utils.URLUtil | |
| getPrefixForNamespace(ns:String) — Method in class flash.xml.XMLNode | |
| Returns the prefix that is associated with the specified namespace URI for the node. | |
| getProperties(destinationId:String, serviceId:String) — Static method in class mx.messaging.config.ServerConfig | |
| Returns the property information for the specified destination | |
| getProperty(name) — Method in class flash.utils.Proxy | |
| Overrides any request for a property's value. | |
| getProperty(obj:mx.data:IManaged, property:String, value) — Static method in class mx.data.utils.Managed | |
| This method is used to retreive the a property from a managed object. | |
| getProperty(name) — Method in class mx.utils.ObjectProxy | |
| Returns the specified property value of the proxied object. | |
| getProtocol(url:String) — Static method in class mx.utils.URLUtil | |
|
Returns the protocol section of the specified url. |
|
| getQualifiedClassName(value) — Package function in flash.utils | |
| Returns the fully qualified class name of an object. | |
| getQualifiedSuperclassName(value) — Package function in flash.utils | |
Returns the fully qualified class name of the base class of the object specified by the value
parameter. |
|
| getRadioButtonAt(index:int) — Method in class mx.controls.RadioButtonGroup | |
| Returns the RadioButton control at the specified index. | |
| getRect(targetCoordinateSpace:flash.display:DisplayObject) — Method in 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. |
|
| getRemote(name:String, remotePath:String, persistence:Object, secure:Boolean) — Static method in class flash.net.SharedObject | |
| Returns a reference to an object that can be shared across multiple clients by means of a server, such as Flash Media Server. | |
| getRenderDataForTransition(type:String) — Method in class mx.charts.chartClasses.Series | |
| Returns a copy of the data needed to represent this series's data. | |
| getRepeaterItem(whichRepeater:int) — 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. |
|
| getResourceBundle(baseName:String, currentDomain:flash.system:ApplicationDomain) — Static method in class mx.resources.ResourceBundle | |
| Gets a ResourceBundle when provided with a className. | |
| getSecondAxis(dimension:String) — Method in class mx.charts.chartClasses.CartesianChart | |
| Retrieves axis instance for a particular secondary dimension of the chart. | |
| getSeconds() — Method in 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 in 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 in class flash.text.TextSnapshot | |
Returns a string that contains all the characters specified by the corresponding
setSelected() method. |
|
| GET_SEQUENCE_ID_OPERATION — Constant static property in class mx.data.messages.DataMessage | |
| This operation requests a sequence id for a set of fill parameters. | |
| getServerName(url:String) — Static method in class mx.utils.URLUtil | |
| getServerNameWithPort(url:String) — Static method in class mx.utils.URLUtil | |
| Pull the domain and port information out of a URL. | |
| getServiceIdForMessage(message:mx.messaging.messages:IMessage) — Static method in class mx.messaging.config.ServerConfig | |
| Returns the id for the first service found that will service the specified message. | |
| getSOAPAction() — Method in class mx.messaging.messages.SOAPMessage | |
| Provides access to the name of the remote method/operation that will be called. | |
| getStackTrace() — Method in 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 only). | |
| getStartValue() — Method in class mx.effects.effectClasses.ActionEffectInstance | |
Used internally to retrieve the values saved by
the saveStartValue() method. |
|
| getString(key:String) — Method in class mx.resources.ResourceBundle | |
| Gets a string from a ResourceBundle. | |
| getStringArray(key:String) — Method in class mx.resources.ResourceBundle | |
| Gets an array from a ResourceBundle. | |
| getStyle(styleName:String) — Method in class flash.text.StyleSheet | |
Returns a copy of the style object associated with the style named styleName. |
|
| getStyle(styleProp:String) — Method in 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 in class mx.core.UIComponent | |
| Gets a style property that has been set anywhere in this component's style lookup chain. | |
| getStyle(styleProp:String) — Method in class mx.core.UITextField | |
| Gets a style property that has been set anywhere in this component's style lookup chain. | |
| getStyle(styleProp:String) — Method in class mx.skins.ProgrammaticSkin | |
| Returns the value of the specified style property. | |
| getStyle(styleProp:String) — Method in class mx.styles.CSSStyleDeclaration | |
| Gets the value for a specified style property, as determined solely by this CSSStyleDeclaration. | |
| getStyle(styleProp:String) — Method in interface mx.styles.IStyleClient | |
| Gets a style property that has been set anywhere in this component's style lookup chain. | |
| getStyleDeclaration(selector:String) — Static method in class mx.styles.StyleManager | |
| Gets the CSSStyleDeclaration object that stores the rules for the specified CSS selector. | |
| getSubscribeMessage() — Method in class mx.messaging.Consumer | |
| Returns a subscribe message. | |
| getSWFRoot(object:Object) — Static method in class mx.managers.SystemManager | |
| Returns the root DisplayObject that loaded the application. | |
| getTabAt(index:int) — Method in class mx.containers.TabNavigator | |
| Returns the tab of the navigator's TabBar control at the specified index. | |
| getText(beginIndex:int, endIndex:int, includeLineEndings:Boolean) — Method in 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 in class flash.text.TextField | |
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 in class flash.text.TextSnapshot | |
| Returns an array of objects that contains information about a run of text. | |
| getTextStyles() — Method in class mx.core.UITextField | |
| Returns the TextFormat object that represents character formatting information for this UITextField object. | |
| getThumbAt(index:int) — Method in class mx.controls.sliderClasses.Slider | |
| Returns the thumb object at the given index. | |
| getTime() — Method in class Date | |
Returns the number of milliseconds since midnight January 1, 1970, universal time,
for a Date object. |
|
| getTimer() — Package function in flash.utils | |
| Returns the number of milliseconds that have elapsed since Flash Player was initialized, and is used to compute relative time. | |
| getTimezoneOffset() — Method in class Date | |
| Returns the difference, in minutes, between the computer's local time and universal time (UTC). | |
| getType(node:Object) — Method in interface mx.controls.menuClasses.IMenuDataDescriptor | |
| Returns the type identifier of a node. | |
| getType(node:Object) — Method in class mx.controls.treeClasses.DefaultDataDescriptor | |
| Returns the type identifier of a node. | |
| getUID(item:Object) — Static method in class mx.utils.UIDUtil | |
| Returns the UID (unique identifier) for the specified object. | |
| getUITextFormat() — Method in class mx.core.UITextField | |
| Returns a UITextFormat object that contains formatting information for this component. | |
| getUnsubscribeMessage() — Method in class mx.messaging.Consumer | |
| Returns an unsubscribe message. | |
| getUTCDate() — Method in 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 in 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 in class Date | |
Returns the four-digit year of a Date object according to universal time (UTC). |
|
| getUTCHours() — Method in 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 in class Date | |
Returns the milliseconds (an integer from 0 to 999) portion of a Date object
according to universal time (UTC). |
|
| getUTCMinutes() — Method in class Date | |
Returns the minutes (an integer from 0 to 59) portion of a Date object
according to universal time (UTC). |
|
| getUTCMonth() — Method in class Date | |
Returns the month (0 [January] to 11 [December]) portion of a Date object
according to universal time (UTC). |
|
| getUTCSeconds() — Method in class Date | |
Returns the seconds (an integer from 0 to 59) portion of a Date object
according to universal time (UTC). |
|
| getValue() — Method in 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 in class mx.validators.Validator | |
| Returns the Object to validate. | |
| getValueFromTarget(target:Object, property:String) — 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 | |
| Get the approximate index of the item represented by this bookmark in its view. | |
| global — Property in class RegExp | |
| Specifies whether to use global matching for the regular expression. | |
| globalToContent(point:flash.geom:Point) — Method in class mx.core.Container | |
Converts a Point object from global to content coordina | |