TabsPanel constructor

TabsPanel()

Implementation

TabsPanel() : super('TabsPanel') {
  vertical = true;
  add(tagsPanel);
}