Method Summary | |
void |
fwkInitTab(string sTabId,
number iTabIndex,
string sPanelId,
object oTabSet)
Initializes the TabSet widget |
boolean |
fwkSelectTab(object oTab)
Selects the tab associated with the given tab reference |
boolean |
fwkSelectTab(string sTab)
Selects the tab associated with the given tab name |
boolean |
fwkSelectTabById(string sTab)
Selects the tab associated with the given tab id INTERNAL |
boolean |
fwkSelectTabByRef(object oTab)
Selects the tab associated with the given tab reference INTERNAL |
Method Detail |
public void fwkInitTab(string sTabId, number iTabIndex, string sPanelId, object oTabSet)
sTabId
- the tab idiTabIndex
- the tab indexsPanelId
- the tab panel idoTabSet
- the TabSet referencepublic boolean fwkSelectTab(string sTab)
sTab
- the tab name to select
public boolean fwkSelectTab(object oTab)
oTab
- the tab reference to select
public boolean fwkSelectTabById(string sTab)
sTab
- the tab id to select
public boolean fwkSelectTabByRef(object oTab)
oTab
- the tab reference to select