org.apache.myfaces.shared.renderkit.html
Class HtmlGridRendererBase
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.shared.renderkit.html.HtmlRenderer
org.apache.myfaces.shared.renderkit.html.HtmlGridRendererBase
public class HtmlGridRendererBase
- extends HtmlRenderer
- Version:
- $Revision: 1230370 $ $Date: 2012-01-12 03:07:58 +0100 (Thu, 12 Jan 2012) $
$Log: $
- Author:
- Martin Marinschek
Method Summary |
protected int |
childAttributes(FacesContext context,
ResponseWriter writer,
UIComponent component,
int columnIndex)
|
void |
decode(FacesContext context,
UIComponent component)
|
void |
encodeBegin(FacesContext facesContext,
UIComponent component)
|
void |
encodeChildren(FacesContext context,
UIComponent component)
|
void |
encodeEnd(FacesContext facesContext,
UIComponent component)
|
boolean |
getRendersChildren()
|
protected void |
renderChildren(FacesContext context,
ResponseWriter writer,
UIComponent component,
int columns)
|
protected void |
renderHeaderOrFooter(FacesContext context,
ResponseWriter writer,
UIComponent component,
int columns,
boolean header)
|
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:
getRendersChildren
in class Renderer
decode
public void decode(FacesContext context,
UIComponent component)
- Overrides:
decode
in class Renderer
encodeBegin
public void encodeBegin(FacesContext facesContext,
UIComponent component)
throws IOException
- Overrides:
encodeBegin
in class Renderer
- Throws:
IOException
encodeChildren
public void encodeChildren(FacesContext context,
UIComponent component)
throws IOException
- Overrides:
encodeChildren
in class Renderer
- Throws:
IOException
encodeEnd
public void encodeEnd(FacesContext facesContext,
UIComponent component)
throws IOException
- Overrides:
encodeEnd
in class Renderer
- Throws:
IOException
renderHeaderOrFooter
protected void renderHeaderOrFooter(FacesContext context,
ResponseWriter writer,
UIComponent component,
int columns,
boolean header)
throws IOException
- Throws:
IOException
childAttributes
protected int childAttributes(FacesContext context,
ResponseWriter writer,
UIComponent component,
int columnIndex)
throws IOException
- Throws:
IOException
renderChildren
protected void renderChildren(FacesContext context,
ResponseWriter writer,
UIComponent component,
int columns)
throws IOException
- Throws:
IOException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.