Skip to main content

ConfigureQueryParametersPage Class

Declaration

export class ConfigureQueryParametersPage extends WizardPageBase<DevExpress.Analytics.Wizard.ISqlDataSourceWizardState, DevExpress.Analytics.Wizard.ISqlDataSourceWizardState>

Inheritance

WizardPageBase<TState, TResult>
ConfigureQueryParametersPage

constructor(parametersConverter, _requestWrapper)

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

Declaration

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

Parameters

Name Type
parametersConverter IParametersViewModelConverter
_requestWrapper RequestWrapper

Properties

parametersEditorOptions Property

Declaration

parametersEditorOptions: DevExpress.Analytics.Widgets.Internal.IKoCollectionEditorOptions

Property Value

Type
IKoCollectionEditorOptions

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<DevExpress.Analytics.Wizard.ISqlDataSourceWizardState, any, any>

Returns

Type
Promise<ISqlDataSourceWizardState,any,any>

getParameters Method

Declaration

getParameters(): any[]

Returns

Type
any[]

initialize(data) Method

Declaration

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

Parameters

Name Type
data ISqlDataSourceWizardState

Returns

Type
Promise<any,any,any>