public abstract class TotalRendererBase extends Object implements Renderer, CellCountCurious, RepresentedCellCurious
| Constructor and Description | 
|---|
| TotalRendererBase() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | clear()If this object is held in a pool, this method is called before the object is returned to
 the pool, so that the object can be cleaned up for the next use. | 
| int | getCellCount()Gets the cellCount attribute. | 
| int | getColumnNumberOfRepresentedCell()Gets the columnNumberOfRepresentedCell attribute. | 
| String | getRepresentedCellPropertyName()Gets the representedCellPropertyName attribute. | 
| void | setCellCount(int cellCount)Sets the cellCount attribute value. | 
| void | setColumnNumberOfRepresentedCell(int columnNumberOfRepresentedCell)Sets the columnNumberOfRepresentedCell attribute value. | 
| void | setRepresentedCellPropertyName(String representedCellPropertyName)Sets the representedCellPropertyName attribute value. | 
public TotalRendererBase()
public void clear()
Rendererpublic int getCellCount()
public void setCellCount(int cellCount)
setCellCount in interface CellCountCuriouscellCount - The cellCount to set.public String getRepresentedCellPropertyName()
getRepresentedCellPropertyName in interface RepresentedCellCuriouspublic void setRepresentedCellPropertyName(String representedCellPropertyName)
setRepresentedCellPropertyName in interface RepresentedCellCuriousrepresentedCellPropertyName - The representedCellPropertyName to set.public int getColumnNumberOfRepresentedCell()
getColumnNumberOfRepresentedCell in interface RepresentedCellCuriouspublic void setColumnNumberOfRepresentedCell(int columnNumberOfRepresentedCell)
setColumnNumberOfRepresentedCell in interface RepresentedCellCuriouscolumnNumberOfRepresentedCell - The columnNumberOfRepresentedCell to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.