dundas.view.controls.Adapter Class

 

Inheritance Hierarchy

 
Class
   dundas.Component
      dundas.view.controls.BasicAdapter
         dundas.view.controls.Adapter
            dundas.view.controls.AddChildGroup
            dundas.view.controls.AddSiblingGroup
            dundas.view.controls.Button
            dundas.view.controls.Chart
            dundas.view.controls.Checkbox
            dundas.view.controls.ChordDiagram
            dundas.view.controls.Container
            dundas.view.controls.DataGrid
            dundas.view.controls.DataImage
            dundas.view.controls.DataLabel
            dundas.view.controls.Diagram
            dundas.view.controls.DiscoveryContainer
            dundas.view.controls.DropDownList
            dundas.view.controls.Ellipse
            dundas.view.controls.Gauge
            dundas.view.controls.GroupExpander
            dundas.view.controls.Header
            dundas.view.controls.Hyperlink
            dundas.view.controls.Image
            dundas.view.controls.Label
            dundas.view.controls.Legend
            dundas.view.controls.Line
            dundas.view.controls.Menu
            dundas.view.controls.NewTransform
            dundas.view.controls.PageBreak
            dundas.view.controls.Parameter
            dundas.view.controls.PathAdapter
            dundas.view.controls.PlaceHolder
            dundas.view.controls.RadioButtonList
            dundas.view.controls.Rectangle
            dundas.view.controls.RelationshipDiagram
            dundas.view.controls.SankeyDiagram
            dundas.view.controls.Slider
            dundas.view.controls.StateIndicator
            dundas.view.controls.TableOfContentsPlaceholder
            dundas.view.controls.TemplateDecorator
            dundas.view.controls.TileNavigation
            dundas.view.controls.Timer
            dundas.view.controls.Transform
            dundas.view.controls.TreeDiagram
            dundas.view.controls.Treemap
            dundas.view.controls.ViewContainerBase
            dundas.view.controls.WebBrowser
            dundas.view.controls.WordCloud
 

Constructors

 
  Name Description
init Initializes the Adapter. Called during construction. Inherited from dundas.view.controls.BasicAdapter.
 
 

Constants

 
  Name Description

MEASURE_NAME_KEYWORD

MEASURE_VALUE_KEYWORD
 
 

Properties

 
  Name Description
alignedAdapterIds Gets or sets the IDs of the adapters which this adapter is aligned with.
alignedAxes Gets or sets an array of objects indicating items that share data with another item.
allowedReVisualizingAdapterObjectNames Gets or sets the allowed fully qualified name of adapters to be shown when the user wants to re-visualize an adapter, along with an optional adapter data information separated by a '|'.
autoVisualizedControlData Gets or sets the serialized JSON of this adapter's control from when it was first automatically visualized for comparison, to allow a new automatic visualization if it has not been changed.
autoVisualizedControlInfo Gets the control information used to automatically visualize to this instance.
baseViewService Gets the base view service. This might be a dundas.views.BaseViewViewService or derivation thereof if this adapter is on a View entity. A way to check is to duck-type for .currentView. Inherited from dundas.view.controls.BasicAdapter.
blurActions Gets or sets the blur actions for this adapter.
clickActions Gets or sets the click actions for this adapter.
container Gets or sets the container DIV element which holds the DOM control element. Inherited from dundas.view.controls.BasicAdapter.
contextMenuShowingActions Gets or sets the context menu showing actions for this adapter.
control Gets or sets the control object that this adapter is "wrapping."
controlData Gets the underlying control's data (stringified version of whatever it wants to save).
currentDataBindingPanelMetricSetBinding Gets a value that has the current data binding panel's metric set binding, if any.
currentDataBindingPanelMetricSetBindingOrFirst Gets a value that has the current data binding panel's metric set binding, if any, otherwise it returns the first metric set binding on this adapter, if any.
cursor Gets or sets the mouse cursor for the adapter.
dataAutoRefreshInterval Gets or sets a value indicating the number of seconds that should elapse before the adapter should auto-refresh its data. If the value is null or 0, the control will not auto-refresh.
dataChangedActions Gets or sets the data change actions for this adapter.
dataErrorActions Gets or sets the data error actions for this adapter.
disableAutoLoadData Gets or sets a value indicating whether this adapter should auto-load it's data when the view loads.
disabledApplicationPrivileges Gets or sets the disabled application privileges. This is a list of each application privilege ID which should be disabled regardless of the user's application-wide privilege.
disableLoadingScreen Gets or sets a value indicating whether the loading screen should automatically show for this adapter.
disableNoDataIndicator Gets or sets a value specifying whether a no data overlay should be shown on this adapter when an empty data result is returned.
dockLocation Gets or sets the dock position.
doubleClickActions Gets or sets the double click actions for this adapter.
focusActions Gets or sets the focus actions for this adapter.
fontColor Gets or sets the font color for the adapter.
fontFamily Gets or sets the font family for this adapter.
fontSize Gets or sets the font size for this adapter.
fontStyle Gets or sets the font style for this adapter.
fontVariant Gets or sets the font variant for this adapter.
fontWeight Gets or sets the font weight for this adapter.
friendlyName Gets or sets the friendly name for this adapter which is the name shown to the end user. Inherited from dundas.view.controls.BasicAdapter.
groupId Gets or sets the ID of the group that this adapter belongs to.
height Gets or sets the height value. Inherited from dundas.view.controls.BasicAdapter.
hidden Gets or sets a value indicating whether this adapter is hidden.
hoverActions Gets or sets the hover actions for this adapter.
id Gets or sets the ID for this adapter (constant, unique). Inherited from dundas.view.controls.BasicAdapter.
isActuallyVisible Gets the value to indicate whether or not this adapter is actually visible.
isContainerDataBindingPanelOpen Gets a value indicating whether this adapter's or its parent's data binding panel is open or not.
isDataBindingPanelOpen Gets a value indicating whether the data binding panel is open or not.
isDisposed Gets a value indicating whether this instance has been disposed. Inherited from dundas.Component.
isFirstDataLoaded Gets a value indicating whether the first loading of data has completed for this instance.
isInputSaveRequired Gets or sets a value indicating whether data was input that has not been saved.
isInTemplate Gets or sets if this adapter is part of a canvas template. Inherited from dundas.view.controls.BasicAdapter.
isSelfAlignedByParent Gets or sets a value indicating whether aligned axes are grouped by their parent when the adapter is used in a repeater.
isSimplePropertyPanelOpen Gets a value indicating whether the simple property panel is open or not. Inherited from dundas.view.controls.BasicAdapter.
lastLoadDataPromise Gets the promise object of the last loadData call.
layerId Gets or sets the ID of the layer that this adapter belongs to. Inherited from dundas.view.controls.BasicAdapter.
left Gets or sets the left value. Inherited from dundas.view.controls.BasicAdapter.
legendId Gets or sets the ID of the legend that this adapter is using.
lineHeight Gets or sets the line-height for this adapter.
locked Gets or sets a value indicating whether this adapter is locked. Inherited from dundas.view.controls.BasicAdapter.
maxHeight Gets and sets the value to for maximum height.
maxWidth Gets and sets the value to for maximum width.
metricSetBindings Gets or sets the bindings for this adapter (see dundas.view.controls.MetricSetBinding). The bindings link to metric sets.
mouseDownActions Gets or sets the mouse-down or mobile touch actions for this adapter.
mouseEnterActions Gets or sets the mouse-enter actions for this adapter.
mouseHoldActions Gets or sets the mouse-hold or mobile long touch actions for this adapter.
mouseLeaveActions Gets or sets the mouse-leave actions for this adapter.
mouseMoveActions Gets or sets the mouse-move actions for this adapter.
mouseUpActions Gets or sets the mouse-up or mobile touch end actions for this adapter.
name Gets or sets the name for this adapter to be used in script. This name may change, but must be unique. Inherited from dundas.view.controls.BasicAdapter.
noDataActions Gets or sets the no data actions on this adapter.
opacity Gets or sets the percentage of opacity for this adapter.
originalId Gets the original ID for this adapter.
originalName Gets the original name for this adapter to be used in script.
parameterValueChangedActions Gets or sets the actions for when the parameter value is changed.
parentAdapter Gets the parent adapter of this adapter (if any).
parentView Gets the parent view of this adapter.
parentVisualization Gets the parent adapter if this adapter is embedded within another visualization.
positionKind Gets or sets the positioning kind of this adapter.
repeaterContext Gets or sets the repeater context information.
repeaterGroupingHierarchies Gets the grouping hierarchies used to group this adapter when used in a repeater.
repeaterGroupingValues Gets the grouping hierarchy member values provide this adapter's context when used in a repeater.
reVisualizedActions Gets or sets the actions for when the adapter has re-visualized. These actions are executed on the new adapter.
reVisualizingActions Gets or sets the actions for when the adapter is about to re-visualize.
site Gets or sets the site that this component is a part of. Inherited from dundas.Component.
tabIndex Gets or sets the tab-index value. By default this is null which doesn't apply any value for tab-index.
templateCellId Gets or sets the template cell ID.
textDecoration Gets or sets the text decoration for this adapter.
textTransform Gets or sets the text-transform for this adapter.
tooltipDelay Gets or sets the delay in milliseconds after hovering over this adapter with a mouse before its tooltip is displayed. This is generally only used by non-data (getSupportedSettings().isDataSupported) adapters, and will be ignored for data adapters as they have custom properties for more complex tooltips.
tooltipText Gets or sets the text tooltip for this adapter. This is generally only used by non-data (getSupportedSettings().isDataSupported) adapters, and will be ignored for data adapters as they have custom properties for more complex tooltips.
top Gets or sets the top value. Inherited from dundas.view.controls.BasicAdapter.
uniqueId Gets or sets the unique ID of this component within the site. Inherited from dundas.Component.
viewParameterIds Gets or sets the View Parameter IDs that this adapter sets the value of (if, for example, it's a parameter enabled control).
viewService Gets the view service.
width Gets or sets the width value. Inherited from dundas.view.controls.BasicAdapter.
zIndex Gets or sets the z-index value.
 
 

Methods

 
  Name Description
applyDefaultTheme Applies the default theme to this adapter if there is a default theme.
applyParameterValue Applies the given ParameterValue to all view parameters that are on this adapter. This call does not cause a data refresh.
applyStyle Applies the given style to the control.
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.
canAcceptStyle Returns whether or not this adapter can support the given style.
cancelLoadData Cancels all outstanding load data requests.
checkAutoVisualizationState Updates the auto-visualization state of this adapter based on whether it has changed since the last time it was set or updated.
clearAutoVisualizationState Clears the auto-visualization state of this adapter if it had any.
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.
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.
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.
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.
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.
getAlignableAxes Returns the collection of data alignable items in the adapter.
getAvailableBindings Gets the available bindings for this adapter.
getBackgroundAbsoluteBound Gets the position of this adapter in dundas.controls.CoordinateKind.BACKGROUND.
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.
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.
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.
getLevelDepthValuesByHierarchyUniqueName Gets the top and details level depths of the hierarchy specified by unique name.
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.

Static
getParameterValueFromDataResult Gets a parameter value from the source data, given the source values.
getService Gets the requested service. Inherited from dundas.Component.
getStyle Gets an object that represents the current style of the control.
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.
getSupportedSettings Gets the settings for the supported operations of this adapter. Inherited from dundas.view.controls.BasicAdapter.
getTemplateCell Retrieve the template cell adapter.

Static
getValuesFromDataResult Given the information in a related context data (data result), the source value is retrieved from the data result based on the wanted element.
getViewParameters Gets the view parameter objects from the IDs on this adapter.
hideAlignmentBindingPanel Hides the alignment binding panel.
hideAnnotationListPopup Hides the annotation list popup.
hideDataBindingPanel Hides the data binding panel.
hideNoDataIndicator Hides any existing no data indicator which is on the 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.
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.
metricSetBindingsChanged Notifies the adapter the bindings collection on a metric set binding was changed.
onBlur Called when a focus event occurs on the element.
onBoundVisualChanged Called when the bound visual is changed.
onBrushViewParameterChanged Called when the parentView.brushViewParameter has changed. The new parameter value is given.
onClick Called when a click occurs on the element.
onContextMenuShowing Called when the context menu is about to show.
onDataChanged Called when data changes.
onDataError Called when data changes.
onDataInputChanged Called when data input changes after having called the input method to activate it.
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.
onFocus Called when a focus event occurs on the element.
onHover Called when a hover occurs on the element.
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.
onMetricSetBindingChanged Notifies the adapter that the metric set binding has changed. The adapter or the view may perform additional tasks in response.
onMetricSetChanged Notifies the adapter that one of its metric sets has been changed. The adapter or the view may perform additional tasks in response.
onMouseDown Called when a mouse down or a mobile touch event occurs on the element.
onMouseEnter Called when a mouseenter event occurs on the element.
onMouseHold Called when a mouse hold or a mobile long touch event occurs on the element.
onMouseLeave Called when a mouseleave event occurs on the element.
onMouseMove Called when a mousemove event occurs on the element.
onMouseUp Called when a mouse up or a mobile touch ends event occurs on the element.
onNoData Called when data changes and there is no data present.
onParameterValueChanged Called when the parameter value for this adapter is changed (all of this.viewParameter values have changed).
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.
parseControl Called to instruct the adapter to set the control up based on the stringified version.
refreshContainerDataBindingPanelContent Refreshes the content of this adapter's or its parent's data binding panel if currently open for this instance.
refreshDataBindingPanelContent Refreshes the content of the data binding panel.
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.
revisualize Called when a request occurs to re-visualize this adapter as a different control.
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.
showAlignmentBindingPanel Shows the alignment binding panel.
showAnnotationListPopup Shows the annotation list popup.
showDataBindingPanel Shows the data binding panel.
showDataRegionStatistics Shows statistics for the specified measures and regions of a data result in the application's taskbar.
showNoDataIndicator Shows a no data indicator on top of the adapter.
showOrRefreshDataBindingPanel Shows the data binding panel or refreshes its contents if already open for this adapter or its parent.
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.
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.