Options
All
  • Public
  • Public/Protected
  • All
Menu

An abstract base class of PhloxUI application's page. All component classes extending this class can be added into PhloxApp component and can be navigated via its router.

author

shiorin, tee4cute

see

PhloxApp

Hierarchy

  • AbstractPage

Implements

Index

Constructors

constructor

Properties

Private PAGE_LOOP_TIMEOUT

PAGE_LOOP_TIMEOUT: number = 5

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.

Protected phloxAppService

phloxAppService: PhloxAppService

Accessors

Private app

  • A PhloxApp component in which this page is associated with.

    Returns PhloxApp

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
  • To check that this page is being showed or displayed by PhloxApp component or not.

    Returns boolean

Abstract isPageLoaded

  • isPageLoaded(): boolean

ngOnInit

  • ngOnInit(): void
  • Returns void

Generated using TypeDoc