Adapter.getAvailableBindings Method

Gets the available bindings for this adapter.
 

Parameters

metricSetBinding

Type: MetricSetBinding
The metric set binding to get the bindings for.
node

Type: ExplorerNode
(optional) The node that should be used for getting the available bindings.
Optional: True

Return Value


Type: Array
ElementType: Object
An array of plain objects with properties:
     targetId            [type: String]                                                                      - A unique identifier for this binding.
     targetName          [type: String]                                                                      - The displayed text for this binding.
     bindingType         [type: dundas.data.PlacementPosition, optional: true]                               - (optional) The placement that should be assigned to an analysis element dropped onto this binding. If not specified, it is assigned to rows.
     iconUrl             [type: String, optional: true]                                                      - (optional) A URL pointing to the icon image to be shown next to the header.
     tooltipText         [type: String, optional: true]                                                      - (optional) Any tooltip text that should be shown for this binding header.
     propertyPath        [type: Array, elementType: dundas.view.controls.PropertyPathItem, optional: true]   - (optional) If specified, the property path will be linked to the binding with a small icon to allow it to quickly open in the properties.
     groupName           [type: String, optional: true]                                                      - (optional) The group name for the binding. If set, the binding can be grouped.
     isAdvanced          [type: Boolean, optional: true]                                                     - (optional) If specified, the binding is advanced and will be not displayed within the group by default, but rather as 'more...'. This only applies if groupName is specified.
     rect                [type: dundas.view.controls.Rect, optional: true]                                   - (optional) The rectangle co-ordinates for the adorner to display for drop-zones on this adapter.