Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

Private _isPageLoaded

_isPageLoaded: boolean

active

active: boolean

A flag indicating that this page is being showed or displayed by PhloxApp component or not.

Protected bgProcessMgr

Protected name

name: string

A name of this page. This must be also a router's uri path.

Private needFocusService

needFocusService: NeedFocusService

Private obsvMgr

Protected phloxAppService

phloxAppService: PhloxAppService

Private startTime

startTime: number

Static PAGE_NAME

PAGE_NAME: string = PAGE_NAME

Methods

getApplication

getName

  • getName(): string
  • Get a name of this page. This must be also a router's uri path.

    Returns string

isActive

  • isActive(): boolean

isPageLoaded

  • isPageLoaded(): boolean

ngOnInit

  • ngOnInit(): void

onClick

  • onClick(event: MouseEvent): void
  • Parameters

    • event: MouseEvent

    Returns void

Generated using TypeDoc