|
| addAdapters |
Adds the given adapter to the canvas.
Inherited from dundas.view.controls.CanvasAdapter. |
| addLayers |
Add layers to the repeater.
Inherited from dundas.view.controls.CanvasAdapter. |
| applyDefaultTheme |
Applies the default application theme, if one is set, to either the whole Dashboard (if no adapters are specified),
or do the specified adapters.
Inherited from dundas.view.controls.RepeaterAdapter. |
| applyTheme |
Applies the given theme object to this View.
Inherited from dundas.view.controls.RepeaterAdapter. |
| attach |
Attaches the container of this adapter to the target element.
Inherited from dundas.view.controls.BasicAdapter. |
| createDelegate |
Helper for creating delegate functions.
Inherited from dundas.Component. |
| createTimeout |
Creates a timeout.
Inherited from dundas.Component. |
| createViewModel |
Create a view model of this adapter
Inherited from dundas.view.controls.CanvasAdapter. |
| detachTemplate |
Detach the template, copy all template's content to the dashboard, and remove the template
Inherited from dundas.view.controls.CanvasAdapter. |
| dispatch |
Dispatches a call by creating a delegate and running it right away on a timer.
Inherited from dundas.Component. |
| dispose |
Disposes the component.
Inherited from dundas.Component. |
| fromJObject |
Applies the property values from a plain object created from JSON to the properties of this instance.
Inherited from Class. |
| generateNextAdapterName |
Generate the next available adapter name by seeing what adapter is present on the canvas.
Inherited from dundas.view.controls.CanvasAdapter. |
| generateNextGroupName |
Generate the next available group name by seeing what group is present on the canvas.
Inherited from dundas.view.controls.CanvasAdapter. |
| generateNextRepeaterGroupName |
Generates the next available group name by seeing what groups are present in the model.
Inherited from dundas.view.controls.RepeaterAdapter. |
| getAdapterById |
Gets the requested adapter by ID.
Inherited from dundas.view.controls.CanvasAdapter. |
| getAdapterOrTemplateAdapterById |
Gets the requested adapter by ID, or an adapter in the template with this ID.
Inherited from dundas.view.controls.CanvasAdapter. |
| getAdapters |
Gets a read-only array of the adapters currently on the canvas.
Inherited from dundas.view.controls.CanvasAdapter. |
| getAdaptersAndTemplateAdapters |
Gets a read-only array of the adapters currently on the canvas, along with the template adapters (if any).
Inherited from dundas.view.controls.CanvasAdapter. |
| getBoundVisuals |
Gets the available bound visuals for a given metric set binding.
Inherited from dundas.view.controls.BasicAdapter. |
| getContext |
Gets the context from the adapter based on the given information. This context can be used to provide contextual toolbar and property grid experiences.
Inherited from dundas.view.controls.BasicAdapter. |
| getContextualCommands |
Inherited from dundas.view.controls.BasicAdapter. |
| getControlProperties |
Called to get the object with the list of properties on the root control, or any sub-element of the control.
Inherited from dundas.view.controls.BasicAdapter. |
| getLegendAdapters |
Gets the legend adapters that are on the same canvas as this adapter.
Inherited from dundas.view.controls.CanvasAdapter. |
| getMetricSetBindingById |
Gets the requested metric set binding on the given adapter ID by ID.
Inherited from dundas.view.controls.RepeaterAdapter. |
| getService |
Gets the requested service.
Inherited from dundas.Component. |
| getSupportedSettings |
Gets the settings for the supported operations of this adapter.
Implementers of this function should call this._super() first to get the default settings.
Inherited from dundas.view.controls.BasicAdapter. |
| getTemplate |
Gets the dashboard template of this dashboard.
Inherited from dundas.view.controls.CanvasAdapter. |
| getTemplateAdapters |
Gets the adapters of the template.
Inherited from dundas.view.controls.CanvasAdapter. |
| getTemplateCellById |
Retrieves a template cell adapter by its ID.
Inherited from dundas.view.controls.CanvasAdapter. |
| getTemplateCells |
Get the template cells.
Inherited from dundas.view.controls.CanvasAdapter. |
| getViewParametersAffectingAdapter |
Gets the view parameters affecting the specified adapter.
Inherited from dundas.view.controls.RepeaterAdapter. |
| hideSimplePropertyPanel |
Hides the simple property panel.
Inherited from dundas.view.controls.BasicAdapter. |
| invalidateBrushViewParameter |
Informs all adapters that the brush view parameter has changed. This must be called after modifying the brushViewParameter property,
otherwise no update will occur.
Inherited from dundas.view.controls.RepeaterAdapter. |
| onBeforeExport |
Called when the view should raise the before export events.
Inherited from dundas.view.controls.CanvasAdapter. |
| onDOMDetach |
Called when the adapter is detached from the DOM.
Inherited from dundas.view.controls.BasicAdapter. |
| onDOMReattach |
Called when the adapter is reattached to the DOM.
Inherited from dundas.view.controls.BasicAdapter. |
| onLoaded |
Called when the adapter is loaded and set up.
The control should be set up by the adapter now and added to the container element.
Implementers of this method must call this._super() at the end if they want actions
and events to be automatically set up.
Inherited from dundas.view.controls.BasicAdapter. |
| onLoading |
Called when the view should raise the loading events which occur before the canvas actually loads.
Inherited from dundas.view.controls.CanvasAdapter. |
| onMetricSetBindingChanged |
Updates the repeater based on changes to the adapter's metric set.
Inherited from dundas.view.controls.RepeaterAdapter. |
| onMetricSetChanged |
Takes actions required in response to a metric set change. This may result in modifications
to this and other metric sets.
Inherited from dundas.view.controls.RepeaterAdapter. |
| onPageReady |
Called when the view should raise the page ready events which occurs after a page is loaded.
Inherited from dundas.view.controls.RepeaterAdapter. |
| onReady |
Called when the view should raise the ready events.
Inherited from dundas.view.controls.CanvasAdapter. |
| onResize |
Called when the view should raise the resize events.
Inherited from dundas.view.controls.CanvasAdapter. |
| refreshPropertyGridWithContext |
Refresh property grid, if necessary, while keeping the last known context and state of the property grid.
Inherited from dundas.view.controls.BasicAdapter. |
| removeAdapters |
Removes the given adapter from the canvas.
Inherited from dundas.view.controls.CanvasAdapter. |
| removeLayers |
Remove layers from the repeater.
Inherited from dundas.view.controls.CanvasAdapter. |
| setTemplate |
Sets the given dashboard template to be the template of this adapter.
Inherited from dundas.view.controls.CanvasAdapter. |
| setTemplateCells |
Set the template cells of this dashboard template.
Inherited from dundas.view.controls.CanvasAdapter. |
| showSimplePropertyPanel |
Shows the simple properties panel.
Inherited from dundas.view.controls.BasicAdapter. |
| subscribeDisposedEvent |
Subscribe a handler for the disposed event.
Inherited from dundas.view.controls.BasicAdapter. |
| subscribeTemplateCleared |
Subscribe to the template cleared event.
Inherited from dundas.view.controls.CanvasAdapter. |
| suppressNextPropertyChangedEvent |
Prevents property changed event to be fired next time a property is set.
Inherited from dundas.view.controls.BasicAdapter. |
| tempDetach |
Temporarily detaches the container of the adapter off the DOM, all events are retained.
Inherited from dundas.view.controls.BasicAdapter. |
| toJSON |
Implementation for toJSON to return an object that will include this class's
prototype property values when stringified.
Inherited from Class. |