Class HtmlApplicationBase

Hierarchy

Index

Constructor methods

Properties

Methods

Constructor methods

constructor(options?: HtmlApplicationBaseOptions): HtmlApplicationBase

Parameters

Returns

HtmlApplicationBase

Properties

public afterViewSetup: JQueryCallback

public beforeViewSetup: JQueryCallback

public commandMapping: CommandMap

public components: Array<any>

public namespace: any

public navigating: JQueryCallback

public navigation: dxCommand[]

public navigationManager: NavigationManager

public router: MvcRouter

public stateManager: StateManager

public viewDisposed: JQueryCallback

public viewDisposing: JQueryCallback

public viewHidden: JQueryCallback

public viewRendered: JQueryCallback

public viewShowing: JQueryCallback

public viewShown: JQueryCallback

Methods

public back()

public canBack(): boolean

Returns

boolean

public clearState()

public init(): any

Returns

any

public navigate(uri?: any, options?: { root?: boolean; target?: string; direction?: string; })

Parameters

  • uri?: any optional
  • options?: { root?: boolean; target?: string; direction?: string; } optional

public restoreState()

public saveState()

public viewPort(): JQuery

Returns

JQuery