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 |
obj — Property in class gs.tracking.TrackingHandler |
|
The object that triggers the tracking event. |
object — Property in class gs.util.cache.CacheItem |
|
The stored data. |
ObjectUtils — Final class in package gs.util |
|
The ObjectUtils class has utility methods for working with objects. |
offset(x, y) — Method in class gs.util.geom.Point |
|
Offset this Point object by a specified amount. |
offset3D(x, y, z) — Method in class gs.util.geom.Point3D |
|
Offset the Point3D object by the specified amounts. |
OK_BTN — Constant static property in class gs.display.view.BaseFormView |
|
The mask that turns on the ok button. |
okButton — Property in class gs.display.view.BaseFormView |
|
An ok button. |
omniture — Property in class gs.tracking.Tracking |
|
An instance of Omniture. |
Omniture — Class in package gs.tracking |
|
The Omniture class fires omniture tracking events. |
Omniture(_actionsource) — Constructor in class gs.tracking.Omniture |
|
Constructor for Omniture instances. |
onActivate() — Method in class gs.display.view.BaseView |
|
Override this method to hook into the activate event. |
onAddedToStage() — Method in class gs.display.view.BaseView |
|
Override this method to hook into the added to stage event. |
onAssertionFail — Static property in class gs.util.Assertions |
|
A function delegate you can define, which will
be called when an assertion fails - this is intended
to be used if you wanted to post the assertion
to an http service for logging errors. |
onBadVersion — Property in class gs.remoting.RemotingCall |
|
On bad version callback. |
onCancel — Property in class gs.display.view.BaseFormView |
|
A function delegate you should use and call
when the user cancels the form operation and
any validation has passed. |
onCancel — Property in class gs.util.FileRef |
|
(Optional) A callback for the canceled event. |
onClose — Property in class gs.http.HTTPCall |
|
A callback to handle closing of this http call. |
onClose — Property in class gs.remoting.RemotingCall |
|
The handler for when you close this call
by calling close(). |
onClose — Property in class gs.soap.SoapCall |
|
A callback to handle closing of this soap call. |
onClosed — Property in class gs.remoting.RemotingCall |
|
On closed callback. |
onComplete(e) — Method in class gs.preloading.workers.StyleSheetWorker |
|
Event handler for the style sheet loading complete event. |
onComplete(e) — Method in class gs.preloading.workers.Worker |
|
The event handler for the internal loaders complete event. |
onComplete — Property in class gs.util.FileRef |
|
(Optional) A callback for the complete event. |
onConfirm — Property in class gs.display.view.BaseFormView |
|
A function delegate you should use and call
when the user confirms the form operation and
any validation has passed. |
onConfirmClick() — Method in class gs.display.view.BaseFormView |
|
Override this method, and use as the the click event
handler for a "confirm" button - validate this
form and then call the onConfirm delegate function. |
onConnect — Property in class gs.remoting.RemotingCall |
|
On connection callback. |
onConnectFailed — Property in class gs.remoting.RemotingCall |
|
On connect failed callback. |
onDeactive() — Method in class gs.display.view.BaseView |
|
Override this method to hook into the deactivate event. |
onDelete — Property in class gs.display.view.BaseFormView |
|
A function delegate you should use and call
when the user agrees to delete (something) and
any validation has passed. |
onDeleteClick() — Method in class gs.display.view.BaseFormView |
|
Override this method, and use as the the click event
handler for a "delete" button - validate this
form and then call the onDelete delegate function. |
ONE_MB — Constant static property in class gs.util.FileRef |
|
Shortcut for supplying filesize of 1MB. |
onFault — Property in class gs.http.HTTPCall |
|
A callback to handle a fault - you get passed an HTTPCallFault. |
onFault — Property in class gs.remoting.RemotingCall |
|
On fault callback. |
onFault — Property in class gs.soap.SoapCall |
|
On fault callback - you get passed a SoapCallFault. |
onFirstCall — Property in class gs.http.HTTPCall |
|
A callback for when the first attempt is made. |
onFirstCall — Property in class gs.remoting.RemotingCall |
|
On first call callback. |
onFirstCall — Property in class gs.soap.SoapCall |
|
On first call callback. |
onHTTPStatus — Property in class gs.http.HTTPCall |
|
A callback for http status events. |
onHTTPStatus(hse) — Method in class gs.preloading.workers.Worker |
|
The event handler for the internal loaders http status event. |
onHTTPStatus — Property in class gs.soap.SoapCall |
|
On http status callback. |
onHTTPStatus — Property in class gs.soap.SoapService |
|
On http status callback. |
onHTTPStatus — Property in class gs.util.FileRef |
|
(Optional) A callback for the http status event. |
onIOError — Property in class gs.http.HTTPCall |
|
A callback for io error events - you get passed an IOErrorEvent. |
onIOError — Property in class gs.remoting.RemotingCall |
|
On io error event callback. |
onIOError — Property in class gs.soap.SoapCall |
|
On io error callback - you get passed an IOErrorEvent. |
onIOError — Property in class gs.soap.SoapService |
|
On io error callback - you get passed an IOErrorEvent. |
onIOError — Property in class gs.util.FileRef |
|
(Optional) A callback for the io error event. |
onIOLoadError(e) — Method in class gs.preloading.workers.Worker |
|
The event handler for the internal loaders error event. |
onModelIOError() — Method in class gs.control.DocumentController |
|
A hook you can override to catch io loading errors for the model. |
onModelReady() — Method in class gs.control.DocumentController |
|
When a model is ready. |
onModelSecurityError() — Method in class gs.control.DocumentController |
|
A hook you can override to catch security errors for the model. |
onMouseLeave() — Method in class gs.display.view.BaseView |
|
A method you can override to hook into the mouse
leve event. |
onNo — Property in class gs.display.view.BaseFormView |
|
A function delegate you should use and call
when the user declines the form operation and
any validation has passed. |
onNoClick() — Method in class gs.display.view.BaseFormView |
|
Override this method, and use as the the click event
handler for a "no" button - validate this
form and then call the onNo delegate function. |
onOK — Property in class gs.display.view.BaseFormView |
|
A function delegate you should use and
call when the user ok's a form operatoin
and any validation has passed. |
onOKClick() — Method in class gs.display.view.BaseFormView |
|
Override this method, and use as the click event
handler for an "ok" button - validate this
form and then call the onOK delegate function. |
_onOpen(e) — Method in class gs.http.HTTPCall |
|
Internal open handler. |
onOpen — Property in class gs.http.HTTPCall |
|
A callback for when the request is opened. |
onOpen(e) — Method in class gs.preloading.workers.Worker |
|
The event handler for the internal loaders open event. |
onOpen — Property in class gs.util.FileRef |
|
(Optional) A callback for the open event. |
onPreloadComplete(e) — Method in class gs.control.DocumentController |
|
Override this to write preload complete logic. |
onProgress — Property in class gs.http.HTTPCall |
|
A callback for progress events - you get passed a ProgressEvent. |
onProgress(pe) — Method in class gs.preloading.workers.Worker |
|
The event handler for the internal loaders progress. |
onProgress — Property in class gs.util.FileRef |
|
(Optional) A callback for progress events. |
onProhibited — Property in class gs.remoting.RemotingCall |
|
On prohibited callback. |
onRemovedFromStage() — Method in class gs.display.view.BaseView |
|
Override this method to hook into the removed from stage event. |
onResize() — Method in class gs.display.view.BaseView |
|
Override this method to hook into resize events from the stage. |
onResult — Property in class gs.http.HTTPCall |
|
A callback to handle the result - you get passed an HTTPCallResult. |
onResult — Property in class gs.remoting.RemotingCall |
|
On result callback. |
onResult — Property in class gs.soap.SoapCall |
|
On result callback - you get passed a SoapCallResult. |
onRetry — Property in class gs.http.HTTPCall |
|
A callback when a retry happens. |
onRetry — Property in class gs.remoting.RemotingCall |
|
On retry callback. |
onRetry — Property in class gs.soap.SoapCall |
|
On retry callback. |
onSecurityError — Property in class gs.http.HTTPCall |
|
A callback to handle security errors - you get passed a SecurityErrorEvent. |
onSecurityError(se) — Method in class gs.preloading.workers.Worker |
|
The event handler for the internal loaders security error event. |
onSecurityError — Property in class gs.remoting.RemotingCall |
|
On security error callback. |
onSecurityError — Property in class gs.soap.SoapCall |
|
On security error callback - you get passed a SecurityErrorEvent. |
onSecurityError — Property in class gs.soap.SoapService |
|
On security error callback - you get passed a SecurityErrorEvent. |
onSecurityError — Property in class gs.util.FileRef |
|
(Optional) A callback for the security error event. |
onSelected — Property in class gs.util.FileRef |
|
(Optional) A callback for the selected file event. |
onTimeout — Property in class gs.http.HTTPCall |
|
A callback to call when all retries have tried but no
result is available. |
onTimeout — Property in class gs.remoting.RemotingCall |
|
On timeout callback. |
onTimeout — Property in class gs.soap.SoapCall |
|
On timeout callback. |
onUploadData — Property in class gs.util.FileRef |
|
(Optional) A callback for the upload data complete event. |
onUploadSizeLimitExceeded — Property in class gs.util.FileRef |
|
(Optional) A callback for the size limit exceeded event. |
onWSDLReady — Property in class gs.soap.SoapService |
|
On wsdl ready callback. |
onYes — Property in class gs.display.view.BaseFormView |
|
A function delegate you should use and call
when the user agrees to the form operation and
any validation has passed. |
onYesClick() — Method in class gs.display.view.BaseFormView |
|
Override this method, and use as the the click event
handler for a "yes" button - validate this
form and then call the onYes delegate function. |
open — Event in class gs.util.FileRef |
|
Dispatched on file open. |
OPEN — Constant static property in class gs.events.AssetOpenEvent |
|
Defines the value of the type property of the assetOpen event type. |
options — Property in class gs.tracking.TrackingHandler |
|
Options for the tracking call. |
OrderedDictionary — Final class in package gs.util |
|
The OrderedDictionary class provides a dictionary like collection
which persists the order of entries similar to an array. |
OrderedDictionary(weakKeys) — Constructor in class gs.util.OrderedDictionary |
|
Constructor for OrderedDictionary instances. |
OUTER — Constant static property in class gs.util.filters.FilterType |
|
Defines the filter type applied to the outer area of an object. |
outSound — Property in class gs.display.decorators.SoundDecorator |
|
Set the out sound. |
overSound — Property in class gs.display.decorators.SoundDecorator |
|
Set the over sound. |
|
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 |