Skip to main content

ChooseObjectDataSourceTypesPage Class

Declaration

export class ChooseObjectDataSourceTypesPage extends WizardPageBase<DevExpress.Analytics.Wizard.IObjectDataSourceWizardState, DevExpress.Analytics.Wizard.IObjectDataSourceWizardState>

Inheritance

WizardPageBase<TState, TResult>
ChooseObjectDataSourceTypesPage

constructor

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

Declaration

constructor(
    _requestWrapper?: DevExpress.QueryBuilder.Utils.RequestWrapper
)

Parameters

Name Type
_requestWrapper RequestWrapper

Methods

canFinish Method

Declaration

canFinish(): boolean

Returns

Type
boolean

canNext Method

Declaration

canNext(): boolean

Returns

Type
boolean

commit Method

Declaration

commit(): JQueryPromise<DevExpress.Analytics.Wizard.IObjectDataSourceWizardState>

Returns

Type
JQueryPromise<IObjectDataSourceWizardState>

initialize(state) Method

Declaration

initialize(
    state: DevExpress.Analytics.Wizard.IObjectDataSourceWizardState
): JQueryPromise<any>

Parameters

Name Type
state IObjectDataSourceWizardState

Returns

Type
JQueryPromise<any>