Options
All
  • Public
  • Public/Protected
  • All
Menu

TabBar acts as a parent container for a group of Tab.

Use it to create a tabbed navigation or view for main layout, sub views or forms etc.

Hierarchy

Implements

  • Widget

Index

Constructors

Properties

Methods

Object literals

Constructors

constructor

  • children is an array of content passed to this Component.

    Parameters

    Returns TabBar

Properties

attrs

children

children: Content[]

view

view: View = new view.Main(this)

Methods

removed

  • removed(): void
  • Returns void

render

  • render(): Content
  • Returns Content

rendered

  • rendered(): void
  • Returns void

Object literals

values

values: object

root

root: object

class

class: string = concat(TAB_BAR,'nav nav-tabs',this.attrs.ww ? this.attrs.ww.class : '')

Generated using TypeDoc