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, setRepresentedCellPropertyName
public 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 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 renderingjavax.servlet.jsp.JspException
Renderer.render(javax.servlet.jsp.PageContext, javax.servlet.jsp.tagext.Tag)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.