Class Hierarchy All Classes All Fields and Methods

 

Class com.ibm.faces.renderkit.html_extended.LayoutRenderer

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

public class LayoutRenderer
extends HtmlBasicRenderer

Renderer for UIPanel component, that arranges all children along the component's borders.

Tags:
Components: UIPanel

Constructor Index
Constructor Description
LayoutRenderer()  

Method Index
Method Description
void encodeBegin(FacesContext, UIComponent) Renders the beginning of the component.
void encodeChildren(FacesContext, UIComponent) Renders component's children.
void encodeEnd(FacesContext, UIComponent) Renders the ending of the component.
boolean getRendersChildren()  

 

Constructors

 

LayoutRenderer

public LayoutRenderer() 

 

Methods

 

encodeBegin

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

Renders the beginning of the component.

 

encodeChildren

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

Renders component's children.

 

encodeEnd

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

Renders the ending of the component.

 

getRendersChildren

public boolean getRendersChildren() 

Class Hierarchy All Classes All Fields and Methods