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

Protected observableMgr

observableMgr: ObservableManager

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 PAGE_NAME

PAGE_NAME: string = PAGE_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

getSubTopicName

  • getSubTopicName(): string

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

ngOnInit

  • ngOnInit(): void

onClick

  • onClick(event: MouseEvent): void
  • Parameters

    • event: MouseEvent

    Returns void

onFocus

  • onFocus(event: any): void

onLostFocus

  • onLostFocus(event: any): 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