Skip to main content
A newer version of this page is available.
All docs
V19.1

AddGroupFieldsPage<TState, TResult> Class

Implements the Add Group Fields section of the Report Wizard’s Define Report Layout page.

Declaration

class AddGroupFieldsPage extends Analytics.Wizard.WizardPageBase

Type Parameters

Name Description
TState

A type of the state to initialize the page (optional).

TResult

A type of the page’s commit result (optional).

Remarks

You can customize this section or remove it from the Define Report Layout page. To identify this section in code, use the FullscreenReportWizardSectionId.AddGroupFieldsPage value.

See the following topics for more information:

Implements

Inherited Members

Inheritance

WizardPageBase<TState, TResult>
AddGroupFieldsPage<TState, TResult>

Methods

canFinish Method

Specifies whether it is possible to finish the wizard.

Declaration

canFinish(): boolean

Returns

Type Description
boolean

true, if it is possible to finish the wizard; otherwise, false.

commit Method

Commits settings to the local page state.

Declaration

commit(): JQueryPromise<{}>

Returns

Type Description
JQueryPromise<>

A JQuery Promise object that identifies whether the commit succeeded.

dispose Method

Disposes the page.

Declaration

dispose(): void

initialize(state) Method

Initializes the section with the specified settings.

Declaration

initialize(state: IReportWizardState): JQueryPromise<{}>

Parameters

Name Type Description
state IReportWizardState

The section’s state.

Returns

Type Description
JQueryPromise<>

A JQuery Promise object that identifies whether section initialization succeeded.