Class Hierarchy All Classes All Fields and Methods

 

Class com.ibm.faces.renderkit.html_extended.SeparatorRenderer

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

public class SeparatorRenderer
extends HtmlBasicRenderer

Renderer for UIOutput component, that creates a horizontal line separator.

Tags:
Components: UIOutput

Constructor Index
Constructor Description
SeparatorRenderer()  

Method Index
Method Description
void encodeBegin(FacesContext, UIComponent) Renders the beginning of the component.
void encodeEnd(FacesContext, UIComponent)  

 

Constructors

 

SeparatorRenderer

public SeparatorRenderer() 

 

Methods

 

encodeBegin

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

Renders the beginning of the component.

Renders the entire component.

Creates an HR tag and sets various attributes that were specified in the

 

encodeEnd

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

Class Hierarchy All Classes All Fields and Methods