| Methods in org.apache.myfaces.renderkit.html.ext with parameters of type HtmlTableRendererBase.Styles | 
| protected  void | HtmlTableRenderer.encodeColumnChild(javax.faces.context.FacesContext facesContext,
                  javax.faces.context.ResponseWriter writer,
                  javax.faces.component.UIData uiData,
                  javax.faces.component.UIComponent component,
                  HtmlTableRendererBase.Styles styles,
                  int columnStyleIndex)Render the specified column object using the current row data.
 | 
| protected  void | HtmlTableRenderer.renderColumnBody(javax.faces.context.FacesContext facesContext,
                 javax.faces.context.ResponseWriter writer,
                 javax.faces.component.UIData uiData,
                 javax.faces.component.UIComponent component,
                 HtmlTableRendererBase.Styles styles,
                 int columnStyleIndex)
 | 
| protected  void | HtmlTableRenderer.renderRowStart(javax.faces.context.FacesContext facesContext,
               javax.faces.context.ResponseWriter writer,
               javax.faces.component.UIData uiData,
               HtmlTableRendererBase.Styles styles,
               int rowStyleIndex)
 | 
| protected  void | HtmlTableRenderer.renderRowStyle(javax.faces.context.FacesContext facesContext,
               javax.faces.context.ResponseWriter writer,
               javax.faces.component.UIData uiData,
               HtmlTableRendererBase.Styles styles,
               int rowStyleIndex)
 | 
 
| Methods in org.apache.myfaces.shared_tomahawk.renderkit.html with parameters of type HtmlTableRendererBase.Styles | 
| protected  void | HtmlTableRendererBase.encodeColumnChild(javax.faces.context.FacesContext facesContext,
                  javax.faces.context.ResponseWriter writer,
                  javax.faces.component.UIData uiData,
                  javax.faces.component.UIComponent component,
                  HtmlTableRendererBase.Styles styles,
                  int columnStyleIndex)
 | 
| protected  void | HtmlTableRendererBase.renderColumnBody(javax.faces.context.FacesContext facesContext,
                 javax.faces.context.ResponseWriter writer,
                 javax.faces.component.UIData uiData,
                 javax.faces.component.UIComponent component,
                 HtmlTableRendererBase.Styles styles,
                 int columnStyleIndex)Renders the body of a given
 UIColumn(everything but
 the header and footer facets). | 
| protected  void | HtmlTableRendererBase.renderRowStart(javax.faces.context.FacesContext facesContext,
               javax.faces.context.ResponseWriter writer,
               javax.faces.component.UIData uiData,
               HtmlTableRendererBase.Styles styles,
               int rowStyleIndex)Renders the start of a new row of body content.
 | 
| protected  void | HtmlTableRendererBase.renderRowStyle(javax.faces.context.FacesContext facesContext,
               javax.faces.context.ResponseWriter writer,
               javax.faces.component.UIData uiData,
               HtmlTableRendererBase.Styles styles,
               int rowStyleIndex)
 |