org.apache.myfaces.shared_tomahawk.renderkit.html
Class HtmlGridRendererBase

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
          extended by org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlGridRendererBase
Direct Known Subclasses:
HtmlGridRenderer

public class HtmlGridRendererBase
extends HtmlRenderer

Version:
$Revision: 1124502 $ $Date: 2011-05-18 20:44:37 -0500 (Wed, 18 May 2011) $

$Log: $

Author:
Martin Marinschek

Constructor Summary
HtmlGridRendererBase()
           
 
Method Summary
protected  int childAttributes(javax.faces.context.FacesContext context, javax.faces.context.ResponseWriter writer, javax.faces.component.UIComponent component, int columnIndex)
           
 void decode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
 void encodeBegin(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
 void encodeChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
 void encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
 boolean getRendersChildren()
           
protected  void renderChildren(javax.faces.context.FacesContext context, javax.faces.context.ResponseWriter writer, javax.faces.component.UIComponent component, int columns)
           
protected  void renderHeaderOrFooter(javax.faces.context.FacesContext context, javax.faces.context.ResponseWriter writer, javax.faces.component.UIComponent component, int columns, boolean header)
           
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
getActionUrl, getChildCount, getChildren, getClientId, renderId, shouldRenderId, toUri
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, getConvertedValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlGridRendererBase

public HtmlGridRendererBase()
Method Detail

getRendersChildren

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

decode

public void decode(javax.faces.context.FacesContext context,
                   javax.faces.component.UIComponent component)
Overrides:
decode in class javax.faces.render.Renderer

encodeBegin

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

encodeChildren

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

encodeEnd

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

renderHeaderOrFooter

protected void renderHeaderOrFooter(javax.faces.context.FacesContext context,
                                    javax.faces.context.ResponseWriter writer,
                                    javax.faces.component.UIComponent component,
                                    int columns,
                                    boolean header)
                             throws java.io.IOException
Throws:
java.io.IOException

childAttributes

protected int childAttributes(javax.faces.context.FacesContext context,
                              javax.faces.context.ResponseWriter writer,
                              javax.faces.component.UIComponent component,
                              int columnIndex)
                       throws java.io.IOException
Throws:
java.io.IOException

renderChildren

protected void renderChildren(javax.faces.context.FacesContext context,
                              javax.faces.context.ResponseWriter writer,
                              javax.faces.component.UIComponent component,
                              int columns)
                       throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.