Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ReportDashboard

Implements a compound component displaying a report including navigation and filter panel. This component obtains report id and access token from the route.

class

ReportDashboard

implements

OnInit

implements

OnDestroy

export
component

Hierarchy

  • ReportDashboard

Implements

  • OnInit
  • OnDestroy

Index

Constructors

constructor

Properties

Private _id

_id: string

Private _name

_name: string

Private _parameterSubscription

_parameterSubscription: Subscription = null

Private _querySubscription

_querySubscription: Subscription = null

Private _route

_route: ActivatedRoute

Private _token

_token: string

Accessors

AccessToken

  • get AccessToken(): string

ReportId

  • get ReportId(): string

Methods

ngOnDestroy

  • ngOnDestroy(): void

ngOnInit

  • ngOnInit(): void
  • Intiializes the component. part of the ng2 component lifecycle. Obtains report parameters from route.

    memberof

    ReportDashboard

    method

    Returns void

Generated using TypeDoc