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  
aaCircle(bmp, px, py, r, c) — Static method in class gs.util.BitmapUtils
Draw an anti-aliased circle into a bitmap data.
aaLine(bmp, x1, y1, x2, y2, c) — Static method in class gs.util.BitmapUtils
Draw an anti-aliased line into a bitmap data.
Accordion — Class in package gs.display.accordion
The Accordion class is a controller that implements an accordion component.
Accordion() — Constructor in class gs.display.accordion.Accordion
Constructor for Accordion instances.
action — Property in class gs.soap.SoapMethodInfo
The action.
actionsource — Property in class gs.tracking.Omniture
The actionsource component.
activate(id, setFocusToFirst) — Static method in class gs.managers.TabManager
Activate a tab state.
active — Event in class gs.util.Inactivity
Dispatched when the user becomes active.
ACTIVE — Static property in class gs.util.Inactivity
Defines the value of the type property of the event object used for active events.
addAsset(libraryName, obj, source) — Static method in class gs.managers.AssetManager
Register an asset in the library.
addBevel(target, filter) — Static method in class gs.util.filters.FilterUtils
Adds a new bevel filter to the display object.
addBlur(target, filter) — Static method in class gs.util.filters.FilterUtils
Adds a new blur filter the the display object.
addCall(method, delay, args, ed, eventTrigger) — Method in class gs.util.CallQueue
Add a method call to the queue.
addCalls(methods, delays, args, edispatchers, eventTriggers) — Method in class gs.util.CallQueue
Add multiple calls at once.
addChildren(... rest) — Method in class gs.managers.LayoutManager
Add all children specified to the display list.
addChildrenTo(target, ... rest) — Method in class gs.managers.LayoutManager
Add all children specified onto the display list of the target container.
addColorMatrix(target, filter) — Static method in class gs.util.filters.FilterUtils
Adds a new color matrix filter to the display object.
AddEnterFrameListener(eventHandler) — Static method in class gs.util.FramePulse
Add an event listener to the frame pulse.
addEventHandlers() — Method in class gs.display.view.BaseView
Override this method, and use the event manager to add event handlers on your objects.
addEventListener(type, listener, useCapture, priority, useWeakReference) — Static method in class gs.util.EventBroadcaster
Add a listener the the event broadcaster.
addFilter(target, filter) — Static method in class gs.util.filters.FilterUtils
Add a filter of any type, to the target display object.
addFrameScript(target, frame, callback) — Static method in class gs.util.FrameUtils
Adds a frame script to a clip.
addGlow(target, filter) — Static method in class gs.util.filters.FilterUtils
Adds a new glow filter to the display object.
addGradientBevel(target, filter) — Static method in class gs.util.filters.FilterUtils
Adds a new gradient bevel filter to the display object.
addGradientGlow(target, filter) — Static method in class gs.util.filters.FilterUtils
Adds a new gradient glow filter to the display object.
addHeader(name, value) — Method in class gs.http.HTTPCall
Add a header to the request.
addItem(item) — Method in class gs.util.collections.Collection
Add an item to the collection.
addItem(item) — Method in interface gs.util.collections.ICollection
Add an item to the collection.
addItemAt(i, item) — Method in class gs.util.collections.Collection
Add an item at a specific index.
addItemAt(i, item) — Method in interface gs.util.collections.ICollection
Add an item at a specific index.
addItems(items) — Method in class gs.preloading.Preloader
Add items to the controller to load - if the preloader is currently working, these items will be appended to the items to load.
addKeyMappings() — Method in class gs.display.view.BaseFormView
Override this and add key event mappings with the keyboard event manager.
addObject(id, obj, options) — Method in class gs.audio.AudioGroup
Add an object to control.
addObject(o) — Method in class gs.util.Disposer
Add an object to this disposer.
addPane(pane:gs.display.accordion:BaseAccordionPane) — Method in class gs.display.accordion.Accordion
Add a pane to the accordion.
addPath(pathId, path) — Method in class gs.model.Model
Add a path to the model.
addPrioritizedItems(items) — Method in class gs.preloading.Preloader
Add items to the controller to load, with top priority.
addShadow(target, filter) — Static method in class gs.util.filters.FilterUtils
Adds a new shadow filter to the display object.
afterFirst(search, returnAfter) — Static method in class gs.util.StringUtils
Returns everything after the first occurrence of the provided character in the string.
afterLast(search, returnAfter) — Static method in class gs.util.StringUtils
Returns everything after the last occurence of the provided character in the string.
AkamaiNCManager — Final class in package gs.util.akamai
The AkamaiNCManager class is a replacement for the default NCManager class from Adobe.
alert(message, escap) — Static method in class gs.util.JSFLProxy
Alert a message.
alignBottom(alignMode, relativeTo, ... rest) — Method in class gs.managers.LayoutManager
Align a display object to the bottom edge of another display object.
alignBottomCenter(alignMode, relativeTo, ... rest) — Method in class gs.managers.LayoutManager
Align a display object to the bottom center of another display object.
alignBottomLeft(alignModeX, alignModeY, relativeTo, ... rest) — Method in class gs.managers.LayoutManager
Align a display object to the bottom left corner of another display object.
alignBottomRight(alignModeX, alignModeY, relativeTo, ... rest) — Method in class gs.managers.LayoutManager
Align a display object to the bottom right corner of another display object.
alignCenter(relativeTo, ... rest) — Method in class gs.managers.LayoutManager
Align a display object to the dead center of another display object.
alignColumn(options, ... rest) — Method in class gs.managers.LayoutManager
Align any objects in a vertical stack (column) on y.
ALIGN_INNER — Static property in class gs.managers.LayoutManager
An alignment mode that causes the inner edges to be aligned.
alignLeft(alignMode, relativeTo, ... rest) — Method in class gs.managers.LayoutManager
Align the target display object to the left edge of another display object.
alignMiddleLeft(alignMode, relativeTo, ... rest) — Method in class gs.managers.LayoutManager
Align a display object to the left middle of another display object.
alignMiddleRight(alignMode, relativeTo, ... rest) — Method in class gs.managers.LayoutManager
Align a display object to the right middle of another display object.
ALIGN_OUTER — Static property in class gs.managers.LayoutManager
An alignment mode that causes the outer edges to be aligned.
alignRight(alignMode, relativeTo, ... rest) — Method in class gs.managers.LayoutManager
Align the target display object to the right edge of another display object.
alignTop(alignMode, relativeTo, ... rest) — Method in class gs.managers.LayoutManager
Align a display object to the top edge of another display object.
alignTopCenter(alignMode, relativeTo, ... rest) — Method in class gs.managers.LayoutManager
Align a display object to the top center of another display object.
alignTopLeft(alignModeX, alignModeY, relativeTo, ... rest) — Method in class gs.managers.LayoutManager
Align a display object to the top left corner of another display object.
alignTopRight(alignModeX, alignModeY, relativeTo, ... rest) — Method in class gs.managers.LayoutManager
Align a display object to the top right corner of another display object.
alignXCenter(relativeTo, ... rest) — Method in class gs.managers.LayoutManager
Align the target display object centered on the x coordinate relatively to another display object.
alignYCenter(relativeTo, ... rest) — Method in class gs.managers.LayoutManager
Align the target display object centered on the y coordinate relatively to another display object.
allowCrossScriptingDomains() — Method in class gs.model.Model
Allows a domain for cross scripting this swf.
AllowNCReuse — Static property in class gs.util.akamai.AkamaiNCManager
Allow re-use of already connected net connections.
allowTrackClick — Property in class gs.display.ScrollBar
Whether or not to allow track clicks.
alpha(value, ... rest) — Static method in class gs.util.SetterUtils
Set the alpha property on all objects provided.
alphas — Property in class gs.display.text.GradientLabel
An array of alpha values for each color.
angle2radian(a) — Static method in class gs.util.MathUtils
Convert angle to radian.
antiAliasType — Property in class gs.util.TextAttributes
The anti alias type for the text field.
apply(... rest) — Method in class gs.util.TextAttributes
Apply these text attributes to text fields.
applyProperties(obj, xml) — Method in class gs.model.Model
Apply a hierarchy of property values to an object.
array — Property in class gs.util.iters.ArrayPageIterator
The array of data it's paging through.
ArrayBidirectionalIterator — Class in package gs.util.iters
The ArrayBidirectionalIterator class provides a non-destructive, pointer-based, bi-directional array iterator.
ArrayBidirectionalIterator(array, copy) — Constructor in class gs.util.iters.ArrayBidirectionalIterator
Constructor for ArrayBidirectionalIterator instances.
ArrayBounceIterator — Final class in package gs.util.iters
The ArrayBounceIterator class provides a non-destructive, pointer-based, bouncing array iterator which moves to the end of the array then reverses direction backward & forward.
ArrayBounceIterator(array, isSkipRepeat) — Constructor in class gs.util.iters.ArrayBounceIterator
Constructor for ArrayBounceIterator instances.
ArrayIterator — Final class in package gs.util.iters
The ArrayIterator class iterates over an array.
ArrayIterator(array) — Constructor in class gs.util.iters.ArrayIterator
Constructor for ArrayIterator instances.
ArrayLoopableIterator — Final class in package gs.util.iters
The ArrayLoopableIterator class provides a non-destructive, pointer-based, looping bi-directional array iterator.
ArrayLoopableIterator(array) — Constructor in class gs.util.iters.ArrayLoopableIterator
Constructor for ArrayLoopableIterator instances.
ArrayPageIterator — Class in package gs.util.iters
The ArrayPageIterator class provides a non-destructive way to iterate over an array in page sizes.
ArrayPageIterator(array, pageSize) — Constructor in class gs.util.iters.ArrayPageIterator
Constructor for ArrayPageIterator instances.
ArrayUtils — Final class in package gs.util
The ArrayUtils class contains utility methods for arrays.
arrowsStep — Property in class gs.display.ScrollBar
The amount of pixels to move the handle, when the up, down, left or right arrow is clicked.
asearch(array, conditions, options) — Static method in class gs.util.ArrayUtils
Advanced array searching with complex matching conditions.
asearchAll(array, conditions) — Static method in class gs.util.ArrayUtils
Shortcut for advanced searching by a single property.
asearchBy(array, property, value, options) — Static method in class gs.util.ArrayUtils
Shortcut for advanced searching by a single property.
asearchFirst(array, conditions) — Static method in class gs.util.ArrayUtils
Shortcut for advanced searching for the first matching item.
asearchLast(array, conditions) — Static method in class gs.util.ArrayUtils
Shortcut for advanced searching for the last matching item.
ask(url, title, window) — Static method in class gs.util.SocialShares
Share to myjeeves.ask.com.
Assertions — Final class in package gs.util
The Assertions class is a singleton that provides assertions for conditionals, and relieve's defensive programming for methods that require arguments.
asset — Property in class gs.events.AssetCompleteEvent
The asset that has completely downloaded.
asset — Property in class gs.events.AssetErrorEvent
The Asset that errored out.
asset — Property in class gs.events.AssetOpenEvent
The Asset that started downloading.
asset — Property in class gs.events.AssetProgressEvent
The asset that is loading.
asset — Property in class gs.events.AssetStatusEvent
The Asset that had the status error.
asset — Property in class gs.preloading.workers.Worker
The asset this worker is loading.
Asset — Final class in package gs.preloading
The Asset class is an asset a Preloader uses.
Asset(source, libraryName, forceType) — Constructor in class gs.preloading.Asset
Constructor for Asset instances.
assetComplete — Event in class gs.preloading.Preloader
Dispatched for each asset that has completed downloading.
assetComplete — Event in class gs.preloading.workers.Worker
Dispatched when the worker has completed downloading the asset.
AssetCompleteEvent — Final class in package gs.events
The AssetCompleteEvent dispatches when an asset has completed downloading.
AssetCompleteEvent(type, asset:gs.preloading:Asset) — Constructor in class gs.events.AssetCompleteEvent
Constructor for AssetCompleteEvent instances.
assetError — Event in class gs.preloading.Preloader
Dispatched for each asset that has has stopped downloading because of an error.
assetError — Event in class gs.preloading.workers.Worker
Dispatched when there is an error loading an asset.
AssetErrorEvent — Final class in package gs.events
The AssetErrorEvent dispatches when an asset has stopped loading due to an error.
AssetErrorEvent(type, asset:gs.preloading:Asset) — Constructor in class gs.events.AssetErrorEvent
Constructor for AssetErrorEvent instances.
AssetManager — Final class in package gs.managers
The AssetManager class is a helper that stores all assets loaded by any Preloader and can get assets from any swf library.
assetOpen — Event in class gs.preloading.Preloader
Dispatched for each asset that has started downloading.
assetOpen — Event in class gs.preloading.workers.Worker
Dispatched when the loader starts loading the asset.
AssetOpenEvent — Final class in package gs.events
The AssetOpenEvent dispatches when an Asset has started downloading.
AssetOpenEvent(type, asset:gs.preloading:Asset) — Constructor in class gs.events.AssetOpenEvent
Constructor for AssetOpenEvent instances.
assetProgress — Event in class gs.preloading.Preloader
Dispatched for each asset that is downloading.
assetProgress — Event in class gs.preloading.workers.Worker
Dispatched on progress from the loader that is loading the asset.
AssetProgressEvent — Final class in package gs.events
The AssetProgressEvent dispatches for an Asset that is downloading.
AssetProgressEvent(type, asset:gs.preloading:Asset) — Constructor in class gs.events.AssetProgressEvent
Constructor for AssetProgressEvent instances.
assets — Property in class gs.model.Model
Stores a reference to the <assets></assets> node in the model xml.
assetStatus — Event in class gs.preloading.Preloader
Dispatched for each asset that generated an http status code other than 0 or 200.
assetStatus — Event in class gs.preloading.workers.Worker
Dispatched when an HTTPStatus event occurs from the internal loader.
AssetStatusEvent — Final class in package gs.events
The AssetStatusEvent dispatches for an Asset that had an HTTP status other than 0 or 200.
AssetStatusEvent(type, asset:gs.preloading:Asset, status) — Constructor in class gs.events.AssetStatusEvent
Constructor for AssetStatusEvent instances.
atlas — Property in class gs.tracking.Tracking
An instance of Atlas.
Atlas — Class in package gs.tracking
The Atlas class fires atlas tracking events.
Atlas() — Constructor in class gs.tracking.Atlas
Constructor for Atlas instances.
attrAsBool(attributeID) — Method in class gs.model.Model
A shortcut method to get an attribute as a boolean.
attrAsInt(attributeID) — Method in class gs.model.Model
A shortcut method to get an attribute as an integer.
attrAsNumber(attributeID) — Method in class gs.model.Model
A shortcut method to get an attribute as a number.
attributes — Property in class gs.display.xmlview.XMLView
A reference to an attributes node inside of a view node (view.attributes)
attributes — Property in class gs.model.Model
Stores a reference to the <attributes></attributes> node in the model xml.
AudioEvent — Class in package gs.events
The AudioEvent class is dispatched for various audio events from audible objects, audible groups, and the sound manager.
AudioEvent(type, bubbles, cancelable) — Constructor in class gs.events.AudioEvent
Constructor for AudioEvent instances.
AudioGroup — Dynamic class in package gs.audio
The AudioGroup class controls multiple audible objects.
AudioGroup() — Constructor in class gs.audio.AudioGroup
Constructor for AudioGroup instances.
AudioObject — Class in package gs.audio
The AudioObject class controls any audible object.
AudioObject(_obj) — Constructor in class gs.audio.AudioObject
Constructor for AudioObject instances.
autoSize(value, ... rest) — Static method in class gs.util.SetterUtils
Set the autoSize property on multiple textfields.
autoSize — Property in class gs.util.TextAttributes
The text autosizing.
AutoSuggest — Class in package gs.util.autosuggest
The AutoSuggest class provides the search logic needed for an auto suggest, as well as providing you with match data.
AutoSuggest(terms) — Constructor in class gs.util.autosuggest.AutoSuggest
Constructor for AutoSuggest instances.
AutoSuggestMatch — Class in package gs.util.autosuggest
The AutoSuggestMatch class represents a matched search term that was found in an AutoSuggest instance.
AutoSuggestMatch(term, highlightedTerm) — Constructor in class gs.util.autosuggest.AutoSuggestMatch
Constructor for AutoSuggestMatch instances.
autoTarget — Property in class gs.util.KeyHandler
A display object that toggles enabled / disabled when it's added / removed from the stage.
AutoTyper — Class in package gs.util.text
The AutoTyper class will auto type some text into a text field at scheduled intervals.
AutoTyper(_tf) — Constructor in class gs.util.text.AutoTyper
Constructor for AutoTyper instances.
averageFps — Static property in class gs.util.Profiler
The current averate frames per second.
AVM_VERSION — Constant static property in class gs.util.PlayerUtils
Retrieve the ActionScript Virtual Machine Version the application is running under.
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