ConfigureQueryPage Class
Declaration
export class ConfigureQueryPage extends WizardPageBase<DevExpress.Analytics.Wizard.ISqlDataSourceWizardState, DevExpress.Analytics.Wizard.ISqlDataSourceWizardState>
constructor(_options)
Initializes a new ConfigureQueryPage
class instance with specified settings.
Declaration
constructor(
_options: DevExpress.Analytics.Wizard._DataSourceWizardOptions
)
Parameters
Name |
Type |
_options |
_DataSourceWizardOptions |
Properties
initialName Property
Declaration
initialName: string
Property Value
placeholder Property
Declaration
placeholder: () => string
Property Value
popupQueryBuilder: DevExpress.Analytics.Wizard.Internal.QueryBuilderPopup
QUERY_TEXT Property
Declaration
static QUERY_TEXT: string
Property Value
queryControl Property
Declaration
queryControl: ko.Observable<DevExpress.Analytics.Wizard.Internal.ISqlQueryControl>
Property Value
queryName Property
Declaration
queryName: ko.Observable<string>
Property Value
queryNameCaption Property
Declaration
queryNameCaption: () => string
Property Value
queryTypeItems Property
Declaration
queryTypeItems: string[]
Property Value
runQueryBuilderBtnText Property
Declaration
runQueryBuilderBtnText: ko.PureComputed<any>
Property Value
selectedQueryType Property
Declaration
selectedQueryType: ko.Observable<string>
Property Value
SP_TEXT Property
Declaration
static SP_TEXT: string
Property Value
Methods
canFinish Method
Gets or sets whether the Finish button is enabled on the wizard page.
Declaration
canFinish(): boolean
Returns
Type |
Description |
boolean |
true, if the Finish button is enabled on the wizard page; otherwise, false.
|
canNext Method
Gets or sets whether the Next button is enabled on the wizard page.
Declaration
canNext(): boolean
Returns
Type |
Description |
boolean |
true, if the Next button is enabled on the wizard page; otherwise, false.
|
commit Method
Commits settings to the local page state.
Declaration
commit(): JQuery.Promise<DevExpress.Analytics.Wizard.ISqlDataSourceWizardState, any, any>
Returns
initialize(state) Method
Initializes the section with the specified settings.
Declaration
initialize(
state: DevExpress.Analytics.Wizard.ISqlDataSourceWizardState
): JQueryPromise<any>
Parameters
Returns
localizeQueryType(queryTypeString) Method
Declaration
localizeQueryType(
queryTypeString: string
): string
Parameters
Name |
Type |
queryTypeString |
string |
Returns
runQueryBuilder Method
Declaration
runQueryBuilder(): void