org.primefaces.component.subtable
Class SubTableRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.primefaces.renderkit.CoreRenderer
          extended by org.primefaces.component.subtable.SubTableRenderer

public class SubTableRenderer
extends CoreRenderer


Constructor Summary
SubTableRenderer()
           
 
Method Summary
 void encodeChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
protected  void encodeColumnFooter(javax.faces.context.FacesContext context, SubTable table, Column column)
           
 void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
 void encodeFooter(javax.faces.context.FacesContext context, SubTable table)
           
 void encodeHeader(javax.faces.context.FacesContext context, SubTable table)
           
 void encodeRow(javax.faces.context.FacesContext context, SubTable table, int rowIndex)
           
 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

SubTableRenderer

public SubTableRenderer()
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

encodeHeader

public void encodeHeader(javax.faces.context.FacesContext context,
                         SubTable table)
                  throws IOException
Throws:
IOException

encodeRow

public void encodeRow(javax.faces.context.FacesContext context,
                      SubTable table,
                      int rowIndex)
               throws IOException
Throws:
IOException

encodeFooter

public void encodeFooter(javax.faces.context.FacesContext context,
                         SubTable table)
                  throws IOException
Throws:
IOException

encodeColumnFooter

protected void encodeColumnFooter(javax.faces.context.FacesContext context,
                                  SubTable table,
                                  Column column)
                           throws IOException
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


Copyright © 2012. All Rights Reserved.