Uses of Class
com.sun.webui.jsf.component.TabContent

Packages that use TabContent
com.sun.webui.jsf.component   
 

Uses of TabContent in com.sun.webui.jsf.component
 

Subclasses of TabContent in com.sun.webui.jsf.component
 class AccordionTab
          An accordion tab component.
 

Methods in com.sun.webui.jsf.component that return TabContent
static TabContent TabContainer.findChildTab(TabContent tab, java.lang.String tabId)
          Returns the tab with the id specified that is a child of the tab specified.
 TabContent[] TabContainer.getSelectedTabs()
          Return an array of selected tab content.
 

Methods in com.sun.webui.jsf.component that return types with arguments of type TabContent
 java.util.List<TabContent> TabContent.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 TabContent
static TabContent TabContainer.findChildTab(TabContent tab, java.lang.String tabId)
          Returns the tab with the id specified that is a child of the tab specified.
 TabContainer TabContent.getTabContainer(TabContent tab)
          Utility method that returns the tabContainer instance that contains the tab specified.
 void TabContainer.setSelectedTab(TabContent selectedTab)
          Set the selected flag on the tab that is currently selected and unselect the previously selected tab.
 void TabContent.setSelectedTab(TabContent selectedTab)
          Set the selected flag on the tab that is currently selected and unselect the previously selected tab.
 void TabContainer.setSelectedTabs(TabContent[] selectedTabs)
          Set the array of selected tabs.
 



Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.