org.apache.myfaces.custom.newspaper
Class HtmlNewspaperTableRenderer
java.lang.Object
   javax.faces.render.Renderer
javax.faces.render.Renderer
       org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
           org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTableRendererBase
org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTableRendererBase
               org.apache.myfaces.custom.newspaper.HtmlNewspaperTableRenderer
org.apache.myfaces.custom.newspaper.HtmlNewspaperTableRenderer
- public class HtmlNewspaperTableRenderer 
- extends HtmlTableRendererBase
Renderer for a table in multiple balanced columns.
- Author:
- Jesse Wilson
 
 
 
| Method Summary | 
|  void | encodeBegin(javax.faces.context.FacesContext facesContext,
            javax.faces.component.UIComponent uiComponent)Render the necessary bits that come before any actual rows in the table.
 | 
|  void | encodeChildren(javax.faces.context.FacesContext facesContext,
               javax.faces.component.UIComponent uiComponent)Render the TBODY section of the html table.
 | 
|  void | encodeEnd(javax.faces.context.FacesContext facesContext,
          javax.faces.component.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.shared_tomahawk.renderkit.html.HtmlTableRendererBase | 
| afterBody, afterColumn, afterColumnHeaderOrFooter, afterRow, afterTable, beforeBody, beforeColumn, beforeColumnHeaderOrFooter, beforeRow, beforeTable, decode, determineChildColSpan, determineHeaderCellTag, determineHeaderFooterTag, encodeColumnChild, encodeInnerHtml, endTable, getFooterClass, getHeaderClass, getNewspaperColumns, getNewspaperTableSpacer, getRendersChildren, getStyles, hasFacet, hasNewspaperTableSpacer, inBodyStart, isNewspaperHorizontalOrientation, renderCaptionFacet, renderColumnBody, renderColumnChildHeaderOrFooterRow, renderColumnFooterCell, renderColumnFooterCell, renderColumnFooterRow, renderColumnHeaderCell, renderColumnHeaderCell, renderColumnHeaderRow, renderFacet, renderRowEnd, renderRowStart, renderRowStyle, renderSpacerCell, renderTableFooterRow, renderTableHeaderOrFooterRow, renderTableHeaderRow, startTable | 
 
 
| Methods inherited from class javax.faces.render.Renderer | 
| convertClientId, getConvertedValue | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
HtmlNewspaperTableRenderer
public HtmlNewspaperTableRenderer()
encodeBegin
public void encodeBegin(javax.faces.context.FacesContext facesContext,
                        javax.faces.component.UIComponent uiComponent)
                 throws IOException
- Description copied from class: HtmlTableRendererBase
- Render the necessary bits that come before any actual rows in the table.
 
- 
- Overrides:
- encodeBeginin class- HtmlTableRendererBase
 
- 
- Throws:
- IOException
- See Also:
- Renderer.encodeBegin(FacesContext, UIComponent)
 
encodeChildren
public void encodeChildren(javax.faces.context.FacesContext facesContext,
                           javax.faces.component.UIComponent uiComponent)
                    throws IOException
- Description copied from class: HtmlTableRendererBase
- Render the TBODY section of the html table. See also method encodeInnerHtml.
 
- 
- Overrides:
- encodeChildrenin class- HtmlTableRendererBase
 
- 
- Throws:
- IOException
- See Also:
- Renderer.encodeChildren(FacesContext, UIComponent)
 
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext facesContext,
                      javax.faces.component.UIComponent uiComponent)
               throws IOException
- 
- Overrides:
- encodeEndin class- HtmlTableRendererBase
 
- 
- Throws:
- IOException
- See Also:
- Renderer.encodeEnd(FacesContext, UIComponent)
 
getStyles
public static org.apache.myfaces.custom.newspaper.HtmlNewspaperTableRenderer.Styles getStyles(HtmlNewspaperTable newspaperTable)
- Gets styles for the specified component.
 
- 
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.