public class TabViewTag
extends javax.faces.component.UIOutput
| Modifier and Type | Class and Description |
|---|---|
static class |
TabViewTag.TabPageActionListener |
static class |
TabViewTag.TabViewMode |
| Modifier and Type | Field and Description |
|---|---|
protected TagEncodingHelper |
helper |
protected String |
TAB_ACTIVE_INDEX |
protected String |
TAB_RENDERED_ATTRIBUTE |
protected String |
TABLINK_ID_PREFIX |
| Constructor and Description |
|---|
TabViewTag() |
| Modifier and Type | Method and Description |
|---|---|
protected javax.faces.component.html.HtmlCommandLink |
createCommandLink(javax.faces.context.FacesContext context,
String linkId) |
void |
decode(javax.faces.context.FacesContext context) |
void |
encodeBegin(javax.faces.context.FacesContext context) |
void |
encodeChildren(javax.faces.context.FacesContext context) |
void |
encodeEnd(javax.faces.context.FacesContext context) |
protected void |
encodeTabLink(javax.faces.context.FacesContext context,
javax.faces.context.ResponseWriter writer,
int index,
TabPageTag page,
boolean disabled) |
protected void |
encodeTabs(javax.faces.context.FacesContext context,
javax.faces.context.ResponseWriter writer) |
int |
getActivePageIndex() |
String |
getFamily() |
boolean |
getRendersChildren() |
TabViewTag.TabViewMode |
getViewMode() |
void |
setActivePageIndex(int activeIndex) |
void |
setActiveTab(javax.faces.event.ActionEvent event) |
clearInitialState, getConverter, getLocalValue, getValue, markInitialState, resetValue, restoreState, saveState, setConverter, setValueaddClientBehavior, addFacesListener, broadcast, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreeprotected final String TAB_ACTIVE_INDEX
protected final String TABLINK_ID_PREFIX
protected final String TAB_RENDERED_ATTRIBUTE
protected final TagEncodingHelper helper
public String getFamily()
getFamily in class javax.faces.component.UIOutputpublic TabViewTag.TabViewMode getViewMode()
public void encodeBegin(javax.faces.context.FacesContext context)
throws IOException
encodeBegin in class javax.faces.component.UIComponentBaseIOExceptionpublic boolean getRendersChildren()
getRendersChildren in class javax.faces.component.UIComponentBasepublic void encodeChildren(javax.faces.context.FacesContext context)
throws IOException
encodeChildren in class javax.faces.component.UIComponentBaseIOExceptionpublic void encodeEnd(javax.faces.context.FacesContext context)
throws IOException
encodeEnd in class javax.faces.component.UIComponentBaseIOExceptionpublic void decode(javax.faces.context.FacesContext context)
decode in class javax.faces.component.UIComponentBaseprotected void encodeTabs(javax.faces.context.FacesContext context,
javax.faces.context.ResponseWriter writer)
throws IOException
IOExceptionprotected void encodeTabLink(javax.faces.context.FacesContext context,
javax.faces.context.ResponseWriter writer,
int index,
TabPageTag page,
boolean disabled)
throws IOException
IOExceptionprotected javax.faces.component.html.HtmlCommandLink createCommandLink(javax.faces.context.FacesContext context,
String linkId)
public int getActivePageIndex()
public void setActivePageIndex(int activeIndex)
public void setActiveTab(javax.faces.event.ActionEvent event)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.