telosys.objects
Class TabSet

java.lang.Object
  extended bytelosys.objects.TabSet

public class TabSet
extends java.lang.Object


Constructor Summary
TabSet(string sClassNormal, string sClassSelected)
          Constructor
 
Method Summary
 number getCurrentTabIndex()
          Returns the current tab index
 void showPanel(object oPanel)
          Shows the given panel
 void showTab(object oTab)
          Shows the given tab
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabSet

public TabSet(string sClassNormal,
              string sClassSelected)
Constructor

Parameters:
sClassNormal - : CSS class for a normal tab (not selected)
sClassSelected - : CSS class for a selected tab
Method Detail

getCurrentTabIndex

public number getCurrentTabIndex()
Returns the current tab index

Returns:
the current tab index

showPanel

public void showPanel(object oPanel)
Shows the given panel

Parameters:
oPanel - the panel reference

showTab

public void showTab(object oTab)
Shows the given tab

Parameters:
oTab - the tab reference