|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tab | |
---|---|
com.sun.webui.jsf.component |
Uses of Tab in com.sun.webui.jsf.component |
---|
Methods in com.sun.webui.jsf.component that return Tab | |
---|---|
Tab |
TabSet.findChildTab(java.lang.String tabId)
Returns the tab with the id specified that is a child of this tabSet. |
static Tab |
TabSet.findChildTab(Tab tab,
java.lang.String tabId)
Returns the tab with the id specified that is a child of the tab specified. |
Tab |
TabSet.getSelectedTab()
Returns this tab set's tab descendant with id equal to the value of the selected property. |
Methods in com.sun.webui.jsf.component that return types with arguments of type Tab | |
---|---|
java.util.List<Tab> |
Tab.getTabChildren()
Returns a list of all children of this tab that are themselves tabs. |
Methods in com.sun.webui.jsf.component with parameters of type Tab | |
---|---|
static Tab |
TabSet.findChildTab(Tab tab,
java.lang.String tabId)
Returns the tab with the id specified that is a child of the tab specified. |
static TabSet |
Tab.getTabSet(Tab tab)
Utility method that returns the tabSet instance that contains the tab specified. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |