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

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UINamingContainer
              extended by com.sun.rave.web.ui.component.TabSetBase
                  extended by com.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.


Field Summary
 
Fields inherited from class javax.faces.component.UINamingContainer
COMPONENT_FAMILY, COMPONENT_TYPE
 
Fields inherited from class javax.faces.component.UIComponent
bindings
 
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, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getContainerClientId, getValueExpression, setValueExpression
 
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.