Skip to main content
A newer version of this page is available. .

ConfigureQueryParametersPage Class

Declaration

class ConfigureQueryParametersPage extends WizardPageBase<ISqlDataSourceWizardState, ISqlDataSourceWizardState>

Implements

Inherited Members

Inheritance

WizardPageBase<TState, TResult>
ConfigureQueryParametersPage

constructor(parametersConverter, _requestWrapper)

Initializes a new instance of the ConfigureQueryParametersPage class with specified settings.

Declaration

constructor(
    parametersConverter: Internal.IParametersViewModelConverter,
    _requestWrapper: QueryBuilder.Utils.RequestWrapper
)

Parameters

Name Type
parametersConverter IParametersViewModelConverter
_requestWrapper RequestWrapper

Properties

parametersEditorOptions Property

Declaration

parametersEditorOptions: Analytics.Widgets.Internal.ICollectionEditorOptions

Property Value

Type
ICollectionEditorOptions

removeButtonTitle Property

Declaration

removeButtonTitle: any

Property Value

Type
any

Methods

canFinish Method

Declaration

canFinish(): boolean

Returns

Type
boolean

canNext Method

Declaration

canNext(): boolean

Returns

Type
boolean

commit Method

Declaration

commit(): JQuery.Promise<ISqlDataSourceWizardState, any, any>

Returns

Type
JQuery.Promise<ISqlDataSourceWizardState,any,any>

getParameters Method

Declaration

getParameters(): any[]

Returns

Type
any[]

initialize(data) Method

Declaration

initialize(
    data: ISqlDataSourceWizardState
): JQuery.Promise<any, any, any>

Parameters

Name Type
data ISqlDataSourceWizardState

Returns

Type
JQuery.Promise<any,any,any>