Options
All
  • Public
  • Public/Protected
  • All
Menu

Mobile application abstract controller.

This file includes import's mobile components/directives used by the HTML page and the controller to provide the configuration.

Hierarchy

  • AbstractAppController
    • AbstractMobileController

Index

Constructors

constructor

Properties

displaywindowHeight

displaywindowHeight: string

displaywindowWidth

displaywindowWidth: string

leftNavVisible

leftNavVisible: boolean

manageResize

manageResize: boolean

measureAreaActive

measureAreaActive: boolean

The active state of the directive responsible of area measurements.

measureLengthActive

measureLengthActive: boolean

The active state of the directive responsible of length measurements.

measurePointActive

measurePointActive: boolean

The active state of the directive responsible of point measurements.

redirectUrl

redirectUrl: any
constant

{string}

resizeTransition

resizeTransition: number

rightNavVisible

rightNavVisible: boolean

searchListeners

searchListeners: SearchDirectiveListeners<never>

searchOverlayVisible

searchOverlayVisible: boolean

Methods

hideNav

  • hideNav(): void

navIsVisible

  • navIsVisible(): boolean

openNavMenu

  • openNavMenu(target: string): void

toggleLeftNavVisibility

  • toggleLeftNavVisibility(): void

toggleRightNavVisibility

  • toggleRightNavVisibility(): void

Generated using TypeDoc