public class ProcurementCardGroupTotalRenderer extends GroupTotalRenderer implements CollectionPropertiesCurious
Constructor and Description |
---|
ProcurementCardGroupTotalRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears out the totalProperty
|
String |
getTotalProperty()
Gets the totalProperty attribute.
|
void |
setCollectionItemProperty(String collectionItemProperty)
Sets the name of the collection item property of the currently being rendered group
|
void |
setCollectionProperty(String collectionProperty)
Sets the name of the collection property for the currently being rendered group
|
void |
setTotalProperty(String totalProperty)
Sets the totalProperty attribute value.
|
getTotalLabelProperty, render, setTotalLabelProperty
getCellCount, getColumnNumberOfRepresentedCell, getRepresentedCellPropertyName, setCellCount, setColumnNumberOfRepresentedCell, setRepresentedCellPropertyName
public ProcurementCardGroupTotalRenderer()
public void setCollectionItemProperty(String collectionItemProperty)
CollectionPropertiesCurious
setCollectionItemProperty
in interface CollectionPropertiesCurious
collectionItemProperty
- the collection item propertyCollectionPropertiesCurious.setCollectionItemProperty(java.lang.String)
public void setCollectionProperty(String collectionProperty)
CollectionPropertiesCurious
setCollectionProperty
in interface CollectionPropertiesCurious
collectionProperty
- the collection propertyCollectionPropertiesCurious.setCollectionProperty(java.lang.String)
public void clear()
GroupTotalRenderer
clear
in interface Renderer
clear
in class GroupTotalRenderer
GroupTotalRenderer.clear()
public String getTotalProperty()
GroupTotalRenderer
getTotalProperty
in class GroupTotalRenderer
GroupTotalRenderer.getTotalProperty()
public void setTotalProperty(String totalProperty)
GroupTotalRenderer
setTotalProperty
in class GroupTotalRenderer
totalProperty
- The totalProperty to set.GroupTotalRenderer.setTotalProperty(java.lang.String)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.