public class TableRenderer
extends com.sun.faces.renderkit.html_basic.BaseTableRenderer
Render a UIData component as a two-dimensional table.
| Constructor and Description |
|---|
TableRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
boolean |
getRendersChildren() |
protected void |
renderColumnGroups(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent table) |
protected void |
renderFooter(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent table,
javax.faces.context.ResponseWriter writer) |
protected void |
renderHeader(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent table,
javax.faces.context.ResponseWriter writer) |
protected void |
renderRow(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent table,
javax.faces.component.UIComponent child,
javax.faces.context.ResponseWriter writer) |
clearMetaInfo, createKey, getMetaInfo, renderCaption, renderRowEnd, renderRowStart, renderTableBodyEnd, renderTableBodyStart, renderTableEnd, renderTableStartaugmentIdReference, convertClientId, decode, decodeBehaviors, encodeRecursive, getBehaviorParameters, getChildren, getCurrentValue, getEndTextToRender, getFacet, getForComponent, getFormattedValue, getFormattedValue, getMessageIter, getParamList, getPassThruBehaviors, getValue, isBehaviorSource, rendererParamsNotNull, setSubmittedValue, shouldDecode, shouldEncode, shouldEncodeChildren, shouldWriteIdAttribute, writeIdAttributeIfNecessarypublic void encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeBegin in class javax.faces.render.RendererIOExceptionpublic void encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeChildren in class javax.faces.render.RendererIOExceptionpublic void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeEnd in class com.sun.faces.renderkit.html_basic.HtmlBasicRendererIOExceptionpublic boolean getRendersChildren()
getRendersChildren in class com.sun.faces.renderkit.html_basic.HtmlBasicRendererprotected void renderColumnGroups(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent table)
throws IOException
IOExceptionprotected void renderFooter(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent table,
javax.faces.context.ResponseWriter writer)
throws IOException
renderFooter in class com.sun.faces.renderkit.html_basic.BaseTableRendererIOExceptionprotected void renderHeader(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent table,
javax.faces.context.ResponseWriter writer)
throws IOException
renderHeader in class com.sun.faces.renderkit.html_basic.BaseTableRendererIOExceptionprotected void renderRow(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent table,
javax.faces.component.UIComponent child,
javax.faces.context.ResponseWriter writer)
throws IOException
renderRow in class com.sun.faces.renderkit.html_basic.BaseTableRendererIOExceptionCopyright © 2015. All rights reserved.