Example #1
0
 public void setCurrentLayout(VpLayoutInfo info) {
   if ((info == null) || (!info.bAvailable)) return;
   tp_selectedTab = info.tp_selectedTab;
   selectedTabName = info.getVerticalTabName();
   setSelectedTab(tp_selectedTab, selectedTabName);
 }