public class TabViewTag
extends javax.faces.component.UIOutput
implements javax.faces.component.NamingContainer
Modifier and Type | Class and Description |
---|---|
static class |
TabViewTag.TabPageActionListener |
Modifier and Type | Field and Description |
---|---|
protected TagEncodingHelper |
helper |
protected String |
TAB_ACTIVE_INDEX |
protected String |
TAB_RENDERED_ATTRIBUTE |
protected String |
TAB_STYLE_CLASS |
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() |
void |
setActivePageIndex(int activeIndex) |
void |
setActiveTab(javax.faces.event.ActionEvent event) |
clearInitialState, getConverter, getLocalValue, getValue, markInitialState, resetValue, restoreState, saveState, setConverter, setValue
addClientBehavior, addFacesListener, broadcast, encodeAll, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getPassThroughAttributes, getRenderer, getRendererType, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTree
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent
protected final String TAB_STYLE_CLASS
protected 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.UIOutput
public void encodeBegin(javax.faces.context.FacesContext context) throws IOException
encodeBegin
in class javax.faces.component.UIComponentBase
IOException
public boolean getRendersChildren()
getRendersChildren
in class javax.faces.component.UIComponentBase
public void encodeChildren(javax.faces.context.FacesContext context) throws IOException
encodeChildren
in class javax.faces.component.UIComponentBase
IOException
public void encodeEnd(javax.faces.context.FacesContext context) throws IOException
encodeEnd
in class javax.faces.component.UIComponentBase
IOException
public void decode(javax.faces.context.FacesContext context)
decode
in class javax.faces.component.UIComponentBase
protected void encodeTabs(javax.faces.context.FacesContext context, javax.faces.context.ResponseWriter writer) throws IOException
IOException
protected void encodeTabLink(javax.faces.context.FacesContext context, javax.faces.context.ResponseWriter writer, int index, TabPageTag page, boolean disabled) throws IOException
IOException
protected 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–2022 Apache Software Foundation. All rights reserved.