java.lang.Objecttelosys.objects.TabSet
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 |
public TabSet(string sClassNormal, string sClassSelected)
sClassNormal
- : CSS class for a normal tab (not selected)sClassSelected
- : CSS class for a selected tabMethod Detail |
public number getCurrentTabIndex()
public void showPanel(object oPanel)
oPanel
- the panel referencepublic void showTab(object oTab)
oTab
- the tab reference