public class GroupTotalRenderer extends TotalRendererBase
| Constructor and Description | 
|---|
| GroupTotalRenderer()Constructs a GroupTotalRenderer, setting permanent values on the writeTag tag | 
| Modifier and Type | Method and Description | 
|---|---|
| void | clear()Clears out the totalProperty | 
| String | getTotalLabelProperty()Gets the totalLabelProperty attribute. | 
| String | getTotalProperty()Gets the totalProperty 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 | setTotalLabelProperty(String totalLabelProperty)Sets the totalLabelProperty attribute value. | 
| void | setTotalProperty(String totalProperty)Sets the totalProperty attribute value. | 
getCellCount, getColumnNumberOfRepresentedCell, getRepresentedCellPropertyName, setCellCount, setColumnNumberOfRepresentedCell, setRepresentedCellPropertyNamepublic GroupTotalRenderer()
public String getTotalProperty()
public void setTotalProperty(String totalProperty)
totalProperty - The totalProperty to set.public String getTotalLabelProperty()
public void setTotalLabelProperty(String totalLabelProperty)
totalLabelProperty - The totalLabelProperty to set.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)Copyright © 2004–2015 The Kuali Foundation. All rights reserved.