public class DebitCreditTotalRenderer extends TotalRendererBase
| Constructor and Description | 
|---|
| DebitCreditTotalRenderer()Constructs a GroupTotalRenderer, setting permanent values on the writeTag tag | 
| Modifier and Type | Method and Description | 
|---|---|
| void | clear()Clears out the totalProperty | 
| String | getCreditTotalLabelProperty()Gets the creditTotalLabelProperty attribute. | 
| String | getCreditTotalProperty()Gets the creditTotalProperty attribute. | 
| String | getDebitTotalLabelProperty()Gets the debitTotalLabelProperty attribute. | 
| String | getDebitTotalProperty()Gets the debitTotalProperty attribute. | 
| void | render(javax.servlet.jsp.PageContext pageContext,
            javax.servlet.jsp.tagext.Tag parentTag)Uses a Struts write tag to dump out the total | 
| void | setCreditTotalLabelProperty(String creditTotalLabelProperty)Sets the creditTotalLabelProperty attribute value. | 
| void | setCreditTotalProperty(String creditTotalProperty)Sets the creditTotalProperty attribute value. | 
| void | setDebitTotalLabelProperty(String debitTotalLabelProperty)Sets the debitTotalLabelProperty attribute value. | 
| void | setDebitTotalProperty(String debitTotalProperty)Sets the debitTotalProperty attribute value. | 
getCellCount, getColumnNumberOfRepresentedCell, getRepresentedCellPropertyName, setCellCount, setColumnNumberOfRepresentedCell, setRepresentedCellPropertyNamepublic DebitCreditTotalRenderer()
public void clear()
clear in interface Rendererclear in class TotalRendererBaseRenderer.clear()public void render(javax.servlet.jsp.PageContext pageContext, javax.servlet.jsp.tagext.Tag parentTag) throws javax.servlet.jsp.JspException
pageContext - 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)public String getDebitTotalProperty()
public void setDebitTotalProperty(String debitTotalProperty)
debitTotalProperty - The debitTotalProperty to set.public String getCreditTotalProperty()
public void setCreditTotalProperty(String creditTotalProperty)
creditTotalProperty - The creditTotalProperty to set.public String getDebitTotalLabelProperty()
public void setDebitTotalLabelProperty(String debitTotalLabelProperty)
debitTotalLabelProperty - The debitTotalLabelProperty to set.public String getCreditTotalLabelProperty()
public void setCreditTotalLabelProperty(String creditTotalLabelProperty)
creditTotalLabelProperty - The creditTotalLabelProperty to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.