Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected active

active: boolean

Protected hideSubjects

hideSubjects: Subject<any>[]

Protected needFocusService

needFocusService: NeedFocusService

Private notificationManager

notificationManager: INotificationManager

Protected observableMgr

observableMgr: ObservableManager

Private phloxAppInfo

phloxAppInfo: PhloxAppInfo

Protected phloxAppService

phloxAppService: PhloxAppService

Protected showSubjects

showSubjects: Subject<any>[]

Protected subTopicName

subTopicName: string

Static CMD_TOPIC_NAME

CMD_TOPIC_NAME: string = CMD_TOPIC_NAME

Static HIDE_TOPIC_NAME

HIDE_TOPIC_NAME: string = HIDE_TOPIC_NAME

Static SHOW_TOPIC_NAME

SHOW_TOPIC_NAME: string = SHOW_TOPIC_NAME

Static SUB_TOPIC_NAME

SUB_TOPIC_NAME: string = SUB_TOPIC_NAME

Static TYPE_NAME

TYPE_NAME: string = TYPE_NAME

Methods

getApplication

getNotifications

  • Returns Notification[]

getSubTopicName

  • getSubTopicName(): string

getUnreadNotifications

  • Returns Notification[]

hide

  • hide(): void
  • Hide this component. This method also publishes an event to topic side-slide-panel.[sub-topic-name].hide.

    Returns void

isActive

  • isActive(): boolean

isRinging

  • isRinging(): boolean
  • Returns boolean

ngOnInit

  • ngOnInit(): void

onClick

  • onClick(event: MouseEvent): void
  • Parameters

    • event: MouseEvent

    Returns void

onFocus

  • onFocus(event: any): void

onLostFocus

  • onLostFocus(event: any): void

onNotificationClicked

  • onNotificationClicked($event: Event, notification: Notification): void
  • Parameters

    Returns void

onToggle

  • onToggle(event: MouseEvent): void
  • Parameters

    • event: MouseEvent

    Returns void

show

  • show(): void
  • Show this component. This method also publishes an event to topic side-slide-panel.[sub-topic-name].show.

    Returns void

Static getCmdTopicName

  • getCmdTopicName(subTopicName: string): string

Static getHideTopicName

  • getHideTopicName(subTopicName: string): string

Static getShowTopicName

  • getShowTopicName(subTopicName: string): string

Generated using TypeDoc