Skip to main content
All docs
V24.1

ChooseAvailableDataSourcePage Class

Declaration

export class ChooseAvailableDataSourcePage extends ChooseAvailableItemPage

Inheritance

Methods

canFinish Method

Declaration

canFinish(): boolean

Returns

Type
boolean

canNext Method

Specifies whether the next section is available.

Declaration

canNext(): boolean

Returns

Type Description
boolean

true, if the next section is available; otherwise, false.

commit Method

Commits settings to the local page state.

Declaration

commit(): JQuery.Promise<DevExpress.Analytics.Wizard.IDataSourceWizardState, any, any>

Returns

Type Description
Promise<IDataSourceWizardState,any,any>

A JQuery Promise object that identifies whether the commit succeeded.