ConfigureQueryParametersPage Class
In This Article
#Declaration
TypeScript
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
TypeScript
constructor(
parametersConverter: DevExpress.Analytics.Wizard.Internal.IParametersViewModelConverter,
_requestWrapper: DevExpress.QueryBuilder.Utils.RequestWrapper
)
#Parameters
Name | Type |
---|---|
parameters |
IParameters |
_request |
Request |
#Properties
#parametersEditorOptions Property
#Declaration
TypeScript
parametersEditorOptions: DevExpress.Analytics.Widgets.Internal.IKoCollectionEditorOptions
#Property Value
Type |
---|
IKo |
#removeButtonTitle Property
#Declaration
TypeScript
removeButtonTitle: any
#Property Value
Type |
---|
any |
#Methods
#canFinish Method
#Declaration
TypeScript
canFinish(): boolean
#Returns
Type |
---|
boolean |
#canNext Method
#Declaration
TypeScript
canNext(): boolean
#Returns
Type |
---|
boolean |
#commit Method
#Declaration
TypeScript
commit(): JQuery.Promise<DevExpress.Analytics.Wizard.ISqlDataSourceWizardState, any, any>
#Returns
Type |
---|
Promise<ISql |
#getParameters Method
#Declaration
TypeScript
getParameters(): any[]
#Returns
Type |
---|
any[] |
#initialize(data) Method
#Declaration
TypeScript
initialize(
data: DevExpress.Analytics.Wizard.ISqlDataSourceWizardState
): JQuery.Promise<any, any, any>
#Parameters
Name | Type |
---|---|
data | ISql |
#Returns
Type |
---|
Promise |