|
| applyDefaultTheme |
Applies the default theme to this adapter if there is a default theme.
Inherited from dundas.view.controls.Adapter. |
| applyParameterValue |
Applies the given ParameterValue to all view parameters that are on this adapter.
This call does not cause a data refresh.
Inherited from dundas.view.controls.Adapter. |
| applyStyle |
Applies the given style to the control.
Inherited from dundas.view.controls.Adapter. |
| attach |
Attaches the container of this adapter to the target element.
Inherited from dundas.view.controls.BasicAdapter. |
| autoVisualize |
Automatically re-visualizes this adapter if it was originally visualized automatically and has not been
customized or saved and re-loaded since created.
Inherited from dundas.view.controls.Adapter. |
| calculateBoundaries |
Inherited from dundas.view.controls.PathAdapter. |
| canAcceptStyle |
Returns whether or not this adapter can support the given style.
Inherited from dundas.view.controls.Adapter. |
| cancelLoadData |
Cancels all outstanding load data requests.
Inherited from dundas.view.controls.Adapter. |
| checkAutoVisualizationState |
Updates the auto-visualization state of this adapter based on whether it has changed since the last time
it was set or updated.
Inherited from dundas.view.controls.Adapter. |
| clearAutoVisualizationState |
Clears the auto-visualization state of this adapter if it had any.
Inherited from dundas.view.controls.Adapter. |
| createDelegate |
Helper for creating delegate functions.
Inherited from dundas.Component. |
| createTimeout |
Creates a timeout.
Inherited from dundas.Component. |
| dataSelect |
Called when the adapter should enter data select mode. This means that left-clicking on the adapter will select a point rather than run an action.
All actions will be disabled while this mode is on.
Inherited from dundas.view.controls.Adapter. |
| dispatch |
Dispatches a call by creating a delegate and running it right away on a timer.
Inherited from dundas.Component. |
| dispose |
This must be called when the adapter is being removed from the screen to avoid leaks.
Inherited from dundas.Component. |
| freeze |
Specifies whether the control should freeze (stop loading data when things change) or not. This is useful when many data changes need to occur,
and it's not desired to load data during each change.
Calling freeze(false) will de-activate freeze, wait on any pending deferreds (for example, from generateMetricSetBindings), and
then call loadData when everything is finished.
Inherited from dundas.view.controls.Adapter. |
| fromJObject |
Applies the property values from a plain object created from JSON to the properties of this instance.
Inherited from Class. |
| generateBindings |
Asks the adapter to create/update the bindings on the given MetricSetBinding.
The _super method should be called first if automatic adding/removal is desired from metricSetBindings property, and bindings created/removed.
Inherited from dundas.view.controls.Adapter. |
| generateMetricSetBinding |
Generates a metric set binding for this adapter and bindings for it from a metric set.
This is useful when an element is dropped somewhere and a metric set binding and the bindings should be generated.
Data is not retrieved for this call, the bindings are just generated, unless auto load is specified.
Inherited from dundas.view.controls.Adapter. |
| generateMetricSetBindingFromNode |
Generates a metric set binding (on the server) from a given node.
This is useful when an element is dropped somewhere and a metric set binding and the bindings should be generated.
Data is not retrieved for this call, the bindings are just generated.
Inherited from dundas.view.controls.Adapter. |
| getAlignableAxes |
Returns the collection of data alignable items in the adapter.
Inherited from dundas.view.controls.Adapter. |
| getAriaElement |
Gets the element on which to set to ARIA attributes.
Inherited from dundas.view.controls.Adapter. |
| getAriaRole |
Gets an ARIA role that supports an accessible name to assign this instance's container element if an ARIA label has been set.
Inherited from dundas.view.controls.Adapter. |
| getAvailableBindings |
Gets the available bindings for this adapter.
Inherited from dundas.view.controls.Adapter. |
| getBackgroundAbsoluteBound |
Gets the position of this adapter in dundas.controls.CoordinateKind.BACKGROUND.
Inherited from dundas.view.controls.Adapter. |
| getBoundVisuals |
Gets the available bound visuals for a given metric set binding.
Inherited from dundas.view.controls.BasicAdapter. |
| getContainedAdapters |
Get adapters within this adapter, if this adapter is a container control.
Inherited from dundas.view.controls.Adapter. |
| 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 |
Gets the contextual toolbar commands.
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. |
| getDetailsLevelDepthValueByHierarchyUniqueName |
Gets the details level depth of the hierarchy specified by unique name.
Inherited from dundas.view.controls.Adapter. |
| getEffectiveAriaLabel |
Gets an ARIA label to assign this instance's container element.
Inherited from dundas.view.controls.Adapter. |
| getHitTestArguments |
Gets event information relative to the control that can be passed to its hit testing method, for
identifying which part of the control a user interacted with.
Inherited from dundas.view.controls.Adapter. |
| getLevelDepthValuesByHierarchyUniqueName |
Gets the top and details level depths of the hierarchy specified by unique name.
Inherited from dundas.view.controls.Adapter. |
| getParameterValue |
Gets the current value (last set value) of this adapter. If a parameter value has been changed independently of this adapter, the value may not match.
Inherited from dundas.view.controls.Adapter. |
| getService |
Gets the requested service.
Inherited from dundas.Component. |
| getStyle |
Gets an object that represents the current style of the control.
Inherited from dundas.view.controls.Adapter. |
| getSupportedParameterValueTypes |
If this control supports parameter value selection, this method should be overridden to specify the types over parameter values it can provide.
This will return a flags enum.
Inherited from dundas.view.controls.Adapter. |
| getSupportedSettings |
Gets the settings for the supported operations of this adapter.
Inherited from dundas.view.controls.BasicAdapter. |
| getTemplateCell |
Retrieve the template cell adapter.
Inherited from dundas.view.controls.Adapter. |
| getViewParameters |
Gets the view parameter objects from the IDs on this adapter.
Inherited from dundas.view.controls.Adapter. |
| hideAlignmentBindingPanel |
Hides the alignment binding panel.
Inherited from dundas.view.controls.Adapter. |
| hideAnnotationListPopup |
Hides the annotation list popup.
Inherited from dundas.view.controls.Adapter. |
| hideDataBindingPanel |
Hides the data binding panel.
Inherited from dundas.view.controls.Adapter. |
| hideNoDataIndicator |
Hides any existing no data indicator which is on the adapter.
Inherited from dundas.view.controls.Adapter. |
| hideSimplePropertyPanel |
Hides the simple property panel.
Inherited from dundas.view.controls.BasicAdapter. |
| input |
Called when the adapter should enter input mode.
This can be used for data input within the data cube, or a contextual measure. Data corrections do not use this method.
Inherited from dundas.view.controls.Adapter. |
| loadData |
Called when the adapter should load data, either for the first time or a refresh. Returns
a jQuery.Deferred object.
Implementers of this method should call this._super() first to get the deferred object to return as a promise.
Inherited from dundas.view.controls.Adapter. |
| metricSetBindingsChanged |
Notifies the adapter the bindings collection on a metric set binding was changed.
Inherited from dundas.view.controls.Adapter. |
| onBlur |
Called when a focus event occurs on the element.
Inherited from dundas.view.controls.Adapter. |
| onBoundVisualChanged |
Called when the bound visual is changed.
Inherited from dundas.view.controls.Adapter. |
| onBrushViewParameterChanged |
Called when the parentView.brushViewParameter has changed. The new parameter value is given.
Inherited from dundas.view.controls.Adapter. |
| onClick |
Called when a click occurs on the element.
Inherited from dundas.view.controls.Adapter. |
| onContextMenuShowing |
Called when the context menu is about to show.
Inherited from dundas.view.controls.Adapter. |
| onDataChanged |
Called when data changes.
Inherited from dundas.view.controls.Adapter. |
| onDataError |
Called when data changes.
Inherited from dundas.view.controls.Adapter. |
| onDataInputChanged |
Called when data input changes after having called the input method to activate it.
Inherited from dundas.view.controls.Adapter. |
| 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. |
| onDoubleClick |
Called when a double click occurs on the element.
Inherited from dundas.view.controls.Adapter. |
| onFocus |
Called when a focus event occurs on the element.
Inherited from dundas.view.controls.Adapter. |
| onHover |
Called when a hover occurs on the element.
Inherited from dundas.view.controls.Adapter. |
| onLoaded |
Called when the adapter is loaded and set up.
The control should be set up by the adapter now and added to the DOM (container property).
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. |
| onMetricSetBindingChanged |
Notifies the adapter that the metric set binding has changed. The adapter or the view may
perform additional tasks in response.
Inherited from dundas.view.controls.Adapter. |
| onMetricSetChanged |
Notifies the adapter that one of its metric sets has been changed. The adapter or the view may
perform additional tasks in response.
Inherited from dundas.view.controls.Adapter. |
| onMouseDown |
Called when a mouse down or a mobile touch event occurs on the element.
Inherited from dundas.view.controls.Adapter. |
| onMouseEnter |
Called when a mouseenter event occurs on the element.
Inherited from dundas.view.controls.Adapter. |
| onMouseHold |
Called when a mouse hold or a mobile long touch event occurs on the element.
Inherited from dundas.view.controls.Adapter. |
| onMouseLeave |
Called when a mouseleave event occurs on the element.
Inherited from dundas.view.controls.Adapter. |
| onMouseMove |
Called when a mousemove event occurs on the element.
Inherited from dundas.view.controls.Adapter. |
| onMouseUp |
Called when a mouse up or a mobile touch ends event occurs on the element.
Inherited from dundas.view.controls.Adapter. |
| onNoData |
Called when data changes and there is no data present.
Inherited from dundas.view.controls.Adapter. |
| onParameterValueChanged |
Called when the parameter value for this adapter is changed (all of this.viewParameter values have changed).
Inherited from dundas.view.controls.Adapter. |
| onPropertyChanged |
Called when a property is changed on the adapter.
Inherited from dundas.view.controls.BasicAdapter. |
| onStatesChanged |
Called when the metric set's states have changed.
Inherited from dundas.view.controls.Adapter. |
| parseControl |
Called to instruct the adapter to set the control up based on the stringified version.
Inherited from dundas.view.controls.Adapter. |
| refreshContainerDataBindingPanelContent |
Refreshes the content of this adapter's or its parent's data binding panel if currently open for this instance.
Inherited from dundas.view.controls.Adapter. |
| refreshDataBindingPanelContent |
Refreshes the content of the data binding panel.
Inherited from dundas.view.controls.Adapter. |
| refreshPropertyGridWithContext |
Refresh property grid, if necessary, while keeping the last known context and state of the property grid.
Inherited from dundas.view.controls.BasicAdapter. |
| registerAnnotationListPopup |
Shows the annotation list popup.
Inherited from dundas.view.controls.Adapter. |
| revisualize |
Called when a request occurs to re-visualize this adapter as a different control.
Inherited from dundas.view.controls.Adapter. |
| setAsAutoVisualized |
Sets this adapter as auto-visualized including its current state, so that it can be automatically
re-visualized again if no further changes are made.
Inherited from dundas.view.controls.Adapter. |
| showAlignmentBindingPanel |
Shows the alignment binding panel.
Inherited from dundas.view.controls.Adapter. |
| showAnnotationListPopup |
Shows the annotation list popup.
Inherited from dundas.view.controls.Adapter. |
| showDataBindingPanel |
Shows the data binding panel.
Inherited from dundas.view.controls.Adapter. |
| showDataRegionStatistics |
Shows statistics for the specified measures and regions of a data result in the application's taskbar.
Inherited from dundas.view.controls.Adapter. |
| showNoDataIndicator |
Shows a no data indicator on top of the adapter.
Inherited from dundas.view.controls.Adapter. |
| showOrRefreshDataBindingPanel |
Shows the data binding panel or refreshes its contents if already open for this adapter or its parent.
Inherited from dundas.view.controls.Adapter. |
| showSimplePropertyPanel |
Shows the simple properties panel.
Inherited from dundas.view.controls.BasicAdapter. |
| stringifyControl |
Called to instruct this adapter to get a stringified version of the underlying control.
Inherited from dundas.view.controls.Adapter. |
| subscribeDisposedEvent |
Subscribe a handler for the disposed event.
Inherited from dundas.view.controls.BasicAdapter. |
| 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. |
| updateAutoVisualizationState |
Updates this adapter based on its current state if it is currently considered auto-visualized so that it
can be automatically re-visualized again if no further changes are made.
Inherited from dundas.view.controls.Adapter. |