telosys.functions
Interface TabSet


public interface TabSet


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

fwkInitTab

public void fwkInitTab(string sTabId,
                       number iTabIndex,
                       string sPanelId,
                       object oTabSet)
Initializes the TabSet widget

Parameters:
sTabId - the tab id
iTabIndex - the tab index
sPanelId - the tab panel id
oTabSet - the TabSet reference

fwkSelectTab

public boolean fwkSelectTab(string sTab)
Selects the tab associated with the given tab name

Parameters:
sTab - the tab name to select
Returns:
true(OK) | false(KO)

fwkSelectTab

public boolean fwkSelectTab(object oTab)
Selects the tab associated with the given tab reference

Parameters:
oTab - the tab reference to select
Returns:
true(OK) | false(KO)

fwkSelectTabById

public boolean fwkSelectTabById(string sTab)
Selects the tab associated with the given tab id INTERNAL

Parameters:
sTab - the tab id to select
Returns:
true(OK) | false(KO)

fwkSelectTabByRef

public boolean fwkSelectTabByRef(object oTab)
Selects the tab associated with the given tab reference INTERNAL

Parameters:
oTab - the tab reference to select
Returns:
true(OK) | false(KO)