org.primefaces.component.layout
Class LayoutUnitRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.primefaces.renderkit.CoreRenderer
          extended by org.primefaces.component.layout.LayoutUnitRenderer

public class LayoutUnitRenderer
extends CoreRenderer


Constructor Summary
LayoutUnitRenderer()
           
 
Method Summary
 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 encodeFooter(javax.faces.context.FacesContext context, LayoutUnit unit)
           
 void encodeHeader(javax.faces.context.FacesContext context, LayoutUnit unit)
           
protected  void encodeIcon(javax.faces.context.FacesContext context, String iconClass, String title)
           
 boolean getRendersChildren()
           
 
Methods inherited from class org.primefaces.renderkit.CoreRenderer
buildAjaxRequest, buildNonAjaxRequest, decodeBehaviors, encodeClientBehaviors, endScript, escapeText, getActionURL, getEscapedClientId, getOnclickBehaviors, getResourceRequestPath, getResourceURL, isAjaxRequest, isPostBack, isPostback, isValueBlank, isValueEmpty, renderChild, renderChildren, renderPassThruAttributes, renderPassThruAttributes, renderPassThruAttributes, shouldRenderAttribute, startScript
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, decode, encodeBegin, getConvertedValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutUnitRenderer

public LayoutUnitRenderer()
Method Detail

encodeEnd

public void encodeEnd(javax.faces.context.FacesContext context,
                      javax.faces.component.UIComponent component)
               throws IOException
Overrides:
encodeEnd in class javax.faces.render.Renderer
Throws:
IOException

encodeChildren

public void encodeChildren(javax.faces.context.FacesContext context,
                           javax.faces.component.UIComponent component)
                    throws IOException
Overrides:
encodeChildren in class javax.faces.render.Renderer
Throws:
IOException

getRendersChildren

public boolean getRendersChildren()
Overrides:
getRendersChildren in class javax.faces.render.Renderer

encodeHeader

public void encodeHeader(javax.faces.context.FacesContext context,
                         LayoutUnit unit)
                  throws IOException
Throws:
IOException

encodeFooter

public void encodeFooter(javax.faces.context.FacesContext context,
                         LayoutUnit unit)
                  throws IOException
Throws:
IOException

encodeIcon

protected void encodeIcon(javax.faces.context.FacesContext context,
                          String iconClass,
                          String title)
                   throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.