org.kuali.kfs.sys.document.web.renderers
Class TableRenderer

java.lang.Object
  extended by org.kuali.kfs.sys.document.web.renderers.TableRenderer
All Implemented Interfaces:
Renderer

public class TableRenderer
extends Object
implements Renderer

Renders a table


Constructor Summary
TableRenderer()
           
 
Method Summary
protected  String buildBeginningTableTag()
          Builds the opening tag of the table, ie
protected  String buildEndingTableTag()
          Builds the closing tag of the table, ie
 void clear()
          Clears out the table
 AccountingLineTable getTable()
          Gets the table attribute.
 void render(javax.servlet.jsp.PageContext pageContext, javax.servlet.jsp.tagext.Tag parentTag)
          Asks this renderer to render
 void setTable(AccountingLineTable table)
          Sets the table attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableRenderer

public TableRenderer()
Method Detail

clear

public void clear()
Clears out the table

Specified by:
clear in interface Renderer
See Also:
Renderer.clear()

render

public void render(javax.servlet.jsp.PageContext pageContext,
                   javax.servlet.jsp.tagext.Tag parentTag)
            throws javax.servlet.jsp.JspException
Description copied from interface: Renderer
Asks this renderer to render

Specified by:
render in interface Renderer
Parameters:
pageContext - the JSP page context to render to
parentTag - the tag that is the "parent" of this rendering
Throws:
javax.servlet.jsp.JspException
See Also:
Renderer.render(javax.servlet.jsp.PageContext, javax.servlet.jsp.tagext.Tag)

buildBeginningTableTag

protected String buildBeginningTableTag()
Builds the opening tag of the table, ie

Returns:
the String for the opening tag

buildEndingTableTag

protected String buildEndingTableTag()
Builds the closing tag of the table, ie

Returns:
the String for the closing tag

getTable

public AccountingLineTable getTable()
Gets the table attribute.

Returns:
Returns the table.

setTable

public void setTable(AccountingLineTable table)
Sets the table attribute value.

Parameters:
table - The table to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.