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  
gallery — Property in class com.dwuser.ss4.utils.GalleryDescriptor
The XML <gallery> ...
GalleryBar — Class in package com.dwuser.ss4.ui
The GalleryBar element displays a control bar with multiple buttons, each one representing one of the galleries in the slideshow.
GalleryBar() — Constructor in class com.dwuser.ss4.ui.GalleryBar
GalleryBarButton — Class in package com.dwuser.ss4.ui.extras
The GalleryBarButton element represents the button elements displayed on a GalleryBar element.
GalleryBarButton() — Constructor in class com.dwuser.ss4.ui.extras.GalleryBarButton
GalleryBarHover — Class in package com.dwuser.ss4.pseudoStyleClasses
Holds the style parameters used on the GalleryBarButton element in it's hover state.
GalleryBarHover() — Constructor in class com.dwuser.ss4.pseudoStyleClasses.GalleryBarHover
GalleryBarSelected — Class in package com.dwuser.ss4.pseudoStyleClasses
Holds the style parameters used on the GalleryBarButton element in it's selected state.
GalleryBarSelected() — Constructor in class com.dwuser.ss4.pseudoStyleClasses.GalleryBarSelected
GalleryBarVisited — Class in package com.dwuser.ss4.pseudoStyleClasses
Holds the style parameters used on the GalleryBarButton element in it's visited state.
GalleryBarVisited() — Constructor in class com.dwuser.ss4.pseudoStyleClasses.GalleryBarVisited
GalleryDescriptor — Dynamic class in package com.dwuser.ss4.utils
This class describes the Object format used to describe a gallery.
GalleryDescriptor() — Constructor in class com.dwuser.ss4.utils.GalleryDescriptor
Constructor.
galleryItemClick — Event in class com.dwuser.ss4.ui.GallerySelector
The SlideshowEvent.GALLERYITEM_CLICK constant defines the value of the type property of the event object for a galleryItemClick event.
GALLERYITEM_CLICK — Constant static property in class com.dwuser.ss4.events.SlideshowEvent
The SlideshowEvent.GALLERYITEM_CLICK constant defines the value of the type property of the event object for a galleryItemClick event.
GALLERYITEM_GALLERYDESELECTED — Constant static property in class com.dwuser.ss4.events.SlideshowEvent
The SlideshowEvent.GALLERYITEM_GALLERYDESELECTED constant defines the value of the type property of the event object for a galleryDeselected event.
GALLERYITEM_GALLERYSELECTED — Constant static property in class com.dwuser.ss4.events.SlideshowEvent
The SlideshowEvent.GALLERYITEM_GALLERYSELECTED constant defines the value of the type property of the event object for a gallerySelected event.
GalleryPagingLabel — Class in package com.dwuser.ss4.pseudoStyleClasses
Holds the style parameters used on the paging status label shown by default on the GallerySelector element if no custom PagingControls descriptor has been defined.
GalleryPagingLabel() — Constructor in class com.dwuser.ss4.pseudoStyleClasses.GalleryPagingLabel
GalleryPagingNextButton — Class in package com.dwuser.ss4.pseudoStyleClasses
Holds the style parameters used on the "Next page" paging control button shown by default on the GallerySelector element if no custom PagingControls descriptor has been defined.
GalleryPagingNextButton() — Constructor in class com.dwuser.ss4.pseudoStyleClasses.GalleryPagingNextButton
GalleryPagingPreviousButton — Class in package com.dwuser.ss4.pseudoStyleClasses
Holds the style parameters used on the "Previous page" paging control button shown by default on the GallerySelector element if no custom PagingControls descriptor has been defined.
GalleryPagingPreviousButton() — Constructor in class com.dwuser.ss4.pseudoStyleClasses.GalleryPagingPreviousButton
GalleryPasswordAlert — Class in package com.dwuser.ss4.ui
Holds the style parameters used on the alert displayed when a gallery password is incorrectly entered.
GalleryPasswordAlert() — Constructor in class com.dwuser.ss4.ui.GalleryPasswordAlert
GalleryPasswordButton — Class in package com.dwuser.ss4.pseudoStyleClasses
Holds the style parameters used on the 'OK' and 'Cancel' buttons in the gallery password prompt.
GalleryPasswordButton() — Constructor in class com.dwuser.ss4.pseudoStyleClasses.GalleryPasswordButton
GalleryPasswordLabel — Class in package com.dwuser.ss4.pseudoStyleClasses
Holds the style parameters used on the label in the gallery password prompt.
GalleryPasswordLabel() — Constructor in class com.dwuser.ss4.pseudoStyleClasses.GalleryPasswordLabel
GalleryPasswordPanel — Class in package com.dwuser.ss4.ui
The GalleryPasswordPanel class represents the prompt which is displayed when a gallery password needs to be entered.
GalleryPasswordPanel() — Constructor in class com.dwuser.ss4.ui.GalleryPasswordPanel
GalleryPasswordTextInput — Class in package com.dwuser.ss4.pseudoStyleClasses
Holds the style parameters used on the text input box in the gallery password prompt.
GalleryPasswordTextInput() — Constructor in class com.dwuser.ss4.pseudoStyleClasses.GalleryPasswordTextInput
GallerySelector — Class in package com.dwuser.ss4.ui
The GallerySelector element displays a grid with an item to represent each gallery in the slideshow; when any of these items is clicked, the corresponding gallery opens.
GallerySelector() — Constructor in class com.dwuser.ss4.ui.GallerySelector
generator — Property in class mx.core.ClassFactory
The Class that the newInstance() method uses to generate objects from this factory object.
getAffectedProperties() — Method in class mx.effects.Effect
Returns an Array of Strings, where each String is the name of a property that is changed by this effect.
getAffectedProperties() — Method in interface mx.effects.IEffect
Returns an Array of Strings, where each String is the name of a property that is changed by this effect.
getAffectedProperties() — Method in class mx.effects.MaskEffect
Returns the component properties modified by this effect.
getAssociatedFactory(object) — Static method in class mx.modules.ModuleManager
See if the referenced object is associated with (or, in the managed ApplicationDomain of) a known IFlexModuleFactory implementation.
getAttributeObj(x) — Static method in class com.dwuser.ss4.core.XMLUtils
getAutomationChildAt(index) — Method in interface mx.automation.IAutomationObject
Provides the automation object at the specified index.
getAutomationChildAt(index) — Method in class mx.core.UIComponent
Provides the automation object at the specified index.
getBoolean(bundleName, resourceName, locale) — Method in interface mx.resources.IResourceManager
Gets the value of a specified resource as a Boolean.
getBounds(targetCoordinateSpace) — Method in interface mx.core.IFlexDisplayObject
getBundleNamesForLocale(locale) — Method in interface mx.resources.IResourceManager
Returns an Array of Strings specifying the bundle names for all ResourceBundle objects that exist in the ResourceManager and that belong to the specified locale.
getCacheKey(... rest) — Static method in class mx.skins.halo.HaloColors
Returns a unique hash key based on the colors that are passed in.
getCharBoundaries(charIndex) — Method in interface mx.core.IUITextField
getCharIndexAtPoint(x, y) — Method in interface mx.core.IUITextField
getChildAt(index) — Method in class mx.core.Container
Gets the nth child component object.
getChildAt(index) — Method in interface mx.core.IChildList
Gets the child DisplayObject at the specified index in this child list.
getChildAt(index) — Method in interface mx.core.IContainer
getChildBridgeProvider(bridge) — Method in interface mx.core.ISWFBridgeGroup
Gets the owner of a bridge and also the DisplayObject that loaded the child.
getChildBridgeProvider(bridge) — Method in class mx.core.SWFBridgeGroup
Gets the owner of a bridge and also the DisplayObject that loaded the child.
getChildBridges() — Method in interface mx.core.ISWFBridgeGroup
Gets all of the child bridges in this group.
getChildBridges() — Method in class mx.core.SWFBridgeGroup
Gets all of the child bridges in this group.
getChildByName(name) — Method in class mx.core.Container
Returns the child whose name property is the specified String.
getChildByName(name) — Method in interface mx.core.IChildList
Gets the child DisplayObject with the specified name in this child list.
getChildByName(name) — Method in interface mx.core.IContainer
getChildIndex(child) — Method in class mx.core.Container
Gets the zero-based index of a specific child.
getChildIndex(child) — Method in interface mx.core.IChildList
Gets the index of a specific child in this child list.
getChildIndex(child) — Method in interface mx.core.IContainer
getChildren(node, model) — Method in interface mx.controls.menuClasses.IMenuDataDescriptor
Provides access to a node's children.
getChildren(node, model) — Method in class mx.controls.treeClasses.DefaultDataDescriptor
Provides access to a node's children.
getChildren(node, model) — 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.
getClass(bundleName, resourceName, locale) — Method in interface mx.resources.IResourceManager
Gets the value of a specified resource as a Class.
getClassInfo(obj, excludes, options) — Static method in class mx.utils.ObjectUtil
Returns information about the class, and properties of the class, for the specified Object.
getClassStyleDeclarations() — Method in class mx.core.UIComponent
Finds the type selectors for this UIComponent instance.
getClassStyleDeclarations() — Method in interface mx.styles.IStyleClient
Returns an Array of CSSStyleDeclaration objects for the type selector that applies to this component, or null if none exist.
getClassStyleDeclarations() — Method in class mx.styles.StyleProxy
Returns an Array of CSSStyleDeclaration objects for the type selector that applies to this component, or null if none exist.
getColorName(colorName) — Static method in class mx.styles.StyleManager
Returns the numeric RGB color value that corresponds to the specified color string.
getColorNames(colors) — Static method in class mx.styles.StyleManager
Converts each element of the colors Array from a color name to a numeric RGB color value.
getComplexProperty(name, value) — Method in class mx.utils.ObjectProxy
Provides a place for subclasses to override how a complex property that needs to be either proxied or daisy chained for event bubbling is managed.
getConstraintValue(constraintName) — Method in interface mx.core.IConstraintClient
Returns the specified constraint value.
getConstraintValue(constraintName) — Method in class mx.core.UIComponent
Returns a layout constraint value, which is the same as getting the constraint style for this component.
getContent() — Method in class mx.resources.ResourceBundle
When a properties file is compiled into a resource bundle, the MXML compiler autogenerates a subclass of ResourceBundle.
getData(node, model) — Method in interface mx.controls.menuClasses.IMenuDataDescriptor
Returns a node's data.
getData(node, model) — Method in class mx.controls.treeClasses.DefaultDataDescriptor
Returns a node's data.
getData(node, model) — Method in interface mx.controls.treeClasses.ITreeDataDescriptor
Gets the data from a node.
getDefinitionByName(name) — Method in interface mx.managers.ISystemManager
Converts the given String to a Class or package-level Function.
getDefinitionByName(name) — Method in class mx.managers.SystemManager
Converts the given String to a Class or package-level Function.
getDefinitionNames(loaderInfo) — Package function in ru.etcs.utils
getDefinitionNames function
getDescendantByName(name) — Method in class mx.core.UIComponent
Searches all children for the first child named with the passed value; returns that child, or null if not found.
getDescendantsByName(name) — Method in class mx.core.UIComponent
Searches all children for all children named with the passed value; returns an array with those children, or an empty array if none found.
getDividerAt(i) — Method in class mx.containers.DividedBox
Returns a reference to the specified BoxDivider object in this DividedBox container.
getEffect(id) — Method in class com.dwuser.ss4.managers.EffectLibrary
The main effect access function; returns the effect associated with the passed id value from the repository.
getEffect(id) — Method in class com.dwuser.ss4.managers.KBManager
This method returns the actual KBEffect instance associated with the requested id value.
getEvents(host, name, commitOnly) — 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) — Method in interface mx.core.IUITextField
getFirstSibling(x) — Static method in class com.dwuser.ss4.core.XMLUtils
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.
getGroupName(node) — Method in interface mx.controls.menuClasses.IMenuDataDescriptor
Returns the name of the radio button group to which the node belongs, if any.
getGroupName(node) — Method in class mx.controls.treeClasses.DefaultDataDescriptor
Returns the name of the radio button group to which the node belongs, if any.
getHeaderAt(index) — Method in class mx.containers.Accordion
Returns a reference to the navigator button for a child container.
getHeaderHeight() — Method in class mx.containers.Panel
Returns the height of the header.
getHierarchicalCollectionAdaptor(hierarchicalData:mx.collections:ICollectionView, uidFunction, openItems, model) — Method in 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, openItems, model) — Method in interface mx.controls.treeClasses.ITreeDataDescriptor2
Returns an ICollectionView instance that makes the hierarchical data appear as if it was a linear ICollectionView instance.
getImageReference(id) — Method in interface mx.core.IUITextField
getInstance() — Static method in class mx.managers.BrowserManager
Returns the sole instance of this Singleton class; creates it if it does not already exist.
getInstance() — Static method in class mx.managers.CursorManager
Each mx.core.Window instance in an AIR application has its own CursorManager instance.
getInstance() — Static method in class mx.managers.LayoutManager
Returns the sole instance of this singleton class, creating it if it does not already exist.
getInstance() — Static method in class mx.resources.ResourceManager
Gets the single instance of the ResourceManager class.
getInstance() — Static method in class mx.utils.XMLNotifier
Get the singleton instance of the XMLNotifier.
getInt(bundleName, resourceName, locale) — Method in interface mx.resources.IResourceManager
Gets the value of a specified resource as an int.
getItemAt(index, prefetch) — Method in interface mx.collections.IList
Gets the item at the specified index.
getItemAt(index, prefetch) — Method in class mx.collections.ListCollectionView
Gets the item at the specified index.
getItemIndex(item) — Method in interface mx.collections.IList
Returns the index of the item if it is in the list such that getItemAt(index) == item.
getItemIndex(item) — Method in class mx.collections.ListCollectionView
Returns the index of the item if it is in the list such that getItemAt(index) == item.
getItemIndex(item, source) — Static method in class mx.utils.ArrayUtil
Returns the index of the item in the Array.
getItemRendererFactory(data) — Method in class mx.controls.listClasses.ListBase
Return the appropriate factory, using the default factory if none specified.
getLastSibling(x) — Static method in class com.dwuser.ss4.core.XMLUtils
getLineIndexAtPoint(x, y) — Method in interface mx.core.IUITextField
getLineIndexOfChar(charIndex) — Method in interface mx.core.IUITextField
getLineLength(lineIndex) — Method in interface mx.core.IUITextField
getLineMetrics(lineIndex) — Method in class mx.controls.Label
Returns a TextLineMetrics object with information about the text position and measurements for a line of text in the control.
getLineMetrics(lineIndex) — Method in class mx.controls.TextArea
Returns a TextLineMetrics object with information about the text position and measurements for a line of text in the control.
getLineMetrics(lineIndex) — Method in class mx.controls.TextInput
Returns a TextLineMetrics object with information about the text position and measurements for a line of text in the control.
getLineMetrics(lineIndex) — Method in interface mx.core.IUITextField
getLineOffset(lineIndex) — Method in interface mx.core.IUITextField
getLineText(lineIndex) — Method in interface mx.core.IUITextField
getLocales() — Method in interface mx.resources.IResourceManager
Returns an Array of Strings specifying all locales for which ResourceBundle objects exist in the ResourceManager.
getModule(url) — Static method in class mx.modules.ModuleManager
Get the IModuleInfo interface associated with a particular URL.
getNextFocusManagerComponent(backward) — Method in class mx.managers.FocusManager
Returns the IFocusManagerComponent that would receive focus if the user pressed the Tab key to navigate to another component.
getNextFocusManagerComponent(backward) — Method in interface mx.managers.IFocusManager
Returns the IFocusManagerComponent that would receive focus if the user pressed the Tab key to navigate to another component.
getNextSibling(x) — Static method in class com.dwuser.ss4.core.XMLUtils
getNodeDepth(node, iterator:mx.collections:IViewCursor, model) — Method in class mx.controls.treeClasses.DefaultDataDescriptor
Returns the depth of the node, meaning the number of ancestors it has.
getNodeDepth(node, iterator:mx.collections:IViewCursor, model) — Method in interface mx.controls.treeClasses.ITreeDataDescriptor2
Returns the depth of the node, meaning the number of ancestors it has.
getNumber(bundleName, resourceName, locale) — Method in interface mx.resources.IResourceManager
Gets the value of a specified resource as a Number.
getObject(bundleName, resourceName, locale) — Method in interface mx.resources.IResourceManager
Gets the value of a specified resource as an Object.
getObjectsUnderPoint(point) — Method in interface mx.core.IChildList
Returns an array of DisplayObjects that lie under the specified point and are in this child list.
getObjectsUnderPoint(point) — Method in interface mx.core.IContainer
getParagraphLength(charIndex) — Method in interface mx.core.IUITextField
getParam(param) — Static method in class com.dwuser.ss4.core.SlideshowParams
Returns a formatted copy of the requested parameter as defined in the slideshow HTML, or null if the parameter is not defined.
getParent(node, collection:mx.collections:ICollectionView, model) — Method in class mx.controls.treeClasses.DefaultDataDescriptor
Returns the parent of the node The parent of a top-level node is null.
getParent(node, collection:mx.collections:ICollectionView, model) — Method in interface mx.controls.treeClasses.ITreeDataDescriptor2
Returns the parent of the node The parent of a top-level node is null.
getParentItem(item) — Method in class mx.controls.Tree
Returns the known parent of a child item.
getPercentLoaded(loaded, total) — Method in class mx.preloaders.DownloadProgressBar
Returns the percentage value of the application loaded.
getPreferredLocaleChain() — Method in interface mx.resources.IResourceManager
Returns an Array of Strings specifying all locales for which ResourceBundle objects exist in the ResourceManager, ordered using user preferences as reported by Capabilities.language or Capabilities.languages.
getPreviousSibling(x) — Static method in class com.dwuser.ss4.core.XMLUtils
getProperty(name) — Method in class mx.utils.ObjectProxy
Returns the specified property value of the proxied object.
getRect(targetCoordinateSpace) — Method in interface mx.core.IFlexDisplayObject
getRendererSemanticValue(target, semanticProperty) — Method in class mx.controls.listClasses.ListBase
Returns true or false to indicates whether the effect should play on the target.
getRendererSemanticValue(target, semanticProperty) — Method in interface mx.effects.IEffectTargetHost
Returns true or false to indicates whether the effect should play on the target.
getRepeaterItem(whichRepeater) — Method in class mx.core.UIComponent
Returns the item in the dataProvider that was used by the specified Repeater to produce this Repeater, or null if this Repeater isn't repeated.
getReservedOrFreeItemRenderer(data) — Method in class mx.controls.listClasses.ListBase
Retrieves an already-created item renderer not currently in use.
getResourceBundle(locale, bundleName) — Method in interface mx.resources.IResourceManager
Returns a ResourceBundle with the specified locale and bundleName that has been previously added to the ResourceManager with addResourceBundle().
getSandboxRoot() — Method in interface mx.managers.ISystemManager
Gets the system manager is the root of all top level system managers in this SecurityDomain
getSandboxRoot() — Method in class mx.managers.SystemManager
Go up the parent chain to get the top level system manager in this SecurityDomain.
GET_SIZE_REQUEST — Constant static property in class mx.events.SWFBridgeRequest
Gets the size of the child SystemManager.
getStartValue() — Method in class mx.effects.effectClasses.ActionEffectInstance
Returns the starting state value that was saved by the saveStartValue() method.
getString(bundleName, resourceName, parameters, locale) — Method in interface mx.resources.IResourceManager
Gets the value of a specified resource as a String, after substituting specified values for placeholders.
getStringArray(bundleName, resourceName, locale) — Method in interface mx.resources.IResourceManager
Gets the value of a specified resource as an Array of Strings.
getStyle(styleProp) — Method in class com.dwuser.ss4.skins.LoaderSkin
getStyle(styleProp) — Method in interface mx.core.IUITextField
Gets a style property that has been set anywhere in this component's style lookup chain.
getStyle(styleProp) — Method in class mx.core.UIComponent
Gets a style property that has been set anywhere in this component's style lookup chain.
getStyle(styleProp) — Method in class mx.core.UITextField
Gets a style property that has been set anywhere in this component's style lookup chain.
getStyle(styleProp) — Method in class mx.skins.ProgrammaticSkin
Returns the value of the specified style property.
getStyle(styleProp) — Method in interface mx.styles.IStyleClient
Gets a style property that has been set anywhere in this component's style lookup chain.
getStyle(styleProp) — Method in class mx.styles.StyleProxy
Gets a style property that has been set anywhere in this component's style lookup chain.
getStyleDeclaration(selector) — Static method in class mx.styles.StyleManager
Gets the CSSStyleDeclaration object that stores the rules for the specified CSS selector.
getSWFRoot(object) — Static method in class mx.managers.SystemManager
Returns the root DisplayObject of the SWF that contains the code for the given object.
getTabAt(index) — Method in class mx.containers.TabNavigator
Returns the tab of the navigator's TabBar control at the specified index.
getTextFormat(beginIndex, endIndex) — Method in interface mx.core.IUITextField
getTextStyles() — Method in class mx.core.UITextField
Returns the TextFormat object that represents character formatting information for this UITextField object.
getTopLevelRoot() — Method in interface mx.managers.ISystemManager
Attempts to get the system manager that is the in the main application.
getTopLevelRoot() — Method in class mx.managers.SystemManager
Go up the parent chain to get the top level system manager.
getType(node) — Method in interface mx.controls.menuClasses.IMenuDataDescriptor
Returns the type identifier of a node.
getType(node) — Method in class mx.controls.treeClasses.DefaultDataDescriptor
Returns the type identifier of a node.
getUID(item) — Static method in class mx.utils.UIDUtil
Returns the UID (unique identifier) for the specified object.
getUint(bundleName, resourceName, locale) — Method in interface mx.resources.IResourceManager
Gets the value of a specified resource as a uint.
getUITextFormat() — Method in interface mx.core.IUITextField
Returns a UITextFormat object that contains formatting information for this component.
getUITextFormat() — Method in class mx.core.UITextField
Returns a UITextFormat object that contains formatting information for this component.
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.
getValueFromTarget(target, property) — Method in class mx.effects.Effect
Called by the captureStartValues() method to get the value of a property from the target.
getViewIndex() — Method in class mx.collections.CursorBookmark
Gets the approximate index of the item represented by this bookmark in its view.
getVisibleApplicationRect(allApplications) — Method in class mx.controls.SWFLoader
Get the bounds of the loaded application that are visible to the user on the screen.
getVisibleApplicationRect(allApplications) — Method in interface mx.core.ISWFLoader
Get the bounds of the loaded application that are visible to the user on the screen.
getVisibleApplicationRect(bounds) — Method in interface mx.managers.ISystemManager
Get the bounds of the loaded application that are visible to the user on the screen.
getVisibleApplicationRect(bounds) — Method in class mx.managers.SystemManager
Get the bounds of the loaded application that are visible to the user on the screen.
getVisibleRect(targetParent) — Method in class mx.core.UIComponent
MOVED OVER FROM SDK 3.2 UIComponent - Allows for popped-up alerts to be displayed correctly - NGR MOVED 11-20-08
GET_VISIBLE_RECT_REQUEST — Constant static property in class mx.events.SWFBridgeRequest
Requests that the parent SystemManager calculate the visible portion of the requesting SWF based on any DisplayObjects that might be clipping the requesting SWF.
glideSpeed — Style in class com.dwuser.ss4.ui.PagingControlHolder
Specifies the speed of glide-based scrolling (when using the PagingControlGlideBackButton or PagingControlGlideForwardButton control elements).
globalToContent(point) — Method in class mx.core.Container
Converts a Point object from global to content coordinates.
globalToContent(point) — Method in class mx.core.UIComponent
Converts a Point object from global to content coordinates.
globalToLocal(point) — Method in interface mx.core.IFlexDisplayObject
globalX — Property in class mx.core.UIComponent
globalY — Property in class mx.core.UIComponent
Glow — Class in package com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses
[Dummy Class Only!] The Glow effect lets you apply a visual glow effect to a component.
Glow — Class in package mx.effects
The Glow effect lets you apply a visual glow effect to a component.
Glow() — Constructor in class com.dwuser.ss4.pseudoStyleClasses.subEffectReferenceClasses.Glow
Glow(target) — Constructor in class mx.effects.Glow
Constructor.
GLOW_FILTER — Constant static property in class com.dwuser.ss4.pseudoStyleClasses.XMLAttributeFormats
Creates a native GlowFilter instance which can be used as a filter on various objects.
GlowInstance — Class in package mx.effects.effectClasses
The GlowInstance class implements the instance class for the Glow effect.
GlowInstance(target) — Constructor in class mx.effects.effectClasses.GlowInstance
Constructor.
GotoBox — Class in package com.dwuser.ss4.ui.controls
The GotoBox control element allows the user to type in the cardinal index of an image/slide and press 'enter' to jump directly to it.
GotoBox() — Constructor in class com.dwuser.ss4.ui.controls.GotoBox
graphics — Property in interface mx.core.IContainer
GraphicsUtil — Class in package mx.utils
The Graphics class is an all-static class with utility methods related to the Graphics class.
gridFitType — Property in interface mx.core.IUITextField
gridFitType — Property in class mx.core.UITextFormat
Defines the grid-fitting setting for the UITextField class.
GroupLoader — Class in package com.dwuser.ss4.ui.loaders
The GroupLoader element displays the image preloading progress whenever a group of images (such as an entire gallery) is being (pre)loaded.
GroupLoader() — Constructor in class com.dwuser.ss4.ui.loaders.GroupLoader
groupName — Property in interface mx.managers.IFocusManagerGroup
The name of the group of controls to which the control belongs.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z