Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AbstractNavigationTreeComponent Abstract

Hierarchy

  • AbstractNavigationResizableDrawerComponent
    • AbstractNavigationTreeComponent

Implements

  • OnInit
  • OnDestroy

Index

Constructors

Properties

_accessService: AccessService
_activeGroupService: ActiveGroupService
_languageService: LanguageService
_navigationRouteProvider: DynamicNavigationRouteProviderService
_reloadNavigation: ReplaySubject<void>
_router: Router
_subGroupResolution: Subscription
_subLangChange: Subscription
_subscriptions: Subscription[]
_taskResourceService: TaskResourceService
_userService: UserService
contentWidth: BehaviorSubject<number>
dataSource: MatTreeNestedDataSource<NavigationNode>
parentUrl: string
routerChange: boolean
treeControl: NestedTreeControl<NavigationNode, NavigationNode>
viewPath: string
width: number

Methods

  • appendRouteSegment(parentUrl: string, routeSegment: string): string
  • getNodeIcon(view: View): string
  • getNodeName(view: View, routeSegment: string): string
  • getNodeRouteSegment(view: View): string
  • getNodeTranslateFlag(view: View): boolean
  • hasNavigation(route: View): boolean
  • hasSubRoutes(route: View): boolean
  • ngOnDestroy(): void
  • ngOnInit(): void
  • resolveChange(): void
  • resolveNavigation(): void

Generated using TypeDoc