ViewParameterExplorer Constructor

Initializes the control. Called during construction.
 

Parameters

element

Type: HTMLElement
The DOM element that the control will render to.
options

Type: Object
(optional) The options for this view parameter explorer.
     adapter                         [type: dundas.view.controls.Parameter]                      - The parameter adapter this explorer is for.
     defaultViewParameter            [type: dundas.view.ViewParameter, default: null]            - The view default view parameter for the edit view parameter screen (if any).
     showEditViewParameter           [type: Boolean, default: false]                             - if true, the edit a single view parameter screen will be shown by default. If true, a default view parameter must be given.
     dockable                        [type: Boolean]                                             - Indicates whether this is being shown in a dockable or not.
     selectedAdapters                [type: Array]                                               - An optional list of selected adapters to auto-tie to.
     selectedParameter               [type: dundas.data.Parameter]                               - An optional parameter to bind to by default if selectedAdapters is specified.
     isLinkingOnly                   [type: Boolean]                                             - Indicates whether this is being shown for linking only or not.
     availableAdapters               [type: Array, elementType: dundas.view.controls.Adapter]    - An optional list of adapters to list otherwise all the view's adapters will be shown.
     availableGroups                 [type: Array, elementType: dundas.controls.RepeaterGroup]   - An optional list of groups to list otherwise all the view's groups will be shown.
 

Optional: True