org.kuali.kfs.fp.document.web
Class ProcurementCardGroupTotalRenderer

java.lang.Object
  extended by org.kuali.kfs.sys.document.web.renderers.TotalRendererBase
      extended by org.kuali.kfs.sys.document.web.renderers.GroupTotalRenderer
          extended by org.kuali.kfs.fp.document.web.ProcurementCardGroupTotalRenderer
All Implemented Interfaces:
CellCountCurious, CollectionPropertiesCurious, Renderer, RepresentedCellCurious

public class ProcurementCardGroupTotalRenderer
extends GroupTotalRenderer
implements CollectionPropertiesCurious


Constructor Summary
ProcurementCardGroupTotalRenderer()
           
 
Method Summary
 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.
 
Methods inherited from class org.kuali.kfs.sys.document.web.renderers.GroupTotalRenderer
getTotalLabelProperty, render, setTotalLabelProperty
 
Methods inherited from class org.kuali.kfs.sys.document.web.renderers.TotalRendererBase
getCellCount, getColumnNumberOfRepresentedCell, getRepresentedCellPropertyName, setCellCount, setColumnNumberOfRepresentedCell, setRepresentedCellPropertyName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcurementCardGroupTotalRenderer

public ProcurementCardGroupTotalRenderer()
Method Detail

setCollectionItemProperty

public void setCollectionItemProperty(String collectionItemProperty)
Description copied from interface: CollectionPropertiesCurious
Sets the name of the collection item property of the currently being rendered group

Specified by:
setCollectionItemProperty in interface CollectionPropertiesCurious
Parameters:
collectionItemProperty - the collection item property
See Also:
CollectionPropertiesCurious.setCollectionItemProperty(java.lang.String)

setCollectionProperty

public void setCollectionProperty(String collectionProperty)
Description copied from interface: CollectionPropertiesCurious
Sets the name of the collection property for the currently being rendered group

Specified by:
setCollectionProperty in interface CollectionPropertiesCurious
Parameters:
collectionProperty - the collection property
See Also:
CollectionPropertiesCurious.setCollectionProperty(java.lang.String)

clear

public void clear()
Description copied from class: GroupTotalRenderer
Clears out the totalProperty

Specified by:
clear in interface Renderer
Overrides:
clear in class GroupTotalRenderer
See Also:
GroupTotalRenderer.clear()

getTotalProperty

public String getTotalProperty()
Description copied from class: GroupTotalRenderer
Gets the totalProperty attribute.

Overrides:
getTotalProperty in class GroupTotalRenderer
Returns:
Returns the totalProperty.
See Also:
GroupTotalRenderer.getTotalProperty()

setTotalProperty

public void setTotalProperty(String totalProperty)
Description copied from class: GroupTotalRenderer
Sets the totalProperty attribute value.

Overrides:
setTotalProperty in class GroupTotalRenderer
Parameters:
totalProperty - The totalProperty to set.
See Also:
GroupTotalRenderer.setTotalProperty(java.lang.String)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.