|
| baseViewService |
Gets the base view service. This is the service that corresponds to the current MVC View.
Inherited from dundas.Bootstrap.
|
| baseViewViewService |
Gets the base view service. This is a view service for a view which supports a View entity (Dashboard, Report, etc.)
|
| canvasService |
Gets the canvas service.
|
| currentDialogShown |
Gets a value with the current dialog being shown. This is a shortcut method
provided to help custom screen implementers.
Inherited from dundas.Bootstrap.
|
| currentPage |
Gets the current page.
Inherited from dundas.Bootstrap.
|
| currentProjectId |
Gets the current context project ID (the current project the user is working with).
Inherited from dundas.Bootstrap.
|
| currentSession |
Gets the current context session.
Inherited from dundas.Bootstrap.
|
| currentSessionId |
Gets the current context session ID.
Inherited from dundas.Bootstrap.
|
| hasNoCookieSession |
Gets a value indicating whether the session ID has been overriden and not present in a cookie.
Inherited from dundas.Bootstrap.
|
| isEditMode |
Get a value indicating if the view is booted as edit mode or not.
|
| isExport |
Gets a value indicating whether the application is being loaded for export.
Certain application features and interactivity are disabled when this is true.
|
| isThumbnail |
Gets a value indicating whether the application is being loaded for export as a thumbnail.
Certain application features and interactivity are disabled when this is true.
|
| originalQueryString |
Gets a value with the original query string of the raw request on the server. If a shortlink was used, then the longlink's query string is
is the value, not the shortlink's.
Inherited from dundas.Bootstrap.
|
| rootContainer |
Gets the root container for all services and components for the bootstrap (see dundas.Container).
Inherited from dundas.Bootstrap.
|
| rootServices |
Gets the root holder of all services for the bootstrap (see dundas.ServiceContainer).
Inherited from dundas.Bootstrap.
|
|
| callWebApi |
Calls the server web API with the specified path, payload, and type.
Inherited from dundas.Bootstrap. |
| closePopup |
If this bootstrap context is being shown as a pop-up, this call will close it.
|
| fromJObject |
Applies the property values from a plain object created from JSON to the properties of this instance.
Inherited from Class. |
| getPopupParentContext |
If this bootstrap context is being shown as a pop-up, this call will get the parent context bootstrap.
|
| 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 |
Called after the base bootstrap has finished logic for ready() call (no callbacks),
but has not yet resolved the listeners. This should be overridden by derived classes to do logic when
ready.
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. |
| updateViewFromViewOptions |
Based on the current baseViewService.viewOptions, updates the bootstrap's visual state.
|