Name | Description | |
---|---|---|
init | Initializes the WebAppService. Called during construction. Inherited from dundas.Component. |
Name | Description | |
---|---|---|
eventsManager | Inherited from dundas.Service. | |
isDisposed | Gets a value indicating whether this instance has been disposed. Inherited from dundas.Component. | |
site | Gets or sets the site that this component is a part of. Inherited from dundas.Component. | |
uniqueId | Gets or sets the unique ID of this component within the site. Inherited from dundas.Component. |
Name | Description | |
---|---|---|
bind | Subscribe a handler for an event. Inherited from dundas.Service. | |
createDelegate | Helper for creating delegate functions. Inherited from dundas.Component. | |
createTimeout | Creates a timeout. Inherited from dundas.Component. | |
dispatch | Dispatches a call by creating a delegate and running it right away on a timer. Inherited from dundas.Component. | |
dispose | Inherited from dundas.Component. | |
fetchImage | Fetched the given image based on the URL and returns it as a blob string that can be used in any img src. This method will add the authorization headers, if applicable, to authorize the request even when no cookie is present. | |
fromJObject | Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class. | |
getApplicationConfigurationClientSetting | Given a setting ID, this method will search all modules (if a module ID is not provided) and the app settings on the client to try and find the setting ID. If it's not present, null will be returned. | |
getApplicationTempaltesUI | Gets the UI for the application templates. | |
getBarUI | Gets the generated UI for the specified bar name. | |
getCodeLibraryUrl | Gets the URL that should be used to get the code library from the given ID. | |
getControlTemplate | Gets a control template by ID. | |
getDataCubeResultConfigurationUI | Gets the generated configuration UI for the data cube result from the server. | |
getDialogUI | Gets the generated UI for the specified dialog name. | |
getGeneratedDeliveryProviderUI | Gets the generated UI for the specified delivery provider ID. | |
getGeneratedExportProviderUI | Gets the generated UI for the specified export provider ID. | |
getGeneratedFormulaUI | Gets the generated UI for the formula configuration. | |
getGeneratedProviderStructureUI | Gets the generated UI for the structure for the specified provider ID. | |
getGeneratedProviderUI | Gets the generated UI for the specified provider ID. | |
getGeneratedTimeDimensionProviderUI | Gets the generated UI for the specified provider ID. | |
getImageResourceUrl | Gets the URL that should be used to get the image from the given resource ID. | |
getLocalizedClientString | Gets a localized string from the strings already present on the client. | |
getMenuUI | Gets the generated UI for the specified menu name. | |
getService | Gets the requested service. Inherited from dundas.Component. | |
getStoredViewThumbnailUrl | Gets the URL that should be used to get the image for a given view's stored thumbnail, if any. | |
getTransformElementSettingsConfigurationUI | Gets the generated configuration UI for the specified connector of a transform component from the server. | |
getTransformSettingsConfigurationUI | Gets the generated configuration UI for the specified transform component from the server. | |
isFeatureEnabled | Given a feature ID, gets whether that feature is enabled or not. If a feature ID is given that doesn't match any feature false will still be returned. | |
logOff | Logs the user off the web application. | |
logOn | Logs the user on to the web application. | |
logOnByWindows | Logs the user on to the web application by using windows log on. | |
onLoaded | Called when the service is loaded. Inherited from dundas.Service. | |
sendLastError | Attempts to send the last error encountered by the current window.dundas.context.currentSessionId. | |
subscribe | Subscribe or unsubscribe an event handler for an event. Inherited from dundas.Service. | |
subscribeOnce | Subscribe a one time handler for an event. Inherited from dundas.Service. | |
toJSON | Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class. | |
trigger | Triggers an event. Inherited from dundas.Service. | |
unbind | Unsubscribe an event. Inherited from dundas.Service. |