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()
Renderer
public int getCellCount()
public void setCellCount(int cellCount)
setCellCount
in interface CellCountCurious
cellCount
- The cellCount to set.public String getRepresentedCellPropertyName()
getRepresentedCellPropertyName
in interface RepresentedCellCurious
public void setRepresentedCellPropertyName(String representedCellPropertyName)
setRepresentedCellPropertyName
in interface RepresentedCellCurious
representedCellPropertyName
- The representedCellPropertyName to set.public int getColumnNumberOfRepresentedCell()
getColumnNumberOfRepresentedCell
in interface RepresentedCellCurious
public void setColumnNumberOfRepresentedCell(int columnNumberOfRepresentedCell)
setColumnNumberOfRepresentedCell
in interface RepresentedCellCurious
columnNumberOfRepresentedCell
- The columnNumberOfRepresentedCell to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.