|
||||||||||
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.TotalRendererBase
org.kuali.kfs.sys.document.web.renderers.DebitCreditTotalRenderer
public class DebitCreditTotalRenderer
Constructor Summary | |
---|---|
DebitCreditTotalRenderer()
Constructs a GroupTotalRenderer, setting permanent values on the writeTag tag |
Method Summary | |
---|---|
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. |
Methods inherited from class org.kuali.kfs.sys.document.web.renderers.TotalRendererBase |
---|
getCellCount, getColumnNumberOfRepresentedCell, getRepresentedCellPropertyName, setCellCount, setColumnNumberOfRepresentedCell, setRepresentedCellPropertyName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DebitCreditTotalRenderer()
Method Detail |
---|
public void clear()
clear
in interface Renderer
clear
in class TotalRendererBase
Renderer.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 rendering
javax.servlet.jsp.JspException
Renderer.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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |