|
||||||||||
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
public abstract class TotalRendererBase
Constructor Summary | |
---|---|
TotalRendererBase()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kuali.kfs.sys.document.web.renderers.Renderer |
---|
render |
Constructor Detail |
---|
public TotalRendererBase()
Method Detail |
---|
public void clear()
Renderer
clear
in interface 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |