com.sun.rave.web.ui.component
Class TabSet

java.lang.Object
  extended byjavax.faces.component.UIComponent
      extended byjavax.faces.component.UIComponentBase
          extended byjavax.faces.component.UINamingContainer
              extended bycom.sun.rave.web.ui.component.TabSetBase
                  extended bycom.sun.rave.web.ui.component.TabSet
All Implemented Interfaces:
javax.faces.component.NamingContainer, javax.faces.component.StateHolder

public class TabSet
extends TabSetBase

Defines a Tabs component.

Author:
Sean Comerford

Field Summary
 
Fields inherited from class javax.faces.component.UINamingContainer
COMPONENT_FAMILY, COMPONENT_TYPE
 
Fields inherited from interface javax.faces.component.NamingContainer
SEPARATOR_CHAR
 
Constructor Summary
TabSet()
          Default constructor
 
Method Summary
 Tab findChildTab(java.lang.String tabId)
          Searches the children of this TabSet for a Tab with the given id.
 
Methods inherited from class com.sun.rave.web.ui.component.TabSetBase
getActionListener, getFamily, getSelected, getStyle, getStyleClass, isLite, isMini, isVisible, restoreState, saveState, setActionListener, setLite, setMini, setSelected, setStyle, setStyleClass, setVisible
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabSet

public TabSet()
Default constructor

Method Detail

findChildTab

public Tab findChildTab(java.lang.String tabId)

Searches the children of this TabSet for a Tab with the given id. Returns the desired Tab object or null if no Tab with the given id is a descendant of this TabSet.

Parameters:
tabId - The id of the desired Tab component.
Returns:
The Tab object or null if no Tab with the given id is a descendant of this TabSet.