public class TableRenderer extends TableRenderer
| Constructor and Description |
|---|
TableRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
renderHeader(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent table,
javax.faces.context.ResponseWriter writer) |
protected void |
renderRowStart(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer) |
protected void |
renderTableEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer) |
protected void |
renderTableStart(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer,
com.sun.faces.renderkit.Attribute[] attributes) |
encodeChildren, getRendersChildren, renderColumnGroups, renderFooter, renderRowclearMetaInfo, createKey, getMetaInfo, renderCaption, renderRowEnd, renderTableBodyEnd, renderTableBodyStartaugmentIdReference, convertClientId, 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 TableRendererIOExceptionpublic void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeEnd in class TableRendererIOExceptionprotected void renderHeader(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent table,
javax.faces.context.ResponseWriter writer)
throws IOException
renderHeader in class TableRendererIOExceptionprotected void renderTableStart(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer,
com.sun.faces.renderkit.Attribute[] attributes)
throws IOException
renderTableStart in class com.sun.faces.renderkit.html_basic.BaseTableRendererIOExceptionprotected void renderTableEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
throws IOException
renderTableEnd in class com.sun.faces.renderkit.html_basic.BaseTableRendererIOExceptionprotected void renderRowStart(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
throws IOException
renderRowStart in class com.sun.faces.renderkit.html_basic.BaseTableRendererIOExceptionpublic void decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
decode in class com.sun.faces.renderkit.html_basic.HtmlBasicRendererCopyright © 2015. All rights reserved.