SelectDataSourcePage Class
Declaration
export class SelectDataSourcePage extends FullscreenWizardPage
Inherited Members
Inheritance
WizardPageBase<TState, TResult>
FullscreenWizardPage
SelectDataSourcePage
constructor(wizardOptions, dataSources)
Initializes a new instance of the SelectDataSourcePage class with specified settings.
Declaration
constructor(
wizardOptions: DevExpress.Analytics.Wizard._DataSourceWizardOptions,
dataSources: DevExpress.Analytics.Internal.IDataSourceInfo[]
)
Parameters
| Name | Type |
|---|---|
| wizardOptions | _DataSourceWizardOptions |
| dataSources | IDataSourceInfo[] |
Properties
disabledSectionText Property
Declaration
disabledSectionText: any
Property Value
| Type |
|---|
| any |
Methods
getNextSectionId(sectionId) Method
Declaration
getNextSectionId(
sectionId: string
): string
Parameters
| Name | Type |
|---|---|
| sectionId | string |
Returns
| Type |
|---|
| string |
registerSections Method
Registers the page’s section.
Declaration
registerSections(): void
Remarks
This method registers the following sections in the Select Data Source page:
- ChooseAvailableDataSourcePage - allows users to select an available data source;
- ChooseDataSourceTypePage - allows users to select a type for a new data source.
showChooseDataSourceTypeSection Method
Declaration
showChooseDataSourceTypeSection(): boolean
Returns
| Type |
|---|
| boolean |
showPredefinedDataSourceSection Method
Declaration
showPredefinedDataSourceSection(): boolean
Returns
| Type |
|---|
| boolean |