ChooseJsonSchemaPageBase<TSource, TState> Class
Declaration
export abstract class ChooseJsonSchemaPageBase<TSource extends DevExpress.Analytics.Data.IDataSourceBase, TState> extends WizardPageBase<TState, TState>
Type Parameters
| Name |
Type |
| TSource |
IDataSourceBase |
| TState |
constructor<TSource, TState>
Initializes a new instance of the ChooseJsonSchemaPageBase<TSource, TState> class with specified settings.
Declaration
constructor(
_requestWrapper?: DevExpress.QueryBuilder.Utils.RequestWrapper
)
Parameters
| Name |
Type |
| _requestWrapper |
RequestWrapper |
Type Parameters
| Name |
Type |
| TSource |
IDataSourceBase |
| TState |
Methods
canFinish Method
Declaration
canFinish(): boolean
Returns
canNext Method
Declaration
canNext(): boolean
Returns
dispose Method
Declaration
dispose(): void