| 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 |
| sanitizeCDATA_HTMLText(str) — Static method in class gs.util.StringUtils |
|
Removes \n and \t characters from a string. |
| sanitizeFloat(n, precision) — Static method in class gs.util.MathUtils |
|
Correct "roundoff errors" in floating point math. |
| sanitizeNull(str) — Static method in class gs.util.StringUtils |
|
Sanitize null strings for display purposes. |
| saveFLVMetaData(libraryName, obj) — Static method in class gs.managers.AssetManager |
|
Save an FLV's meta data. |
| saveFLVXMPMetaData(libraryName, obj) — Static method in class gs.managers.AssetManager |
|
Save an FLV's XMP meta data. |
| scale(target, scale) — Static method in class gs.util.DisplayListUtils |
|
Set the scale of an object - updates the x and y. |
| scale(w, h) — Method in class gs.util.geom.Dimension |
|
Scales the width of this Dimension by w and scales the
height of this Dimension by h. |
| Scale3Clip — Class in package gs.display |
|
The Scale3Clip is a sprite that manages scale 3. |
| Scale3Clip() — Constructor in class gs.display.Scale3Clip |
|
Constructor for Scale3Clip instances. |
| Scale9Clip — Class in package gs.display |
|
The Scale9Clip is a sprite that manages scale 9. |
| Scale9Clip() — Constructor in class gs.display.Scale9Clip |
|
Constructor for Scale9Clip instances. |
| scaleRatio(target, targetW, targetH) — Static method in class gs.util.DisplayListUtils |
|
Scale while retaining original w:h ratio. |
| scaleToFit(target, targetW, targetH, center) — Static method in class gs.util.DisplayListUtils |
|
Scale target item to fit within target confines. |
| ScopeUtils — Class in package gs.util |
|
The ScopeUtils class provides utilities for working with scope. |
| ScrollBar — Final class in package gs.display |
|
The ScrollBar class provides vertical and horizontal scrolling. |
| ScrollBar(stage, content, contentMask, handle, track, upOrLeftArrow, downOrRightArrow, direction, allowTrackClick, autoScrollOnArrowsDown) — Constructor in class gs.display.ScrollBar |
|
Constructor for ScrollBar instances. |
| search(str, key, caseSensitive) — Static method in class gs.util.StringUtils |
|
Search for key in string. |
| search(str, caseSensitive, matchAnywhere, returnLowercaseMatches) — Method in class gs.util.autosuggest.AutoSuggest |
|
Search for a string. |
| seconds2ms(n) — Static method in class gs.util.DateUtils |
|
Convert seconds to milliseconds. |
| security — Property in class gs.model.Model |
|
Stores a reference to the <security></security>
node in the model xml. |
| securityError — Event in class gs.preloading.workers.Worker |
|
Dispatched when a security error happens while attempting to load the item. |
| securityError — Event in class gs.util.FileRef |
|
Dispatched on security error. |
| seek(position) — Method in class gs.audio.AudioObject |
|
Seek to a position in the sound. |
| seek(time) — Method in class gs.display.flv.FLV |
|
Seek to a playback time. |
| seekHandle — Property in class gs.display.flv.FLVControls |
|
The seek handle. |
| seekInvalidTime — Event in class gs.display.flv.FLV |
|
Dispatched when an invalid seek time was attempted. |
| SEEK_INVALID_TIME — Constant static property in class gs.events.FLVEvent |
|
Invalid seek time. |
| seekNotify — Event in class gs.display.flv.FLV |
|
Dispatched when a seek occurs. |
| SEEK_NOTIFY — Constant static property in class gs.events.FLVEvent |
|
Seek notify
|
| seekToAndStop(position) — Method in class gs.display.flv.FLV |
|
Stop the flv, and seeks to the specified position. |
| seekToPercent(percent) — Method in class gs.audio.AudioObject |
|
Seek to a percent of the sound. |
| seekToPercent(percent) — Method in class gs.display.flv.FLV |
|
Seek to a playback percent. |
| seekToPixel(pixel) — Method in class gs.audio.AudioObject |
|
Seek to a pixel (first set pixels to fill). |
| seekToPixel(pixel) — Method in class gs.display.flv.FLV |
|
Seek to a width based off of the pixelsToFill property. |
| select — Event in class gs.util.FileRef |
|
Dispatched when a file is selected. |
| selectable — Property in class gs.util.TextAttributes |
|
Whether or not the text field is selectable. |
| selectAll(tf) — Static method in class gs.util.TextFieldUtils |
|
Select all the text in a text field. |
| selectField() — Method in class gs.display.view.BaseFormView |
|
Override this and do some select/focus logic for the form field. |
| send() — Method in class gs.http.HTTPCall |
|
Executes this call. |
| send(urlpath, callProps) — Method in class gs.http.HTTPService |
|
Send an http call. |
| send(... rest) — Method in class gs.remoting.RemotingCall |
|
Send the call. |
| send(method, callProps) — Method in class gs.remoting.RemotingService |
|
Send a method call. |
| send(_args) — Method in class gs.soap.SoapCall |
|
Send this soap call. |
| send(method, callProps) — Method in class gs.soap.SoapService |
|
Send a soap call. |
| sendBackward(target) — Method in class gs.managers.LayoutManager |
|
Send the target display object backward 1 layer. |
| sendBehind(target, relativeTo) — Method in class gs.managers.LayoutManager |
|
Send a target display object behind another display object. |
| sendToBack(target) — Method in class gs.managers.LayoutManager |
|
Send the target display object to bottom most layer. |
| sendTrackingIDToEI — Property in class gs.tracking.Omniture |
|
The function name to send the tracking id to
through external interface. |
| sendTrackingObjectToEI — Property in class gs.tracking.Omniture |
|
The function name to send the omniture tracking
object to through external interface. |
| servicePath — Property in class gs.soap.SoapMethodInfo |
|
The service path. |
| services — Property in class gs.model.Model |
|
Stores a reference to the <services></services>
node in the model xml. |
| set(id, ag:gs.audio:AudioGroup) — Static method in class gs.audio.AudioGroup |
|
Save an audio group. |
| set(id, ao:gs.audio:AudioObject) — Static method in class gs.audio.AudioObject |
|
Save an audio object. |
| set(id, doc:gs.control:Document) — Static method in class gs.control.Document |
|
Set a document instance. |
| set(id, xvm:gs.display.xmlview:XMLViewManager) — Static method in class gs.display.xmlview.XMLViewManager |
|
Set an xmlview manager instance. |
| set(id, call:gs.http:HTTPCall) — Static method in class gs.http.HTTPCall |
|
Save an HTTPCall instance. |
| set(id, hs:gs.http:HTTPService) — Static method in class gs.http.HTTPService |
|
Save an http service. |
| set(id, ... rest) — Static method in class gs.managers.TabManager |
|
Create's a new tab state. |
| set(id, ml:gs.model:Model) — Static method in class gs.model.Model |
|
Set a model instance. |
| set(id, rc:gs.remoting:RemotingCall) — Static method in class gs.remoting.RemotingCall |
|
Set a remoting call instance. |
| set(id, rs:gs.remoting:RemotingService) — Static method in class gs.remoting.RemotingService |
|
Save a remoting service. |
| set(id, ss:gs.soap:SoapService) — Static method in class gs.soap.SoapService |
|
Set a soap service. |
| set(id, tracking:gs.tracking:Tracking) — Static method in class gs.tracking.Tracking |
|
Save a tracking instance. |
| set(id, flashvars) — Static method in class gs.util.FlashvarUtils |
|
Set a flashvars object. |
| set(id, kh:gs.util:KeyHandler) — Static method in class gs.util.KeyHandler |
|
Set a key handler instance. |
| set(id, so) — Static method in class gs.util.SharedObjectUtils |
|
Set a shared object. |
| set(id, str:gs.util:Strings) — Static method in class gs.util.Strings |
|
Set a Strings instance. |
| set(id, s) — Static method in class gs.util.StyleSheetUtils |
|
Save a stylesheet. |
| set(id, ta:gs.util:TextAttributes) — Static method in class gs.util.TextAttributes |
|
Set a text attributes instance. |
| set(id, filter) — Static method in class gs.util.filters.FilterUtils |
|
Save a filter for later use, by id. |
| setAlternateCallbacks(size, progress, open, ioerror, security, status) — Method in class gs.util.FileRef |
|
Set alternate callbacks. |
| setARGB(a, r, g, b) — Static method in class gs.util.ColorUtils |
|
Set the a,r,g,b values in a new unsigned int. |
| setAttrib(target, name, attributes, castType) — Static method in class gs.util.XMLUtils |
|
Generic way to set an attribute on an
object. |
| setBevel(target, filter) — Static method in class gs.util.filters.FilterUtils |
|
Clears any current bevel filters, and applies a new one. |
| setBlur(target, filter) — Static method in class gs.util.filters.FilterUtils |
|
Clears any blur filters, and applies a new one. |
| setBufferProgressBarWidth(pixelsBuffered) — Method in class gs.display.flv.FLVControls |
|
Set's the width of the buffer progress bar. |
| setCallbacks(callbacks) — Method in class gs.http.HTTPCall |
|
Set callbacks for events. |
| setCallbacks(callbacks) — Method in class gs.remoting.RemotingCall |
|
Set callbacks. |
| setCallbacks(callbacks) — Method in class gs.soap.SoapCall |
|
Set callbacks. |
| setCallbacks(callbacks) — Method in class gs.soap.SoapService |
|
Set callbacks. |
| setCallbacks(complete, cancel, selected, uploadData) — Method in class gs.util.FileRef |
|
Set callbacks for this Uploader. |
| setColor(src, hex) — Static method in class gs.util.ColorUtils |
|
Set the (A)RGB hexadecimal color value of a DisplayObject using ColorTransform. |
| setColorMatrix(target, filter) — Method in class gs.util.filters.FilterUtils |
|
Clears any current color filters, and applies a new one. |
| setCredentials(username, password) — Method in class gs.remoting.RemotingCall |
|
Add a credentials header. |
| setCredentials(_user, _pass) — Method in class gs.remoting.RemotingService |
|
Set authentication credentials. |
| setDefaults(attributes, target) — Static method in class gs.util.XMLUtils |
|
Sets default properties on an object from an xml node. |
| setDropShadow(ds, ... rest) — Static method in class gs.util.SetterUtils |
|
Set a drop shadow filter on all objects. |
| setFillComplexCornerRadiuses(topleft, topright, bottomleft, bottomright) — Method in class gs.display.shapes.RoundRect |
|
Set the complex corner radiuses for the fill. |
| setGateway(name, url) — Static method in class gs.remoting.RemotingCall |
|
Save a gateway by name. |
| setGlow(target, filter) — Static method in class gs.util.filters.FilterUtils |
|
Clears any current glow filters, and applies a new one. |
| setGradientBevel(target, filter) — Static method in class gs.util.filters.FilterUtils |
|
Clears any gradient bevel filters, and applies a new one. |
| setGradientGlow(target, filter) — Static method in class gs.util.filters.FilterUtils |
|
Clears any gradient glow filters, and applies a new one. |
| setHSLComponent(src, h, s, l) — Static method in class gs.util.ColorUtils |
|
Set the color of a DisplayObject from HSL components. |
| setHSVComponent(src, h, s, v) — Static method in class gs.util.ColorUtils |
|
Set the color of a DisplayObject from HSV components. |
| setItemAt(item, i) — Method in class gs.util.collections.Collection |
|
Replace an item at a specific index. |
| setItemAt(item, index) — Method in interface gs.util.collections.ICollection |
|
Replace an item at a specific index. |
| setLeading(tf, space) — Static method in class gs.util.TextFieldUtils |
|
Sets the TextField leading formatting. |
| setLevels(ids, levels, persistent) — Method in class gs.audio.AudioGroup |
|
Set custom levels for any audible objects. |
| setProgressBarWidth(pixelsPlayed) — Method in class gs.display.flv.FLVControls |
|
Set's the width of the play progress bar. |
| setProperty(name, value) — Method in class gs.util.QueryString |
|
Set a querystring parameter. |
| setPurgeAllInterval(interval) — Method in class gs.util.cache.Cache |
|
Set and or reset the purge all interval. |
| setRefs(l, m, r) — Method in class gs.display.Scale3Clip |
|
Set references to each piece. |
| setRefs(tl, t, tr, l, m, r, bl, b, br) — Method in class gs.display.Scale9Clip |
|
Set references to each piece. |
| setRGBComponent(src, r, g, b) — Static method in class gs.util.ColorUtils |
|
Set the color of a DisplayObject from RGB components. |
| setShadow(target, filter) — Static method in class gs.util.filters.FilterUtils |
|
Clears any current shadow filters, and applies a new one. |
| setSize(width, height) — Method in class gs.display.Scale9Clip |
|
Set's the size for width and height. |
| setSize(w, h) — Method in class gs.display.shapes.RoundRect |
|
Set the size, and trigger a draw(). |
| SetStageReference(st) — Static method in class gs.managers.LayoutManager |
|
Set a reference to the stage. |
| setStrokeComplexCornerRadiuses(topleft, topright, bottomleft, bottomright) — Method in class gs.display.shapes.RoundRect |
|
Set the complex corner radiuses for the stroke. |
| SetterUtils — Final class in package gs.util |
|
The SetterUtils class contains utility methods
that decrease amount of code you have to write for setting the same
properties on multiple objects. |
| setTransform(src, transformObject) — Static method in class gs.util.ColorUtils |
|
Set ColorTransform information for a DisplayObject. |
| setupComplete() — Method in class gs.control.DocumentController |
|
A hook called just before the startPreload method is called. |
| setVolume(level) — Method in class gs.audio.AudioObject |
|
Set the volume. |
| SharedObjectUtils — Class in package gs.util |
|
The SharedObjectUtils class contains utility methods for working with
shared objects. |
| shift() — Method in class gs.util.OrderedDictionary |
|
Removes the first element from an ordered dictionary and returns that element. |
| shortdays — Static property in class gs.util.DateUtils |
|
0 indexed array of short days for use with DateUtils.getDay(). |
| shortmonths — Static property in class gs.util.DateUtils |
|
0 indexed array of short months for use with DateUtils.getMonth(). |
| show() — Method in class gs.display.GSClip |
|
Sets the visible property to true. |
| show() — Method in class gs.display.GSSprite |
|
Sets the visible property to true. |
| show() — Method in class gs.display.view.BaseFormView |
|
Show this form view - this calls addKeyMappings()
and selectField(). |
| show() — Static method in class gs.util.Profiler |
| |
| showAndHide(autoHideTimeout) — Method in class gs.display.view.BaseErrorView |
|
This is an alternative to the default method (show), which
autoHide's this error view, after a specified amount of time. |
| showBufferIndicator() — Method in class gs.display.flv.FLVControls |
|
Show's the buffer indicator. |
| showBufferProgressBar() — Method in class gs.display.flv.FLVControls |
|
Show's the buffer progress bar. |
| showButtons(buttons) — Method in class gs.display.view.BaseFormView |
|
Show any button, (yes,no,confirm,delete,ok,cancel)
based off of what is or'ed (|) together - for each
button that is shown, it calls the appropriate
method (showOKButton, showYesButton, etc), which
you could override if needed. |
| showCancelButton() — Method in class gs.display.view.BaseFormView |
|
Shows the cancel button, (sets visible to true),
override to use something other than visible. |
| showConfirmButton() — Method in class gs.display.view.BaseFormView |
|
Shows the confirm button, (sets visible to true),
override to use something other than visible. |
| showDeleteButton() — Method in class gs.display.view.BaseFormView |
|
Shows the delete button, (sets visible to true),
override to use something other than visible. |
| showInitialPlayButton() — Method in class gs.display.flv.FLVControls |
|
A method you can override to hook
into the times that the initial play button
is shown. |
| showNoButton() — Method in class gs.display.view.BaseFormView |
|
Shows the no button, (sets visible to true),
override to use something other than visible. |
| showOKButton() — Method in class gs.display.view.BaseFormView |
|
Shows the ok button, (sets visible to true),
override to use something other than visible. |
| showPauseButton() — Method in class gs.display.flv.FLVControls |
|
A method you can override to hook
into the times that the pause button
is shown. |
| showPlayAgainButton() — Method in class gs.display.flv.FLVControls |
|
A method you can override to hook
into the times that the play again button
is shown. |
| showPlayButton() — Method in class gs.display.flv.FLVControls |
|
A method you can override to hook
into the times that the play button
is shown. |
| showYesButton() — Method in class gs.display.view.BaseFormView |
|
Shows the yes button, (sets visible to true),
override to use something other than visible. |
| shrink(w, h) — Method in class gs.util.geom.Dimension |
|
Reduces the width and height of this Dimension. |
| shuffle(a) — Static method in class gs.util.ArrayUtils |
|
Shuffle array elements. |
| sign(chance) — Static method in class gs.util.MathUtils |
|
Return a "tilted" value of 1 or -1. |
| similarity(source, target) — Static method in class gs.util.StringUtils |
|
Determines the percentage of similiarity, based on editDistance. |
| sizeLimitExceeded — Event in class gs.util.FileRef |
|
Dispatched when the size of the file to upload is too large. |
| sizeToContentPanes — Property in class gs.display.accordion.Accordion |
|
Whether or not to size the accordion
to the open pange, and all headers. |
| slashdot(url, window) — Static method in class gs.util.SocialShares |
|
Share to slashdot. |
| sliceByPropVal(a, prop, val, caseInsensitive) — Static method in class gs.util.ArrayUtils |
|
Return a new array sliced from the original array of complex objects
based on a prop/val match
|
| smaller(value, maxmimum, message, exceptionType) — Static method in class gs.util.Assertions |
|
Assert that a value is smaller than a maximum number. |
| SmartText — Class in package gs.display.text |
|
The SmartText class contains a text field and
manages using embedded fonts or bitmapping the
text field after rendering system fonts. |
| SmartText(_field) — Constructor in class gs.display.text.SmartText |
|
Constructor for SmartText instances. |
| smoothing — Property in class gs.display.flv.FLV |
|
Set the smoothing property on the video. |
| SoapCall — Final class in package gs.soap |
|
The SoapCall class is used in a soap service to execute a call. |
| SoapCall(_service:gs.soap:SoapService, _methodInfo:gs.soap:SoapMethodInfo, _timeout, _retries, _resultHandler, _traceSoapRequest) — Constructor in class gs.soap.SoapCall |
|
Constructor for SoapCall instances. |
| SoapCallFault — Final class in package gs.soap |
|
The SoapCallFault class wraps soap faults and
is passed to your onFault handlers. |
| SoapCallFault(_raw, _invalidXML) — Constructor in class gs.soap.SoapCallFault |
|
Constructor for SoapCallFault instances. |
| SoapCallResult — Final class in package gs.soap |
|
The SoapCallResult class wraps soap results and
is passed to your onResult handlers. |
| SoapCallResult(_raw) — Constructor in class gs.soap.SoapCallResult |
|
Constructor for SoapCallResult instances. |
| SoapCallResultHandler — Class in package gs.soap |
|
The SoapCallResultHandler class process soap
responses and figures out if they're good
responses or faults. |
| SoapMethodInfo — Final class in package gs.soap |
|
The SoapMethodInfo class is a value object used
in a SoapService. |
| SoapMethodInfo(name, params, targetNS, servicePath, action) — Constructor in class gs.soap.SoapMethodInfo |
|
Constructor for SoapMethod instances. |
| SoapService — Final class in package gs.soap |
|
The SoapService class simplifies making soap requests. |
| SoapService(_wsdl, _timeout, _retries) — Constructor in class gs.soap.SoapService |
|
Constructor for SoapService instances. |
| SocialShares — Class in package gs.util |
|
The SocialShares class contains methods that have shortcuts
for navigating to social sites, to share a link. |
| SoundDecorator — Final dynamic class in package gs.display.decorators |
|
The SoundDecorator class decorates a sprite with
sound functionality for most mouse events. |
| SoundDecorator(decorate, sounds) — Constructor in class gs.display.decorators.SoundDecorator |
|
Constructor for SoundDecorator instances. |
| soundTransform — Property in class gs.display.flv.FLV |
|
The sound transform of the stream. |
| SoundWorker — Final class in package gs.preloading.workers |
|
The SoundWorker class is the worker loads all
sound files. |
| source — Property in class gs.display.flv.FLVPlaybackQManager |
|
The source URI for the currently playing video. |
| source — Property in class gs.preloading.Asset |
|
The URI to the file to load. |
| speed — Property in class gs.display.accordion.Accordion |
|
The ease speed to show/hide panes. |
| sphinn(url, window) — Static method in class gs.util.SocialShares |
|
Share to sphinn. |
| splice(startIndex, deleteCount) — Method in class gs.util.OrderedDictionary |
|
Remove multiple items from the ordered dictionary. |
| spliceByKeys(... rest) — Method in class gs.util.OrderedDictionary |
|
Remove objects by multiple keys. |
| spread(current, total, spreadInto) — Static method in class gs.util.MathUtils |
|
Spreads a current value and it's total possible value,
over a value that is mapped to another property, like width,
height, etc. |
| sprite — Property in class gs.display.decorators.Decorator |
|
The decorated object. |
| SpriteUtils — Class in package gs.util |
|
The SpriteUtils class contains utility methods for sprites. |
| stage — Property in class gs.display.GSClip |
|
StageRef.stage (gs.util.StageRef)
|
| stage — Property in class gs.display.GSSprite |
|
StageRef.stage (gs.util.StageRef)
|
| stage — Static property in class gs.util.StageRef |
|
Stage reference. |
| stageAlignBottom(alignMode, ... rest) — Method in class gs.managers.LayoutManager |
|
Align the target display object to the bottom edge of the stage. |
| stageAlignBottomCenter(alignMode, ... rest) — Method in class gs.managers.LayoutManager |
|
Align the target display object to the bottom center of the stage. |
| stageAlignBottomLeft(alignModeX, alignModeY, ... rest) — Method in class gs.managers.LayoutManager |
|
Align the target display object to the bottom left corner of the stage. |
| stageAlignBottomRight(alignModeX, alignModeY, ... rest) — Method in class gs.managers.LayoutManager |
|
Align the target display object to the bottom right corner of the stage. |
| stageAlignCenter(... rest) — Method in class gs.managers.LayoutManager |
|
Align the target display object to the dead center of the stage. |
| stageAlignLeft(alignMode, ... rest) — Method in class gs.managers.LayoutManager |
|
Align the target display object to the left edge of the stage. |
| stageAlignMiddleLeft(alignMode, ... rest) — Method in class gs.managers.LayoutManager |
|
Align the target display object to the left middle of the stage. |
| stageAlignMiddleRight(alignMode, ... rest) — Method in class gs.managers.LayoutManager |
|
Align the target display object to the right middle of the stage. |
| stageAlignRight(alignMode, ... rest) — Method in class gs.managers.LayoutManager |
|
Align the target display object to the right edge of the stage. |
| stageAlignTop(alignMode, ... rest) — Method in class gs.managers.LayoutManager |
|
Align the target display object to the top edge of the stage. |
| stageAlignTopCenter(alignMode, ... rest) — Method in class gs.managers.LayoutManager |
|
Align the target display object to the top center of the stage. |
| stageAlignTopLeft(alignModeX, alignModeY, ... rest) — Method in class gs.managers.LayoutManager |
|
Align the target display object to the top left corner of the stage. |
| stageAlignTopRight(alignModeX, alignModeY, ... rest) — Method in class gs.managers.LayoutManager |
|
Align the target display object to the top right corner of the stage. |
| stageAlignXCenter(... rest) — Method in class gs.managers.LayoutManager |
|
Align the target display object centered on the x coordinate relatively
to the stage. |
| stageAlignYCenter(... rest) — Method in class gs.managers.LayoutManager |
|
Align the target display object centered on the y coordinate relatively
to the stage. |
| StageRef — Class in package gs.util |
|
The StageRef class is a shortcut for a stage property. |
| StageRef — Static property in class gs.managers.LayoutManager |
|
a reference to the stage
|
| start — Event in class gs.audio.AudioGroup |
|
Dispatched when the group starts playing. |
| start — Event in class gs.audio.AudioObject |
|
Dispatched when the sound starts playing. |
| start — Event in class gs.display.flv.FLV |
|
Dispatched when the flv starts playing. |
| start() — Method in class gs.display.flv.FLVCaptions |
|
Start the captions. |
| start() — Method in class gs.display.flv.FLVPlaybackQManager |
|
Start playing the queue. |
| start() — Method in class gs.preloading.Preloader |
|
Starts loading the assets, and resumes loading from a stopped state. |
| start() — Method in class gs.preloading.workers.Worker |
|
Starts loading the internal loader instance. |
| start() — Method in class gs.util.CallQueue |
|
Start the sequence of calls. |
| start() — Method in class gs.util.Inactivity |
|
Start watching for inactivity. |
| start() — Static method in class gs.util.Profiler |
|
Start graphing. |
| START — Constant static property in class gs.events.AudioEvent |
|
Audio starts. |
| START — Constant static property in class gs.events.FLVEvent |
|
FLV Start. |
| startAndDispose() — Method in class gs.util.CallQueue |
|
Execute the call queue, and dispose
of itself when it's done. |
| startAt(callIndex) — Method in class gs.util.CallQueue |
|
Start the queue from any index. |
| startClosed() — Method in class gs.display.accordion.Accordion |
|
Sets the initial display state to be
completely collapsed. |
| startPreload() — Method in class gs.control.DocumentController |
|
A hook to start preloading. |
| status — Property in class gs.events.AssetStatusEvent |
|
The status code. |
| status — Event in class gs.util.FileRef |
|
Dispatched on http status. |
| STATUS — Constant static property in class gs.events.AssetStatusEvent |
|
Defines the value of the type property of the assetStatus event type. |
| statusEvent — Property in class gs.remoting.RemotingCall |
|
The last status event that was dispatched off of
the internal net connection. |
| stop — Event in class gs.audio.AudioGroup |
|
Dispatched when the group stops playing. |
| stop() — Method in class gs.audio.AudioGroup |
|
Stop all sound instances contained in this group. |
| stop — Event in class gs.audio.AudioObject |
|
Dispatched when the sound stops playing. |
| stop() — Method in class gs.audio.AudioObject |
|
Stop playing. |
| stop — Event in class gs.display.flv.FLV |
|
Dispatched when the flv stops playing. |
| stop() — Method in class gs.display.flv.FLV |
|
Stop the flv. |
| stop() — Method in class gs.display.flv.FLVCaptions |
|
Stop the captions. |
| stop() — Method in class gs.display.flv.FLVPlaybackQManager |
|
Stop the queue. |
| stop() — Method in class gs.preloading.Preloader |
|
Stops the preloader and closes the current loading assets. |
| stop() — Method in class gs.util.CallQueue |
|
Stop calls. |
| stop() — Method in class gs.util.Inactivity |
|
Stop watching for inactivity. |
| stop() — Static method in class gs.util.Profiler |
|
Stop graphing. |
| STOP — Constant static property in class gs.events.AudioEvent |
|
Audio stopped. |
| STOP — Constant static property in class gs.events.FLVEvent |
|
FLV Stop. |
| stopSound(id) — Method in class gs.audio.AudioGroup |
|
Stop a playing sound. |
| streamAttemptTimeBeforeFail — Property in class gs.display.flv.FLVPlaybackQManager |
|
Set the time (in seconds) allowed for a stream attempt, before it is considered
a failed attempt. |
| streamNotFound — Event in class gs.display.flv.FLV |
|
Dispatched when a stream was not found. |
| STREAM_NOT_FOUND — Constant static property in class gs.events.FLVEvent |
|
Stream not found. |
| strings — Property in class gs.model.Model |
|
A placeholder for an instance of a Strings
object. |
| Strings — Class in package gs.util |
|
The Strings class wraps a locale strings
xml file. |
| Strings(xml) — Constructor in class gs.util.Strings |
|
Constructor for Strings instances. |
| StringUtils — Final class in package gs.util |
|
The StringUtils class contains utility methods for strings. |
| stripTags(str) — Static method in class gs.util.StringUtils |
|
Removes all < and > based tags from a string
|
| stripZeroAndRepairFloat(n) — Static method in class gs.util.StringUtils |
|
Strip the zero off floated numbers and remove Scientific Notation. |
| stripZeroOnFloat(n) — Static method in class gs.util.StringUtils |
|
Strip the zero off floated numbers. |
| stroke — Property in class gs.display.shapes.RoundRect |
|
The stroke. |
| strokeBottomLeftRadius — Property in class gs.display.shapes.RoundRect |
|
Bottom left stroke radius if using complex corners. |
| strokeBottomRightRadius — Property in class gs.display.shapes.RoundRect |
|
Bottom right stroke radius if using complex corners. |
| _strokeColor — Property in class gs.display.shapes.RoundRect |
|
The stroke color. |
| strokeColor — Property in class gs.display.shapes.RoundRect |
|
The stroke color. |
| strokeCornerRadius — Property in class gs.display.shapes.RoundRect |
|
Corner radius for all four corners of the stroke. |
| strokeTopLeftRadius — Property in class gs.display.shapes.RoundRect |
|
Top left stroke radius if using complex corners. |
| strokeTopRightRadius — Property in class gs.display.shapes.RoundRect |
|
Top right stroke radius if using complex corners. |
| _strokeWeight — Property in class gs.display.shapes.RoundRect |
|
The stroke weight. |
| strokeWeight — Property in class gs.display.shapes.RoundRect |
|
The stroke weight. |
| stumbleupon(url, window) — Static method in class gs.util.SocialShares |
|
Share to stumble-upon. |
| stylesheet(ss, ... rest) — Static method in class gs.util.SetterUtils |
|
Set a stylesheet on all textfields. |
| styleSheet — Property in class gs.util.TextAttributes |
|
A stylesheet. |
| styleSheetNumberTo0xHexString(num) — Static method in class gs.util.StringUtils |
|
Converts a style sheet formatted color (#ff0099) to
0xff0099 as a string. |
| styleSheetNumberToInt(num) — Static method in class gs.util.StringUtils |
|
Convert a style sheet formatted color (#ff0099) to
a whole integer. |
| stylesheets — Property in class gs.model.Model |
|
Stores a reference to the <stylesheets></stylesheets>
node in the model xml. |
| StyleSheetUtils — Class in package gs.util |
|
The StyleSheetUtils class contains utility methods for working
with stylesheets. |
| StyleSheetWorker — Final class in package gs.preloading.workers |
|
The StyleSheetWorker class is the worker that loads all
css files. |
| styleString(txt, style) — Static method in class gs.util.StringUtils |
|
Returns a string wrapped in a span with a custom class. |
| swap(a, index1, index2) — Static method in class gs.util.ArrayUtils |
|
Swap two element's positions in an array. |
| swapCase(str) — Static method in class gs.util.StringUtils |
|
Swaps the casing of a string. |
| SWFFileFilter — Constant static property in class gs.util.FileFilters |
|
A FileFilter containing the swf extension - it contains .swf. |
| SWFWorker — Final class in package gs.preloading.workers |
|
The SWFWorker class is the worker that loads all
swfs. |
| switchViews(from:gs.display.xmlview:XMLView, to:gs.display.xmlview:XMLView) — Method in class gs.display.xmlview.XMLViewManager |
|
Change from one view to the next. |
|
| 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 |