org.apache.myfaces.shared_impl.renderkit.html
Class HtmlGridRendererBase
java.lang.Object
   javax.faces.render.Renderer
javax.faces.render.Renderer
       org.apache.myfaces.shared_impl.renderkit.html.HtmlRenderer
org.apache.myfaces.shared_impl.renderkit.html.HtmlRenderer
           org.apache.myfaces.shared_impl.renderkit.html.HtmlGridRendererBase
org.apache.myfaces.shared_impl.renderkit.html.HtmlGridRendererBase
- Direct Known Subclasses: 
- HtmlGridRenderer
- public class HtmlGridRendererBase 
- extends HtmlRenderer
- Version:
- $Revision: 587938 $ $Date: 2007-10-24 12:44:21 -0500 (Wed, 24 Oct 2007) $
          
          $Log: $
- Author:
- Martin Marinschek
 
| Method Summary | 
| protected  int | childAttributes(javax.faces.context.FacesContext context,
                javax.faces.context.ResponseWriter writer,
                javax.faces.component.UIComponent component,
                int columnIndex)
 | 
|  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 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 | 
 
HtmlGridRendererBase
public HtmlGridRendererBase()
getRendersChildren
public boolean getRendersChildren()
- 
- Overrides:
- getRendersChildrenin class- javax.faces.render.Renderer
 
- 
 
encodeBegin
public void encodeBegin(javax.faces.context.FacesContext facesContext,
                        javax.faces.component.UIComponent component)
                 throws java.io.IOException
- 
- Overrides:
- encodeBeginin 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:
- encodeChildrenin 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:
- encodeEndin 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 © 2012 The Apache Software Foundation. All Rights Reserved.