public class AccountingLineTableHeaderRenderer extends Object implements Renderer
| Constructor and Description | 
|---|
| AccountingLineTableHeaderRenderer()Constructs a AccountingLineTableHeaderRenderer, updating the tags used by this renderer to keep constant properties | 
| Modifier and Type | Method and Description | 
|---|---|
| protected String | buildDivStart()Builds the beginning of the tab-container div | 
| protected String | buildSubHeading()Builds the subheading for the table | 
| protected String | buildSubheadingWithDetailToggleRowBeginning()Builds the start of the subheading row of the table | 
| protected String | buildSubheadingWithDetailToggleRowEnding()Builds the ending of the toggle row | 
| protected String | buildTableStart()Builds the very start of the table | 
| void | clear()Clears out the mutable, changing qualities of this renderer so it can be repooled | 
| String | getAccountingLineImportInstructionsUrl()Gets the accountingLineImportInstructionsUrl attribute. | 
| int | getCellCount()Gets the cellCount attribute. | 
| boolean | getHideDetails()Gets the hideDetails attribute. | 
| void | render(javax.servlet.jsp.PageContext pageContext,
            javax.servlet.jsp.tagext.Tag parentTag)Renders the header for the accounting line table to the screen | 
| protected void | renderHideDetails(javax.servlet.jsp.PageContext pageContext,
                                  javax.servlet.jsp.tagext.Tag parentTag)Renders the show/hide button | 
| void | setAccountingLineImportInstructionsUrl(String accountingLineImportInstructionsUrl)Sets the accountingLineImportInstructionsUrl attribute value. | 
| void | setCellCount(int cellCount)Sets the cellCount attribute value. | 
| void | setHideDetails(boolean hideDetails)Sets the hideDetails attribute value. | 
public AccountingLineTableHeaderRenderer()
public void clear()
public void render(javax.servlet.jsp.PageContext pageContext, javax.servlet.jsp.tagext.Tag parentTag) throws javax.servlet.jsp.JspException
render in interface RendererpageContext - the JSP page context to render toparentTag - the tag that is the "parent" of this renderingjavax.servlet.jsp.JspExceptionRenderer.render(javax.servlet.jsp.PageContext, javax.servlet.jsp.tagext.Tag)protected String buildDivStart()
protected String buildTableStart()
protected String buildSubheadingWithDetailToggleRowBeginning()
protected String buildSubHeading()
protected void renderHideDetails(javax.servlet.jsp.PageContext pageContext, javax.servlet.jsp.tagext.Tag parentTag) throws javax.servlet.jsp.JspException
pageContext - the page context to render toparentTag - the tag requesting all this renderingjavax.servlet.jsp.JspException - thrown under terrible circumstances when the rendering failed and had to be left behind like so much refuseprotected String buildSubheadingWithDetailToggleRowEnding()
public String getAccountingLineImportInstructionsUrl()
public void setAccountingLineImportInstructionsUrl(String accountingLineImportInstructionsUrl)
accountingLineImportInstructionsUrl - The accountingLineImportInstructionsUrl to set.public int getCellCount()
public void setCellCount(int cellCount)
cellCount - The cellCount to set.public boolean getHideDetails()
public void setHideDetails(boolean hideDetails)
hideDetails - The hideDetails to set.Copyright © 2004–2014 The Kuali Foundation. All rights reserved.