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 TabEncoder
context
- tab
- active
- java.io.IOException
public 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.RendererBase
java.io.IOException
public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
encodeEnd
in class org.ajax4jsf.renderkit.RendererBase
java.io.IOException
public void encodeChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
encodeChildren
in class org.ajax4jsf.renderkit.RendererBase
java.io.IOException
protected java.lang.Class getComponentClass()
getComponentClass
in class org.ajax4jsf.renderkit.RendererBase
public boolean getRendersChildren()
getRendersChildren
in class javax.faces.render.Renderer
Copyright © 2015. All Rights Reserved.