|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kfs.sys.document.web.renderers.AccountingLineTableHeaderRenderer
public class AccountingLineTableHeaderRenderer
Renders the header of an accounting line table
| Constructor Summary | |
|---|---|
AccountingLineTableHeaderRenderer()
Constructs a AccountingLineTableHeaderRenderer, updating the tags used by this renderer to keep constant properties |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccountingLineTableHeaderRenderer()
| Method Detail |
|---|
public void clear()
clear in interface Renderer
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 rendering
javax.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 rendering
javax.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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||