public class TabRendererBase extends org.ajax4jsf.renderkit.RendererBase implements TabEncoder
| Constructor and Description |
|---|
TabRendererBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeTab(javax.faces.context.FacesContext context,
UITab tab,
boolean active)
Encode this tab header in Panel switch pane.
|
protected java.lang.Class |
getComponentClass() |
boolean |
getRendersChildren() |
java.lang.String |
getTabDisplay(javax.faces.context.FacesContext context,
UITab tab) |
protected boolean |
shouldRenderTab(UITab tab) |
public void encodeTab(javax.faces.context.FacesContext context,
UITab tab,
boolean active)
throws java.io.IOException
encodeTab in interface TabEncodercontext - tab - active - java.io.IOExceptionpublic java.lang.String getTabDisplay(javax.faces.context.FacesContext context,
UITab tab)
protected boolean shouldRenderTab(UITab tab)
public void encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
encodeBegin in class org.ajax4jsf.renderkit.RendererBasejava.io.IOExceptionpublic void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
encodeEnd in class org.ajax4jsf.renderkit.RendererBasejava.io.IOExceptionpublic void encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
encodeChildren in class org.ajax4jsf.renderkit.RendererBasejava.io.IOExceptionprotected java.lang.Class getComponentClass()
getComponentClass in class org.ajax4jsf.renderkit.RendererBasepublic boolean getRendersChildren()
getRendersChildren in class javax.faces.render.RendererCopyright © 2013. All Rights Reserved.