protected String |
buildBeginningTableTag()
Builds the opening tag of the table, ie
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableRenderer
public TableRenderer()
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 toparentTag - 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.
|