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

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

public class AccountingLineTableFooterRenderer
extends Object
implements Renderer

Renders the footer of an accounting line table


Constructor Summary
AccountingLineTableFooterRenderer()
           
 
Method Summary
protected  String buildDivEnd()
          Builds the close of the tab-container div
protected  String buildKualiElementsNotifier()
          Builds the script that figures out all the KualiForm.eleemnts stuff
protected  String buildTableEnd()
          Builds the closing of the table
 void clear()
          There's nothing to clear for pooling for this renderer
 void render(javax.servlet.jsp.PageContext pageContext, javax.servlet.jsp.tagext.Tag parentTag)
          Renders the table footer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountingLineTableFooterRenderer

public AccountingLineTableFooterRenderer()
Method Detail

clear

public void clear()
There's nothing to clear for pooling for this renderer

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
Renders the table footer

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)

buildTableEnd

protected String buildTableEnd()
Builds the closing of the table

Returns:
the closing of the table expressed in HTML

buildKualiElementsNotifier

protected String buildKualiElementsNotifier()
Builds the script that figures out all the KualiForm.eleemnts stuff

Returns:
that strange script, expressed in HTML

buildDivEnd

protected String buildDivEnd()
Builds the close of the tab-container div

Returns:
the close of the div expressed as HTML


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