|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UINamingContainer
com.sun.rave.web.ui.component.TabSetBase
com.sun.rave.web.ui.component.TabSet
public class TabSet
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 |
|---|
public TabSet()
| Method Detail |
|---|
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.
tabId - The id of the desired Tab component.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||