TabPanel constructor

TabPanel()

Implementation

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