|
| callWebApi |
Calls the server web API with the specified path, payload, and type.
Inherited from dundas.Bootstrap. |
| fromJObject |
Applies the property values from a plain object created from JSON to the properties of this instance.
Inherited from Class. |
| getService |
Gets a service by the supplied service type from rootServices.
Inherited from dundas.Bootstrap. |
| getTopWindow |
Gets the top-most window that is a Dundas BI window container. This might be the one on this window, but it may also be the parent (if it's embedded).
This might not be window.top if it's in an iframe which is not a Dundas BI container.
Inherited from dundas.Bootstrap. |
| getWindow |
Gets the window associated with this bootstrap's context.
Inherited from dundas.Bootstrap. |
| invalidateCurrentSession |
Forces the bootstrap to re-populate the currentSession property from the server.
Inherited from dundas.Bootstrap. |
| onMessage |
This method should be called when window postMessage is invoked to allow communication cross domain.
Inherited from dundas.Bootstrap. |
| onReady |
Inherited from dundas.Bootstrap. |
| onResize |
This method should be called when the window re-sizes. There should only be 1 handler for re-size, and this should be the one handling it.
Anyone overriding this method must called this._super() for the base re-sizing to work.
Inherited from dundas.Bootstrap. |
| overrideSession |
Method used to override the session to ignore the session storage.
This should mostly be used by third party integrators who want to use the JavaScript API without actually
running the web app, or to do things like augment the current application privileges for the UI without actually changing them on the server.
Inherited from dundas.Bootstrap. |
| overrideSessionId |
Method used to override the session ID to ignore the cookie.
This should mostly be used by third party integrators who want to use the JavaScript API without actually
running the web app.
Inherited from dundas.Bootstrap. |
| ready |
Sets a callback for when the bootstrap has loaded the screen.
Anyone overriding this method must call the base.
Inherited from dundas.Bootstrap. |
| toJSON |
Implementation for toJSON to return an object that will include this class's
prototype property values when stringified.
Inherited from Class. |