Class Hierarchy All Classes All Fields and Methods

 

Class com.ibm.faces.renderkit.html_extended.TabFrameRenderer

java.lang.Object
        javax.faces.render.Renderer
                com.sun.faces.renderkit.html_basic.HtmlBasicRenderer
                        com.ibm.faces.renderkit.html_extended.TabFrameRenderer

public class TabFrameRenderer
implements IScriptContributor
extends HtmlBasicRenderer

Renderer for UIOutput component, that creates a set of TabPanelRenderer.

Tags:
Components: UIOutput

Constructor Index
Constructor Description
TabFrameRenderer()  

Method Index
Method Description
void contributeScript(FacesContext, UIComponent)  
void encodeBegin(FacesContext, UIComponent) Renders the beginning of the component.
void encodeEnd(FacesContext, UIComponent)  
void encodeRecursive(FacesContext, UIComponent) Renders nested children of panel by invoking the encode methods on the components.
void getEndTextToRender(FacesContext, UIComponent, String)  

 

Constructors

 

TabFrameRenderer

public TabFrameRenderer() 

 

Methods

 

contributeScript

public void contributeScript(FacesContext context,
                             UIComponent component) throws IOException

 

encodeBegin

public void encodeBegin(FacesContext context,
                        UIComponent component) throws IOException

Renders the beginning of the component.

 

encodeEnd

public void encodeEnd(FacesContext context,
                      UIComponent component) throws IOException

 

encodeRecursive

protected void encodeRecursive(FacesContext context,
                               UIComponent component) throws IOException

Renders nested children of panel by invoking the encode methods on the components. This handles components nested inside panel_group, panel_grid tags.

 

getEndTextToRender

protected void getEndTextToRender(FacesContext context,
                                  UIComponent component,
                                  String currentValue) throws IOException

Class Hierarchy All Classes All Fields and Methods