org.apache.myfaces.custom.newspaper

Class HtmlNewspaperTableRenderer


public class HtmlNewspaperTableRenderer
extends HtmlTableRendererBase

Renderer for a table in multiple balanced columns.
Author:
Jesse Wilson

Field Summary

Fields inherited from class org.apache.myfaces.renderkit.html.HtmlTableRendererBase

FOOTER_FACET_NAME, HEADER_FACET_NAME

Method Summary

void
encodeBegin(FacesContext facesContext, UIComponent uiComponent)
void
encodeChildren(FacesContext facesContext, UIComponent uiComponent)
void
encodeEnd(FacesContext facesContext, UIComponent uiComponent)
static org.apache.myfaces.custom.newspaper.HtmlNewspaperTableRenderer.Styles
getStyles(HtmlNewspaperTable newspaperTable)
Gets styles for the specified component.

Methods inherited from class org.apache.myfaces.renderkit.html.HtmlTableRendererBase

afterRow, afterTable, beforeRow, beforeTable, decode, determineChildColSpan, encodeBegin, encodeChildren, encodeColumnChild, encodeEnd, encodeInnerHtml, getFooterClass, getHeaderClass, getRendersChildren, hasFacet, renderColumnBody, renderColumnChildHeaderOrFooterRow, renderColumnFooterCell, renderColumnFooterCell, renderColumnFooterRow, renderColumnHeaderCell, renderColumnHeaderCell, renderColumnHeaderRow, renderFacet, renderRowEnd, renderRowStart, renderRowStyle, renderTableFooterRow, renderTableHeaderRow

Methods inherited from class org.apache.myfaces.renderkit.html.HtmlRenderer

encodeChildren

Method Details

encodeBegin

public void encodeBegin(FacesContext facesContext,
                        UIComponent uiComponent)
            throws IOException
Overrides:
encodeBegin in interface HtmlTableRendererBase

encodeChildren

public void encodeChildren(FacesContext facesContext,
                           UIComponent uiComponent)
            throws IOException
Overrides:
encodeChildren in interface HtmlTableRendererBase

encodeEnd

public void encodeEnd(FacesContext facesContext,
                      UIComponent uiComponent)
            throws IOException
Overrides:
encodeEnd in interface HtmlTableRendererBase

getStyles

public static org.apache.myfaces.custom.newspaper.HtmlNewspaperTableRenderer.Styles getStyles(HtmlNewspaperTable newspaperTable)
Gets styles for the specified component.