org.apache.myfaces.renderkit.html.ext
Class HtmlGridRenderer

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
              extended by org.apache.myfaces.renderkit.html.ext.HtmlGridRenderer

public class HtmlGridRenderer
extends org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlGridRendererBase

X-CHECKED: tlddoc h:panelGrid 1.0 final

Version:
$Revision: 169655 $ $Date: 2005-05-11 18:45:06 +0200 (Wed, 11 May 2005) $
Author:
Martin Marinschek (latest modification by $Author: grantsmith $)

Constructor Summary
HtmlGridRenderer()
           
 
Method Summary
protected  int childAttributes(javax.faces.context.FacesContext context, javax.faces.context.ResponseWriter writer, javax.faces.component.UIComponent component, int columnIndex)
           
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlGridRendererBase
encodeBegin, encodeChildren, encodeEnd, getRendersChildren, renderChildren, renderHeaderOrFooter
 
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, decode, getConvertedValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlGridRenderer

public HtmlGridRenderer()
Method Detail

childAttributes

protected int childAttributes(javax.faces.context.FacesContext context,
                              javax.faces.context.ResponseWriter writer,
                              javax.faces.component.UIComponent component,
                              int columnIndex)
                       throws IOException
Overrides:
childAttributes in class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlGridRendererBase
Throws:
IOException


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